Subject: Re: Getting forrestbot working - msg#00069
List: text.xml.forrest.user
Rick Tessner wrote:
Ross Gardler wrote:
<snip/>
BUILD FAILED
D:\openSource\forrest\tools\forrestbot\core\getsrc.xml:61:
java.io.IOException:
CreateProcess: cvs
-d:pserver:anonymous@xxxxxxxxxxxxxxxxxxx:/cvsroot/burrokeet -
q checkout -l repositoryData error=2
Hi Ross,
The only thing that I've been able to find on this was in the Ant manual
(
http://ant.apache.org/manual/ ) in the "Feedback and Troubleshooting"
section:
Thanks for your help, given the stuff you referred to I decided it was
some weird configuration thing with Windows/Cygwin so I switched to
Linux machines and everything works just fine.
Good old Linux.
Ross
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: Getting forrestbot working
Ross Gardler wrote:
<snip/>
BUILD FAILED
D:\openSource\forrest\tools\forrestbot\core\getsrc.xml:61:
java.io.IOException:
CreateProcess: cvs
-d:pserver:anonymous@xxxxxxxxxxxxxxxxxxx:/cvsroot/burrokeet -
q checkout -l repositoryData error=2
Hi Ross,
The only thing that I've been able to find on this was in the Ant manual
(http://ant.apache.org/manual/ ) in the "Feedback and Troubleshooting"
section:
<quote>
Is your path correct? is Ant on it? What about JDK/bin? have you tested
this? If you are using Jikes, is it on the path? A createProcess error
(especially with ID=2 on windows) usually means executable not found on
the path.
</quote>
I have verified (under cygwin as I have no DOS based CVS) that I can
login and checkout repositoryData module with the info supplied to
forrestbot.
This may make the above quote irrelavent. :( There's also the "-debug"
and "-diagnostics"s option that can be passed to "ant" that may reveal
some additional information.
Hope this helps,
--
Rick Tessner
rick at apache dot org
smime.p7s
Description: S/MIME Cryptographic Signature
Next Message by Date:
click to view message preview
'build' for windows in 'main'
Hi!
I just updated to revision 109973 and
get the forrest message:
You must build forrest before you can run it.
In F:\forrest\ # %FORREST_HOME%
run './build.sh' (linux) or 'build' (windows)
But a 'build' in FORREST_HOME fails.
There is a 'build.bat' in "main" that does the
job (called from there).
I guess the forrest output is not up-to-date.
Johannes
--
User Interface Design GmbH * Teinacher Str. 38 * D-71634
Ludwigsburg
Fon +49 (0)7141 377 000 * Fax +49 (0)7141 377 00-99
Geschäftsstelle: User Interface Design GmbH *
Lehrer-Götz-Weg 11 * D-81825 München
www.uidesign.de
Buch "User Interface Tuning" von Joachim Machate & Michael
Burmester
www.user-interface-tuning.de
Attraktivität von interaktiven Produkten messen mit
www.attrakdiff.de
Previous Message by Thread:
click to view message preview
Re: Getting forrestbot working
Ross Gardler wrote:
<snip/>
BUILD FAILED
D:\openSource\forrest\tools\forrestbot\core\getsrc.xml:61:
java.io.IOException:
CreateProcess: cvs
-d:pserver:anonymous@xxxxxxxxxxxxxxxxxxx:/cvsroot/burrokeet -
q checkout -l repositoryData error=2
Hi Ross,
The only thing that I've been able to find on this was in the Ant manual
(http://ant.apache.org/manual/ ) in the "Feedback and Troubleshooting"
section:
<quote>
Is your path correct? is Ant on it? What about JDK/bin? have you tested
this? If you are using Jikes, is it on the path? A createProcess error
(especially with ID=2 on windows) usually means executable not found on
the path.
</quote>
I have verified (under cygwin as I have no DOS based CVS) that I can
login and checkout repositoryData module with the info supplied to
forrestbot.
This may make the above quote irrelavent. :( There's also the "-debug"
and "-diagnostics"s option that can be passed to "ant" that may reveal
some additional information.
Hope this helps,
--
Rick Tessner
rick at apache dot org
smime.p7s
Description: S/MIME Cryptographic Signature
Next Message by Thread:
click to view message preview
[skins] Remark on skins documentation - page breaks
Hello,
first, thanks this great piece of
software!
I have a small comment on the current documentation: http://forrest.apache.org/docs/dev/your-project.html#skins
To create a new skin, it is recommended to start from
an existing skin and copy it to
src/documentation/skins
This is what I did (from tigris skin) but it didn't
work at first.
-> I had to copy the "common" skin too in the same
place.
Don't know if you want to change the documentation or
something in the skins themselves.
As per suggested in the documentation, here is why I
wanted to create a new skin: insert page breaks at certain points in the
document.
This is done using CSS with the attribute:
"page-break-before: always"
So I did, in "mytigris.css":
h3, h4 { margin-bottom:
0; page-break-before: always;}
It would be great to have this hability from within the
document XML source.
Best regards,
Olivier.