Re: Hudson Setup
Re: Hudson Setup
- Subject: Re: Hudson Setup
- From: David Avendasora <email@hidden>
- Date: Fri, 12 Jun 2009 16:10:32 -0400
On Jun 12, 2009, at 3:27 PM, Mike Schrag wrote:
Now I am and I believe it should all be working now, but when I
click "build now" in Hudson, it deletes everything in my Hudson
workspace and then downloads everything from SVN again so I end up
with only the "Trunk" directory in my workspace!
wait .. you don't setup the workspace. hudson does. you configure
the branch to checkout in hudson and it checks out for you. you
should never touch the workspace yourself. maybe you're using
different terminology, but if you're fiddling with the area that
it's building in, you're doing it wrong. You should have your
dependencies in a folder somewhere outside of hudson. This is what
i was suspicious of when your script was loading from "."
Agh. Somehow I had decided that "Dependencies" and "Workspace" were
the same thing. So I was putting all the files and such that go in
Dependencies into my workspace.
Now I have it all separated and it is working as expected!
50th time's the charm. Yay!!!
Here's what I have for all the others out there that want to get
rolling with Hudson:
Everything up to the "Build" section is pretty self-explanatory.
Under "Build" I have the following steps:
1) Execute Shell: Command: /Users/Shared/Hudson/Dependencies/
setupWorkspace.sh ${WORKSPACE} 53
2) Invoke Ant: Targets: -propertyfile /Users/Shared/Hudson/
Dependencies/wolips.properties -lib /Users/Shared/Hudson/Dependencies/
woproject.jar clean build
Dave
ms
_______________________________________________
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
_______________________________________________
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