Jose Pablos wrote: > David, > I could not find time to finish this. it seems an error because it tried > to build a site within src/documentation
Ah, i am finally starting to understand Gump. We need to change our Gump descriptor at http://cvs.apache.org/viewcvs.cgi/gump/project/forrest.xml > i discover that you can run "ant gump" and it simulates what is going to > run... That is good to know, thanks. --David > Cheers, > Cheche > > [EMAIL PROTECTED] wrote: > > >Author: crossley > >Date: Thu Feb 3 01:43:16 2005 > >New Revision: 151141 > > > >URL: http://svn.apache.org/viewcvs?view=rev&rev=151141 > >Log: > >Perhaps gump wants to build the "test" site. > > > >Modified: > > forrest/trunk/main/build.xml > > > >Modified: forrest/trunk/main/build.xml > >URL: > >http://svn.apache.org/viewcvs/forrest/trunk/main/build.xml?view=diff&r1=151140&r2=151141 > >============================================================================== > >--- forrest/trunk/main/build.xml (original) > >+++ forrest/trunk/main/build.xml Thu Feb 3 01:43:16 2005 > >@@ -295,7 +295,7 @@ > > <!-- ================================== --> > > <target name="gump" description="Target used by Gump"> > > <!--<antcall target="test"/>--> > >- <antcall target="site"/> > >+ <antcall target="test"/> > > <antcall target="webapp"/> > > </target> > > > > > > > > > > > > > >