summaryrefslogtreecommitdiff
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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
* now copy generated man pages to the distributionmichelou2006-06-071-3/+4
|
* There is no unecessary output on stderr when bu...Gilles Dubochet2006-06-071-2/+2
| | | | | There is no unecessary output on stderr when building.
* added command 'fsc' for scala.tools.nsc.Compile...michelou2006-06-061-0/+27
| | | | | added command 'fsc' for scala.tools.nsc.CompileClient
* fixed error in file selection for scaladocmichelou2006-05-241-1/+1
|
* create a copy (and not a link) for "latest" on ...michelou2006-05-241-2/+4
| | | | | create a copy (and not a link) for "latest" on Windows
* updated file scala/tools/nsc/MainScript.scala t...michelou2006-05-181-1/+27
| | | | | | updated file scala/tools/nsc/MainScript.scala to run it in the DOS console added executables bin/scalascript* to the Scala distribution
* TAR archive generate by SABBUS stores correct p...Gilles Dubochet2006-05-151-2/+4
| | | | | | TAR archive generate by SABBUS stores correct permissions for executable files.
* fixed error in file build.xmlmichelou2006-05-121-1/+1
| | | | | fixed IBM J9 related error in file test/clitest
* Seriously cleaned-up the build script.Gilles Dubochet2006-05-111-801/+412
|
* fixed classpath for library file fjbg.jar (for ...michelou2006-05-081-4/+4
| | | | | fixed classpath for library file fjbg.jar (for nightly build)
* added target 'dist.nightly' in file build.xmlmichelou2006-05-081-0/+54
|
* added target 'dist.quick' (no tests and docs) i...michelou2006-05-041-1/+10
| | | | | added target 'dist.quick' (no tests and docs) in file build.xml
* replaced Cygwin diff.exe with GNUWin32 version ...michelou2006-04-271-1/+1
| | | | | replaced Cygwin diff.exe with GNUWin32 version (standalone)
* added batch file test/scalatest.batmichelou2006-04-261-1/+1
| | | | | added companion file test/diff.exe (GNU diffutils 2.8.7)
* Removed the special treatment of scala/runtime/...mihaylov2006-04-251-6/+0
| | | | | Removed the special treatment of scala/runtime/ScalaRunTime.scala
* corrected errors in script test/clitestmichelou2006-04-241-2/+2
| | | | | added cli tests to package 'scala-test'
* changed value of property 'copyright' in file b...michelou2006-04-201-1/+9
| | | | | changed value of property 'copyright' in file build.xml
* released version 2.1.3 of the Scala distributionv2.1.3michelou2006-04-131-2/+2
|
* Removed support for Java files in the compilermihaylov2006-04-131-39/+0
|
* added options '-windowtitle' and '-documenttitl...michelou2006-04-121-1/+5
| | | | | | | | added options '-windowtitle' and '-documenttitle' to command scaladoc added attributes 'windowtitle' and 'documenttitle' to Ant task 'Scaladoc' added option '-encoding iso-8859-1' in script test/scalatest removed leading tabs in scala/xml/*.scala
* Introduced properties for the individual source...mihaylov2006-04-101-20/+23
| | | | | | Introduced properties for the individual source directories (library, dbc, compiler)
* added attributes 'source', 'target' and 'deprec...michelou2006-04-101-0/+22
| | | | | | added attributes 'source', 'target' and 'deprecation' to task 'javac' in file build.xml
* Replaced pico with javacmihaylov2006-04-101-29/+12
|
* added timer for target 'dist' in file build.xmlmichelou2006-04-051-16/+23
|
* updated script 'test/scalatest' to also work wh...michelou2006-04-041-1/+5
| | | | | updated script 'test/scalatest' to also work when packaged with sbaz
* API for DBC is built again.Gilles Dubochet2006-04-031-3/+4
|
* replaced ${*.dir}/${exec.dir.name} with ${*.ex...mihaylov2006-03-301-28/+29
| | | | | replaced ${*.dir}/${exec.dir.name} with ${*.exec.dir} in build.xml
* Exec Scripts (scala, scalac, etc.) are generate...Gilles Dubochet2006-03-301-28/+86
| | | | | | | Exec Scripts (scala, scalac, etc.) are generated for every phase, now based on the source grabed at compile-time (no need to rebuild locker when testing the scripts anymore).
* corrected link to sbaz universe in **/build.xmlmichelou2006-03-291-5/+5
|
* added sbaz package 'scala-test'michelou2006-03-281-0/+15
|
* Fixed bug #557: Testing available memory before...Gilles Dubochet2006-03-241-7/+11
| | | | | | Fixed bug #557: Testing available memory before running SABBUS is now more robust.
* added library scala-dbc.jar to package scala-li...michelou2006-03-241-1/+1
| | | | | added library scala-dbc.jar to package scala-library-*.sbp
* fixed missing link when generating advert file ...michelou2006-03-231-2/+3
| | | | | fixed missing link when generating advert file in build.xml
* removed placeholder packages in file scala/buil...michelou2006-03-231-57/+18
| | | | | removed placeholder packages in file scala/build.xml
* Corrected scripts to circumvent class loader bu...Gilles Dubochet2006-03-211-4/+4
| | | | | | | Corrected scripts to circumvent class loader bug in scala runtime. Every class loads in the same classloader so that boxed arrays can load their content.
* 1.Gilles Dubochet2006-03-201-93/+114
| | | | | | 2. ScalaTool Ant task updated to be more flexible. 3. Build now generates a separate archive for DBC (also changed in source layout).