You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2012/04/07 11:00:48 UTC

svn commit: r1310712 - in /tomcat/tc7.0.x/trunk: res/maven/tomcat-catalina-ha.pom res/maven/tomcat-coyote.pom res/maven/tomcat-embed-jasper.pom res/maven/tomcat-util.pom webapps/docs/changelog.xml

Author: markt
Date: Sat Apr  7 09:00:47 2012
New Revision: 1310712

URL: http://svn.apache.org/viewvc?rev=1310712&view=rev
Log:
 Add missing dependencies

Modified:
    tomcat/tc7.0.x/trunk/res/maven/tomcat-catalina-ha.pom
    tomcat/tc7.0.x/trunk/res/maven/tomcat-coyote.pom
    tomcat/tc7.0.x/trunk/res/maven/tomcat-embed-jasper.pom
    tomcat/tc7.0.x/trunk/res/maven/tomcat-util.pom
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc7.0.x/trunk/res/maven/tomcat-catalina-ha.pom
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/tomcat-catalina-ha.pom?rev=1310712&r1=1310711&r2=1310712&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/res/maven/tomcat-catalina-ha.pom (original)
+++ tomcat/tc7.0.x/trunk/res/maven/tomcat-catalina-ha.pom Sat Apr  7 09:00:47 2012
@@ -52,5 +52,11 @@
       <version>@MAVEN.DEPLOY.VERSION@</version>
       <scope>compile</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-util</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>

Modified: tomcat/tc7.0.x/trunk/res/maven/tomcat-coyote.pom
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/tomcat-coyote.pom?rev=1310712&r1=1310711&r2=1310712&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/res/maven/tomcat-coyote.pom (original)
+++ tomcat/tc7.0.x/trunk/res/maven/tomcat-coyote.pom Sat Apr  7 09:00:47 2012
@@ -28,5 +28,11 @@
       <version>@MAVEN.DEPLOY.VERSION@</version>
       <scope>compile</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-util</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>

Modified: tomcat/tc7.0.x/trunk/res/maven/tomcat-embed-jasper.pom
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/tomcat-embed-jasper.pom?rev=1310712&r1=1310711&r2=1310712&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/res/maven/tomcat-embed-jasper.pom (original)
+++ tomcat/tc7.0.x/trunk/res/maven/tomcat-embed-jasper.pom Sat Apr  7 09:00:47 2012
@@ -28,5 +28,10 @@
       <version>@MAVEN.DEPLOY.VERSION@</version>
       <scope>compile</scope>
     </dependency>
+    <dependency>
+      <groupId>org.eclipse.jdt.core.compiler</groupId>
+      <artifactId>ecj</artifactId>
+      <version>3.7.2</version>
+    </dependency>
   </dependencies>
 </project>

Modified: tomcat/tc7.0.x/trunk/res/maven/tomcat-util.pom
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/tomcat-util.pom?rev=1310712&r1=1310711&r2=1310712&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/res/maven/tomcat-util.pom (original)
+++ tomcat/tc7.0.x/trunk/res/maven/tomcat-util.pom Sat Apr  7 09:00:47 2012
@@ -21,4 +21,18 @@
   <artifactId>tomcat-util</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Common code shared by Catalina and Jasper</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-juli</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.tomcat</groupId>
+      <artifactId>tomcat-api</artifactId>
+      <version>@MAVEN.DEPLOY.VERSION@</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
 </project>

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1310712&r1=1310711&r2=1310712&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Sat Apr  7 09:00:47 2012
@@ -69,6 +69,9 @@
       <update>
         Update to Eclipse JDT Compiler 3.7.2 at maven tomcat-japser.pom. (pero)
       </update>
+      <fix>
+        Add missing dependencies in pom files. (markt)
+      </fix>
     </changelog>
   </subsection>
 </section>



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


Re: svn commit: r1310712 - in /tomcat/tc7.0.x/trunk: res/maven/tomcat-catalina-ha.pom res/maven/tomcat-coyote.pom res/maven/tomcat-embed-jasper.pom res/maven/tomcat-util.pom webapps/docs/changelog.xml

Posted by Peter Roßbach <pr...@objektpark.de>.
We must download maven-ant-tasks-2.1.3 and jsch without maven tasks and then we can use it!

Peter

Am 07.04.2012 um 11:16 schrieb Mark Thomas:

> On 07/04/2012 10:14, Peter Roßbach wrote:
>> cool remove a point of my TODO list
>> +1
>> 
>> I have checked that also new maven-ant-tasks-2.1.3 works.
>> How we can download this jar and jsch?
> 
> I assume updating the init-maven task in the mvn-pub.xml will do that.
> 
> Mark
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
> 
> 


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


Re: svn commit: r1310712 - in /tomcat/tc7.0.x/trunk: res/maven/tomcat-catalina-ha.pom res/maven/tomcat-coyote.pom res/maven/tomcat-embed-jasper.pom res/maven/tomcat-util.pom webapps/docs/changelog.xml

Posted by Mark Thomas <ma...@apache.org>.
On 07/04/2012 10:14, Peter Roßbach wrote:
> cool remove a point of my TODO list
> +1
> 
> I have checked that also new maven-ant-tasks-2.1.3 works.
> How we can download this jar and jsch?

I assume updating the init-maven task in the mvn-pub.xml will do that.

Mark

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


Re: svn commit: r1310712 - in /tomcat/tc7.0.x/trunk: res/maven/tomcat-catalina-ha.pom res/maven/tomcat-coyote.pom res/maven/tomcat-embed-jasper.pom res/maven/tomcat-util.pom webapps/docs/changelog.xml

Posted by Peter Roßbach <pr...@objektpark.de>.
cool remove a point of my TODO list
+1

I have checked that also new maven-ant-tasks-2.1.3 works.
How we can download this jar and jsch?
 
Peter

Am 07.04.2012 um 11:00 schrieb markt@apache.org:

> Author: markt
> Date: Sat Apr  7 09:00:47 2012
> New Revision: 1310712
> 
> URL: http://svn.apache.org/viewvc?rev=1310712&view=rev
> Log:
> Add missing dependencies
> 
> Modified:
>    tomcat/tc7.0.x/trunk/res/maven/tomcat-catalina-ha.pom
>    tomcat/tc7.0.x/trunk/res/maven/tomcat-coyote.pom
>    tomcat/tc7.0.x/trunk/res/maven/tomcat-embed-jasper.pom
>    tomcat/tc7.0.x/trunk/res/maven/tomcat-util.pom
>    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
> 
> Modified: tomcat/tc7.0.x/trunk/res/maven/tomcat-catalina-ha.pom
> URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/tomcat-catalina-ha.pom?rev=1310712&r1=1310711&r2=1310712&view=diff
> ==============================================================================
> --- tomcat/tc7.0.x/trunk/res/maven/tomcat-catalina-ha.pom (original)
> +++ tomcat/tc7.0.x/trunk/res/maven/tomcat-catalina-ha.pom Sat Apr  7 09:00:47 2012
> @@ -52,5 +52,11 @@
>       <version>@MAVEN.DEPLOY.VERSION@</version>
>       <scope>compile</scope>
>     </dependency>
> +    <dependency>
> +      <groupId>org.apache.tomcat</groupId>
> +      <artifactId>tomcat-util</artifactId>
> +      <version>@MAVEN.DEPLOY.VERSION@</version>
> +      <scope>compile</scope>
> +    </dependency>
>   </dependencies>
> </project>
> 
> Modified: tomcat/tc7.0.x/trunk/res/maven/tomcat-coyote.pom
> URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/tomcat-coyote.pom?rev=1310712&r1=1310711&r2=1310712&view=diff
> ==============================================================================
> --- tomcat/tc7.0.x/trunk/res/maven/tomcat-coyote.pom (original)
> +++ tomcat/tc7.0.x/trunk/res/maven/tomcat-coyote.pom Sat Apr  7 09:00:47 2012
> @@ -28,5 +28,11 @@
>       <version>@MAVEN.DEPLOY.VERSION@</version>
>       <scope>compile</scope>
>     </dependency>
> +    <dependency>
> +      <groupId>org.apache.tomcat</groupId>
> +      <artifactId>tomcat-util</artifactId>
> +      <version>@MAVEN.DEPLOY.VERSION@</version>
> +      <scope>compile</scope>
> +    </dependency>
>   </dependencies>
> </project>
> 
> Modified: tomcat/tc7.0.x/trunk/res/maven/tomcat-embed-jasper.pom
> URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/tomcat-embed-jasper.pom?rev=1310712&r1=1310711&r2=1310712&view=diff
> ==============================================================================
> --- tomcat/tc7.0.x/trunk/res/maven/tomcat-embed-jasper.pom (original)
> +++ tomcat/tc7.0.x/trunk/res/maven/tomcat-embed-jasper.pom Sat Apr  7 09:00:47 2012
> @@ -28,5 +28,10 @@
>       <version>@MAVEN.DEPLOY.VERSION@</version>
>       <scope>compile</scope>
>     </dependency>
> +    <dependency>
> +      <groupId>org.eclipse.jdt.core.compiler</groupId>
> +      <artifactId>ecj</artifactId>
> +      <version>3.7.2</version>
> +    </dependency>
>   </dependencies>
> </project>
> 
> Modified: tomcat/tc7.0.x/trunk/res/maven/tomcat-util.pom
> URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/tomcat-util.pom?rev=1310712&r1=1310711&r2=1310712&view=diff
> ==============================================================================
> --- tomcat/tc7.0.x/trunk/res/maven/tomcat-util.pom (original)
> +++ tomcat/tc7.0.x/trunk/res/maven/tomcat-util.pom Sat Apr  7 09:00:47 2012
> @@ -21,4 +21,18 @@
>   <artifactId>tomcat-util</artifactId>
>   <version>@MAVEN.DEPLOY.VERSION@</version>
>   <description>Common code shared by Catalina and Jasper</description>
> +  <dependencies>
> +    <dependency>
> +      <groupId>org.apache.tomcat</groupId>
> +      <artifactId>tomcat-juli</artifactId>
> +      <version>@MAVEN.DEPLOY.VERSION@</version>
> +      <scope>compile</scope>
> +    </dependency>
> +    <dependency>
> +      <groupId>org.apache.tomcat</groupId>
> +      <artifactId>tomcat-api</artifactId>
> +      <version>@MAVEN.DEPLOY.VERSION@</version>
> +      <scope>compile</scope>
> +    </dependency>
> +  </dependencies>
> </project>
> 
> Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
> URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1310712&r1=1310711&r2=1310712&view=diff
> ==============================================================================
> --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
> +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Sat Apr  7 09:00:47 2012
> @@ -69,6 +69,9 @@
>       <update>
>         Update to Eclipse JDT Compiler 3.7.2 at maven tomcat-japser.pom. (pero)
>       </update>
> +      <fix>
> +        Add missing dependencies in pom files. (markt)
> +      </fix>
>     </changelog>
>   </subsection>
> </section>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
> 
> 


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