Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to synchronize output dir correctly?

Status
Not open for further replies.

botatun

Programmer
Mar 7, 2006
40
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top