• Modules
    • By category
    • By name
    • Most popular
    • Most downloaded
    • Repository
  • Register
  • Log in
  • Help
    • Start using Ceylon Herd
    • Publish your first module
    • Module publishing guidelines
    • All about Ceylon
    • Keyboard Shortcuts

    • s Focus search module bar
      ? Open this information panel
      j Move selection down
      k Move selection up
      enter Open current selection
Module info
Name
FroMage / ceylon.tool.converter.java2ceylon / 1.2.0
Java to Ceylon converter Platform Module
Category Command-line plugins

Modules which have command-line plugins available. You can install them with ceylon plugin install name/version.

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
ceylon.language/1.2.0
com.redhat.ceylon.common/1.2.0 shared
java.base/7 JDK shared
org.antlr.antlr4-runtime-osgi/4.5.1 shared
Usage
  • Import
  • Run from command-line
  • Run from Ant
  • Install scripts from command-line
  • Install scripts from Ant
 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

Ceylon Herd v1.24 Copyright 2012-2023 Red Hat. About