Re: Hudson and setupWorkspace.sh

2009-10-16 Thread David Avendasora
On Oct 15, 2009, at 9:07 PM, Ramsey Lee Gurley wrote: On Oct 15, 2009, at 8:38 AM, David Avendasora wrote: On Oct 14, 2009, at 8:54 PM, Ramsey Lee Gurley wrote: I tried to go all workspace not too long ago, and found that I could not get the frameworks to build properly with nothing

Re: Hudson and setupWorkspace.sh

2009-10-15 Thread David Avendasora
On Oct 14, 2009, at 8:54 PM, Ramsey Lee Gurley wrote: I tried to go all workspace not too long ago, and found that I could not get the frameworks to build properly with nothing Wonder related in the /Library/Frameworks folder. If I do an ant frameworks.install then everything is cool.

Re: Hudson and setupWorkspace.sh

2009-10-15 Thread Ramsey Lee Gurley
On Oct 15, 2009, at 8:38 AM, David Avendasora wrote: On Oct 14, 2009, at 8:54 PM, Ramsey Lee Gurley wrote: I tried to go all workspace not too long ago, and found that I could not get the frameworks to build properly with nothing Wonder related in the /Library/Frameworks folder. If I

Re: Hudson and setupWorkspace.sh

2009-10-14 Thread David Avendasora
Hi Frank, On Oct 13, 2009, at 10:59 PM, Mr. Frank Cobia wrote: 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

Re: Hudson and setupWorkspace.sh

2009-10-14 Thread Mr. Frank Cobia
Sorry, I hit reply instead of reply all on a previous email. 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

Re: Hudson and setupWorkspace.sh

2009-10-14 Thread Mr. Frank Cobia
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

Re: Hudson and setupWorkspace.sh

2009-10-14 Thread David Avendasora
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

Re: Hudson and setupWorkspace.sh

2009-10-14 Thread Mike Schrag
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? the general hudson answer, though, is that hudson does not tar anything ... all it

Re: Hudson and setupWorkspace.sh

2009-10-14 Thread David Avendasora
Oh, and on my frameworks that I build in hudson, I have this setup for the Archive the Artifacts hudson setting: dist/*.framework/**/* This is what puts MyFramework.framework in the Last Successful Artifacts directory. Dave On Oct 14, 2009, at 1:42 PM, David Avendasora wrote: Hi Frank,

Re: Hudson and setupWorkspace.sh

2009-10-14 Thread Mr. Frank Cobia
Mike's setupWorkspace.sh simply grabs the framework's tar.gz file and extracts the framework into your project's Root/Library/ Frameworks (if I remember correctly). Obviously you could change the script to just grab the MyFramework.framework folder itself instead and copy it. There's a

Re: Hudson and setupWorkspace.sh

2009-10-14 Thread David Avendasora
On Oct 14, 2009, at 4:05 PM, Mr. Frank Cobia wrote: Mike's setupWorkspace.sh simply grabs the framework's tar.gz file and extracts the framework into your project's Root/Library/ Frameworks (if I remember correctly). Obviously you could change the script to just grab the

Re: Hudson and setupWorkspace.sh

2009-10-14 Thread Ramsey Lee Gurley
On Oct 14, 2009, at 4:22 PM, David Avendasora wrote: On Oct 14, 2009, at 4:05 PM, Mr. Frank Cobia wrote: Mike's setupWorkspace.sh simply grabs the framework's tar.gz file and extracts the framework into your project's Root/Library/ Frameworks (if I remember correctly). Obviously you could

Hudson and setupWorkspace.sh

2009-10-13 Thread Mr. Frank Cobia
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.