You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2007/09/19 14:42:57 UTC

svn commit: r577287 - /gump/metadata/project/jamonapi.xml

Author: bodewig
Date: Wed Sep 19 05:42:56 2007
New Revision: 577287

URL: http://svn.apache.org/viewvc?rev=577287&view=rev
Log:
JaMon cannot be built by Gump since having two versions of Tomcat on CLASSPATH doesn't work.  Unfortunately both javac tasks are in the same target.  Allow JaMON to use its own versions of Tomcat jars

Modified:
    gump/metadata/project/jamonapi.xml

Modified: gump/metadata/project/jamonapi.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jamonapi.xml?rev=577287&r1=577286&r2=577287&view=diff
==============================================================================
--- gump/metadata/project/jamonapi.xml (original)
+++ gump/metadata/project/jamonapi.xml Wed Sep 19 05:42:56 2007
@@ -29,6 +29,7 @@
 
     <ant buildfile="src/ant/build.xml" target="JAR">
       <property name="jamonapi_version" value="@@DATE@@"/>
+      <sysproperty name="build.sysclasspath" value="first"/>
     </ant>
 
     <depend project="bootstrap-ant"/>
@@ -37,8 +38,6 @@
 
     <depend project="jakarta-servletapi-5-servlet"/>
     <depend project="packaged-jetty6"/>
-    <depend project="tomcat-catalina"/>
-    <depend project="tomcat-tc6"/>
     <depend project="logging-log4j-12"/>
 
     <jar name="dist/jamon-@@DATE@@.jar"/>



Re: svn commit: r577287 - /gump/metadata/project/jamonapi.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On Wed, 19 Sep 2007, Bill Barker <wb...@wilshire.com> wrote:
>> -----Original Message-----
>> From: bodewig@apache.org [mailto:bodewig@apache.org] 
>>
>> JaMon cannot be built by Gump since having two versions of 
>> Tomcat on CLASSPATH doesn't work.  Unfortunately both javac 
>> tasks are in the same target.  Allow JaMON to use its own 
>> versions of Tomcat jars
> 
> Which is why it can't possibly build with the newer Tomcat's.  If
> you look in build.xml, it only uses TC 4 (effectively meaning that
> they don't support Tomcat).

I think there are two different versions of Tomcat involved, one in
catalina.jar and one in catalina_tomcat4.jar.  The first one is used
during the first javac task, the second on the second.  With only
Tomcat4 the first task will fail.

Somehow Gump ignores my build.sysclasspath setting, I guess we make
sure that it is not overridden or that the workspace setting takes
precedence.  Need to dive into the code here.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


RE: svn commit: r577287 - /gump/metadata/project/jamonapi.xml

Posted by Bill Barker <wb...@wilshire.com>.
 

> -----Original Message-----
> From: bodewig@apache.org [mailto:bodewig@apache.org] 
> Sent: Wednesday, September 19, 2007 5:43 AM
> To: commits@gump.apache.org
> Subject: svn commit: r577287 - /gump/metadata/project/jamonapi.xml
> 
> Author: bodewig
> Date: Wed Sep 19 05:42:56 2007
> New Revision: 577287
> 
> URL: http://svn.apache.org/viewvc?rev=577287&view=rev
> Log:
> JaMon cannot be built by Gump since having two versions of 
> Tomcat on CLASSPATH doesn't work.  Unfortunately both javac 
> tasks are in the same target.  Allow JaMON to use its own 
> versions of Tomcat jars
> 

Which is why it can't possibly build with the newer Tomcat's.  If you look
in build.xml, it only uses TC 4 (effectively meaning that they don't support
Tomcat).



This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail.


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org