You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Aaron Mulder <am...@alumni.princeton.edu> on 2004/10/10 04:05:03 UTC

Maven / ActiveMQ Potential Patch

	When the Geronimo multiproject build runs, and it runs the 
ActiveMQ project in activemq/project.xml, it only builds an ActiveMQ RAR 
(not a JAR).  This means that the ActiveMQ RA 
(activemq/modules/ra/project.xml) fails in offline mode because there's no 
ActiveMQ JAR built previously.
	I was able to fix this by resetting the multiproject build type in 
ActiveMQ, but I don't know if I'm breaking something in the "just 
ActiveMQ" build or anything else by doing so.

	If there's no side effect, please apply another ActiveMQ patch:

Index: project.properties
===================================================================
RCS file: /home/projects/activemq/scm/activemq/project.properties,v
retrieving revision 1.20
diff -r1.20 project.properties
41c41
< maven.multiproject.type=rar
---
> maven.multiproject.type=jar


Thanks,
	Aaron