DO NOT REPLY [Bug 36748] Ant checksum totalproperty does not match across platforms.

2010-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=36748 --- Comment #2 from mwa...@chartwelltechnology.com 2010-05-14 10:44:10 EDT --- Just tried this out on CentOS5 and Windows XP (SP3) using Ant 1.8.1. Your fix only works if filenames are unique across all directories. The following works

DO NOT REPLY [Bug 49287] xslt task in ant.jar (XSLTProcess.java) depends on TraxLiaison in ant-nodeps.jar

2010-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49287 Jesse Glick jgl...@netbeans.org changed: What|Removed |Added CC|

svn commit: r944354 - /ant/core/trunk/build.xml

2010-05-14 Thread jglick
Author: jglick Date: Fri May 14 17:38:49 2010 New Revision: 944354 URL: http://svn.apache.org/viewvc?rev=944354view=rev Log: Fix compilation inside a container which may have some 3rd-party libraries loaded somewhere but not accessible with includeantruntime=false. Otherwise get numerous errors

svn commit: r944361 - /ant/core/trunk/build.xml

2010-05-14 Thread jglick
Author: jglick Date: Fri May 14 17:58:43 2010 New Revision: 944361 URL: http://svn.apache.org/viewvc?rev=944361view=rev Log: Distinguishing between compile-time and runtime classpath for JUnit tests. Modified: ant/core/trunk/build.xml Modified: ant/core/trunk/build.xml URL:

svn commit: r944372 - /ant/core/trunk/build.xml

2010-05-14 Thread jglick
Author: jglick Date: Fri May 14 18:19:01 2010 New Revision: 944372 URL: http://svn.apache.org/viewvc?rev=944372view=rev Log: #49287: TraXLiaison belongs in ant.jar, not ant-nodeps.jar, since it is (now) a hard dep of XSLTProcess. Modified: ant/core/trunk/build.xml Modified:

svn commit: r944377 - /ant/core/trunk/build.xml

2010-05-14 Thread jglick
Author: jglick Date: Fri May 14 18:34:51 2010 New Revision: 944377 URL: http://svn.apache.org/viewvc?rev=944377view=rev Log: Fork JUnit tests by default. Otherwise two major problems prevent plain old 'ant test' from working: 1. You get NCDFEs, mostly from JUnit framework classes, for most tests.

svn commit: r944382 - /ant/core/trunk/build.xml

2010-05-14 Thread jglick
Author: jglick Date: Fri May 14 18:43:19 2010 New Revision: 944382 URL: http://svn.apache.org/viewvc?rev=944382view=rev Log: Now that it is not necessary to put junit.jar into $CLASSPATH to run tests, need to make sure -Dtestcase=... works too. Modified: ant/core/trunk/build.xml Modified:

svn commit: r944408 - /ant/ivy/core/trunk/doc/ivyfile/extends.html

2010-05-14 Thread maartenc
Author: maartenc Date: Fri May 14 19:19:13 2010 New Revision: 944408 URL: http://svn.apache.org/viewvc?rev=944408view=rev Log: The 'extends' element is new since version 2.2.0 Modified: ant/ivy/core/trunk/doc/ivyfile/extends.html Modified: ant/ivy/core/trunk/doc/ivyfile/extends.html URL: