aboutsummaryrefslogtreecommitdiffstats
path: root/build/src/org
Commit message (Collapse)AuthorAgeFilesLines
* Fix for broken license test. New file created yesterday has 2004 in the ↵aclement2004-01-281-1/+1
| | | | copyright statement. Added 2004 as a valid copyright year :)
* spring cleaning in advance of 1.2 enhancements: acolyer2004-01-238-51/+51
| | | | | removed unused imports, local variables, and private methods (still there, just commented out).
* Georges fix for Bugzilla Bug 50200 aclement2004-01-221-1/+2
| | | | aspectjrt.jar manifest file name needs changing to upper case
* added date to outputwisberg2003-11-261-0/+10
|
* fixed test to fail on license check failurewisberg2003-08-081-55/+57
|
* XMLEntry.toString for better errorswisberg2003-08-081-0/+15
|
* - added support for XML/Ant scriptswisberg2003-08-071-8/+35
|
* initial checkin of the sandbox. wisberg2003-08-061-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.wisberg2003-05-311-15/+21
|
* Fix for failure building with useEclipseCompiles testing-drivers initially ↵wisberg2003-05-251-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 ↵wisberg2003-05-251-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 isEmptywisberg2003-05-251-0/+34
|
* fixing 2 bugs disclosed by running ajcTests.xml with -ajctaskCompiler: (1) ↵wisberg2003-05-251-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 loggingwisberg2003-05-251-1/+1
|
* To support the new testing ICommand wrapper for AjcTask, permit ant.jar in a ↵wisberg2003-05-241-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.wisberg2003-05-211-0/+1
|
* absolutizing temp dir path. wisberg2003-05-141-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 wisberg2003-04-231-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 testingwisberg2003-04-231-22/+27
|
* - if a module has no source files, rather than aborting, create a minimal ↵wisberg2003-04-031-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. wisberg2003-04-031-9/+44
| | | | - a module now surfaces its "exported" libraries.
* Updated license checking tests to accept "Contributors" as sole copyright ↵wisberg2003-04-031-1/+6
| | | | holder.
* Ran "Organize imports" to remove redundant imports etc - acolyer2003-02-2611-40/+91
| | | | | clears up a huge set of warnings in Eclipse so that you can see the wood for the trees!
* resolving misc compiler warningswisberg2003-02-136-15/+10
|
* comments only. no build.jar update needed.wisberg2003-01-061-2/+9
|
* enabling debug symbolswisberg2003-01-041-1/+2
|
* fixed bug with unnamed tasks producing messages like wisberg2002-12-231-9/+31
| | | | [null] Building Zip: foo.zip
* fixing version-handling. wisberg2002-12-236-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.wisberg2002-12-181-2/+12
|
* do build.xml builds only for modules, not products, and continue normally if ↵wisberg2002-12-181-6/+15
| | | | they fail.
* list antecedants in verbose modewisberg2002-12-181-0/+3
|
* avoid NPE when in strange statewisberg2002-12-181-1/+7
|
* initial versionwisberg2002-12-1618-0/+4184