-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Lombok installer does not work with SpringSource Tool Suite 2.1.0.RELEASE #95
Comments
👤 sam.brannen 🕗 Aug 06, 2009 at 10:41 UTC What steps will reproduce the problem?
What is the expected output? The installer should accept STS.app as the Eclipse installation. What do you see instead? An error dialog is displayed stating that "The path does not appear to The installer can not continue, because you simply cannot select STS.app. What version of the product are you using? On what operating system? Lombok v0.8.2 Please provide any additional information below. In general the installer should not rely on the name of the application, |
👤 sam.brannen 🕗 Aug 06, 2009 at 10:54 UTC Specifically, EclipseFinder.getEclipseExecutableName() should not rely on hard-coded |
👤 reinierz 🕗 Sep 01, 2009 at 23:02 UTC Click on 'what does this installer do?' and follow instructions. Before I accept this issue, let's first confirm that |
👤 rocknroll.demon 🕗 Sep 03, 2009 at 16:53 UTC STS does rename the ecplise.ini to STS.ini. I'm having the same issue on both win |
👤 reinierz 🕗 Oct 16, 2009 at 09:57 UTC As I said, click on 'what does this installer do' and walk through the steps. I'm not sure if it'll 'just work'. if it |
👤 kinglew 🕗 Dec 02, 2009 at 02:10 UTC I can confirm that lombok works on STS 2.2 by manually modifying the STS.ini at least that fix would guarantee the "get lombok to work in less than 12 sec" :) |
👤 reinierz 🕗 Dec 02, 2009 at 09:26 UTC I'm already doing work on the installer to find netbeans, so, I'll try, but I'm guessing you don't know how much specifically: On windows, what's the usual place STS gets installed - specifically, what is the name of the folder usually? Is there a mac version? Is it distributed as a zip containing amongst other things STS.app, and is there an is it written capitalized (STS.ini) or lowercase? (sts.ini)? Is there a linux installer? What does that do? Is STS in any frequently used apt repository? Without answers I can try something simple that will at least accept manually entered paths to STS, but auto- As springsource seems to be a for pay utility, I can't get these answers myself. |
👤 sam.brannen 🕗 Dec 02, 2009 at 12:04 UTC FYI: STS is free. You can download all of the versions that you need here: http://www.springsource.com/products/springsource-tool-suite-download Regarding the Mac, yes, there are actually several versions available for Mac OS X For Linux there are both .installer.sh and .tar.gz downloads for 32-bit and 64-bit. STS is not in apt: it is only available via the SpringSource download page (see link |
👤 reinierz 🕗 Dec 08, 2009 at 05:09 UTC The STS clickthrough license says I may not reverse engineer it. You're lucky in live in a country with, at least for now, still sane laws, so I can ignore that part, and probably Installer has been updated to (auto)detect STS installations and will find any STS installed by using the official The commit with these changes is c3a3c09, and it'll be released in |
End of migration |
Rename the file "STS.EXE" to "sts.exe" under ../sts-bundle/sts.app/Contents/MacOS/. This worked for me. |
Rename the file "STS.EXE" to "sts.exe" worked for me. Thanks. |
Migrated from Google Code (issue 22)
The text was updated successfully, but these errors were encountered: