IntelliJ Community . IdeaToAntPlugin

 
IdeaToAntPlugin 

HOME INDEX SEARCH CHANGES GO  

IdeaToAntPlugin

What it does:

  • 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 !!)

Installation:

  1. copy the idea2ant.jar to your plugins directory.
  2. to create script: File->Export to Ant.

Known bugs:

  • 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.

Found a bug?

Please post a message at news://news.intellij.net/jetbrains.intellij.plugins

Work in progress:

  • rework the sources to make them accessable for others.
  • create a plugin configuration panel
  • change it to use relative path for libraries.

Sources:

  • I'm not yet releasing any sources... they're just too plain ugly and incomprehensible.
  • But soon... after a rework / cleanup.

Changes:

  • added exclusion of "library" paths from compilation (thanks to Valentin)
  • added rudimentary exclusion support.
  • Ready for Build 636+

-- AikoM - 02 Aug 2002

  • Ready for build 658+

-- 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

  • NPE fix

-- AikoM - 10 Nov 2002

IntelliJPluginWebForm
IntelliJPluginName: IdeaToAntPlugin
IntelliJPluginVersion: build on 675
IntelliJPluginVendor:
IntelliJPluginBinary:
IntelliJPluginSource:
IntelliJPluginClassification:
TopicClassification: IntelliJPluginPackage
TopicShortDescription:
TestedOnOS:
ShouldRunOnOS:

Attachment: sort Action: Size: Date: Who: Comment:
idea2ant.jar action 45684 10 Nov 2002 - 09:48 AikoM build on 675

e d i t a t t a c h r e f - b y d i f f s m o r e
Have ideas, requests, problems regarding this site? Send feedback.
Copyright © 2000-2003 by the contributing authors. All materials at intellij.org are the property of the contributing authors.