I upgraded my local Jenkins build server (1.5) to Mavericks. 1) Mavericks auto installed Java 2) Had to manually install Command Line Tools (either download from Apple Developer or xcode-select --install 3) brew update 4) Installed ant with command >brew install homebrew/dupes/ant
After doing this, jenkins had problems with my jobs where it will not execute ant jobs, with the error FATAL: command execution failed.Maybe you need to configure the job to choose one of your Ant installations? java.io.IOException: Cannot run program "ant" (in directory "/Users/Shared/Jenkins/Home/jobs/[my project]"): error=2, No such file or directory Still researching how to get jenkins to recognize the new ant location on the machine. Paul On Oct 26, 2013, at 3:21 AM, Bogdan Zlatanov <[email protected]> wrote: > My experience after I did an update on my OS X Client from 10.7.5 to 10.9.0: > > 1. Java 1.6 gots whipped out from /System/Library/Java/…, but not from > /Library/Java > > I had some JDK 1.6 left-overs in /Library/Java/…, I think > version 1.6.0_41, that I had to remove by hand. However as soon as I tried > starting Eclipse or IntelliJ, JDK 1.6 is installed right back, > so it’s still available. > > 2. Ant is gone. I > > Installed Command Line Tools, still no ant. I guess I’ll have > to install it manually or via ports, brew, etc. > > 3. httpd.conf got replaced > > The old version is backed up and available as > /etc/apache2/httpd.conf~previous. I had to comment #LoadModule bonjour_module > lib exec/apache2/mod_bonjour.so to get things going. > > > Other than these, it works just fine so far. > > Cheers, > Bogdan > > > On 26 Oct 2013, at 05:33, Michael Kondratov <[email protected]> > wrote: > >> Works fine so far. I had to install Java manually. >> >> Michael >> >> On Oct 25, 2013, at 11:29 PM, Theodore Petrosky <[email protected]> wrote: >> >>> anyone have webobojects working on Mavericks? any gotchas before I start >>> playing with mavericks server? >>> >>> Ted >>> _______________________________________________ >>> Do not post admin requests to the list. They will be ignored. >>> Webobjects-dev mailing list ([email protected]) >>> Help/Unsubscribe/Update your Subscription: >>> https://lists.apple.com/mailman/options/webobjects-dev/michael%40aspireauctions.com >>> >>> This email sent to [email protected] >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> https://lists.apple.com/mailman/options/webobjects-dev/bogdan.zlatanov%40gmail.com >> >> This email sent to [email protected] > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/pyu%40mac.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
