You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by Nick Lothian <nl...@essential.com.au> on 2004/02/19 00:43:12 UTC

Gump working! (was RE: cvs commit: jakarta-pluto build.xml)

Looks like Michael did some magic, because Gump is properly building Pluto
now: <http://gump.covalent.net/log/jakarta-pluto.html>.

Nick

> -----Original Message-----
> From: Michael Blum [mailto:blumm@apache.org]
> Sent: Monday, 16 February 2004 12:50 AM
> To: pluto-dev@jakarta.apache.org
> Subject: Re: cvs commit: jakarta-pluto build.xml
> Importance: Low
> 
> 
> I think the various 'build.xml' files are correct. What makes 
> Gump fail 
> is probably the file ‘jakarta-pluto.xml’, which I tried to adapt to 
> Pluto's new ‘build.xml’.
> I am still learning how to control Gump right. I have just made a fix 
> for ‘jakarta-pluto.xml’,which will hopefully correct the 
> classpath used 
> during the build, but I have not got a local
> environment for testing the 'jakarta-pluto.xml'. This means it could 
> need for me some more time to fix the nightly build properly.
> 
> Michael
> 
> 
> Nick Lothian wrote:
> 
> >Gump is still failing (although at least it is running the 
> build now).
> >
> >It builds the API okay, then fails on the container - it 
> looks like it is
> >failing to get the Portlet API.
> >
> >In the container's build.xml, that is speced as:
> >
> >      <get dest="${libdir}/portlet-api-1.0.jar" usetimestamp="true"
> >ignoreerrors="true" 
> src="file:${basedir}/../api/target/portlet-api-1.0.jar">
> >      </get>
> >
> >That appears to work for me, but obviously not for Gump - see
> ><http://gump.covalent.net/log/jakarta-pluto.html>
> >
> >Any ideas?
> >
> >Nick
> >
> >
> >  
> >
> >>-----Original Message-----
> >>From: blumm@apache.org [mailto:blumm@apache.org]
> >>Sent: Friday, 13 February 2004 9:02 PM
> >>To: jakarta-pluto-cvs@apache.org
> >>Subject: cvs commit: jakarta-pluto build.xml
> >>Importance: Low
> >>
> >>
> >>blumm       2004/02/13 02:31:35
> >>
> >>  Added:       .        build.xml
> >>  Log:
> >>  PR: 26489
> >>
> >>  Submitted by:	Nick Lothian/nl@essential.com.au
> >>
> >>  Reviewed by:	Michael Blum
> >>
> >>  
> >>
> >>  'build.xml' is required by the nightly build process as 
> >>defined by 'jakarta-gump'.
> >>
> >>  Look at '.../jakarta-gump/projects/jakarta-pluto.xml' for details.
> >>