Thanks! BTW, I found (on StackOverflow) a cool type to create a new job from a config.xml:
curl -v --user user:password-H "Content-Type: text/xml" -s --data "@config.xml" http://yourserver:8080/createItem?name=WOLips The only problem I found is that text areas with multiple lines will be on one line, so you need to edit those after the job is created. > Here ya go :-) > > <config.xml> > > On Jan 9, 2012, at 7:06 PM, Pascal Robert wrote: > >> >> Le 2012-01-09 à 16:59, Ramsey Gurley a écrit : >> >>> >>> On Jan 9, 2012, at 2:47 PM, Pascal Robert wrote: >>> >>>> >>>> Le 2012-01-09 à 16:43, Ramsey Gurley a écrit : >>>> >>>>> >>>>> On Jan 9, 2012, at 2:09 PM, Johann Werner wrote: >>>>> >>>>>> Hi Pascal, >>>>>> >>>>>> thanks for all your efforts and time you are giving to the community! >>>>>> >>>>>> Btw who is able to do commits on wolips? It seems that the group of >>>>>> people having the ability to check pull requests, create patches for >>>>>> issues and commit changes is rather small in contrast to wonder. >>>>>> Is there any tutorial and/or book to recommend if you want to delve into >>>>>> improving wolips/Eclipse plugins? >>>>> >>>>> Hi Johann, >>>>> >>>>> Mark Ritchie put a page on the wiki about debugging WOLips >>>>> >>>>> http://wiki.wocommunity.org/display/WOL/Debugging+WOLips >>>>> >>>>> It's very helpful. You'll also want to look at >>>>> >>>>> http://wiki.wocommunity.org/display/WOL/Building+WOLips >>>>> >>>>> if you want to set up your own continuous build and use your homebrew >>>>> version of WOLips. >>>> >>>> I can confirm that the instructions to build WOLips with Ant are working, >>>> but I didn't have much luck with Jenkins. YMMV. >>> >>> I'll be happy to share my Jenkins config with anyone interested. The >>> tricky part was finding the JRebel and JProfiler plugins for the build, if >>> I recall correctly. I added all the pertinent info to the Building Eclipse >>> page while I was setting mine up. >> >> The Building WOLips page I assume? :-) But yes, it would be useful to have a >> copy of your config. This is mainly to build eomodeldoc. >> >>>> >>>>> Ramsey >>>>> >>>>>> >>>>>> jw >>>>>> >>>>>> >>>>>> Am 09.01.2012 um 20:50 schrieb Pascal Robert: >>>>>> >>>>>>> Good afternoon, >>>>>>> >>>>>>> I took 12 hours of my time to try to clean up the WOLips issues (more >>>>>>> than 400 of them) on JIRA (aka http://issues.objectstyle.org). I tried >>>>>>> to focus on more recent issues (more recent being the last 36 months) >>>>>>> that I could verify. So 138 issues were either closed (duplicated, >>>>>>> cannot reproduce, etc.) or I recreated them on GitHub >>>>>>> (https://github.com/wolips/wolips/issues). >>>>>>> >>>>>>> Since we will close JIRA soon, if you still have unresolved issues that >>>>>>> were in JIRA, please recreate them at >>>>>>> https://github.com/wolips/wolips/issues >>>>>>> >>>>>>> Thanks for your help… >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Do not post admin requests to the list. They will be ignored. >>>>>>> Webobjects-dev mailing list ([email protected]) >>>>>>> Help/Unsubscribe/Update your Subscription: >>>>>>> http://lists.apple.com/mailman/options/webobjects-dev/jw%40oyosys.de >>>>>>> >>>>>>> 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: >>>>>> http://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.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: >>>>> http://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: >> http://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%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: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
