DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36733>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36733





------- Additional Comments From [EMAIL PROTECTED]  2006-10-11 08:55 -------
We have the same Problem, Ant 1.6.5, JUnit 3.8.2, JDK 1.4.2_12. When I exclude
the xalan.jar from the path, it works. Like this:

<path id="myclasspath">
        <fileset dir="${dir.lib}">
                <include name="*.jar"/>
                <exclude name="xalan.jar"/>
        </fileset>
</path>


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to