Bug 313936 - ensuring -xmlConfigured set automatically when compile kicked off from AJDT
Summary: ensuring -xmlConfigured set automatically when compile kicked off from AJDT
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.6.9M2   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 1.6.9   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-21 12:16 EDT by Andrew Clement CLA
Modified: 2010-05-21 13:55 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Clement CLA 2010-05-21 12:16:34 EDT
If AJDT asks for a build an specifies there are aop.xml files to configure the build, -xmlConfigured should be set automatically.  This was happening in some situations but not all.  In the failure case we would have a problem when merging the two sets of options we manage and overwrite the 'true' setting for xml configured with 'false' - switching if off.
Comment 1 Andrew Clement CLA 2010-05-21 12:17:09 EDT
fixed
Comment 2 Andrew Clement CLA 2010-05-21 12:17:31 EDT
just had to allow for not overriding an already true value
Comment 3 Andrew Eisenberg CLA 2010-05-21 13:15:19 EDT
I was about to ask if this change would be better off managed from within AJDT, but I guess you fixed this too quickly.
Comment 4 Andrew Clement CLA 2010-05-21 13:55:33 EDT
it was already being done in AspectJ - but the situation the guy on the list found showed a route through that failed to preserve the auto setting.