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=18406>.
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=18406

nightly build script throws npe under some (common) conditions





------- Additional Comments From [EMAIL PROTECTED]  2003-03-27 12:00 -------
followup:
both:
<project name="bizzare" default="script">
  <target name="setpath">
    <path id="xmlpath">
      <fileset dir="." includes="**/*.xml"/>
    </path>
  </target>
  
  <target name="script" depends="setpath">
    <script language="javascript">
      i = 1;
    </script>
  </target>
</project>


and
<project name="bizzare" default="script">
  <path id="xmlpath">
    <fileset dir="." includes="**/*.xml"/>
  </path>
  
  <target name="script" >
    <script language="javascript">
      i = 1;
    </script>
  </target>
</project>

Work fine.
Peter

Reply via email to