Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

disable JSP translation and compilation

Jan VerveckenSep 27 2005 — edited Mar 29 2006

hi

How should I disable JSP translation and compilation when I do a "Make" in JDeveloper.

I have a JDeveloper (10.1.2.1.0) project with one JPS page and one Java class.
Each time I make a change to the Java class and select Make from the context menu, JDeveloper also translates and compiles the JSP file:

Compiling...
D:\jdev10121\jdev\bin\ojc.exe <options> <srcpath>\SomeClass.java 
  compiling <srcpath>SomeClass.java
Translating <path>public_html\untitled1.jsp 
D:\jdev10121\jdev\bin\ojc.exe <options> <path>\classes\.jsps\_untitled1.java 
  compiling <path>\classes\.jsps\_untitled1.java

I've found some other posts on this, but none seem to provide an answer (changing the Embedded OC4J Server Preferences has no influence on a Make in JDeveloper):
"JSP compilation - how to disable"
267106
"Jsp compilation options"
225432
"is possible to avoid jsp compilation in jdeveloper 10g?"
287550
"HELP! How to turn off compilation of JSP files within JDeveloper??"
308588
"is possible to avoid jsp compilation in jdeveloper 10g?"
287550

Solutions with "JSP fragments" and Ant are suggested, but I would prefer a "real JDeveloper" solution.

many thanks
Jan Vervecken

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 26 2006
Added on Sep 27 2005
6 comments
1,246 views