There are some pending tests for log4j that would require activemq-
core as a dependency. In r686446, I added a dependency to project/
logging-log4j-12.xml:
Index: project/logging-log4j-12.xml
===================================================================
--- project/logging-log4j-12.xml (revision 686445)
+++ project/logging-log4j-12.xml (revision 686446)
@@ -62,6 +62,7 @@
<depend project="jakarta-oro" />
<depend project="javamail"/>
<depend project="jaf"/>
+ <depend project="activemq-core"/>
<work nested="dist/classes" />
<work nested="tests/classes" />
In the next Gump run I was notified:
The following annotations (debug/informational/warning/error messages)
were provided:
-INFO- Failed with reason configuration failed
-ERROR- Bad Dependency. Project: activemq-core : unknown to *this*
workspace
I've reviewed profile/gump.xml and project/activemq.xml and don't see
why activemq-core would be unknown. I reverted the change, but would
be good to know how to resolve this issue. If activemq-core is
unavailable since it is time-consuming to problematic to build, I
could find some way to suppress that compiling the dependent test.
Appreciate any advice.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]