How to change default Ant for new projects

Is it possible to set the default Ant to use for new projects? I know how to set the default Ant for a project. But when I create a new project, the new project is always defaulted to use the "Bundled Ant (1.7.0)". So I always need to try and remember to go and change the default for that project. I would prefer it if my new projects defaulted to the desired version.

I was able to hack the .IntelliJIdea70/config/options/project.default.xml file and change the element to ]]> and achieve my goal. But I wanted to know if there was a way to do this via the IDEA UI. I am not seeing anything in the Template Project Settings.

Thanks.

0
2 comments
Avatar
Permanently deleted user

There's no default template for this currently. You may want to submit a request to our JIRA.

--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"

"Lance" <no_reply@jetbrains.com> wrote in message news:10849990.38981219070426888.JavaMail.jive@app4.labs.intellij.net...

Is it possible to set the default Ant to use for new projects? I know how to set the default Ant for a project. But when I
create a new project, the new project is always defaulted to use the "Bundled Ant (1.7.0)". So I always need to try and remember
to go and change the default for that project. I would prefer it if my new projects defaulted to the desired version.

>

I was able to hack the .IntelliJIdea70/config/options/project.default.xml file and change the <defaultAnt bundledAnt="true" />
element to <defaultAnt name="Apache Ant version 1.7.1" /> and achieve my goal. But I wanted to know if there was a way to do this
via the IDEA UI. I am not seeing anything in the Template Project Settings.

>

Thanks.



0

Thanks Eugene. Created .

0

Please sign in to leave a comment.