> From: Scott Stirling [mailto:[EMAIL PROTECTED]
> So, turns out I had exactly the same issue using the task to
call
> weblogic.jspc a while back, and I had to write two targets for it (I
> didn't use
> the optional task for good reasons), one for Windows, which is fast as
> hell, and
> one for ot
Hi,
We have an old Java 1.1 applet that we need to compile on UNIX and Windows. In
Java 1.4.x targeting compilation for 1.1 byte codes no longer works (thanks,
Sun!), so we seem to need muiltiple JDKs installed to compile this one
particular sub-project, and switch JAVA_HOMEs or something.
But I
Hi
Just extend "MatchingTask".
From ant MatchingTask's javadoc :
This is an abstract task that should be used by all those tasks that require to
include or exclude files based on pattern matching.
Hope it'll help
Olivier
--
CROISIER Olivier
Software Engineer
Thales IS - ANS
[EMAIL PROTECTED]
-
Are there any prexisting ant task that let you iterate over a fileset?
Or will I have to write my own task to nest within a fileset.
This message was sent using IMP, the Internet Messaging Program.
Hi Users, I have two basic problems with my build.xml file for a J2ME project.
1) I need to use JFlex and CUP to generate some java files, how can i define
tasks for these and which directory would i put the .flex and .cup before
performing the tasks. I actually need Ant to these tasks
java JFlex
Hello folks,
I have written a custom java task that compares files in a special way.
I need the data my task collects in my ant-target to use as a comment
for a filesubmission to sourcecontrol.
I would like to pass the diff-data my task collects to ant one way or
another.
Can I set a property
It looks like the vssget task is doing a "CD" command before it does a "ss Get". I
wonder why it doesn't use the "-GL" switch to specify the local path?
-Original Message-
From: Matteo Giacometti [mailto:[EMAIL PROTECTED]
Sent: Friday, August 27, 2004 10:42 AM
To: 'Ant Users List'
Subjec
Thank you Antoine, so the problem is the manner Ant executes the cmd
command?
Matteo
> -Messaggio originale-
> Da: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED]
> Inviato: venerdì 27 agosto 2004 16.42
> A: Ant Users List
> Oggetto: Re: R: Ant 1.6.2 UNC paths are not supported
>
>
> Mat
Matteo Giacometti wrote:
Hi.
I've found out that if I map myserver with a letter (ie J) and I execute
"ant j:\blablabla\build.xml", the vssget task works!
Is it normal?
Many thanks
Matteo
From your previous output, ant was startting a "cmd.exe" process,
requesting a cd into an UNC path.
cd into