Commit Graph

50 Commits

Author SHA1 Message Date
aclement
2d04b60e65 Georges fix to AjcTask for failing testcases. 2004-03-01 15:55:41 +00:00
aclement
16a0abd70e Fix for Bug 36430: Xreweavable support 2004-02-24 13:43:56 +00:00
acolyer
c37cc870d1 spring cleaning in advance of 1.2 enhancements:
removed unused imports, local variables, and private methods
(still there, just commented out).
2004-01-23 11:49:16 +00:00
wisberg
81adb9fef9 supporting -target 1.3 and 1.4 2004-01-15 20:35:47 +00:00
acolyer
19ed0a21b8 move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the
default mode (inherited behaviour from JDT).
2004-01-13 11:27:59 +00:00
wisberg
18bc9e7ebb inpath support 2003-12-15 12:13:47 +00:00
acolyer
1c6db5d4f2 Andy Clement's patch for enh 46347: "-inpath" 2003-11-11 13:09:14 +00:00
wisberg
458b26fe12 returning TestSuite rather than Test to permit all tests to run from Eclipse 2003-10-31 19:27:44 +00:00
wisberg
d8d01e83e3 clean up tests not using a destination directory 2003-10-29 09:25:05 +00:00
wisberg
50c4883bf4 tests for fixes for bugs disclosed by fixes for 40807 2003-10-01 05:25:04 +00:00
wisberg
83b5e4a3a5 - fix for bugs disclosed by fixes for bug 40807
- added xweavedir attribute for weaving from and to
a directory of classes
2003-10-01 05:24:04 +00:00
wisberg
c1ada785ad aligning task with Javac task:
- copies resources by default when using the Javac adapter
- does not copy resources unless specified when invoked via AjcTask
- copies injar resources always
2003-08-29 18:04:44 +00:00
wisberg
7f63882e35 sourceRootCopyFilter test 2003-08-29 18:00:30 +00:00
wisberg
d8b8674366 updated fix for 40807 - compiler adapter was supplying destDir when not 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.
2003-08-28 19:22:31 +00:00
wisberg
2502ee5106 Fixes and tests for bugs 39842 and 40807 2003-07-26 04:13:54 +00:00
wisberg
213a8a33e0 permitting "none" as a "warn:" entry 2003-05-27 21:05:11 +00:00
wisberg
ea3cfbe1a6 tests for setting message holder by class name 2003-05-27 07:59:19 +00:00
wisberg
c9f7a604ab fixing fork bugs:
- 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
2003-05-27 04:44:30 +00:00
wisberg
c42224c41b fixing 2 bugs disclosed by running ajcTests.xml with -ajctaskCompiler: (1) 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>
2003-05-25 13:42:08 +00:00
wisberg
e782ccc042 moved a command-line-driven test of classpath variants here 2003-05-24 12:25:34 +00:00
wisberg
796b0ac27f updates mainly to support maven but also to support new ICommand wrapper 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
2003-05-24 09:16:42 +00:00
wisberg
4df5ab03ae more/better junit tests for AjcTask.java fork when possible 2003-05-24 09:00:15 +00:00
wisberg
ecd16dfcee setting classpath for out-of-eclipse testing 2003-05-24 08:58:19 +00:00
wisberg
99f5c14fb0 Fix for taskdef bug 37576
http://bugs.eclipse.org/bugs/show_bug.cgi?id=37576
2003-05-14 03:36:34 +00:00
wisberg
a6f5de94db fixed two tests to expect addition abort message for usage,
and commented out one test because it does not add the file correctly (to a matching task)
2003-04-30 02:05:00 +00:00
wisberg
f6d57acb98 Usage is now emitted as an abort message, so AjcTask now ignores usage when determining whether to throw a BuildException after getting an abort message. This fixes 3 tests. 2003-04-30 02:03:54 +00:00
wisberg
ad9f772a10 - extdirs and bootclasspath not experimental
- noWeave has correct case
- better handling of list arguments
- better comments
- still largely untested
2003-04-13 09:42:18 +00:00
wisberg
9045d47008 added minimal (unverified) compiler adapter tests 2003-04-09 13:55:00 +00:00
wisberg
501fb83d58 minimal (unverified) compiler adapter tests 2003-04-09 13:54:46 +00:00
wisberg
22dd8fcfbc added (largely unverified) forked compile tests 2003-04-09 13:54:09 +00:00
wisberg
e3113cbb19 completely new adapter implementation delegates to AjcTask
and tries to work around javac source-pruning operations, with only limited success.
2003-04-09 13:52:52 +00:00
wisberg
5caba3dbd8 support for
-  forking
- compiler adapter delegation
- bootclasspath, extdirs, by putting on classpath (weak)
2003-04-09 13:51:05 +00:00
wisberg
e83c62ef74 - generalized support resource copying, now from injars or sourceroots and out to directory or outjar
- normalized path support for all path-like elements
- reorganized for readability
2003-03-13 02:57:04 +00:00
wisberg
57129e35ce upgraded for new resource-copying API's and also testing nested paths and refid's. 2003-03-13 02:54:32 +00:00
wisberg
6368a23862 adding resources to src directory to test resource copying to output 2003-03-13 02:53:56 +00:00
wisberg
f271e2e636 remove unused API 2003-03-13 02:53:08 +00:00
wisberg
1c3c02518f manual test for experimental ant task option to copy non-.class file contents of input jars to the output jar after each compile or recompile.
Currently showing VerifyError on recompile -- need to investigate further.
2003-03-10 09:34:37 +00:00
wisberg
12bf4ac8aa experimental ant task option to copy non-.class file contents of input jars to the output jar after each compile or recompile. 2003-03-10 09:33:24 +00:00
wisberg
636789223c adding aspectjrt.jar to classpath to avoid disregarded warning 2003-02-28 03:47:08 +00:00
acolyer
8fd3697dbb Ignore bin directory 2003-02-26 07:53:59 +00:00
wisberg
a3082d86e2 resolving unused-imports warnings 2003-02-13 06:03:19 +00:00
wisberg
91f0430dca suppressing info messages unless verbose
and rendering user-visible exceptions using Main
2002-12-18 21:35:17 +00:00
wisberg
7cd6a97ee6 handling messages like the new taskdef, printing as we go and rendering user-visible exceptions using Main 2002-12-18 21:34:30 +00:00
wisberg
49c53178fe public constructor, better message reporting on failure 2002-12-18 17:04:12 +00:00
wisberg
c22cbfbec1 initial version - neglected .lst files in testsrc 2002-12-17 18:20:34 +00:00
wisberg
476c70c1ad again aligning task with xlint reality 2002-12-17 16:33:00 +00:00
wisberg
12a9d7fee2 emacssym 2002-12-17 14:27:08 +00:00
jhugunin
f68a0546db propoogating Erik's changes to AbortException 2002-12-17 00:32:49 +00:00
wisberg
144143c297 initial version 2002-12-16 18:51:06 +00:00
wisberg
d842c4f113 initial version 2002-12-16 17:58:19 +00:00