Bug 21821 - javac tasks in generated build scripts require additional attributes
Summary: javac tasks in generated build scripts require additional attributes
Status: RESOLVED DUPLICATE of bug 22297
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: DJ Houghton CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-23 13:36 EDT by Sonia Dimitrov CLA
Modified: 2002-08-15 15:05 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sonia Dimitrov CLA 2002-07-23 13:36:36 EDT
The generated build scripts currently do not contain attribute settings for:

1.  memoryInitialSize
2.  memoryMaximumSize
3.  fork (required by 1. and 2.)
4.  verbose

The values for these attributes should be set via Ant property settings.
Comment 1 Sonia Dimitrov CLA 2002-07-24 10:05:47 EDT
Items 1, 2, and 3 are not required any longer.  For source builds that run Ant 
outside of eclipse, jvm settings can be set through the ANT_OPTS environment 
variable.  See bug 21542.
Comment 2 DJ Houghton CLA 2002-08-15 15:05:02 EDT

*** This bug has been marked as a duplicate of 22297 ***