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

question for usage in

2007-05-14 Thread Jay Dickon Glanville
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