mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
support and instructions for building Python plugin from command line
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user