Generated build.xml packages duplicate copies of custom capability classes in
the lib jar
-----------------------------------------------------------------------------------------
Key: MUSE-267
URL: https://issues.apache.org/jira/browse/MUSE-267
Project: Muse
Issue Type: Bug
Components: Tooling - Code Generation
Affects Versions: 2.2.0
Environment: ant 1.6.5
muse 2.2.0
Reporter: Kam K. Yee
Assignee: Dan Jemiolo
Priority: Minor
A build.xml if generated by the wsdl2java code generator.
This build.xml causes duplicate copies of the custom capability classes (and
Activator class in the case of OSGi) to be packaged in the ABC.jar library
("ABC" is the name of the directory where the files and artifacts used are
under; the directory from where the code generator derives the names for
ABC.war and ABC.jar)
The reason seems to be that the jar instruction uses "**/*.class" instead of
"*/*.class"
<fileset dir="${JAVA_DEST_DIR}">
<include name="**/*.class"/>
</fileset>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]