
|
If you were logged in you would be able to see more operations.
|
|
|
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.
|
|
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. |
Show » |
|
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