Getting Started: Adding an Ant Task
Comet currently supports JDK 1.4, 5 and 6. To install the CoView JAR file, download the Jar file . A license file is required, and you can get it from here.
| Ant Task Example |
|---|
<path id="carrentalclasspathid"/>
<pathelement location="/Users/jponczak/comet/comet.jar"/>
</path>
<target name="comet" description="Run Comet" depends="">
<echo message="hello comet"/>
<taskdef name="comet" classname="com.codign.comet.Comet"
|
