On Jan 23, 2006, at 7:08 PM, Sachin Patel wrote:
On Jan 23, 2006, at 9:55 PM, David Blevins wrote:
Great. You might want to check out the xmlbeans generation code.
There might be something in there for you. The mixed generated
and not generate on a per method level aspect of this certainly
presents an interesting spin on the problem.
Well XML is generating just binaries directly into target since the
move to XMLBeans2 right, not any source? Yes, the method level
aspect makes it trickier. Any generated code I want to modify and
source ctrl, needs to be at a different location, but at the same
time during the build, the generator still needs to run on the
modfied-gen'd code in case their is any updates to other methods.
What tool is generating this code?
EMF (Eclipse Modeling Framework)
http://www.eclipse.org/emf/
You might consider making a maven 2 plugin for it and switch the
tools build to maven 2.
-David