Jason van Zyl wrote:

I replaced all the scripting with Velocity templating for all the jobs that are 
created.

Another suggestion: In ExodusCli.java:45 replace
  hudsonHome = System.getProperty("user.dir");
with
hudsonHome = new File(System.getProperty("user.dir"), "runtime").getPath();

This would bring the output directory in sync with the one configured in start.sh when haven.jar is invoked independently from its base directory (i.e. by a Windows user double-clicking it).


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to