summaryrefslogtreecommitdiffstats
path: root/build/src
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* list antecedants in verbose modewisberg2002-12-181-0/+3
|
* avoid NPE when in strange statewisberg2002-12-181-1/+7
|
* installer window titlewisberg2002-12-181-1/+1
|
* initial versionwisberg2002-12-1619-0/+5883