Name |
|
---|---|
Backends | JVM |
Maven coordinates | |
Compatible Ceylon release |
JVM: 1.2.x, 1.3.x (latest) |
Published | Sep 15, 2016 |
Stats |
Downloads (JVM): 253 Source downloads: 367 |
Description |
Provides a ServletContextListener for initializing the Ceylon runtime when a Ceylon WAR is loaded by a Servlet container. This module will automatically be added to a WAR when it is created - you should never need to import this module directly. |
Dependencies |
java.base/7 JDK
|
Usage |
import com.redhat.ceylon.war "1.3.0"; $ ceylon run com.redhat.ceylon.war/1.3.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.war/1.3.0"/> </target> |
Module links |
Members Imported By Browse Download .car No .js archive Download source archive Download module documentation View API documentation |