From b397fd55be7733bf68cd5ddc9fc779f0ab51d74d Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Mon, 21 Oct 2013 17:58:10 +0200 Subject: [PATCH] support and instructions for building Python plugin from command line --- python/README.md | 11 +++++++++++ python/build.xml | 6 +++++- python/build/python_plugin_build.gant | 5 +++-- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/python/README.md b/python/README.md index dcb823d758fe..60c8be4b8b57 100644 --- a/python/README.md +++ b/python/README.md @@ -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= -Didea.build.number= plugin + +The .zip file of the built plugin will be placed at distCE/python-community-.SNAPSHOT.zip diff --git a/python/build.xml b/python/build.xml index f1ca6e3aebfd..aa5176f6f4b6 100644 --- a/python/build.xml +++ b/python/build.xml @@ -17,10 +17,11 @@ - + + @@ -32,6 +33,9 @@ + + +