-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: Sun, OS: Solaris
The way Hudson launches under JBoss on solaris, the environment variable PATH is
set to /usr/bin. CVS is installed under /usr/local/bin so Hudson cannot find the
bin. The solution to this is issue is one of the following
- make the path to the cvs binary configurable
- allow the user to pass in a java -D property to specify the path on launch of
the java container and use that to look for the cvs bin