List Info

Thread: Missing dependency in continuum-trunk




Missing dependency in continuum-trunk
user name
2006-11-09 15:14:25
Hi all,

There is a missing dependency on activation.jar within
continuum-war. 
The following patch fixes it.

Index: continuum-webapp/pom.xml
============================================================
=======
--- continuum-webapp/pom.xml    (revision 472890)
+++ continuum-webapp/pom.xml    (working copy)
 -200,6
+200,12 
        <version>1.0-alpha-2</version>
      </dependency>
      <dependency>
+      <groupId>javax.activation</groupId>
+      <artifactId>activation</artifactId>
+      <version>1.1</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
        <groupId>javax.servlet</groupId>
        <artifactId>servlet-api</artifactId>
        <version>2.4</version>

Regards,
Graham
--
Missing dependency in continuum-trunk
user name
2006-11-09 15:21:48
hm, someone else seeing this Christian!  your not the only
one now!

graham, what o/s and version of maven and jdk are you using?

jesse

On 11/9/06, Graham Leggett <minfrinsharp.fm> wrote:
> Hi all,
>
> There is a missing dependency on activation.jar within
continuum-war.
> The following patch fixes it.
>
> Index: continuum-webapp/pom.xml
>
============================================================
=======
> --- continuum-webapp/pom.xml    (revision 472890)
> +++ continuum-webapp/pom.xml    (working copy)
>  -200,6 +200,12 
>         <version>1.0-alpha-2</version>
>       </dependency>
>       <dependency>
> +      <groupId>javax.activation</groupId>
> +      <artifactId>activation</artifactId>
> +      <version>1.1</version>
> +      <scope>provided</scope>
> +    </dependency>
> +    <dependency>
>         <groupId>javax.servlet</groupId>
>        
<artifactId>servlet-api</artifactId>
>         <version>2.4</version>
>
> Regards,
> Graham
> --
>
>
>


-- 
jesse mcconnell
jesse.mcconnellgmail.com
Missing dependency in continuum-trunk
user name
2006-11-09 15:28:56
Jesse McConnell wrote:

> hm, someone else seeing this Christian!  your not the
only one now!
> 
> graham, what o/s and version of maven and jdk are you
using?

maven v2.0.4 on JDK v1.5 (latest MacosX).

Not that it should make a difference on any platform - one
of the class 
files references javax.activation, and javax.activation
isn't a 
dependency in the pom. Probably caused by a modified pom.xml
that wasn't 
checked in.

Regards,
Graham
--
[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )