summaryrefslogtreecommitdiffstats
path: root/build/src
Commit message (Collapse)AuthorAgeFilesLines
...
* ignore invalid aspectj-home's when seeking aspectj libswisberg2005-02-031-14/+28
|
* organized importsaclement2005-02-012-2/+0
|
* core of initial support for building aspectj projectswisberg2005-01-292-4/+123
|
* removed unused code/comments, added toString detailwisberg2005-01-291-140/+5
|
* aliases for aspectjlib.jar and aspectjweaver.jarwisberg2005-01-291-0/+4
|
* name, avoid build.xml if dir nullwisberg2005-01-291-1/+2
|
* 2005-6 licenses and copyrightswisberg2005-01-291-76/+31
|
* Matthew fix for 83380: don't use enum as a variable name.aclement2005-01-241-3/+3
|
* Updates for AJDK1.5.0aclement2004-12-101-2/+2
|
* don't upset windows script...acolyer2004-10-221-5/+6
|
* updated license textwisberg2004-10-051-9/+13
|
* unused localwisberg2004-10-051-1/+0
|
* Deprecated API calls changed.aclement2004-08-231-1/+1
|
* skip on the exclude runtime test rather than patch it in the build file.acolyer2004-06-091-1/+2
| | | | This allows the correct testing-drivers-all.jar to be built too.
* Georges fixes for 61411aclement2004-05-281-1/+3
|
* Create aj and aj.bat launch scripts at install time.aclement2004-04-071-17/+108
|
* 1.2 rc1 build/pkg : Update base version from 1.1 to 1.2. Add tools.jar aclement2004-04-051-6/+6
| | | | to the ajdoc launch script.
* untested code to skip any /tools.jar library antecedant when building other ↵wisberg2004-04-051-2/+6
| | | | that testing jars
* 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-239-55/+55
| | | | | 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.
* installer updates: wisberg2003-03-061-16/+71
| | | | | | | | - removed JDK tools.jar from script classpaths - added windowlistener to exit installer when close box clicked - added -to {dir} option for easy GUI-free install (hack) due to Swing initialization, this still won't work for true command-line (remote, non-XWindows terminal to unix box)
* installer was misreporting README file name for AspectJ distribution. wisberg2003-02-271-1/+10
| | | | (The installer could be refactored for simpilcity if/since we're not supporting multiple distributions any more.)
* Ran "Organize imports" to remove redundant imports etc - acolyer2003-02-2612-48/+136
| | | | | 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.