Topic RSS23:00, EET
February 21, 2014
OfflineI’m trying to call the code generator from the command line with all arguments supplied as per codegen help
The code generator seems to find the nodeset, then lists all nodesets from the lib folder but then say “Wrote 0 lines”. The intf and impl directories have been created as well as the .codegen file – but nothing else. Version 2.2.4 exhibits the same behaviour as 2.2.2.
The code generation using the ant build.xml works okay. Looking at this script, it issues the exact same command I’m using from the command line.
I suspect that the code generator expects some parameter in a different format or “way”?
code:
java -jar codegen-2.2.2-standalone.jar ../src/main/resources/nodesets/someNodeSet.xml ./lib ./templates ../src/main/java/intf ../src/main/java/impl some.package
(called from the codegen directory)
11:50, EET
April 3, 2012
OfflineHi,
The given templates folder must be one containing directly the templates, i.e. you must pass templates/client(or common, server) instead of just ‘templates’.
at least the following works: java -jar codegen-2.2.4-standalone.jar SampleTypes.xml lib templates/client intf impl test.package
– Bjarne
1 Guest(s)

Log In
Register