AW: AW: token filtering

2008-11-11 Thread Jan.Materne
I added a new example in the manual http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/property.html?revision=712948 ---8-<---8-<---8-<---8-<---8-<---8-<---8-<---8-< This buildfile uses the properties defined in build.properties. Regardin

RE: AW: token filtering

2008-11-11 Thread Rez
Great, thanks for your help> Subject: AW: token filtering> Date: Tue, 11 Nov 2008 06:54:36 +0100> From: [EMAIL PROTECTED]> To: user@ant.apache.org> > >I use couple of property files packaged into my war file > >destined for different environment such as Development, QA, > >Staging, Production.

Re: Jar file containing java source being copied - not the jar with class files

2008-11-11 Thread Daniel Becheanu
You can use type attribute on ivy:retrieve Ex Look at http://ant.apache.org/ivy/history/trunk/use/retrieve.html for more details. Daniel On Tue, Nov 11, 2008 at 11:49 AM, Scot P. Floess <[EMAIL PROTECTED]> wrote: > I just moved up to Ivy 2.0 RC2 from 2.0 beta 2 > > I see down in my ~/.ivy dir

Re: BUILD FAILED Target "dist" does not exist in the project "....

2008-11-11 Thread Mark Salter
ilango_g wrote: > Yes, I am. Actually, I do not see a "dist" in the targets tab. I wonder where else it is appearing then. Is your build.xml very long, can you post it somewhere and post a link to it? Perhaps on www.cl1p.net or similar? > Is it possible to simply run Ant from the Eclipse for th

Re: BUILD FAILED Target "dist" does not exist in the project "....

2008-11-11 Thread ilango_g
Yes, I am. Actually, I do not see a "dist" in the targets tab. Is it possible to simply run Ant from the Eclipse for the same build.xml? Mark Salter-5 wrote: > > ilango_g wrote: >> Hi >> I have written and used an Ant build.xml from Eclipse Europa to create >> and >> deploy a WAR file into J

Re: BUILD FAILED Target "dist" does not exist in the project "....

2008-11-11 Thread Mark Salter
ilango_g wrote: > Hi > I have written and used an Ant build.xml from Eclipse Europa to create and > deploy a WAR file into JBoss 5 CR 2. > As far as I know there are no references to the target "dist" in my > build.xml. So I am confused why it is complaining about "dist". So a find for text 'dist'

BUILD FAILED Target "dist" does not exist in the project "....

2008-11-11 Thread ilango_g
Hi I have written and used an Ant build.xml from Eclipse Europa to create and deploy a WAR file into JBoss 5 CR 2. As far as I know there are no references to the target "dist" in my build.xml. So I am confused why it is complaining about "dist". The output is below: Buildfile: C:\Users\ilango\w

available with classpath

2008-11-11 Thread sim
I am a newbie trying to figure out how the available task can find a class. The class org.jfree.fonts.LibFontInfo is in the libfonts.jar file If I put other pathelement locations into the pathelement, along with the libfonts.jar file then it finds the class. If I only put libfonts.jar or only the

Re: smoke testing after ant?

2008-11-11 Thread Wascally Wabbit
jpyork wrote: I am just wondering if anyone does automated smoke testing after a build and if so...what program do they use and do they have ant triggering it? I am looking to do a very basic smoke test after my builds and trigger it with ANT...so maybe a login and then hit some basic pages...th

Re: smoke testing after ant?

2008-11-11 Thread Kevin Jackson
> Somehow i missed this part of your posting = > "Will the above programs actually login to a web app and > test say links on pages" > You could also check out watir or selenium for web testing I've used both and was very happy with watir (as it so simple to get working) selenium on the other

RE: smoke testing after ant?

2008-11-11 Thread Rebhan, Gilbert
-Original Message- From: jpyork [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 9:40 PM To: user@ant.apache.org Subject: Re: smoke testing after ant? > jpyork schrieb: >> I am just wondering if anyone does automated smoke testing after a build >> and >> if so...what program do