> In all likelihood, there is something in the Java coding of MRRP which > is incompatible with your OpenVMS system (not really a surprise). You > should pull down the source code of MRRP and analyze it. If you find > and fix a defect, please donate your patch back to the Maven JIRA so > it can be included in a future release of MRRP.
Here is the code you need to look at: http://svn.apache.org/viewvc/maven/plugins/tags/maven-remote-resources-plugin-1.2.1/src/main/java/org/apache/maven/plugin/resources/remote/BundleRemoteResourcesMojo.java?view=markup If your bundles created by MRRP does not have the manifest file inside, either some configuration is wrong or there is a code issue on OpenVMS that you will need to resolve in the bundle mojo (this Java file linked above). Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
