On 02 Sep 2002, Bob Herrmann <[EMAIL PROTECTED]> wrote: > I started playing with Gump with the hopes of getting TC5 to build, > but I am totally clueless.
Let's see whether I can help. > I was playing with Gump last week then got interrupted by bug fixes. > (I created/checked-in TC5's gump.xml and I also created a gump3.xml > in the top of the jakarta-tomcat-jasper) I will resume toying with > it tomorrow (Monday.) Maybe it would be easier to start with a descriptor in Gump's CVS repository (tell us what is needed as dependencies, which Ant target to call and which jars are created) and move it to Tomcat as soon as it starts to work? > In the meantime, I checked in your changes. Unfortunately I missed to references to the not existing servletapi-5 project, please apply the patch below as well. I've tested it locally and this will at least try to build Tomcat 5 (but fail miserably). > I expect Gump TC5 builds will be broken for a few more days. As long as it doesn't affect the other builds - you'll get the nagging emails ;-). Thanks Stefan Index: gump.xml =================================================================== RCS file: /home/cvspublic/jakarta-tomcat-5/gump.xml,v retrieving revision 1.2 diff -u -r1.2 gump.xml --- gump.xml 2 Sep 2002 23:38:29 -0000 1.2 +++ gump.xml 3 Sep 2002 06:43:16 -0000 @@ -36,8 +36,9 @@ <depend property="jmx.jar" project="jmx" reference="jarpath" id="jmxri"/> <depend property="jta.jar" project="jta"/> <depend property="ldap.jar" project="ldap"/> - <depend property="servlet-api.jar" project="jakarta-servletapi-5"/> - <depend property="jsp-api.jar" project="jakarta-servletapi-5"/> + <depend property="servlet-api.jar" + project="jakarta-servletapi-5-servlet"/> + <depend property="jsp-api.jar" project="jakarta-servletapi-5-jsp"/> <depend property="xerces.jar" project="xml-xerces" id="parser"/> <depend property="tomcat-util.jar" project="jakarta-tomcat-util"/> <depend property="commons-beanutils.jar" project="commons-beanutils" -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>