hi
I have checked out the cometd source and tried to build it.
I followed the instructions from
http://cometd.org/documentation/primer
but when I try the command
$ mvn install jetty:run
I get the following error:
Warning: JAVA_HOME environment variable is not set.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jetty'.
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-jetty-plugin' does
not exist or no valid version could be found
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Sat Nov 14 16:53:46 CET 2009
[INFO] Final Memory: 2M/504M
[INFO]
------------------------------------------------------------------------
I have set JAVA_HOME but it gives warning about it.
I tried to download the maven-jetty-plugin but could not find it.
can you tell me what the problem is?
best regards
Farid Shahy