Re: Using Jenkins to Build a WOApp

2013-01-30 Thread Musall Maik
Hi Roger, i vaguely remember having dealt with those WOCompile problems as well when I set it up. My jenkins server is running 10.7 however. In any case I believe the WOJenkins stuff needs customizing for certain app/framework setups. You could go and have a look at my forks: https://github.co

Re: Using Jenkins to Build a WOApp

2013-01-26 Thread David Avendasora
Thanks Pascal! On Jan 24, 2013, at 9:11 PM, Pascal Robert wrote: > The problem is probably that the scripts inside WOJenkins fetches > woprojet.jar (who contains the Ant tasks needed to build a WO project) and > WOInstaller.jar from webobjects.mdimension.com, and Jenkins on that host is > dow

RE: Using Jenkins to Build a WOApp

2013-01-24 Thread Pascal Robert
The problem is probably that the scripts inside WOJenkins fetches woprojet.jar (who contains the Ant tasks needed to build a WO project) and WOInstaller.jar from webobjects.mdimension.com, and Jenkins on that host is down most of the time, so the script is fetching a HTML page instead of the act

Using Jenkins to Build a WOApp

2013-01-23 Thread Roger Perryman
I'm trying to configure Jenkins to build my WO Application so that it can be deployed. I'm not sure I ever had Jenkins working properly because I am getting permission errors. Originally, I had installed Hudson on OSX 10.5.8. Then it was upgraded to Jenkins. Also we switched from SVN to Git. Tha