Details
Description
If I run the chat demo through maven, mvn jetty:run it works fine
If I try to import it into Eclipse and debug there, I run into
Exception in thread "main" java.lang.IllegalArgumentException: file:/home/ak/jetty-6.1.15/contrib/cometd/demo/target/cometd-demo-6.1-SNAPSHOT is not an existing directory.
This makes sense, at line 99 in CometdDemo.java there is indeed a hardcoded reference to -SNAPSHOT , replacing it with 6.1.15 solves the problem.
So if this is indeed an issue (not sure why mvn jetty:run works) , then it's probably because the script that replaces SNAPSHOT before a release does not get run on svn externals?
Thank you for great software ![]()
Activity
Jan Bartel
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 4.x [ 13656 ] | |
| Fix Version/s | 6.1.16 [ 14974 ] |
Jan Bartel
made changes -
| Affects Version/s | 6.1.16 [ 14974 ] | |
| Affects Version/s | 6.1.15 [ 14946 ] |
Jan Bartel
made changes -
| Fix Version/s | 4.x [ 13656 ] |
Greg Wilkins
made changes -
| Assignee | Greg Wilkins [ gregw ] |
Greg Wilkins
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 6.1.17.rc1 [ 15220 ] | |
| Resolution | Fixed [ 1 ] |