muh6mm3d / jannocessor

Automatically exported from code.google.com/p/jannocessor
Other
3 stars 1 forks source link

Passing destinationPackage as a config option from maven plugin configuration to Processors #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In jannocessor demo org.jannocessor.config.Processors passes destination 
package to generators, for example: new BeanGenerator(PKG_BEAN, DEBUG_MODE). I 
would like to be able to configure PKG_BEAN in pom.xml. In this case I could 
have single Processors and several generators in single module that could be 
used in other modules just providing destination package. When I try to have 
Processors in the same module in which the generated files are located I get a 
hot swap exception. 
And I could not find any way to get access to any options in Processors or 
CodeProcessor.

Thanks      

Original issue reported on code.google.com by ora...@gmail.com on 28 Mar 2013 at 8:20