Commit Graph

408 Commits

Author SHA1 Message Date
Josh Suereth 75aedbc3d2 Fixes for build to work with SBT 0.12.0 2012-08-01 12:16:13 -04:00
Josh Suereth df31ed1fcb Fixed issue with sbt versioning for RC releases in windows. 2012-07-19 11:13:03 -04:00
Josh Suereth 41c21b9ed7 Modified SBT launcher bat file so it can load a config file with default settings. 2012-07-19 11:12:15 -04:00
Josh Suereth be912e904b Fixed RPM versioning issue for RC releases. 2012-07-18 10:47:49 -04:00
Josh Suereth 7b69501c8b Fixes for 0.12.0-RC4 release of launcher package. 2012-07-18 10:40:29 -04:00
Josh Suereth 55e0dfdc65 Removed bad practices from sbt bash script.
* No set XYZ arguments allowed.  BAAD sbt practice.
* No longer swaps launcher.  New SBT launchers can handle old SBT.
* SBT script now uses sbt-launch-lib.bash.
2012-07-17 16:37:19 -04:00
Josh Suereth 440ad4bb0b First cut at using metapackages to allow multiple versions of SBT in the same debian repository. 2012-05-29 08:49:02 -04:00
Josh Suereth c91159b363 fixes debian architecture bug. 2012-05-14 12:35:27 -04:00
Josh Suereth 02f6369f17 Closes #14 - Generate INstalled-Size on debian 2012-05-09 15:53:10 -04:00
Josh Suereth b8173fc41b Removed autodownload from the scripts. 2012-05-09 09:40:10 -04:00
Josh Suereth 70d0b31904 Bumped version numbers for 0.11.3 2012-05-07 08:19:44 -04:00
Josh Suereth 6775c0e684 Fixes to build with SBT 0.11.3 2012-05-07 08:15:42 -04:00
Josh Suereth a0cbb9e488 Fixed univeral jar so the class files are in the right location. 2012-03-29 10:06:33 -04:00
Josh Suereth 4094af8304 Bumped for new version of native packager 2012-03-28 16:11:05 -04:00
Josh Suereth 9654a037cd I seem to fail at remote debugging hudson nodes if I cannot replicate locally. 2012-03-15 14:57:04 -04:00
Josh Suereth d4894c660d Fix #2, yippie. 2012-03-15 14:54:39 -04:00
Josh Suereth 8f4f02e4ac fixed bug with missing file 2012-03-15 14:51:35 -04:00
Josh Suereth 6d29c8a429 Modified name of universal zip to be 'sbt' 2012-03-15 14:31:10 -04:00
Josh Suereth ff05caba8b updated to latest native packager, added universal 'zip' generation to the build. 2012-03-15 14:22:10 -04:00
Josh Suereth d1298a8d36 Removed 32-bit java version check for 64-bit support 2012-02-15 07:05:52 -05:00
Josh Suereth f529e2a63e Added SBT_HOME environment variable for other windows packages. 2012-02-02 21:10:37 -05:00
Josh Suereth 0271bf92e2 Improvements to sbt.bat suggested by @retronym 2012-02-02 15:35:38 -05:00
Josh Suereth 663b125b95 Merge branch 'full-packaging' of github.com:sbt/sbt-launcher-package into full-packaging 2012-02-02 13:58:11 -05:00
Josh Suereth 531f728ac5 Quick fix for generating RPMs with owned directory for /usr/share/sbt 2012-02-02 13:03:52 -05:00
Josh Suereth 65a9ac32df Merge pull request #10 from sbt/launcher-lib-shell
Launcher lib shell
2012-02-02 09:31:35 -08:00
Josh Suereth 63d40330c2 Added sbt-launch script helper 2012-02-02 12:28:40 -05:00
Josh Suereth cea72e8ca7 Adding a library for launcher scripts.
* Moved sbt into src/linux (for now, to disambiguate from windows)
* Created sbt-launch-lib.bash to help scripts which want to use the SBT Launcher
  but are not SBT, e.g. g8 or cs.
2012-02-02 12:11:23 -05:00
Josh Suereth fd13ebac8d Fixed help documentation of sbtopts files. 2012-02-02 12:09:03 -05:00
Josh Suereth 08a3bf3266 Merge pull request #4 from bartschuller/full-packaging
Fix stderr redirect shell syntax
2012-01-24 07:25:30 -08:00
Bart Schuller dbd24d1358 Fix stderr redirect shell syntax
To prevent the following error (MacOS X 10.7):

./sbt: command substitution: line 222: syntax error near unexpected token `&'
./sbt: command substitution: line 222: `java -version |& grep version'
2012-01-24 10:10:39 +01:00
Josh Suereth 084480c57b Merge pull request #2 from szeiger/windows-shell-script
Windows shell script
2012-01-18 09:00:37 -08:00
Stefan Zeiger 7e5b93fbf8 Make sbt/jline work properly in Cygwin's MinTTY terminal 2012-01-18 17:32:39 +01:00
Stefan Zeiger bc12a127ee Add sbt launcher script for Cygwin and MSYS to Windows installer 2012-01-18 16:58:30 +01:00
Stefan Zeiger f889a92c34 Reflow License.rtf to make it more readable in the Windows installer 2012-01-18 16:57:48 +01:00
Stefan Zeiger cf14e6ba7b Add Jansi license file (because it is not contained in jansi.jar) 2012-01-18 16:50:17 +01:00
Josh Suereth 7e27da416e Merge branch 'full-packaging' of github.com:sbt/sbt-launcher-package into full-packaging 2012-01-18 09:49:15 -05:00
Josh Suereth 4d490ccfd1 Added no-global option.
Added -no-global option to point -sbt-dir at local location.  Helps deal with bad global plugins.
2012-01-18 09:49:00 -05:00
Josh Suereth e4f0d94b43 Project can now deploy to MSI repository. 2012-01-17 14:15:00 -05:00
Josh Suereth 046fb3e9e0 Merged szeiger's ANSI enhancements for windows. Closes #1 2012-01-17 13:15:39 -05:00
Josh Suereth b0deb8c2ae Fixes to MSI from szeiger, as well as trying to get publishing working. 2012-01-17 12:56:30 -05:00
Stefan Zeiger 2f19508ae5 Package Jansi plus a bootstrap launcher in the MSI installer 2012-01-17 18:03:26 +01:00
Josh Suereth 0739ba0b55 Adding publishing to the windows MSI generation. 2012-01-17 09:32:44 -05:00
Josh Suereth 671cc19fe5 Merge branch 'master' of https://github.com/paulp/sbt-extras into full-packaging 2012-01-16 15:26:02 -05:00
Josh Suereth 2422381927 Fixing markdown issues 2012-01-16 15:25:15 -05:00
Josh Suereth 31780795bc Removing plugins and focusing on launcher script. 2012-01-16 15:24:19 -05:00
Josh Suereth d8908cc393 Build no uses released packaging plugin. 2012-01-16 15:06:37 -05:00
Paul Phillips c02d473d22 Added -batch mode. 2012-01-11 16:10:29 -08:00
Josh Suereth d852b4bc06 Fixed RPM warnings. 2012-01-11 14:10:10 -05:00
Josh Suereth 97a73b7d77 Fixed summary for SBT package. 2012-01-11 13:41:36 -05:00
Josh Suereth b429b0a246 Removed echo on bat file 2012-01-11 13:07:12 -05:00