summaryrefslogtreecommitdiff
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* fixed initialization of svn.number propertymichelou2007-03-281-6/+7
|
* also generates sources tarballmichelou2007-03-271-0/+12
|
* added Array.deepEquals, improved external links...michelou2007-03-201-2/+0
| | | | | added Array.deepEquals, improved external links to sources in API doc
* reverted last changemichelou2007-03-201-0/+2
|
* added resource 'source.png' in DocGeneratormichelou2007-03-201-2/+0
|
* added ${version.suffix}michelou2007-03-201-2/+4
|
* (no commit message)Philipp Haller2007-02-191-4/+1
|
* changes to build.xmlPhilipp Haller2007-02-191-2/+5
|
* Included FJ files in build.xmlPhilipp Haller2007-02-191-0/+12
|
* re-enabled stability test; added sections.Martin Odersky2007-02-161-2/+0
|
* - renamed msil.predef build target to msilmihaylov2007-02-131-2/+6
| | | | | - added clean.msil target
* Preliminary support for building .NET version o...mihaylov2007-02-091-0/+44
| | | | | Preliminary support for building .NET version of the Scala library
* Disabled stability testMartin Odersky2007-02-081-0/+2
|
* Merged the dotnet-scala branchmihaylov2007-02-061-0/+18
|
* build.xml: fixed problem building ScalaDoc on J...Philipp Haller2007-02-021-1/+1
| | | | | build.xml: fixed problem building ScalaDoc on JDK 1.4.
* Excluded scala/actors/ThreadPoolScheduler.scala...Philipp Haller2007-02-011-0/+1
| | | | | | Excluded scala/actors/ThreadPoolScheduler.scala from building docs on JDK 1.4.
* Reverted to old slightly-less-broken scheme for...Gilles Dubochet2007-01-311-1/+8
| | | | | | Reverted to old slightly-less-broken scheme for guessing SVN revision number.
* scala.actors: fixed build on JDK 1.4Philipp Haller2007-01-311-2/+3
|
* excludes JDK5Scheduler.scala on Java 1.4michelou2007-01-311-0/+5
|
* Build script's SVN revision guessing compatible...Gilles Dubochet2007-01-311-8/+1
| | | | | Build script's SVN revision guessing compatible with svn 1.7.
* moved version/copyright properties from source ...michelou2007-01-291-1/+33
| | | | | moved version/copyright properties from source code to property file
* updated copyright date in build.xmlmichelou2007-01-231-1/+1
|
* fixed dependency test in all build.xml filesmichelou2006-12-171-6/+1
|
* added dependency test for Ant-Contribmichelou2006-12-151-0/+10
|
* scala test suite also contains jar files!michelou2006-11-061-1/+1
|
* added deprecation attribute to quick and star t...michelou2006-10-241-5/+7
| | | | | added deprecation attribute to quick and star tasks
* added '--ant' option to scalatestmichelou2006-10-201-1/+1
|
* added 'deprecation' flag to ant/Scalac.scala an...michelou2006-10-201-4/+4
| | | | | added 'deprecation' flag to ant/Scalac.scala and build.xml
* changed location of diff files in scala-test-xx...michelou2006-10-151-1/+1
| | | | | changed location of diff files in scala-test-xxx.sbp
* corrected copyright notice in script templatesmichelou2006-10-111-1/+1
|
* removed temp.fix (quickdoc)michelou2006-09-211-1/+1
|
* temp.fix: task "quickdoc" uses "starr.classpath...michelou2006-09-121-1/+1
| | | | | | temp.fix: task "quickdoc" uses "starr.classpath" instead of "quick.classpath"
* distribute jars of the source filesLex Spoon2006-08-241-1/+30
|
* Removed "patch" hack in SABBUS.Gilles Dubochet2006-08-041-3/+2
|
* version separator is now configurable and defau...michelou2006-07-271-2/+3
| | | | | version separator is now configurable and default is "patch" (was ".")
* added target 'binaries' to build.xmlmichelou2006-07-251-21/+69
|
* removed 'toolflags' parameters for fsc in build...michelou2006-07-241-3/+0
| | | | | removed 'toolflags' parameters for fsc in build.xml
* fixed EOLs for Windows batch files michelou2006-07-141-0/+12
|
* EXTENSION_CLASSPATH now contains both files/dir...michelou2006-07-141-3/+3
| | | | | EXTENSION_CLASSPATH now contains both files/dirs on Windows
* Fixed the way variables are set in wrapper scri...Gilles Dubochet2006-07-131-3/+3
| | | | | | Fixed the way variables are set in wrapper scripts to be multi-platform compliant.
* added fsc to the man pagesmichelou2006-07-111-0/+1
|
* also display version number when build is stabl...michelou2006-06-291-2/+2
| | | | | also display version number when build is stable (or not)
* updated cli test, added test for multiline stringsmichelou2006-06-291-52/+0
|
* Added actors library.Philipp Haller2006-06-211-1/+39
|
* adjust the generated tool scripts to replace sc...Lex Spoon2006-06-151-3/+8
| | | | | | adjust the generated tool scripts to replace scala+scalaint+scalascript by a single unified scala script
* fixed target directory for man pages in build.xmlmichelou2006-06-151-1/+1
|
* moved docs/man/src to src/manual and updated bu...michelou2006-06-121-5/+55
| | | | | moved docs/man/src to src/manual and updated build.xml
* Hack-fixed the FSC compiler to handle boot clas...Gilles Dubochet2006-06-111-3/+3
| | | | | Hack-fixed the FSC compiler to handle boot class path.
* also includes *.args files in package scala-testmichelou2006-06-081-3/+6
|
* reactivated call to 'load' in file DocGenerator...michelou2006-06-081-0/+9
| | | | | reactivated call to 'load' in file DocGenerator.scala