DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10381>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10381 Calls to subprojects lose all common properties ------- Additional Comments From [EMAIL PROTECTED] 2002-07-04 11:54 ------- So it doesn't fail with the NoClassDefFoundError any longer? NoClassDefFound usually means you are able to load the task class, but cannot load a class this class needs. Are you sure you have all dependencies in the CLASSPATH? You may also want to add project.tools.path to the classpath of your zeus task invocation, I think it is org.enhydra.zeus.util.DTDSourceGenerator that your task doesn't find. Finally - what is the difference between fork=true and false? You fork a new VM in both cases, the only difference I see is that you don't change the working directory and discard the return code if you set fork to false. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
