-
Notifications
You must be signed in to change notification settings - Fork 14
SolidityBuilder
The compiler support plugin adds preferences to manage the solidity compilers and the builder. The builder uses the selected compiler to generate a combine json file from the given sources files.
to enable the compilation of solidity files in eclipse:
- add the compiler to the preferences
- add the builder to the project
- configure the builder
The builder preferences are divided in the preferences part and the project specific setting. The builder is always configured by the project settings.
The preferences for the solidity builder contains a list of available compilers and where to find them.
- add - Select a solc file to add a single compiler
- remove - Removes a selected entry
- search - Searches recusive the given directory for solc files
Each solc is checked and queried for the version, only valid compilers are added to the view. From this view you can select the
Uses the list of compilers to set the compiler for a project. The main preferences are used as template for the project preferences.
The builder setting is taken from the project properties and will be configured via the context menu [properties] on the project.
The builder is added via context menu on the project.