Re: War task to include multiple lib files?

2005-08-29 Thread Petar Tahchiev
On 30/08/05, wolverine my <[EMAIL PROTECTED]> wrote: > > Hi! > I'm using Ant 1.6.5 and I have the following Ant task: > http://app.name> > }.war" > webxml="${ > web.dir}/WEB-INF/web.xml"> > > > > > > > > > > The Ant task is executed successfully but there is no WEB-INF/

War task to include multiple lib files?

2005-08-29 Thread wolverine my
Hi! I'm using Ant 1.6.5 and I have the following Ant task: http://app.name>}.war" webxml="${ web.dir}/WEB-INF/web.xml"> The Ant task is executed successfully but there is no WEB-INF/lib archived in the WAR file. However if I delete "b.jar" from the then the WAR will contains WEB-INF

Re: SVN TASK - Is there a SVN task?

2005-08-29 Thread Brian DeWeese
You have a couple of choices. http://subclipse.tigris.org/svnant.html http://tmate.org/svn/kb/ant.html I believe there's a discussion/plan to include a svn optional task in future releases of Ant but I'm not positive on that. Brian Minds Work wrote: HI Is there a SVN task in ant? if not, c

Re: SVN TASK - Is there a SVN task?

2005-08-29 Thread Robert r. Sanders
http://www.google.com/search?q=ant+svn http://subclipse.tigris.org/svnant.html also you might look at: http://tmate.org/svn/ as the javahl bindings are kind of a pain to compile. Also, you can either directly use the subversion command-line (with it installed) from ANT, or you can Minds

Re: custom classloader for a task

2005-08-29 Thread Conor MacNeill
Jochen Theodorou wrote: > Hi all, > > Te problem I have is a little complex but I hope you can help me. Groovy > has an ant task to compile groovy classes and a task to use groovy from > within ant see http://groovy.codehaus.org/Groovy+Ant+Task for details. > But in some enviroments such as in m

SVN TASK - Is there a SVN task?

2005-08-29 Thread Minds Work
HI Is there a SVN task in ant? if not, can someone send me a example of how access svn in ant. []s Freddy

Re: custom classloader for a task

2005-08-29 Thread Dominique Devienne
Well, I think you summed it up pretty well. Forking is IMHO a good solution to avoid these conflicting jars, since you fully control the classpath of the forked VM. I guess you could create your own classload, and make the root classloader (the one which loads rt.jar) its parent, to bypass the user

custom classloader for a task

2005-08-29 Thread Jochen Theodorou
Hi all, Te problem I have is a little complex but I hope you can help me. Groovy has an ant task to compile groovy classes and a task to use groovy from within ant see http://groovy.codehaus.org/Groovy+Ant+Task for details. But in some enviroments such as in maven with certain plugins we have

RE: Multiple invocations

2005-08-29 Thread Dick, Brian E.
Has this bug fix been committed? I am experiencing the same problem. -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 12:21 PM To: Ant Users List Subject: RE: Multiple invocations The build file in the bug report is what I

Annoying message from exec task

2005-08-29 Thread Dick, Brian E.
When the return code of the exec task is non-zero it prints a message. [exec] Result: 1 In my case a return code of 1 is success, so I don't want to see a message. Is there a way tell the exec task to be quiet? Later, BEDick

Re: Where to get Release Notes?

2005-08-29 Thread Jeffrey E Care
The "WHATSNEW" file is right there in the root of the distribution. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) "koden (sent by Nabble.com)" <[EMAIL PROTECTED]> wrote on 08/29/2005 03:34:13 PM: > > Where can I find releas

Where to get Release Notes?

2005-08-29 Thread koden (sent by Nabble.com)
Where can I find release notes on deprecated functions etc. for updates? I'm upgrading from 1.5.1 to 1.6.5 and want to find out if all my old ant scripts still work with the newest version. Thanks! -- Sent from the Ant - Users forum at Nabble.com: http://www.nabble.com/Where-to-get-Release-Not

RE: Retrieving a XML file generated by JavaScript ?

2005-08-29 Thread Dominique Devienne
> From: Nicolas Vervelle [mailto:[EMAIL PROTECTED] > I want to get the file that is see when I enter the following address > in my browser : > http://www.stolaf.edu/people/hansonr/jmol/docs/?xml > > I tried the task but it doesn't download what I need : it > download the javascript that is used t