You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2008/03/03 23:51:00 UTC

svn commit: r633315 - /ant/ivy/core/trunk/build.xml

Author: maartenc
Date: Mon Mar  3 14:50:58 2008
New Revision: 633315

URL: http://svn.apache.org/viewvc?rev=633315&view=rev
Log:
Specify the directory to run the junit tests from (this will allow NetBeans users to run the junit tests)

Modified:
    ant/ivy/core/trunk/build.xml

Modified: ant/ivy/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/build.xml?rev=633315&r1=633314&r2=633315&view=diff
==============================================================================
--- ant/ivy/core/trunk/build.xml (original)
+++ ant/ivy/core/trunk/build.xml Mon Mar  3 14:50:58 2008
@@ -437,6 +437,7 @@
            showoutput="no"
            printsummary="yes"
            includeantruntime="yes"
+           dir="${basedir}"
            fork="true">
             <classpath>
                 <path refid="test.classpath" />