|
Re: Building Products with Buckminster/Hudson [message #523381 is a reply to message #523371] |
Fri, 26 March 2010 05:11   |
Eclipse User |
|
|
|
Hi Flavio,
that's great, there can never be enough blogs, thanks for sharing it :)
By the way, just in case you didn't know, for cross platform builds you
can also use a matrix project like described here:
http://wiki.eclipse.org/Building_an_RCP_application_with_hud son_(Buckminster)#Building_for_multiple_platforms
Also check out the new version of the plugin, there is a few cool new
features (like automatic provisioning of buckminster) in version 0.9.5.
And by next week it will finally support master/slave scenarios and also
automatic update of your buckminster installations.
http://wiki.hudson-ci.org/display/HUDSON/Buckminster+PlugIn
In your blog you wrote:
"I just finished setting up our Buckminster/Hudson build server. Due to
lack of documentation it was a real struggle, sharing some of my
experience may help other developers."
Would you mind elaborating what issues you had, what documentation is
missing and what should be better/easier in your opinion? I'm always
interested in how to make life easier for the users.
Best regards,
Johannes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Building Products with Buckminster/Hudson [message #524400 is a reply to message #523371] |
Wed, 31 March 2010 15:40   |
Eclipse User |
|
|
|
yes I'm using the eclipse forum 
ok I installed and run a job. this is the error I'm getting:
Unpacking http://download.eclipse.org/tools/buckminster/products/direc tor_latest.zip to C:/Programme/Hudson/buckminster on Hudson
[buckminster] $ director\director -d /C:/Programme/Hudson/buckminster/buckminster -p Buckminster -r "http://download.eclipse.org/tools/buckminster/headless-3.6, http://download.eclipse.org/tools/buckminster/headless-3.6/, http://download.cloudsmith.com/buckminster/external-3.6" -installIU "org.eclipse.equinox.p2.director.feature.feature.group, org.eclipse.buckminster.psf.feature.feature.group, org.eclipse.buckminster.emma.headless.feature.feature.group, org.eclipse.buckminster.pde.headless.feature.feature.group, org.eclipse.buckminster.subclipse.headless.feature.feature.g roup, org.eclipse.buckminster.maven.headless.feature.feature.group , org.eclipse.buckminster.cmdline.product, org.eclipse.buckminster.core.headless.feature.feature.group, org.eclipse.buckminster.git.headless.feature.feature.group, org.eclipse.buckminster.cvs.headless.feature.feature.group"
ERROR: Cannot run program "director\director" (in directory "C:\Programme\Hudson\buckminster"): CreateProcess error=2, Das System kann die angegebene Datei nicht finden
On the file system the director exists: C:\Programme\Hudson\buckminster\director containing the director.bat.
I guess the problem is the damn windows path separator \ .
maybe first change into the directory and then launch the director?
greets
flavio
|
|
|
|
|
Re: Building Products with Buckminster/Hudson [message #524417 is a reply to message #524410] |
Wed, 31 March 2010 16:36   |
Eclipse User |
|
|
|
C:\Programme\Hudson\buckminster\director>./director does not work.
The strange thing, being in the directory C:\Programme\Hudson\buckminster
and running director\director starts the director? Using the windows CMD.
The whole command works as well:
director\director -d /C:/Programme/Hudson/buckminster/buckminster -p Buckminster -r "http://download.eclipse.org/tools/buckminster/headless-3.6, http://download.eclipse.org/tools/buckminster/headless-3.6/, http://download.cloudsmith.com/buckminster/external-3.6" -installIU "org.eclipse.equinox.p2.director.feature.feature.group, org.eclipse.buckminster.psf.feature.feature.group, org.eclipse.buckminster.emma.headless.feature.feature.group, org.eclipse.buckminster.pde.headless.feature.feature.group, org.eclipse.buckminster.subclipse.headless.feature.feature.g roup, org.eclipse.buckminster.maven.headless.feature.feature.group , org.eclipse.buckminster.cmdline.product, org.eclipse.buckminster.core.headless.feature.feature.group, org.eclipse.buckminster.git.headless.feature.feature.group, org.eclipse.buckminster.cvs.headless.feature.feature.group"
How do you run the command? [buckminster] $ looks a lot like linux.
Not the native shell?
greets
flavio
|
|
|
|
Re: Building Products with Buckminster/Hudson [message #524435 is a reply to message #524431] |
Wed, 31 March 2010 18:05   |
Eclipse User |
|
|
|
I'm getting the same error, only with .bat now:
Unpacking http://download.eclipse.org/tools/buckminster/products/direc tor_latest.zip to C:/Programme/Hudson/buckminster/ on Hudson
[] $ director\director.bat -d /C:/Programme/Hudson/buckminster/buckminster -p Buckminster -r "http://download.eclipse.org/tools/buckminster/headless-3.6, http://download.eclipse.org/tools/buckminster/headless-3.6/, http://download.cloudsmith.com/buckminster/external-3.6" -installIU "org.eclipse.equinox.p2.director.feature.feature.group, org.eclipse.buckminster.psf.feature.feature.group, org.eclipse.buckminster.emma.headless.feature.feature.group, org.eclipse.buckminster.pde.headless.feature.feature.group, org.eclipse.buckminster.subclipse.headless.feature.feature.g roup, org.eclipse.buckminster.maven.headless.feature.feature.group , org.eclipse.buckminster.cmdline.product, org.eclipse.buckminster.core.headless.feature.feature.group, org.eclipse.buckminster.git.headless.feature.feature.group, org.eclipse.buckminster.cvs.headless.feature.feature.group" ERROR: Cannot run program "director\director.bat" (in directory "C:\Programme\Hudson\buckminster"): CreateProcess error=2, Das System kann die angegebene Datei nicht finden
What I meant with changing the directory, first run:
cd director
and then run the command.
or somehow else change the current working directory to the director directory?
cheers
flavio
|
|
|
|
|
|
|
|
|
|
|
|