[Patch] Missing dependency in continuum-trunk

2006-11-09 Thread Graham Leggett

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 @@
   version1.0-alpha-2/version
 /dependency
 dependency
+  groupIdjavax.activation/groupId
+  artifactIdactivation/artifactId
+  version1.1/version
+  scopeprovided/scope
+/dependency
+dependency
   groupIdjavax.servlet/groupId
   artifactIdservlet-api/artifactId
   version2.4/version

Regards,
Graham
--


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [Patch] Missing dependency in continuum-trunk

2006-11-09 Thread Jesse McConnell

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 [EMAIL PROTECTED] 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 @@
version1.0-alpha-2/version
  /dependency
  dependency
+  groupIdjavax.activation/groupId
+  artifactIdactivation/artifactId
+  version1.1/version
+  scopeprovided/scope
+/dependency
+dependency
groupIdjavax.servlet/groupId
artifactIdservlet-api/artifactId
version2.4/version

Regards,
Graham
--






--
jesse mcconnell
[EMAIL PROTECTED]


Re: [Patch] Missing dependency in continuum-trunk

2006-11-09 Thread Graham Leggett

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
--


smime.p7s
Description: S/MIME Cryptographic Signature