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
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
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
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
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.
>
>
>
>
>
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
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
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