----- Original Message ----- From: "Stephane Bailliez" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 10:45 AM Subject: Re: Ant version check for optional.jar
> ----- Original Message ----- > From: "Steve Loughran" <[EMAIL PROTECTED]> > > > > I always wondered whether we could do an audit not just of optional.jar > but > > dependent libraries; think of the many 'I have optional.jar but junit > doesnt > > work' reports we get. > > > > <tasks> > > <task name="junit" implementation="org.apache...junit.JunitTask"> > > <needs class="junit.TestCase" jar="junit.jar" url="junit.org"/> > > <wants class="org.w3c.dom.something"/> > > what's the difference between 'needs' and 'wants' ? (don't reply 'syntax' or > I kill you :) see this example http://nagoya.apache.org:5049/axis/happyaxis.jsp needs are things you must have, wants simply enhance the experience -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
