Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 4
Next »
How to build plugin
- Add some Java 1.4 JDK for rt module
- Add groovy.jar from Groovy distribution as a library to rt module
- Select IntelliJ IDEA SDK as Project JDK
- Add IDEA_HOME/lib/idea.jar to SDK classpath
- Add IDEA_HOME/lib/ant/lib/ant.jar to SDK classpath
- Add IDEA_HOME/plugins/JavaScriptLanguage/lib/JavascriptLanguage.jar to SDK classpath
- Add IDEA_HOME/plugins/CSS/lib/css.jar and css-openapi.jar to SDK classpath
- Add tools.jar (for Windows) or classes.jar (for Mac) from your Java SDK directory to the current IntelliJ IDEA SDK classpath
- Run build.lexer task of ant buildfile build.xml placed in src directory of project
- Run the make command from IDEA's Build menu
- Run the 'Prepare All Plugin Modules for Deployment' command from IDEA's Build menu
- A zip file will be generated in the project directory. Exit IDEA and unzip it to the IDEA_HOME/plugins directory
- Restart IDEA