• 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 / com.redhat.ceylon.testjvm / 1.2.0
Backends JVM
Maven coordinates
Compatible Ceylon release JVM: 1.2.x, 1.3.x (latest)
Published Oct 28, 2015
Stats Downloads (JVM): 540
Source downloads: 423
Description

The com.redhat.ceylon.testjvm module contains internal implementation.

Dependencies
ceylon.collection/1.2.0
ceylon.file/1.2.0
ceylon.language/1.2.0
ceylon.runtime/1.2.0
com.redhat.ceylon.test/1.2.0
java.base/7 JDK
org.jboss.modules/1.3.3.Final
Usage
  • Import
  • Run from command-line
  • Run from Ant
 import com.redhat.ceylon.testjvm "1.2.0";
$ ceylon run com.redhat.ceylon.testjvm/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="com.redhat.ceylon.testjvm/1.2.0"/>
</target>
Module links Members
Imported By
Browse
Download .car
No .js archive
Download source archive
Download module documentation
View API documentation

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