Am Don, 2003-07-03 um 23.07 schrieb J Aaron Farr:
> On Thu, 2003-07-03 at 16:39, Jakob Praher wrote:
> > 1) maven build process questions
> The problem isn't with merlin, it's with a bug in the maven 0.9
> release. You need to update the jar plugin plugin.jelly file. More
> info at:
>
> http://avalon.apache.org/sandbox/merlin/resources/notebook.html
>
thanks for the pointer - works now
minor pointer: there's a typo in the notebook.xml, this is corrected in
the attached patch.
-- Jakob
Index: notebook.xml
===================================================================
RCS file: /home/cvspublic/avalon-sandbox/merlin/merlin-platform/xdocs/resources/notebook.xml,v
retrieving revision 1.8
diff -u -r1.8 notebook.xml
--- notebook.xml 24 Jun 2003 07:31:04 -0000 1.8
+++ notebook.xml 3 Jul 2003 22:39:21 -0000
@@ -12,7 +12,7 @@
<subsection name="Maven beta 9 Manifest Issue">
<p>
-The Merlin build is based on the Maven beta 9 release. There is a know problem with the relase concerning manifest generation (extension lists are incorrectly delimited). The solution to the problem is to download the 1.9 version version of the jar:jar <a href="http://cvs.apache.org/viewcvs/maven/src/plugins-build/jar/plugin.jelly">plugin.jelly</a> file and use it to replace the version in you Maven installation under the path maven/plugins/maven-jar-plugin-1.0/plugin./jelly. Once replaced, the manifests included in Maven generated jar file will not include extension list declarations. It is anticipated that this issue will be resolved in a subsequent release of the Maven build system.
+The Merlin build is based on the Maven beta 9 release. There is a know problem with the relase concerning manifest generation (extension lists are incorrectly delimited). The solution to the problem is to download the 1.9 version version of the jar:jar <a href="http://cvs.apache.org/viewcvs/maven/src/plugins-build/jar/plugin.jelly">plugin.jelly</a> file and use it to replace the version in you Maven installation under the path maven/plugins/maven-jar-plugin-1.0/plugin.jelly. Once replaced, the manifests included in Maven generated jar file will not include extension list declarations. It is anticipated that this issue will be resolved in a subsequent release of the Maven build system.
</p>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]