History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-3663
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Eugene Zhuravlev
Reporter: parthi
Votes: 6
Watchers: 5
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Allow Developer to pass JVM args while Running Ant build

Created: 08 Nov 05 11:37   Updated: 06 Nov 08 23:34
Component/s: Ant Integration
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 3,542
Severity: High


 Description  « Hide
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



 All   Comments   Work Log   Change History      Sort Order:
Colin Fleming - 28 Aug 07 19:28
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 - 18 Mar 08 01:29
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 - 16 Aug 08 22:57
ant4eclipse is instructed via ANT_OPTS, so this feature is crucial for us.
BTW Eclipse allows to do that.