RE: Re: Ant's preferred location of toolkit.jar?

2008-02-08 Thread cknell
Thanks. That did the trick. -- Charles Knell [EMAIL PROTECTED] - email -Original Message- From: Vijay Aravamudhan <[EMAIL PROTECTED]> Sent: Thu, 07 Feb 2008 16:55:43 -0800 To: Ant Users List Subject: Re: Ant's preferred location of toolkit.jar? set the JAVA_HOME environ

Re: command line arguments

2008-02-08 Thread Dominique Devienne
On Feb 8, 2008 3:53 PM, Mansour <[EMAIL PROTECTED]> wrote: > Is there a way to pass command line arguments to ant build file without > using the jvm paramets (ie. without -Dsome.option=some.value). > > I need something like: > ant target option. > > Thank you. I hacked something like this using th

command line arguments

2008-02-08 Thread Mansour
Is there a way to pass command line arguments to ant build file without using the jvm paramets (ie. without -Dsome.option=some.value). I need something like: ant target option. Thank you. - To unsubscribe, e-mail: [EMAIL PROTE

[Ant Java Source] How to get some build.xml params?

2008-02-08 Thread rigel
Hello Everyone, I am currently working on some JUnit task sources, precisely on "XMLJUnitResultFormatter" and "JUnitVersionHelper" of the library named "ant-junit.jar". I have patched XMLJUnitResultFormatter to support additional test case information passed by a custom annotation made up of thr

Re: What is the first entry point to the Ivy lifecycle?

2008-02-08 Thread Xavier Hanin
On Feb 8, 2008 7:46 PM, Loehr, Ruel <[EMAIL PROTECTED]> wrote: > You need to do a resolve before you do the publish. > > I really struggled understanding this and getting it to work. Below is > my publish target. I may be doing some unnecessary stuffbut this works > for me. > > > > >

RE: What is the first entry point to the Ivy lifecycle?

2008-02-08 Thread Loehr, Ruel
You need to do a resolve before you do the publish. I really struggled understanding this and getting it to work. Below is my publish target. I may be doing some unnecessary stuffbut this works for me. -Original

Re: well-defined ant/xslt problem: (how) can I do this?

2008-02-08 Thread Bill Milbratz
Thanks for the feedback everyone. I used the 'for' with 'sequential' to get get iteration working. Yet Klaus' answer provides what I was looking for. The ant documentation of the xslt task suggests 'destdir' is a specific directory. I didn't realize the destdir would automatlically map the input

Re: import requires support in ProjectHelper

2008-02-08 Thread jm
that solved it, thanks Xavier On Feb 7, 2008 6:36 PM, Xavier Hanin <[EMAIL PROTECTED]> wrote: > > On Feb 7, 2008 6:13 PM, jm <[EMAIL PROTECTED]> wrote: > > > HI, > > > > I am using a build file from java code like this (ant 1.7, jdk1.6): > > > >Project project = new Project(); > >p