- it generates a simple ant build script next to your project file (named after the .ipr)
- it handles the different types of output (single, source, multiple) directories.
- for now the following targets are defined: init, compile, javadoc, build and clean (depending on project settings)
- compile and javadoc use your project settings mapped to the ant-tasks options (note: the optional settings are not activated).
- WARNING: clean removes directory, unless it's a source directory (please check the script before invoking !!)
- copy the idea2ant.jar to your plugins directory.
- to create script: File->Export to Ant.
- IntelliJ isn't allways synchronizing it's settings right away, so disk and memory versions may differ, causing the plugin to fail. workaround: deactivate/activate idea to unsure that the project file is written to disk.
Please post a message at news://news.intellij.net/jetbrains.intellij.plugins
- rework the sources to make them accessable for others.
- create a plugin configuration panel
- change it to use relative path for libraries.
- I'm not yet releasing any sources... they're just too plain ugly and incomprehensible.
- But soon... after a rework / cleanup.
- added exclusion of "library" paths from compilation (thanks to Valentin)
- added rudimentary exclusion support.
- Ready for Build 636+
-- AikoM - 02 Aug 2002
-- AikoM - 13 Oct 2002
- added junitdoclet target (when a sourcedir ending on /test is available)
- NPE bugfix
- Ready for build 675+
-- AikoM - 09 Nov 2002
-- AikoM - 10 Nov 2002
|
|