-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
operatingSystems.linux = false, still downloads linux drivers #12
Comments
.bz2 support was added in 1.0.1 (released last night). The OS thing looks like a bug that i'll look into today. |
Definitely broken. Back on my Windows box I tried windows=false and Tried it also with version 1.0.1 - that just errors with nullpointer On 3 April 2014 00:39, Mark Collin notifications@github.com wrote:
|
Sorry for the delay, I've just got time to look at this. I can't reproduce this locally, do you have:
set? If not the above will default to true and it will only try to download drivers for the current OS. I'd like to see a log showing the null pointer error, I'm not sure where that is coming from. |
No rush, I understand you are doing this in your spare time. :) I do not have the onlyGetDriversForHostOperatingSystem declared. My entire pom is at https://svn.code.sf.net/p/genieos/code-0/trunk/demos/pom.xml For the nullpointer I opened a separate ticket: issue #13. |
if <onlyGetDriversForHostOperatingSystem> isn't specified it defaults to true. So if you run this on your Linux machine it will only download the Linux binaries. I've added some logging to make this clearer on the console. Looks like this is working as specified. |
This was missing from the (very basic) documentation in readme.md. It's now been added in. |
Works great! :) On 21 April 2014 07:39, Mark Collin notifications@github.com wrote:
|
I am using version 1.0.0. I have:
<operatingSystems>
<windows>true</windows>
<linux>false</linux>
<osx>false</osx>
</operatingSystems>
Just tried this on my Linux machine, and it downloads the Linux binaries!?!?
Further, it errors with: ".bz2 is an unsupported archive type"
Am I doing this wrong?
The text was updated successfully, but these errors were encountered: