Hudson and setupWorkspace.sh
Hudson and setupWorkspace.sh
- Subject: Hudson and setupWorkspace.sh
- From: "Mr. Frank Cobia" <email@hidden>
- Date: Tue, 13 Oct 2009 22:59:58 -0400
I am trying to get a Hudson build server setup and I am having a few issues. Hopefully someone can/will help.
As background I am running hudson on Mac OS X server and I am using subversion.
1) The setupWorkspace.sh script seems to be looking for the .classpath file in the wrong place.
I setup the subversion URL as https://svnserver/path/MyProject. So when Hudson check out from subversion the .classpath is placed in $WORKSPACE/MyProject/.classpath, but setupWorkspace.sh is looking for $WORKSPACE/.classpath. What am I doing wrong?
2) The setupWorkspace.sh prints the following error even though I can go in by hand after the build and that directory does exit: rm: /Developer/Hudson/Home/jobs/MyProject/workspace/Root/System: No such file or directory
3) How will my apps and frameworks find the frameworks they depend on? Is this automatically done by the setupWorkspace.sh script as long as those frameworks have already been made? Do I have to do a build and install so that they are placed in /Library/Frameworks?
4) I can not get Hudson to "Archive the Artifacts" for framework builds when set to $WORKSPACE/MyProject/dist/*.framework. The configuration screen tells me that $WORKSPACE/MyProject/dist does exist but the build throws an error saying it can not find /Developer/Hudson/Home/jobs/MyProject/workspace/MyProject/dist/*.framework.
5) Similar to #3. I have some frameworks that depend on jar projects. Do I need to somehow copy these to a location to be picked up or will the setupWorkspace fix it so that the jars will be found?
Thanks, Frank
|
_______________________________________________
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