Ross Gardler wrote:
> I'm trying to get forrestbot to build a site I have in a CVS server.
>
> Im using the docs at http://forrest.apache.org/docs/forrestbot.html
>
> I have copied the example buildfile on that page into a new directory
> and set the relevant propery values.
>
> When running /forrest -f forrestbot.build.xml/ I get build failed. The
> error is shown below:
>
> Buildfile: forrestbot.build.xml
>
> getsrc.clean-workdir:
>
> getsrc.cvs:
> <cvs cvsRoot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/burrokeet"
> package="repositoryData"
> dest="D:\tmp\forrestbot\work\cvsmodules"
> quiet="false"
> command="checkout -l"
> tag=""
> failonerror="true"
> />
> Using cvs passfile: C:\cygwin\home\Ross Gardler\.cvspass
> cvs checkout: authorization failed: server cvs.sourceforge.net rejected
> access to /cvsroot/burrokeet for user anonymous
>
> The CVS passfile contains the line:
>
> :pserver:anonymous@cvs.sourceforge.net:/cvsroot/burrokeet A
>
> The getsrc.cvs.password property in the buildfile is set to an empty
> string (the correct password).
>
> Any clues?
>
Try running in verbose mode (forrest -v -f forrestbot.build.xml) and see
what the <cvspass> and <cvs> tasks do.
--
Dave Brondsema : dave@brondsema.net
http://www.splike.com : programming
http://csx.calvin.edu : student org
http://www.brondsema.net : personal
|