RE: Shell problems with wild cards and sh vs. cmd

2004-08-27 Thread Dominique Devienne
> 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

Shell problems with wild cards and sh vs. cmd

2004-08-27 Thread Scott Stirling
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

Re: Operating on a fileset?

2004-08-27 Thread Olivier Croisier
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] -

Operating on a fileset?

2004-08-27 Thread robert
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.

JFlex and CUP tasks definition

2004-08-27 Thread A . Adeleke
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

passing data from java-task to ant-script

2004-08-27 Thread jacques couzteau
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

RE: R: Ant 1.6.2 UNC paths are not supported

2004-08-27 Thread Dick, Brian E.
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

R: R: Ant 1.6.2 UNC paths are not supported

2004-08-27 Thread Matteo Giacometti
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

Re: R: Ant 1.6.2 UNC paths are not supported

2004-08-27 Thread Antoine Levy-Lambert
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