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
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
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 generate a
property only if java file creation is necessary. The problem I'm
having is that a