This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 82266 - ant execution params
Summary: ant execution params
Status: RESOLVED DUPLICATE of bug 41689
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@projects
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-09 13:02 UTC by abarreiro
Modified: 2006-08-09 16:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description abarreiro 2006-08-09 13:02:14 UTC
Parameters cannot be passed to java for the execution of ant. For example in the
execution of 'org.apache.catalina.ant.DeployTask' throws
java.lang.OutOfMemoryError, in order to solve it would be necessary it to pass
'-Xmx512M'.

Thanks.
Comment 1 Jesse Glick 2006-08-09 16:05:17 UTC
You can just give the IDE more memory (netbeans.conf). It may be a bug in the
task you mention that it consumes huge amounts of memory, however.

*** This issue has been marked as a duplicate of 41689 ***