> -----Original Message-----
> From: Leo Sutic [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 27, 2004 6:19 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: [Avalon][PMC:VOTE/Release] Check 'em out!
> 
> AVALON PMC MEMBERS
> ==================
> 
> The jars are in:
> 
>     http://cvs.apache.org/~leosutic/release/
> 
> Check 'em out and vote for release:
> 
>   +1 from me.
> 
> I'd like to have this vote done by the end of today, since
> that means I can release them without having to worry about
> the license change.

-1 on avalon-fortress-container-complete-1.1.jar

Sorry.  There's a small bug in the maven.xml file.
Avalon-fortress-container-complete is suppose to include all dependencies
(minus logkit, concurrent, and commons-collections).  However, the jar on
your site does not.  Actually, that's due to a bug in the build system.
Attached is the patch to /avalon/fortress/container/maven.xml

Just regenerate the jar (maven jar:jar) and make sure it has the classes in
it (it will be big).  Then you should be just fine.

I'd do it myself, but I'm behind a firewall and cannot access CVS at the
moment.

I haven't yet checked out all the other jars and I'm not sure if I'll have
time today, so I hope someone else is actually running these jars against
their own code before we release.

J. Aaron Farr
  SONY ELECTRONICS
  DDP-CIM
  (724) 696-7653


--- maven.xml.~1.7.~    2003-06-17 13:28:37.000000000 -0400
+++ maven.xml   2004-02-27 10:19:16.000000000 -0500
@@ -57,7 +57,7 @@
         </ant:copy>
     </postGoal>
 
-    <postGoal name="java:jar">
+    <postGoal name="jar:jar">
         <!-- build big jar -->
         <ant:mkdir dir="${maven.build.dir}/libs"/>
         <deploy:copy-deps
@@ -74,7 +74,7 @@
             </ant:manifest>
 
             <ant:zipfileset src="${maven.build.dir}/${maven.final.name}.jar"/>
-            <ant:zipgroupfileset dir="${maven.build.dir}/libs" includes="*.zip"/>
+            <ant:zipgroupfileset dir="${maven.build.dir}/libs" includes="*.jar"/>
         </ant:jar>
     </postGoal>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to