Support catalog for ClientGen
-----------------------------
Key: MWEBLOGIC-14
URL: http://jira.codehaus.org/browse/MWEBLOGIC-14
Project: Mojo WebLogic Plugin
Issue Type: New Feature
Reporter: Mike Calmus
Assignee: David J. M. Karlsen
ClientGen9Mojo should support the Catalog attribute. Sorry I don't have the
ability to provide a proper patch, but the code need only add a new catalog
attribute and add the following code:
// clientGen.setCatalog( new File( this.catalogFile ) );
method = ReflectionUtils.getSetter("catalog",
clientGen.getClass());
if (method != null) {
method.invoke(clientGen, new Object[] { new
File( this.catalogFile ) });
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email