summaryrefslogtreecommitdiffstats
path: root/taskdefs/src
Commit message (Collapse)AuthorAgeFilesLines
* Usage is now emitted as an abort message, so AjcTask now ignores usage when ↵wisberg2003-04-301-7/+21
| | | | determining whether to throw a BuildException after getting an abort message. This fixes 3 tests.
* - extdirs and bootclasspath not experimental wisberg2003-04-131-78/+76
| | | | | | | - noWeave has correct case - better handling of list arguments - better comments - still largely untested
* completely new adapter implementation delegates to AjcTask wisberg2003-04-091-160/+122
| | | | and tries to work around javac source-pruning operations, with only limited success.
* support for wisberg2003-04-091-128/+669
| | | | | | - forking - compiler adapter delegation - bootclasspath, extdirs, by putting on classpath (weak)
* - generalized support resource copying, now from injars or sourceroots and ↵wisberg2003-03-131-197/+327
| | | | | | | out to directory or outjar - normalized path support for all path-like elements - reorganized for readability
* experimental ant task option to copy non-.class file contents of input jars ↵wisberg2003-03-101-21/+125
| | | | to the output jar after each compile or recompile.
* resolving unused-imports warningswisberg2003-02-135-42/+36
|
* suppressing info messages unless verbose wisberg2002-12-181-2/+11
| | | | and rendering user-visible exceptions using Main
* handling messages like the new taskdef, printing as we go and rendering ↵wisberg2002-12-181-8/+29
| | | | user-visible exceptions using Main
* public constructor, better message reporting on failurewisberg2002-12-181-1/+1
|
* again aligning task with xlint realitywisberg2002-12-171-26/+72
|
* emacssymwisberg2002-12-171-0/+4
|
* propoogating Erik's changes to AbortExceptionjhugunin2002-12-172-2/+2
|
* initial versionwisberg2002-12-168-0/+3025