On Mon, 18 Mar 2002 02:38, Stephen McConnell wrote: > > > If you use ant to copy a file and supply a url, doesn't do > > > the normally checking if the local version is the same and > > > if not - it does a remote download. I would prefer this to > > > a build failure. > > > > That would be best for building Excalibur, but I wasn't sure if > > we should be modifying files in their ant directory without > > asking them. Or is there a way to keep them in the Excalibur > > directory and have Ant load them? > > The only time you need to include files into Ant (i.e. Ant/lib) is > when you want the convenience of not having to declare an ant task > that your dependent on.
sorta. The problem is that the ant junit/style tasks are in optional.jar which is in ant/lib. As junit.jar and xalan.jar should be in same classpath they also have to be in ant/lib -- Cheers, Pete ---------------------------------------- Whatever you do will be insignificant, but it is very important that you do it. --Gandhi ---------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>