| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
removed unused imports, local variables, and private methods
(still there, just commented out).
|
| |
|
|
|
|
| |
default mode (inherited behaviour from JDT).
|
| |
|
| |
|
|
|
|
|
| |
- added xweavedir attribute for weaving from and to
a directory of classes
|
|
|
|
|
|
| |
- copies resources by default when using the Javac adapter
- does not copy resources unless specified when invoked via AjcTask
- copies injar resources always
|
|
|
|
|
|
|
| |
specified
Also adding warning for resource-copying (36071; copyInJars, sourceRootCopyFilter)
I would like to disable entirely, but don't see and haven't gotten confirmation of behavior from last week's telephone call.
|
| |
|
| |
|
|
|
|
|
|
| |
- permitting fork in incremental mode only when using tag file
- pulling aspectjtools also from the task classpath
also failonerror default was not true as stated in the docs
|
|
|
|
|
|
| |
compliance set incorrectly (-1.3 instead of 1.4) and (2) warn:... form was ignored.
These would break only when running from a Javac compiler adapter and using <compilerarg>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for AjcTask:
- findToolsJar now accepts versioned jars
- supporting a forkclasspath to permit user to explicitly set
- upgrades for testing
- so multiple iterations work,
- not altering cmd in execute()
- only fixing up outjar once
- reset() complete
- so incremental compile tests work,
- passing quit through to main
- when forking on windows, use javaw rather than java
if possible to avoid popping up a console window
|
|
|
|
| |
http://bugs.eclipse.org/bugs/show_bug.cgi?id=37576
|
|
|
|
| |
determining whether to throw a BuildException after getting an abort message. This fixes 3 tests.
|
|
|
|
|
|
|
| |
- noWeave has correct case
- better handling of list arguments
- better comments
- still largely untested
|
|
|
|
| |
and tries to work around javac source-pruning operations, with only limited success.
|
|
|
|
|
|
| |
- forking
- compiler adapter delegation
- bootclasspath, extdirs, by putting on classpath (weak)
|
|
|
|
|
|
|
| |
out to directory or outjar
- normalized path support for all path-like elements
- reorganized for readability
|
|
|
|
| |
to the output jar after each compile or recompile.
|
| |
|
|
|
|
| |
and rendering user-visible exceptions using Main
|
|
|
|
| |
user-visible exceptions using Main
|
| |
|
| |
|
| |
|
| |
|
|
|