Details
-
Wish
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.1-alpha-1
-
None
-
anyone
i tested only on Redhat
Description
When continuum 1.1 starts, logs contains :
2007-04-26 11:55:45,827 [main] WARN ContinuumBuildExecutor:maven-1 - Could not find the executable 'maven' in the path '[$PATH]'.
2007-04-26 11:55:45,833 [main] INFO ContinuumBuildExecutor:ant - Resolved the executable 'ant' to '/usr/bin/ant'.
2007-04-26 11:55:46,600 [main] WARN ContinuumBuildExecutor:maven2 - Could not find the executable 'mvn' in the path '[$PATH]'.
This search override any alias defined in a user environment.
This search follows the PATH definition order
We want to use another ant with Continuum (using a shell script to launch ant in a specific environnement)
We can't change the Path order because of internal conflicts.
It would be fine if the Continuum configuration contains a "check path for build executables" parameter.