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
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
-
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]
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
--- 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
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
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
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
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