DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12587>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12587 jar update not working on solaris Summary: jar update not working on solaris Product: Ant Version: 1.5 Platform: Sun OS/Version: Solaris Status: NEW Severity: Critical Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The following snippet works on windows: <jar destfile="${deploy.file}" basedir="${tmpdir}/deploy" update="true" manifest="${tmpdir}/META-INF/MANIFEST.MF"> <metainf dir="${tmpdir}/deploy/${config}"> <patternset refid="deploy.config.path"/> </metainf> </jar> However, on Solaris it fails to update the jar file at all. If I remove the manifest attribute to the jar task, then it runs on Solaris. Unfortunately the default manifest is created and stuck in the jar. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
