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
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
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
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
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
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..
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
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
hi.,
I am developing an ANT build script for downloading log file from the
server.
The build script used is :
but the result
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
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
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
12 matches
Mail list logo