Eclipse-Ant-Setup
Hi all.
This may be off-topic, but I'm unable to find a solution elsewhere. Has anyone an idea how to do a build in Eclipse using Ant and entering the password? I've Googled, experimented, all with no luck. Maybe you just can't do it.
Thanks for all the support!
Dan
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Sean Reilly on 28 Feb, 2020 05:03 PM
For development I use intellij IDEA and then a terminal when creating builds. I think the only way to do it is to run an ant task which signs the extension using an unencrypted private key. I think that's possible, but I generally just do it the hard way... with a lot of terminal/command-line activity.
Thanks,
Sean
--
Sean Reilly
Developer, The Infinite Kind
https://infinitekind.com
2 Posted by Dan P on 28 Feb, 2020 05:07 PM
Thanks for the quick response Sean!
I've been saving the project and doing the command line build, which is not that big of a deal.
I can get Eclipse to prompt me in the console for the password, but can't get the input to work.
Dan P closed this discussion on 11 Apr, 2020 03:10 PM.