try -verbose in your ant argument line , otherwise do a pathconvert / echo
inside the build
regards,
Message d'origine
De: Ravi Roy [mailto:[EMAIL PROTECTED]
Date: sam. 06/10/2007 07:23
À: user@ant.apache.org
Objet : Showing current classpath Ant is using in Build executing stat
Hi All,
In a scenario, where build is executing how I can see / log the current
classpath of this build, which Ant is relying to build the project ?
I think Ant -diagnositcs gives the interesting informarmation but not in the
build executing state and is static in nature.
Thanks in advance for th
Here is copy paste from my build file;
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, October 05, 2007 3:34 PM
To: user@ant.apache
Hi,
Define two more properties like
src.java.company.transact = src/java/com/company/transact/
src.java.company.deals = src/java/com/company/deals
And include in the target as
Warm Regards,
Sumit Srivastava
Voice : (203) 719 - 5894
Email :[EMAIL PROTECTED]
Chat :srivassb
To g
I have a compile target like the following.
In 'build.properties' file, src.dir is defined to be:-
src.dir = src/java
The problem with this will include all sources under src/java. I want
to do something like this:-
Compile all sources in (1) "src/java/com/compa
Sorry everybody ... made a mistake by mentioning instead of
On 10/5/07, Alec Fernandez <[EMAIL PROTECTED]> wrote:
>
> The handy, dandy ant task is the ticket. This from
> ant.apache.org/manual.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> These lines invoke the same build file:
>
>
>
>
>
>
Use task
For more info see http://ant.apache.org/manual/CoreTasks/antcall.html
On 10/5/07, Sayed, Irfan (Irfan) <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> I need to call one ant script from another ant script. Can somebody
> please tell me how to do that.
>
> Regards
> Irfan.
>
>
>
>
--
Thank
Try using the ant target as below
Mike S.
>>> [EMAIL PROTECTED] 05/10/2007 11:46:27 >>>
Hi All,
I need to call one ant script from another ant script. Can somebody
please tell me how to do that.
Regards
Irfan.
-
The handy, dandy ant task is the ticket. This from
ant.apache.org/manual.
These lines invoke the same build file:
The build file of the calling project defines some elements like
this:
...
...
and the called build file (subbuild.xml) also defines a with the
Hi All,
I need to call one ant script from another ant script. Can somebody
please tell me how to do that.
Regards
Irfan.
10 matches
Mail list logo