eclipse_installer 1.10 (for Eclipse 3.2.2) has been released
Submitted by ross on Tue, 04/10/2007 - 10:00.
eclipse_installer is an NSIS installer I whipped up to make it easy to install version 3.2.2 of Eclipse, the following "Top 10" plugins:
- Web Tools (WTP & WTP-WST)
- Eclipse Platform/SDK
- C/C++ Development Tools (CDT)
- Test & Performance Tools (TPTP)
- Eclipse Modeling Framework (EMF)
- Visual Editor (VE)
- Graphical Editing Framework (GEF)
- Standard Widget Toolkit (SWT)
- Business Intelligence and Reporting (BIRT)
- Data Tools Platform Project (DTP)
as well as these additional plugins:
- Automated-Tests
- Examples
- FTP-WebDAV
- Java Development Tools (JDT)
- PHP IDE
- Plugin Development Environment (PDE)
- Test-Framework
- UML2
Also included are these third party plugins:
- CSSEditor
- EclipseNSIS
- JasperAssistant
- PHPEclipse
- QuantumDB
- RubyEclipse
eclipse_installer changelog Version 1.10 - 05 Apr 07: Fixed user defined start menu folder bug Added dependency checking Bumped Eclipse and related plugins to 3.2.2 Bumped BIRT, CDT, DTP, EMF, GEF, Test, UML, VE, WTP to latest stable builds Bumped JasperAssistant to 2.2.0 Dropped iText from 1.4 to 1.3 Removed previous stable build 3.1.x Upgraded NSIS to 2.24 (2.25 appears buggy) Version 1.9 - 19 Oct 06: Bumped Eclipse and related plugins to 3.2.1 Bumped BIRT, CDT, DTP, EMF, GEF, Test, UML, VE, WTP to latest stable builds Bumped QuantumDB to 3.0.3 Removed SpringIDE as it caused the software update function to fail Version 1.8 - 13 Sep 06: Added QuantumDB 3.0.1 Added SpringIDE 1.3.3 Version 1.7 - 21 Aug 06: Bumped TPTP-SDK (Test & Performance Tools) to 4.2.0.2 Bumped JasperAssistant to 2.1.2 Updated URLs for WTP and other plugins Upgraded NSIS to 2.19 Version 1.6 - 08 Jul 06: Bumped Eclipse to 3.2 Bumped BIRT, DTP, EMF, GEF, PHP, UML, VE, WTP to latest stable builds Bumped JasperAssistant to 2.1.1 Version 1.5 - 05 Jun 06: Bumped Eclipse to 3.2RC7 Bumped BIRT, DTP, EMF, GEF, PHP, UML, VE, WTP to latest stable builds Version 1.4 - 20 May 06: Bumped Eclipse to 3.2RC5 Bumped EMF, GEF, UML2, VE to latest stable builds Fixed PHP IDE 0.7M1 installing in parent directory Version 1.3 - 17 May 06: Bumped Eclipse to 3.2RC4 Added PHP IDE 0.7M1 Version 1.2 - 12 May 06: Bumped Eclipse to 3.2RC3 Bumped JasperAssistant to 2.1.0 Bumped PHPEclipse to 1.1.8 Bumped RubyEclipse to 0.8.0 Download errors are retried 5 times before reporting failure Version 1.1 - 16 Apr 06: Bumped Eclipse to 3.2RC1 Version 1.0 - 14 Apr 06: Initial release
and here's the readme.txt:
eclipse_installer - Version 1.10 - 05 Apr 2007
Copyright (c) 2005-2007 Ross Smith II (http://smithii.com) All Rights Reserved
------------------------------------------------------------------------------
eclipse_installer lets you download and install Eclipse and several of the most
popular plugins available at http://eclipse.org, as well as the following
third party plugins:
CSSEditor
EclipseNSIS
JasperAssistant
PHPEclipse
QuantumDB
RubyEclipse
If you would like to see your favorite plugin included in the next version of
the eclipse_installer, visit http://smithii.com and let me know.
eclipse_installer adds the installation directory (typically
C:\Program Files\Eclipse\eclipse) to your PATH environment variable.
eclipse_installer looks in the directory where eclipse_installer.exe is for
any files it needs before attempting to download them. If it does download a
file, it will attempt to save a copy of the file in this same directory.
If you instruct the installer to install in C:\Program Files, and then run the
uninstaller, it will blindly delete your entire C:\Program Files directory.
eclipse_installer adds an icon to your
C:\Documents and Settings\%username%\Start Menu\Programs\Eclipse directory.
Note: you are responsible to verify that each program you install using
eclipse_installer is designed to work in your environment.
If you are unsure, then please visit http://eclipse.org for more information.
------------------------------------------------------------------------------
Usage: eclipse_installer [options]
Options:
/S Install the application silently with the default options selected
/D=path Install into the directory 'path' (default is
%ProgramFiles%\Eclipse\eclipse)
/INSTYPE n Where n is a number between 0 and 4:
0: 3.2.1 - Typical (Latest Release) (Default)
1: 3.2.1 - All + Third Party Plugins (Latest Release)
2: None
/RETRIES n Number of times to retry each download before reporing failure
(default: 5) (NOT YET IMPLEMENTED)
/PROXY Set proxy settings (NOT YET IMPLEMENTED)
/ALLUSERS Install icons for all users (NOT YET IMPLEMENTED)
This is the default if the user is an administrator
/USER Install icons for the current user only (NOT YET IMPLEMENTED)
This is the default if the user is not an administrator
/VERSION Show the version and quit (NOT YET IMPLEMENTED)
/? Show this help message and quit (NOT YET IMPLEMENTED)
»
- ross's blog
- Login or register to post comments
