Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for broken license test. New file created yesterday has 2004 in the ↵ | aclement | 2004-01-28 | 1 | -1/+1 |
| | | | | copyright statement. Added 2004 as a valid copyright year :) | ||||
* | spring cleaning in advance of 1.2 enhancements: | acolyer | 2004-01-23 | 8 | -51/+51 |
| | | | | | removed unused imports, local variables, and private methods (still there, just commented out). | ||||
* | Georges fix for Bugzilla Bug 50200 | aclement | 2004-01-22 | 1 | -1/+2 |
| | | | | aspectjrt.jar manifest file name needs changing to upper case | ||||
* | added date to output | wisberg | 2003-11-26 | 1 | -0/+10 |
| | |||||
* | fixed test to fail on license check failure | wisberg | 2003-08-08 | 1 | -55/+57 |
| | |||||
* | XMLEntry.toString for better errors | wisberg | 2003-08-08 | 1 | -0/+15 |
| | |||||
* | - added support for XML/Ant scripts | wisberg | 2003-08-07 | 1 | -8/+35 |
| | |||||
* | initial checkin of the sandbox. | wisberg | 2003-08-06 | 1 | -0/+1011 |
| | | | | | | | The basic structure and examples of each type are there, but I have more examples and the ones there are not altogether validated. I'll make a few more changes before emailing dev and users about usage, etc. | ||||
* | Trim testsrc but not testing dependencies for testing modules. | wisberg | 2003-05-31 | 1 | -15/+21 |
| | |||||
* | Fix for failure building with useEclipseCompiles testing-drivers initially ↵ | wisberg | 2003-05-25 | 1 | -13/+20 |
| | | | | | | | | | | (or any module that only indirectly depended on jdt.core, which has no sources) - better logging - checking zip results - returns false positive for empty zips - compile(..) API change for adopting classes Also, copyright clearly wrong - file created last fall. | ||||
* | Fix for failure building with useEclipseCompiles testing-drivers initially ↵ | wisberg | 2003-05-25 | 1 | -16/+33 |
| | | | | | | | | (or any module that only indirectly depended on jdt.core, which has no sources) - better logging - checking zip results - returns false positive for empty zips - compile(..) API change for adopting classes | ||||
* | delete, close, and isEmpty | wisberg | 2003-05-25 | 1 | -0/+34 |
| | |||||
* | fixing 2 bugs disclosed by running ajcTests.xml with -ajctaskCompiler: (1) ↵ | wisberg | 2003-05-25 | 1 | -2/+2 |
| | | | | | | 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> | ||||
* | better logging | wisberg | 2003-05-25 | 1 | -1/+1 |
| | |||||
* | To support the new testing ICommand wrapper for AjcTask, permit ant.jar in a ↵ | wisberg | 2003-05-24 | 1 | -5/+9 |
| | | | | | | testing module (ant is omitted from non-testing modules because it is normally deployed separately in ant/lib/ant.jar). This does not affect regular module or product builds. | ||||
* | forcing target to be 1.1 in case someone builds using 1.4. | wisberg | 2003-05-21 | 1 | -0/+1 |
| | |||||
* | absolutizing temp dir path. | wisberg | 2003-05-14 | 1 | -9/+26 |
| | | | | | When File.getTempFile() fails, workaround temp dir is relative, which messes up the zip resource copying. | ||||
* | ugh. updating XML .classpath parser to handle any number of attributes | wisberg | 2003-04-23 | 1 | -95/+185 |
| | | | | | still does not handle quoted spaces or nested entities. Also updated for new attribute names in 2.1? | ||||
* | extracted classpath setup method for testing | wisberg | 2003-04-23 | 1 | -22/+27 |
| | |||||
* | - if a module has no source files, rather than aborting, create a minimal ↵ | wisberg | 2003-04-03 | 1 | -13/+38 |
| | | | | | | file for the module jar. - if a required module has exported libraries, add those to the compile classpath of the requiring module. | ||||
* | - a module now may be valid if it contains only references to library jars. | wisberg | 2003-04-03 | 1 | -9/+44 |
| | | | | - a module now surfaces its "exported" libraries. | ||||
* | Updated license checking tests to accept "Contributors" as sole copyright ↵ | wisberg | 2003-04-03 | 1 | -1/+6 |
| | | | | holder. | ||||
* | Ran "Organize imports" to remove redundant imports etc - | acolyer | 2003-02-26 | 11 | -40/+91 |
| | | | | | clears up a huge set of warnings in Eclipse so that you can see the wood for the trees! | ||||
* | resolving misc compiler warnings | wisberg | 2003-02-13 | 6 | -15/+10 |
| | |||||
* | comments only. no build.jar update needed. | wisberg | 2003-01-06 | 1 | -2/+9 |
| | |||||
* | enabling debug symbols | wisberg | 2003-01-04 | 1 | -1/+2 |
| | |||||
* | fixed bug with unnamed tasks producing messages like | wisberg | 2002-12-23 | 1 | -9/+31 |
| | | | | [null] Building Zip: foo.zip | ||||
* | fixing version-handling. | wisberg | 2002-12-23 | 6 | -585/+823 |
| | | | | | | build-properties.xml has actual version, Version.java is generated, and "DEVELOPMENT" is default. | ||||
* | XXX always exclude Ant and runtime classes from assemblages - hack. | wisberg | 2002-12-18 | 1 | -2/+12 |
| | |||||
* | do build.xml builds only for modules, not products, and continue normally if ↵ | wisberg | 2002-12-18 | 1 | -6/+15 |
| | | | | they fail. | ||||
* | list antecedants in verbose mode | wisberg | 2002-12-18 | 1 | -0/+3 |
| | |||||
* | avoid NPE when in strange state | wisberg | 2002-12-18 | 1 | -1/+7 |
| | |||||
* | initial version | wisberg | 2002-12-16 | 18 | -0/+4184 |