Go to file
dwb420 7dc45d2620
Add files via upload
2019-11-01 16:32:53 -05:00
.github/ISSUE_TEMPLATE Update issue templates 2019-10-31 14:12:10 -05:00
x32 remove snowman 2019-06-22 16:45:37 +02:00
x64 remove snowman 2019-06-22 16:45:37 +02:00
.classpath Add files via upload 2019-11-01 16:31:41 -05:00
.gitignore Add files via upload 2019-11-01 16:31:41 -05:00
.project Add files via upload 2019-11-01 16:31:41 -05:00
Bootstrap.java Add files via upload 2019-11-01 16:32:53 -05:00
CeylonClassLoader.java Add files via upload 2019-11-01 16:32:53 -05:00
CeylonLogFormatter.java Add files via upload 2019-11-01 16:32:53 -05:00
ClassLoaderSetupException.java Add files via upload 2019-11-01 16:32:53 -05:00
Java7Checker.java Add files via upload 2019-11-01 16:32:53 -05:00
LICENSE Add files via upload 2019-11-01 16:31:41 -05:00
Launcher.java Add files via upload 2019-11-01 16:32:53 -05:00
LauncherUtil.java Add files via upload 2019-11-01 16:32:53 -05:00
README.md Add files via upload 2019-11-01 16:31:41 -05:00
antplugin.gradle Add files via upload 2019-11-01 16:31:41 -05:00
bootstrap.gradle Add files via upload 2019-11-01 16:31:41 -05:00
build.xml Add files via upload 2019-11-01 16:31:41 -05:00
jdk-copy.sh Add files via upload 2019-11-01 16:31:41 -05:00
jdk-diff.sh Add files via upload 2019-11-01 16:31:41 -05:00
jdk-patch.sh Add files via upload 2019-11-01 16:31:41 -05:00
renames Add files via upload 2019-11-01 16:31:41 -05:00

README.md

Ceylon bootstrap

License

The content of this repository is released under the ASL v2.0 as provided in the LICENSE file that accompanied this code.

By submitting a "pull request" or otherwise contributing to this repository, you agree to license your contribution under the license mentioned above.

Directory structure

  • src - the Ceylon bootstrap module sources
  • test-src - the Ceylon bootstrap module unit tests

Build the module

For setting up the development environment and compiling and building the distribution take a look at ceylon-dist.

If after having built the distribution you want to build the module run

ant clean publish

And to run the tests type

ant test

Once built, the module lives in this jar:

~/.ceylon/repo/ceylon/bootstrap/0.2/ceylon.bootstrap-0.2.jar