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