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-03 14:48 ------- Stefan-- A few additional comments that I was going to add before you comment. In the UTIL build.xml file attached, there are two tasks for ZEUS. These tasks we have written ourselves. They are called two times in the particular ZEUS target. Each time it sets the variable javapackage to a different value: the first time to --> com.swa.turb.exceptions.xml and the second time it sets it to the value - -> com.swa.turbo.jms.config. However, when we run from the root directory and call the util project's build.xml file and the all target, it only sets the javapackage variable ONCE in this target tot he com.swa.turbo.exceptions.xml value. This causes a javac compilation error when it attemps to find the MessageServiceConfig.java file under the wrong pacakge of com.swa.turbo.exceptions.xml instead of the correct value com.swa.turbo.jms.config. If we run ant from the UTIL directory and call the 'all'target, it sets the javapackage correct for both passes through the ZEUS target. This is the most pinpoint information I have been able to gather over the passed two days. Does this help? I will attache the ZEUS.java file for you to look at as well. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
