I already ask question about how JBuilder delete a classes from output directory, but nobody answer me.
Now I know that it happened, because of turned on option: Synchronize output dir on project properties>java section.
The way to go around - to turned it off, but it throw the warning message:
Cannot find source for class file C:\Program Files\Apache Group\Tomcat 4.1\webapps\ROOT\WEB-INF\classes\utility\RefCls.class use of -sync is recommended.
The other way: compile classes in both places:
JBuilder default output directory, and in Tomcat/.../classes.
I do not want to compile my classes in 2 directories.
Is it any way to specify a write classpath or to change a project properties to compile it only in
Tomacat/../classes without getting a warning message?
Vadim
Now I know that it happened, because of turned on option: Synchronize output dir on project properties>java section.
The way to go around - to turned it off, but it throw the warning message:
Cannot find source for class file C:\Program Files\Apache Group\Tomcat 4.1\webapps\ROOT\WEB-INF\classes\utility\RefCls.class use of -sync is recommended.
The other way: compile classes in both places:
JBuilder default output directory, and in Tomcat/.../classes.
I do not want to compile my classes in 2 directories.
Is it any way to specify a write classpath or to change a project properties to compile it only in
Tomacat/../classes without getting a warning message?
Vadim