Name |
|
---|---|
Backends | JVM |
Maven coordinates | |
Compatible Ceylon release |
JVM: 1.1.0 (outdated) |
Published | Oct 8, 2014 |
Stats |
Downloads (JVM): 678 Source downloads: 548 |
Description |
The |
Dependencies |
java.base/7 JDK
|
Usage |
import com.redhat.ceylon.testjvm "1.1.0"; $ ceylon run com.redhat.ceylon.testjvm/1.1.0 <property name="ceylon.home" value="…"/> <property name="ceylon.ant.lib" value="${ceylon.home}/lib/ceylon-ant.jar"/> <path id="ant-tasks"> <pathelement path="${ceylon.ant.lib}"/> </path> <typedef resource="com/redhat/ceylon/ant/antlib.xml" classpathref="ant-tasks"/> <target name="run"> <ceylon-run module="com.redhat.ceylon.testjvm/1.1.0"/> </target> |
Module links |
Members Imported By Browse Download .car No .js archive Download source archive Download module documentation View API documentation |