Hello Mark, Could try it in this way:
> <path id="classpath"> > <pathelement location="/myjar.jar"/> > <pathelement location="/myotherjar.jar"/> > <pathelement location="/my3rdjar.jar"/> > </path> > <target name="test"> > <junit printsummary="no"> > <classpath> <path refid="classpath"/> > <pathelement > location="/myadditionaljar.jar"/> > </classpath> > ... etc... Fore more information on reusing paths using refid see [1]. HTH Ivan [1]http://ant.apache.org/manual/using.html#references __________________________________ Yahoo! Messenger Show us what our next emoticon should look like. Join the fun. http://www.advision.webevents.yahoo.com/emoticontest --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]