Re: uptodate using .xml to .java but not 1 to 1

2005-05-04 Thread EJ Ciramella
I did something a little different. I do the generation then touch a file. Then I can use the merge mapper from xml to touched file name. On May 4, 2005, at 12:50 PM, Alexey N. Solofnenko wrote: In general you will need a mapper, if there are a many source and destination files. If you can s

Re: uptodate using .xml to .java but not 1 to 1

2005-05-04 Thread Alexey N. Solofnenko
In general you will need a mapper, if there are a many source and destination files. If you can select one destination file out of many (if several destination files are generated together), you can just use plain . Otherwise please look at task. - -Alexey. EJ Ciramella wrote: Every once in a

uptodate using .xml to .java but not 1 to 1

2005-05-04 Thread EJ Ciramella
Every once in a while I stumble across this problem where a tool reads in xml and generates java files. We have a custom written tool here that does this but there is no up to date check so the java files are created each time. Do I need to write a custom mapper or is there a simple way to do