Le 2012-02-25 à 06:32, David Avendasora a écrit : > Ahg! > > I _swear_ I'm going to get this done in the next few weeks. I've been working > on the scripts lately to make sure they are ready. Pascal and I just need to > do some coordination on the all-in-one builds. And of course I need to write > an outline and actually do the recording / WebCast.
Problems is that I don't think we can have a single script that can work with many situations. For example: - WOJenkins assume that your own frameworks will be on Jenkins, with the job having the same name as the framework in the class path. For example, if the job is WO_FrameworkA and in the class path of the application, it's FrameworkA, it won't find it. I had this problem because I prefixed WO_ on all WO jobs to make sure it doesn't conflict with Xcode projects name, and I had to remove the WO_ prefix. - Another example: SimpleBlog. The Git repository contains the two projects, and each have their own build.xml file. But since it will try to find the framework in another Jenkins job, you will have to have two jobs, one to build SimpleBlogLogic and another to build SimpleBlog, even if both are in the same Git repository. - Same thing if you want to build projects against two different versions of Wonder (you might have a "stable" version of Wonder but want to build against master or integration to see if it works). > Sorry to everyone that's been waiting on it! > > Dave > > On Feb 25, 2012, at 6:04 PM, Gino Pacitti wrote: > >> Hi ... >> Wasn't there going to be a webcast for Jenkins? >> >> Did that happen... I know the French version occurred and there were some >> issues came to light but were they resolved and the webcast aired. >> >> If so is there an online version. >> >> Gino >> _______________________________________________ >> 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/webobjects%40avendasora.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/probert%40macti.ca > > 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]
