soundasleep / iaml

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

Make separate PHP/JS libraries optional #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
In issue 75 and 76, the PHP and JS libraries are moved to a separate
project. Perhaps this requirement can become optional? (If the separate
libary is not enabled, then the codegen also generates the code supplied
from the runtime plugin.)

What goal would this enhancement help you achieve?
Easier to set up for first-time users.

Original issue reported on code.google.com by soundasleep on 26 Jul 2009 at 10:05

GoogleCodeExporter commented 9 years ago

Original comment by soundasleep on 26 Jul 2009 at 10:06

GoogleCodeExporter commented 9 years ago
Resolved in r889, with the additional runtime property "include_runtime". This 
copies
all files in the org.openiaml.model.runtime/src folder into the output/runtime 
folder
at generation time.

Original comment by soundasleep on 26 Jul 2009 at 12:07