An Eclipse editor plugin for defining Apache Avro IDL files.
Current version: 0.0.11
Used techniques/tools:
License: Apache License, Version 2.0
Drag this button to your running Eclipse workspace or search for Avroclipse in the Eclipse Marketplace.
Install Avroclipse using the folloing the update site URL:
http://dvdkruk.github.io/avroclipse/updatesite/releases
To add the Avroclipse update site:
- Go in your Eclipse instance to Help > Install New Software....
- In the "Work with" section, click the Add... button. The "Add Repository" dialog box appears.
- Fill the update site link shown above, in the location field and click OK.
- Select the Avoclipse checkbox and click Finish.
- After installation and restarting Eclipse, Avroclipse is ready to use. Avroclipse editor will automatically be shown when creating or opening a file with the ".avdl" extension.
Another way to install Avroclipse is to use the Avroclipse updatesite zip file. Click here how to do this.
Here are some features of Avroclipse shown.
- Download and install Eclipse IDE for Java and DSL Developers for your OS.
- Clone this repository.
- Go to the avroclipse.relang directory and execute the following maven command:
mvn clean install
- Launch Eclipse and set the directory where you cloned the repository as workspace.
- Import existing projects into your workspace.
- The six projects of Avroclipse should now be in your workspace ready to be edited.
- To launch an Eclipse instance with Avroclipse; right click on the avroclipse.ui project and select Run As > Eclipse Application.
Note: Tycho Project Configurators (0.8.0.201409231215) plugin is needed to use the maven pom.xml file correctly in Eclipse.