Name |
Java to Ceylon converter Platform Module |
---|---|
Category |
Command-line plugins
Modules which have command-line plugins available. You can install them with |
Backends | JVM |
Maven coordinates | |
Compatible Ceylon release |
JVM: 1.2.x, 1.3.x (latest) |
Published | Oct 28, 2015 |
Stats |
Downloads (JVM): 232 Source downloads: 233 |
Dependencies |
java.base/7 JDK
shared
|
Usage |
import ceylon.tool.converter.java2ceylon "1.2.0"; $ ceylon run ceylon.tool.converter.java2ceylon/1.2.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="ceylon.tool.converter.java2ceylon/1.2.0"/> </target> $ ceylon plugin install ceylon.tool.converter.java2ceylon/1.2.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-plugin mode=install module="ceylon.tool.converter.java2ceylon/1.2.0"/> </target> |
Module links |
Members Imported By Browse Download .car No .js archive Download source archive Download scripts archive Scripts Download module documentation View API documentation |