On Tue, 2002-09-03 at 02:53, Stefan Bodewig wrote:
> 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).

ok, your changes to your changes have been checked in.

> > 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 ;-).

Cool.  I am starting to understand more about Gump.  TC5 knows about all
it's dependencies (see the "download" target in TC5's build.xml), it
would be nice if TC5's build.xml could be transformed into a module
description. (So there aren't two sets of instructions for building TC5)
Anyway, When adding a new project to Gump, do you recommend building the
gump universe to test things out?  The gump universe has a lot of
dependencies (ie.
http://jakarta.apache.org/builds/gump/latest/packages.html )  I have
started downloading and installing them...  alas this makes jumping into
gump a bit difficult... to bad gump doesnt have a "download" target to
fetch all the "/opt" things that it requires....

Cheers,
-bob


> 
> 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]>
-- 
Cheers,
-bob


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to