This repository was archived by the owner on Dec 11, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
UsingSourceWithEclipse
Fred Sauer edited this page Mar 15, 2015
·
3 revisions
- Get the latest Eclipse IDE for Java EE Developers release supported by the Google Plugin for Eclipse.
- Install the Google Plugin for Eclipse
- Use the Google Plugin for Eclipse to download the GWT SDK for you by following the appropriate instructions.
- Install and configure the Open Source Flex SDK compiler
* Download and install the Open Source Flex SDK
* Select
Windows -> Preferences -> Run/Debug -> String Substitution, then selectNew...to create a new variable named_MXMLC- Name:
_MXMLC - Value: /complete/path/to/the/
mxmlc/compiler/executable - Description:
Open Source Flex SDK compiler
- Name:
- Install EGit for Eclipse
- Checkout the code
1. File > Import > Git > Projects from Git > Clone...
1. Set the URI to
https://github.com/fredsa/gwt-voiceswhich will give you the source code for the gwt-voices library, the source code for the demo (examples), the getting-started launch configuration and the Eclipse project. Click Next. 1. Specify themasterbranch. Click Next. 1. Optionally, consider setting the Directory to/path/to/your/workspace/gwt-voices, so that your imported project working tree is checked out inside the git clone. 1. Click Finish. Then select thegwt-voicesclone you just created. Click Next. 1. Select theVoicesfolder. Click Finish. - If you have the Checkstyle plugin, right-click on the
Voicesproject, select Properties > Checkstyle, uncheck Checkstyle active for this project, click OK. - Navigate to the Eclipse Problems view. Right click on one of the SDK Jar errors and select Quick Fix. Choose the default fix. Repeat the Quick Fix for the remaining SDK Jar error. The project should now build
- Change to the
Voicesdirectory - Build the code using Apache Ant by typing
ant - Provide values for the prompted filenames and directory names
| Directory | Description |
|---|---|
src/ |
Library source code. |
demo/ |
Drag and drop demo as seen here. |
test/ |
Skeleton launch configuration for quick testing. |