tomerfiliba / agnos

Agnos - The Agnostic RPC Framework
http://agnos.sourceforge.net
Other
14 stars 7 forks source link

auto compiler #26

Closed tomerfiliba closed 13 years ago

tomerfiliba commented 13 years ago

add a command-line option to the java target (and others as well), say --jar, that takes the agnos.jar as a parameter and automatically compiles and jars the resulting binding code

example:

agnosc -t java --jar=/path/to/agnos.jar foo.xml generates foo.jar

tomerfiliba commented 13 years ago

merged into #24