Creating a OS X Aptana IDE installer
From Aptana Development
Contents |
Application Files
OS X 1.4 and later
From the Apple human interface guidelines: http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/index.html#//apple_ref/doc/uid/10000185i
- Application Files: /Applications/Aptana IDE Beta (we do not use a sub-folder as this should eventually be a bundle)
- User Data: ~/Documents/Aptana IDE Beta (workspace)
- Application Data: ~/Library/Application Support/Aptana/Aptana IDE Beta
That works out to:
- osgi.instance.area.default=@user.home/Documents/Aptana IDE Beta
- osgi.configuration.area=@user.home/Library/Application Support/Aptana/Aptana IDE Beta/configuration
- osgi.user.area=@user.home/Library/Application Support/Aptana/Aptana IDE Beta/user
Testing
Install
- Aptana is installed to /Applications/Aptana IDE Beta (or equivalent)
- Shortcuts created (test for both admin and non-privileged user)
- Desktop
- None
- Dock
- None
- Desktop
- File associations created
- None
- On first run, Aptana will prompt for a workspace location.
- ~/Documents/Aptana IDE Beta
- Attempt to install RadRails via the update manager. Ensure that this completes successfully.
Uninstall
- There is no uninstaller. Just drag the /Applications/Aptana IDE Beta folder into the trash


