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.
api/
- the main API of the CMRspi/
- the main SPI of the CMRimpl/
- the CMR implementationwebdav/
- CMR module which handles WebDAV repositoriesmaven/
- CMR module which handles Maven repositorieslib/
- librairies used by the ant build
The default local module repository is created under:
~/.ceylon/repo
To publish the Ceylon Module Resolver (this is required before building the compiler and typechecker), type:
ant publish
Other commands:
ant clean
- clean the build (might be needed beforepublish
)ant test
- run the testsant clean.repo
- clean local repositoryant publish
- publish moduleceylon.language
to the local repository
Alternatively you can build this project using Maven:
mvn install
But the maven build is known to not work on every system, prefer ant clean publish
to build the project.