support and instructions for building Python plugin from command line

This commit is contained in:
Dmitry Jemerov
2013-10-21 18:06:39 +02:00
parent 0ba98604c0
commit b397fd55be
3 changed files with 19 additions and 3 deletions
+11
View File
@@ -14,3 +14,14 @@ To run the test suite, use the built-in JUnit test runner and run all tests in t
To build the distribution archive of PyCharm Community Edition, execute build.xml Ant build script in this directory. The results of the
build execution can be found at out/artifacts.
## Building the Python Plugin
To build the Python plugin for IntelliJ IDEA Community Edition:
* Download the .tar.gz distribution of the most recent EAP or release build of IntelliJ IDEA Community Edition;
* Run the following command:
ant -Didea.path=<download path> -Didea.build.number=<build number of the build you're using> plugin
The .zip file of the built plugin will be placed at distCE/python-community-<branch number>.SNAPSHOT.zip