vsscheckin task

2007-05-16 Thread Shankar S
Hi Folks, I am trying to checkin a list of files using vsschekin task. Here is the code snippet: But it's complaining that the files path is an Invalid DOS path. Is it because the file path has whitespaces? Any workaround for this will be highly appreciated. Cheers; Shankar

RE: calling an Ant script from another ant script...

2007-05-16 Thread Sean Tiley
Have a look at the ant core task HTH -Original Message- From: Bob Aiello [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 16, 2007 3:51 PM To: Ant Users List Subject: calling an Ant script from another ant script... How do I call an Ant script from another ant script? Bob -

calling an Ant script from another ant script...

2007-05-16 Thread Bob Aiello
How do I call an Ant script from another ant script? Bob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: question for usage in

2007-05-16 Thread Jay Dickon Glanville
Thanks for the suggestion. I'll investigate ant-contrib. JDG On 5/16/07, Matt Benson <[EMAIL PROTECTED]> wrote: --- Jay Dickon Glanville <[EMAIL PROTECTED]> wrote: > A little more information ... > > I have a single XML Schema document (the source > file). I'm using > Castor on this schema

Re: question for usage in

2007-05-16 Thread Matt Benson
--- Jay Dickon Glanville <[EMAIL PROTECTED]> wrote: > A little more information ... > > I have a single XML Schema document (the source > file). I'm using > Castor on this schema to generate a set of java > files. (There are > multiple java files created - at least one for each > element in th

Re: question for usage in

2007-05-16 Thread Jay Dickon Glanville
A little more information ... I have a single XML Schema document (the source file). I'm using Castor on this schema to generate a set of java files. (There are multiple java files created - at least one for each element in the schema. This number is not known at castor-gen time. These java f

Re: question for usage in

2007-05-16 Thread Matt Benson
Jay, should be able to handle what you want to do, but we need a little more information regarding the derivation of your target files. In any event you'll probably end up using a composite mapper (if you're using the element it should magically behave as a composite mapper simply by nesting mul

RE: Process Fork Failed

2007-05-16 Thread Sean Tiley
After looking more closely at the output, I noticed the command ant was trying to execute seemed to be truncated after a certain number of characters (notice the last commons-email-1.0.ja- missing a character and there should have been additional jar files after that as well) So I removed

Re: question for usage in

2007-05-16 Thread Jay Dickon Glanville
Any suggestions? Thanks On 5/14/07, Jay Dickon Glanville <[EMAIL PROTECTED]> wrote: Hello again, I have a situation where many java files are being created from a single xml file. I don't want this to be done if the java files are up to date. Therefore, I'm trying to use the task to generat