Re: Hudson Setup
Re: Hudson Setup
- Subject: Re: Hudson Setup
- From: David Avendasora <email@hidden>
- Date: Fri, 12 Jun 2009 14:15:23 -0400
On Jun 12, 2009, at 1:53 PM, Mike Schrag wrote: When I kick off a build, it's downloading my project from SVN as expected, and then executing the shell command: ./setupWorkspace.sh ${WORKSPACE} 54
don't execute ./, execute with the full path to setupWorkspace.sh ... it's using "dirname $0" to get its folder, which is "." in your case.
Thanks Mike! That fixed that problem. Now onto the next:
I am telling Hudson to execute the install target of my project's build.xml file, which it fines and starts to run just fine, but then it errors on the WOCompile class. BUILD FAILED
/Users/Shared/Hudson/BakeryManagementFoundation/Trunk/build.xml:84: taskdef class org.objectstyle.woproject.ant.WOCompile cannot be found
woproject.jar is in the root of my Hudson workspace and it is being properly copied to the Root/lib directory.
Do I need to specify a classpath for the Hudson job? I'm sure you covered all of this at WOWODC, but I took lousy notes. You just made it look so easy.
Dave
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden