Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.1-rc-1
-
Fix Version/s: 1.5.2
-
Component/s: Ant integration
-
Labels:None
-
Number of attachments :
Description
Documentation still references the 'jointCompilation' parameter, even though it has been functionally removed.
Okay, this one is just an opinion, but it is REALLY easy to add. The example shows clearly how to embed the 'javac' ANT tag, but it should include the debug="on" attribute. Even though ANT has this attribute as OFF by default, most everyone turns debug generation on, and it isn't immediately apparent to a new user why the line numbers went away.
Re: jointCompilation
Looking at the code in HEAD, it appears that this option is still enabled for the case where you want jointCompilation but don't want to bother specifying the nested javac element.
re: debug switch for javac
added that to the example on the wiki