Re: Delete with Wildcard

2008-02-22 Thread Vijay Aravamudhan
hi Tom, You should be able to do the following to delete the multiple nested directories: hth, Vijay Tom Henricksen wrote: I have seen a little discussion with this in past but no resolution. Is it possible to We have multiple nested directories under dojox we

Delete with Wildcard

2008-02-22 Thread Tom Henricksen
I have seen a little discussion with this in past but no resolution. Is it possible to We have multiple nested directories under dojox we need to delete for our build process. Thanks in advance, Tom

Re: Who's Using YUI Compressor with ANT?

2008-02-22 Thread Garrett Smith
On 2/22/08, Yannick Haudry <[EMAIL PROTECTED]> wrote: > Hi, > > Adding the 'dest' attribute to the Apply task and moving up the '-v' > argument (as shown below) should make it work ! Thanks that worked great! Files are minified now. docs: http://ant.apache.org/manual/CoreTasks/apply.html So I

Re: Cross-compilation problem

2008-02-22 Thread Chad McHenry
On Fri, Feb 22, 2008 at 12:46 PM, Christian Schröder <[EMAIL PROTECTED]> wrote: > Scot P. Floess wrote: > > Curious, why don't you just use the 1.5 javac but target 1.4? That > > should do what you want... I think all you will need to do is this: > > > The problem is that the 1.5 javac won't com

Re: Cross-compilation problem

2008-02-22 Thread Robin Chaddock
Do you experience the same problem if you by-pass the javac task, and invoke javac using the exec task? Obviously not a very nice work-around... but if it solves your problem :>. Scot P. Floess wrote: That's really interesting! To be honest I have not really had a need to do something l

Re: Cross-compilation problem

2008-02-22 Thread Scot P. Floess
That's really interesting! To be honest I have not really had a need to do something like that to date... I'll have to give this some more thought... Christian Schröder wrote: Scot P. Floess wrote: Curious, why don't you just use the 1.5 javac but target 1.4? That should do what you want..

Re: Cross-compilation problem

2008-02-22 Thread Christian Schröder
Scot P. Floess wrote: Curious, why don't you just use the 1.5 javac but target 1.4? That should do what you want... I think all you will need to do is this: The problem is that the 1.5 javac won't complain if I accidently use functions from the 1.5 api. It will create a class file which *lo

Re: Cross-compilation problem

2008-02-22 Thread Scot P. Floess
Curious, why don't you just use the 1.5 javac but target 1.4? That should do what you want... I think all you will need to do is this: Christian Schröder wrote: Hi list, I have some projects that should be compiled with javac 1.4 and some that should be compiled with javac 1.5. Since I do

problem with the fileset

2008-02-22 Thread sekhar18k
hi., I am developing an ANT build script for downloading log file from the server. The build script used is : but the result

Cross-compilation problem

2008-02-22 Thread Christian Schröder
Hi list, I have some projects that should be compiled with javac 1.4 and some that should be compiled with javac 1.5. Since I do not want to change my environment between the projects, I have the JAVA_HOME variable set to the 1.5 classpath and want ant to use the external 1.4 javac when necess

Re: Who's Using YUI Compressor with ANT?

2008-02-22 Thread Yannick Haudry
Hi, Adding the 'dest' attribute to the Apply task and moving up the '-v' argument (as shown below) should make it work ! > > > > > > > > > > > > Yannick On Thu, Feb 21, 2008 at 10:47 PM, Garrett Smith <[EM

Re: How to compile co-dependent files

2008-02-22 Thread Dimitris Mouchritsas
Donald McLean wrote: As I understand things, it is only possible to resolve circular references in the same compile. In other words, they would have to not only be in the same target but they would also have to be in the same javac task within that target. YMMV, void where prohibited, cash va