Re: Hudson and setupWorkspace.sh
Re: Hudson and setupWorkspace.sh
- Subject: Re: Hudson and setupWorkspace.sh
- From: David Avendasora <email@hidden>
- Date: Wed, 14 Oct 2009 13:30:28 -0400
On Oct 14, 2009, at 12:00 PM, Mr. Frank Cobia wrote:
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?
Mike's latest workspaceSetup.sh will automatically look for Hudson
projects with the same name as the frameworks in your .classpath
file - freaking AWESOME, BTW. If it finds them, it will use the
last successful build of that hudson job.
This is actually broken for me because I can not archive the build
(see #4). I looked in the script and it is looking under
"lastSuccessful/archive/dist/${FRAMEWORK}.tar.gz. This presents two
problems for me. First I can not figure out any pattern under the
archive option that will find my framework. Second, my build only
produces a MyProject.framework and not MyProject.framework.tar.gz.
Anyone help with this?
I figured out the first part of my problem. It turns out the pattern
I need is "dist/**" and not "dist/*". It does not however produce a
tar file. Should that be happening automatically ro do I just need
to add a shell command to build it?
I believe that the tar.gz file is now automatically generated by the
latest version of the build.xml files. Can you replace the build.xml
file in your framework project with one from a new Framework project?
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