You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Marc Weber <ma...@gmx.de> on 2008/11/20 15:18:01 UTC

bootstrapping ant and junit CLASSPATH location?

the build.xml contains this:
  <path id="classpath">
  </path>

causing ./build.sh to fail bcause junit is not found.  Inserting a 

  <pathelement location="${junit}/junit.jar"/>

solves it. However I wonder wether there is a better way than patching
the build.xml file?

Why isn't a property or such used ?

Sincerly
Marc Weber

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org