Antoine Lévy-Lambert wrote:
OK I have fixed some problems, as usual rather simple.
I still have 3 testcases of
org.apache.tools.ant.taskdefs.AntLikeTasksAtTopLevelTest failing under
cygwin, but not under plain Windows.
I did not look at the guts of the test yet to find out what is wrong.
JDependTest has still 2 testcases failing, and is currently disabled in
build.xml.
Here is the output of one of the failing testcase of JDependTest :
....
[junit] <DependsUpon>
[junit] <Package>junit.framework</Package>
[junit] <Package>org.apache.tools.ant.types</Package>
[junit] </DependsUpon>
Strange, the output in linux using jvm 1.4.2_02 is different:
<DependsUpon>
<Package>java.lang</Package>
<Package>junit.framework</Package>
<Package>org.apache.tools.ant.types</Package>
</DependsUpon>
Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]