You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2008/05/22 09:51:45 UTC

svn commit: r659033 - /db/torque/runtime/trunk/project.xml

Author: tfischer
Date: Thu May 22 00:51:45 2008
New Revision: 659033

URL: http://svn.apache.org/viewvc?rev=659033&view=rev
Log:
reverted fulcrum versions to publicly available versions

Modified:
    db/torque/runtime/trunk/project.xml

Modified: db/torque/runtime/trunk/project.xml
URL: http://svn.apache.org/viewvc/db/torque/runtime/trunk/project.xml?rev=659033&r1=659032&r2=659033&view=diff
==============================================================================
--- db/torque/runtime/trunk/project.xml (original)
+++ db/torque/runtime/trunk/project.xml Thu May 22 00:51:45 2008
@@ -216,14 +216,14 @@
     <dependency>
       <groupId>fulcrum</groupId>
       <artifactId>fulcrum-testcontainer</artifactId>
-      <version>1.0.5</version>
+      <version>1.0.4</version>
       <type>jar</type>
     </dependency>
     
     <dependency>
       <groupId>fulcrum</groupId>
       <artifactId>fulcrum-yaafi</artifactId>
-      <version>1.0.5</version>
+      <version>1.0.3</version>
       <type>jar</type>
     </dependency>    
 



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Re: svn commit: r659033 - /db/torque/runtime/trunk/project.xml

Posted by Thomas Fischer <fi...@seitenbau.net>.
>Von: Scott Eade <se...@backstagetech.com.au>
>
>fulcrum-yaafi-1.0.5 has been publicly available for some time.  I am
>chasing fulcrum-testcontainer-1.0.5, it was released some time ago
>but was not deployed to the maven repositories.

Using fulcrum-yaafi 1.0.5 with fulcrum-testcontainer 1.0.4 leads to the
following error:
Testcase: testAvalon(org.apache.torque.avalon.AvalonTest):      Caused an
ERROR
org/apache/fulcrum/yaafi/framework/factory/ServiceManagerFactory
java.lang.NoClassDefFoundError:
org/apache/fulcrum/yaafi/framework/factory/ServiceManagerFactory
        at org.apache.fulcrum.testcontainer.YAAFIContainer.initialize
        (YAAFIContainer.java:114)
        at org.apache.fulcrum.testcontainer.YAAFIContainer.startup
        (YAAFIContainer.java:87)
        at org.apache.fulcrum.testcontainer.BaseUnitTest.lookup
        (BaseUnitTest.java:134)
        at org.apache.fulcrum.testcontainer.BaseUnitTest.resolve
        (BaseUnitTest.java:147)
        at org.apache.torque.avalon.AvalonTest.setUp(AvalonTest.java:49)

If someone has a working configuration with newer fulcrum libraries which
are deployed to the maven repositories please tell me, I'll change it.
It is a pain to use jars which are not in the maven repositories. I do not
know any reasons to to so. If there are any, I'd be happy to discuss them,
but in the meantine, +1 for maintaining a working configuration with jars
which are deployed to the maven repo.

       Thomas


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Re: svn commit: r659033 - /db/torque/runtime/trunk/project.xml

Posted by Scott Eade <se...@backstagetech.com.au>.
fulcrum-yaafi-1.0.5 has been publicly available for some time.

I am chasing fulcrum-testcontainer-1.0.5, it was released some time ago 
but was not deployed to the maven repositories.

Scott

tfischer@apache.org wrote:
> Author: tfischer
> Date: Thu May 22 00:51:45 2008
> New Revision: 659033
>
> URL: http://svn.apache.org/viewvc?rev=659033&view=rev
> Log:
> reverted fulcrum versions to publicly available versions
>
> Modified:
>     db/torque/runtime/trunk/project.xml
>
> Modified: db/torque/runtime/trunk/project.xml
> URL: http://svn.apache.org/viewvc/db/torque/runtime/trunk/project.xml?rev=659033&r1=659032&r2=659033&view=diff
> ==============================================================================
> --- db/torque/runtime/trunk/project.xml (original)
> +++ db/torque/runtime/trunk/project.xml Thu May 22 00:51:45 2008
> @@ -216,14 +216,14 @@
>      <dependency>
>        <groupId>fulcrum</groupId>
>        <artifactId>fulcrum-testcontainer</artifactId>
> -      <version>1.0.5</version>
> +      <version>1.0.4</version>
>        <type>jar</type>
>      </dependency>
>      
>      <dependency>
>        <groupId>fulcrum</groupId>
>        <artifactId>fulcrum-yaafi</artifactId>
> -      <version>1.0.5</version>
> +      <version>1.0.3</version>
>        <type>jar</type>
>      </dependency>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org