target not exist issue

2013-09-08 Thread Vincent Cai
A.xml, it report error: "Target01 is not defined in A.xml". I think that is because Target01 has been interpret as C.Target.01 due to B.xml included in A.xml as C. Is there any way to solve such issue? Thanks, Vincent. This message and any attachments may contain Cypress (or its su

can't get consistent result from command line and ant target for qmake

2013-08-20 Thread Vincent Cai
/Desktop/Qt/4.7.3/mingw/mkspecs/win32-g++ -r -o Makefile ../.. /../../TSA_IDE/TSA_IDE.pro But when I ran below ant target, I can't get any output: Thanks, Vincent. This message and any attachments may contain Cypress (or its subsidiaries) confidential informati

RE: how do I "echo" or display the full command exec is about to run?

2013-08-20 Thread Vincent Cai
full command exec is about to run? Run Ant in "-verbose" mode. Jan > -Ursprüngliche Nachricht- > Von: Vincent Cai [mailto:w...@cypress.com] > Gesendet: Dienstag, 20. August 2013 08:51 > An: user@ant.apache.org > Betreff: how do I "echo" or display th

how do I "echo" or display the full command exec is about to run?

2013-08-19 Thread Vincent Cai
This message and any attachments may contain Cypress (or its subsidiaries) confidential information. If it has been received in error, please advise the sender and immediately delete this message.

Hi, Ant dev, I have questiones on multiple run Target

2007-12-27 Thread Vincent Li
: [echo] a : [echo] b all: BUILD SUCCESSFUL Total time: 234 milliseconds What I am expecting is that both "a" and "b" should shown twice, how can I achieve this? Looking forward for your reply, Thanks Vincent

Re: What is $.. ?

2007-04-21 Thread Vincent
file is a path that ends in a filename, the filename will be dropped. If the specified file is just a filename, the directory will be the current directory. On 4/21/07, Vincent <[EMAIL PROTECTED]> wrote: You can try replace the first line to then try it again. On 4/21/07, Douglas McC

Re: What is $.. ?

2007-04-21 Thread Vincent
You can try replace the first line to then try it again. On 4/21/07, Douglas McCarroll <[EMAIL PROTECTED]> wrote: Hi All, I ran across "$.." in an Ant file and am trying to understand what it does. Can't find any documentation. So basic as to not require explanation? When I run a C:\Projects

Re: Aborting a task execution

2007-03-06 Thread Vincent
Ctrl+C? On 3/6/07, Patrick Laplante <[EMAIL PROTECTED]> wrote: Hi, I launch ANT within an application and I would like to be able to abort the execution at any time, is anyone knows how to do it? Thanks - To unsubscrib

Re: Need info on CVS checkout

2006-08-20 Thread Vincent
Hi Syed, I think you can do it like the following: 1. Checkout via the date1 / tag1 2. Checkout via the date2 / tag2 3. then diff the two results , if same then ignore , otherwise then you got the what you need. On 8/19/06, Syed Abuthahir <[EMAIL PROTECTED]> wrote: Hi, I need info on ant scri

Re: example which shows how to use the External Javac Compiler

2006-08-20 Thread Vincent
I think you only needs to configure JAVA_HOME variable to the jdk version you need. On 8/20/06, John Davis <[EMAIL PROTECTED]> wrote: Hello i am still trying to get the J9 compiler to work with Ant. Does anybody know where I can find an example using the external compiler setting of ant? --

Re: Directly extract tar.gz or bz2 package

2006-07-21 Thread Vincent
Hi , But still needs to steps right? First step : unpack tar.gz to tar Second step : unpack contents of tar I am wondering if we can just one step to do this? Just like shell command tar xzf xxx.tar.gz best regards, Vincent On 7/20/06, Anderson, Rob (Global Trade) <[EMAIL PROTECTED]>

Directly extract tar.gz or bz2 package

2006-07-18 Thread Vincent
Hi , I am wondering is it possible to directly get the content of tar.gz or bz2 package? Currently we have to use gunzip and untar to do this. best regards, Vincent - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Logging output from the Java task?

2006-06-27 Thread Vincent Massol
lot Jan. I'm really glad I asked the question as I > >was going to embark myself on some overly complex solution. > > > Maybe you could spend 10% of your saved time for improving Ant ;-) I've been doing this for years by working on Maven ;-) Thanks -Vincent

RE: Logging output from the Java task?

2006-06-27 Thread Vincent Massol
) > > If you dont set these properties, logs should go to Ant's log - means to > Cargo's Rah! So simple... Over all those years I've never realized that not specifying an output would make Ant log the process's output... Dunno why I didn't think about it...

RE: Logging output from the Java task?

2006-06-27 Thread Vincent Massol
eed to change their dependencies. > > Yes, but maybe they already have a newer version. Sure. But that's still a change when they'll upgrade to a newer version of Cargo. > What about multiple Ant instances? That's a potential issue. The only solution I know of is to use

RE: Logging output from the Java task?

2006-06-27 Thread Vincent Massol
rs as they'll also need to change their dependencies. Thanks -Vincent > >-Ursprüngliche Nachricht- > >Von: Vincent Massol [mailto:[EMAIL PROTECTED] > >Gesendet: Dienstag, 27. Juni 2006 17:08 > >An: user@ant.apache.org > >Betreff: Logging output from the

Logging output from the Java task?

2006-06-27 Thread Vincent Massol
y help. I've also noticed that this redirector can accept a filtechain. Thus I was thinking about moving to Ant 1.6.3 and implementing a custom Filter Reader that would log the process's output. Is that the right way to do it?

Re: Using and checking an environment variable?

2006-06-06 Thread Vincent
You can also try the following greetings Vincent On 6/6/06, Ben Stringer <[EMAIL PROTECTED]> wrote:

RE: How to create paths that depend on a condition?

2004-05-24 Thread Vincent Massol
Thanks Dominique. I'll try this. -Vincent > -Original Message- > From: Dominique Devienne [mailto:[EMAIL PROTECTED] > Sent: 24 May 2004 01:15 > To: 'Ant Users List' > Subject: RE: How to create paths that depend on a condition? > > > From:

RE: How to create paths that depend on a condition?

2004-05-24 Thread Vincent Massol
1.6 import/macrodef/presetDef the individual build.xml should also be quite empty. Any take on this? Thanks -Vincent > -Original Message- > From: Dominique Devienne [mailto:[EMAIL PROTECTED] > Sent: 24 May 2004 01:27 > To: 'Ant Users List' > Subject: RE: How to creat