You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Curt Arnold <ca...@apache.org> on 2008/08/18 22:08:03 UTC

Failure adding activemq-core dependency to log4j-tests

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: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: Failure adding activemq-core dependency to log4j-tests

Posted by Stefan Bodewig <bo...@apache.org>.
On Thu, 21 Aug 2008, Curt Arnold <ca...@apache.org> wrote:

> activemq-core is now running, but failing with an "Failed update from
> source control" message

I'm currently deleting the working copy, should work on the next run.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: Failure adding activemq-core dependency to log4j-tests

Posted by Curt Arnold <ca...@apache.org>.
On Aug 19, 2008, at 3:23 AM, Stefan Bodewig wrote:

> On Mon, 18 Aug 2008, Curt Arnold <ca...@apache.org> wrote:
>
>> There are some pending tests for log4j that would require activemq-
>> core as a dependency.
>
> I wouldn't expect activemq-core to ever build, so adding the
> dependency will just lead to the tests project being skipped because
> of missing pre-reqs.
>
>> I've reviewed profile/gump.xml and project/activemq.xml and don't
>> see why activemq-core would be unknown.
>
> I don't see anything obvious either.  camel and activemq share the
> same module name, maybe this is causing problems?  Should be fixed
> now.
>
> Stefan
>

activemq-core is now running, but failing with an "Failed update from  
source control" message with the following details:

svn --quiet update --non-interactive activemq

Output

svn: Working copy 'activemq' locked svn: run 'svn cleanup' to remove  
locks (type 'svn help cleanup' for details)

Last Updated: Tue, 19 Aug 2008 08:00:08 ().





---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: Failure adding activemq-core dependency to log4j-tests

Posted by Stefan Bodewig <bo...@apache.org>.
On Mon, 18 Aug 2008, Curt Arnold <ca...@apache.org> wrote:

> There are some pending tests for log4j that would require activemq- 
> core as a dependency.

I wouldn't expect activemq-core to ever build, so adding the
dependency will just lead to the tests project being skipped because
of missing pre-reqs.

> I've reviewed profile/gump.xml and project/activemq.xml and don't
> see why activemq-core would be unknown.

I don't see anything obvious either.  camel and activemq share the
same module name, maybe this is causing problems?  Should be fixed
now.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org