You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2010/01/28 17:43:30 UTC

svn commit: r904152 - /tomcat/tc6.0.x/trunk/STATUS.txt

Author: jfclere
Date: Thu Jan 28 16:43:30 2010
New Revision: 904152

URL: http://svn.apache.org/viewvc?rev=904152&view=rev
Log:
Fix for the broken maven stuff.

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=904152&r1=904151&r2=904152&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Jan 28 16:43:30 2010
@@ -125,3 +125,9 @@
   +1: fhanik
   -1: kkolinko: See comment #3 in the issue for explanation why it does not
    work. I reverted r903928 in trunk in r903948.
+
+* Fix the maven stuff for the maven repo.
+  Before it does't find tomcat-juli.jar and the remoteRepository seems broken .
+  http://people.apache.org/~jfclere/patches/maven.patch
+  +1: jfclere
+  -1



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


Re: svn commit: r904152 - /tomcat/tc6.0.x/trunk/STATUS.txt

Posted by Konstantin Kolinko <kn...@gmail.com>.
2010/1/28  <jf...@apache.org>:
> Author: jfclere
> Date: Thu Jan 28 16:43:30 2010
> New Revision: 904152
>
> URL: http://svn.apache.org/viewvc?rev=904152&view=rev
> Log:
> Fix for the broken maven stuff.
>
> Modified:
>    tomcat/tc6.0.x/trunk/STATUS.txt
>

> +
> +* Fix the maven stuff for the maven repo.
> +  Before it does't find tomcat-juli.jar and the remoteRepository seems broken .
> +  http://people.apache.org/~jfclere/patches/maven.patch
> +  +1: jfclere
> +  -1


>From maven.patch:
-    <doMavenDeploy artifactId="juli" jarFileName="tomcat-juli.jar"/>
<!--Deploy JULI-->
+    <doMavenDeploy artifactId="juli" jarFileName="tomcat-juli.jar"
jarFileDir="${tomcat.extras.path}"/> <!--Deploy JULI-->

-- how is that? Yes, we have tomcat-juli.jar in extras, but that is
"other" JULI, used to run Tomcat with Log4J.  (62759 bytes jar vs.
25804 bytes jar in 6.0.24).  Is this intended?


Best regards,
Konstantin Kolinko

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