Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

JBuilder X - Export to Ant generating build.xml Incorrectly

11 views
Skip to first unread message

schwa...@gmail.com

unread,
Aug 3, 2006, 4:36:36 PM8/3/06
to
I am currently working on a multi-project program that I am hoping to
continuously integrate using CVS and CruiseControl. Most of the
projects build properly in CC using the build.xml file generated by the
Export to Ant feature. However, in two of my projects, the build.xml
file is missing the

<target depends="init" name="javacompile">

tag, causing the class files of those projects to be missing from the
build, in turn breaking all dependent projects. The projects
compile/execute properly within JBuilder only. My other projects
contain this tag, and compile/execute properly in both CC and JBuilder.


Thanks in advance for the help!

Ken

0 new messages