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

Unwanted classpath re-ordering.

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2001-10-25 21:33 -------
filesets are unordered - which is to day the order is not specified. If you 
want specific order, just create separate <pathelements>

<path id="build.path">
   <pathelement location="classes"/>
   <pathelement location="3rdparty/lib/xalan.jar"/>
   <pathelement location="3rdparty/lib/xerces.jar"/>
   <pathelement location="3rdparty/lib/j2ee.jar"/>
</path>

Reply via email to