Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] Hudson plugin and provisioning

Hi Daniel,

please see comments inline.

Am 24.03.2010 12:45, schrieb Daniel Weber:
Hi Johannes,

Johannes Utzig wrote:
[...]
If anybody reading this has a hudson running on a windows machine,

I have :)


That's just great, thanks a lot :)


which helped with the director download. I never used the auto
installation before, so I don't know if e.g. installing an SDK would
work without these options. The plugin should probably make use of the
proxy settings as they are configured in the plugin manager, shouldn't it?


Well, yes, it should, but this is out of my hands. The installer extends the DownloadFromURLInstaller which is a generic Hudson Installer. So if it isn't respecting global proxy settings, it's a bug in Hudson Core.


At first glance, I expected the sh call to fail as I'm under windows,
but it turned out I actually have sh.exe on my PATH. This will be an
issue for windows installations. Unfortunately the
hudson7672730827943675296.sh does no longer exist, so I could not check
what it actually tried to do. The %20 seems odd... it's always these
blanks under windows...


Yes, Hudson has to ability to execute sh scripts on Windows machines, so that is as expected.
Ahh, spaces in paths, you got to love those little trouble makers... :)
I'll fix that.

The director directory exists as it was used above (if I replace "%20"
by " "). If you replace sh by cmd.exe, the plugin will have to use
director.bat (instead of director) to run the installation.


I'll stick with hudson's sh capabilities because there's a lot of infrastructure already present for that, so 'director' should work I hope :)

Just let me know if you need more information or another test run ;)


Thank you very much for your effort, I really appreciate it.
Thomas raised a bunch of issues/enhancements. I will try to implement these as well as fixes for the issues you found tonight and hopefully release a new version right away. Once it's out, I'd be happy if you'd try again and let me know how it worked.

Best regards,
Johannes


Back to the top