-
Notifications
You must be signed in to change notification settings - Fork 25
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
ANT builds fail on NB11.3 and 12.0 #252
Comments
I've found that there needs to be a couple of settings. So... is this project even still alive? |
It's alive if you want it to be. Will you make those changes? |
I'm still investigating the root cause. What is strange is that when I do: I compared the output of each, and the messages from both are identical, except for the signing phase, which is failing. I've not fully checked, but it looks like even java compiles do the same thing on NetBeans. |
Checked using the NetBeans supplied ant, works from command line too. |
Looks like it is the fault of how the ant plug-in launches ant! Old NBANDROID would ask for the passphrase for the signing keys. This could be the fix. |
And... I located the big difference why it bombs. Please note, I merged the needed jar files in my sdklib.jar long ago, so I could actually compile from the cli... cli does this:
and everything is fine. Here's what netbeans tries to do:
and bombs :-) So... it's not seeing javax or a different javax is already loaded into the parent class loader, thus no |
Describe the bug
Try to build an ANT project, and fail.
Note that
ant debug
works from shell.To Reproduce
Steps to reproduce the behaviour:
java.lang.InternalError: Could not obtain X500Principal access
The text was updated successfully, but these errors were encountered: