You can abbreviate that to
ant -f
--- Nishi Prafull <[EMAIL PROTECTED]> wrote:
> I got it. Thanks.
> ant -buildfile build2.xml.
>
> On 4/19/05, Nishi Prafull <[EMAIL PROTECTED]>
> wrote:
> > Thanks, that worked!
> >
> > One other question, if I have to pass in a new
> build script to the ant
>
I got it. Thanks.
ant -buildfile build2.xml.
On 4/19/05, Nishi Prafull <[EMAIL PROTECTED]> wrote:
> Thanks, that worked!
>
> One other question, if I have to pass in a new build script to the ant
> command such as build2.xml and not use the default one, whats the
> command line parameter to do th
Thanks, that worked!
One other question, if I have to pass in a new build script to the ant
command such as build2.xml and not use the default one, whats the
command line parameter to do that?
Thanks.
On 4/19/05, Conelly, Luis (GE Energy, Non GE, GENE)
<[EMAIL PROTECTED]> wrote:
> Nishi,
>
> If
Nishi,
If you intend to use a variable previously set on the environment, you
should get it from your environment. I.e.
On the other hand, if you defined the property's value by passing an
argument on the command line such as
$ ant -Dyourprop=foo
then, the way you are using is the right wa
>
I believe needs to be =>
>
-B
--- Nishi Prafull <[EMAIL PROTECTED]> wrote:
> Hi:
> I have following ant script to build a project but its failing at the
> clean target as below, can someone please let me know what could be
> the cause?
> I made sure that the srchome variable was set in the