Can plugins be build from Ant? mark stephens Created June 18, 2007 08:27 IDEA has an option on Build menu to prepare plugin module. Is it possible to do this from an Ant script so I can automate the process?MArkee
i don't know if this matches what you want, but i managed to create maven poms for some plugins
I don't know either but I build all my plugins with Ant. What should you
hinder from doing so?
Thibaut wrote:
--
Martin Fuhrer
Fuhrer Engineering AG
http://www.fuhrer.com
At the moment I build it using a command on the build menu in IDEA. How do you do this in your ant script?
MArkee
]]>
mark stephens wrote:
--
Martin Fuhrer
Fuhrer Engineering AG
http://www.fuhrer.com
Sure!
Something like this:
Dir structure:
META-INF\
plugin.xml
src\
java\
javafiles
build.xml
-
build.xml-------
]]>
mark stephens wrote:
Brilliant. Thanks.
MArkee
http://www.intellij.org/twiki/bin/view/Main/ProjectPluginTemplate
Hello,
you can also try to generate ant for your project : Build|Generate Ant Build.
It should generate build for your plugin module as well.
Thank you
-
Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"