OK here's another patch for the gump taglibs build. I'm past the end of my gump knowledge and reaching the end of my gump-guesswork :). I have just cut'n'pasted the necessary bits from the jakarta-tomcat-4.0 gump project description. I hope this works better - basically its attempting to add a bunch of jakarta-commons jars.
James ----- Original Message ----- From: "James Strachan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Tag Libraries Developers List" <[EMAIL PROTECTED]> Sent: Friday, February 15, 2002 3:01 PM Subject: Re: Gump patch for Taglibs (was Re: [GUMP] Build Failure - Taglibs) > Here's another patch which should hopefully get the Jakarta Taglibs build a > bit further. > > James > ----- Original Message ----- > From: "James Strachan" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: "Tag Libraries Developers List" <[EMAIL PROTECTED]> > Sent: Thursday, February 14, 2002 11:56 AM > Subject: Gump patch for Taglibs (was Re: [GUMP] Build Failure - Taglibs) > > > > Here's a patch which should get the GUMP build working again for Jakarta > > Taglibs. > > > > James > > ----- Original Message ----- > > From: "Sam Ruby" <[EMAIL PROTECTED]> > > To: "Tag Libraries Developers List" <[EMAIL PROTECTED]> > > Sent: Wednesday, February 13, 2002 7:59 PM > > Subject: Re: [GUMP] Build Failure - Taglibs > > > > > > > James Strachan wrote: > > > > > > > > Hey Ted > > > > > > > > Gump already builds commons-messenger.jar just fine. > > > > > > > > http://jakarta.apache.org/builds/gump/latest/commons-messenger.html > > > > > > > > Any chance we can add it as a prerequisite for jakarta-taglibs (and > add > > it > > > > to the build.properties file) so that the build works? > > > > > > I'm trying to see if there is anybody with enough GUMPtion to actually > > send > > > a patch. ;-) > > > > > > http://marc.theaimsgroup.com/?l=alexandria-dev&m=101352519126215&w=2 > > > > > > - Sam Ruby > > > > > > > > > -- > > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > > >
Index: jakarta-taglibs.xml =================================================================== RCS file: /home/cvspublic/jakarta-alexandria/proposal/gump/project/jakarta-taglibs.xml,v retrieving revision 1.30 diff -w -r1.30 jakarta-taglibs.xml 28c28,37 < <depend property="commons-messenger.jar" project="commons-messenger"/> --- > <depend property="commons-beanutils.jar" project="commons-beanutils" > runtime="true"/> > <depend property="commons-collections.jar" project="commons-collections" > runtime="true"/> > <depend property="commons-digester.jar" project="commons-digester" > runtime="true"/> > <depend property="commons-messenger.jar" project="commons-messenger" > runtime="true"/> > <depend property="commons-logging.jar" project="commons-logging" > runtime="true"/>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
