Project
IntelliJ IDEA
Priority
Major
Type
Feature
Fix versions
No Fix versions
State
Fixed
Assignee
Eugene Zhuravlev
Subsystem
Ant
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   parthi
    6 years ago (08 Nov 2005 12:37)
  • Updated by   root
    2 years ago (17 Jan 2010 20:24)
  • Jira: IDEADEV-3663
    (history, comments)
 
IDEA-30647 Allow Developer to pass JVM args while Running Ant build
6
Issue is visible to: All Users
  The issue is visible to the selected user group only
Currently there is no provision to pass JVM args while running Ant, This restricts the way in which Ant is Run/ Debugged

Please provide a dialogue box where the developer is able to configure or enter JVM arguments to be passed while running Ant

Best regards,
Parthi
Comments (3)
 
History
 
Linked Issues (?)
 
Colin Fleming
  Colin Fleming
28 Aug 2007 19:28
4 years ago
Is there any update on this issue? This has suddenly become very important for us because of this bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=42742. We need to be able to set the PermGen space for large multi-module builds.
Tom Adams
  Tom Adams
18 Mar 2008 02:29
4 years ago
This is also a problem for Scala builds, where 'scala.home' cannot be passed, this is a problem when using the fast scala compiler.
Oleg Mikheev
  Oleg Mikheev
16 Aug 2008 22:57
3 years ago
ant4eclipse is instructed via ANT_OPTS, so this feature is crucial for us.
BTW Eclipse allows to do that.