Tagged Questions
0
votes
0answers
33 views
could not transfer artifacts org.codehaus.plexus:plexus-utils:jar in maven
I and trying to run sample of atmosphere in my eclipse but i have some error which is related to maven in my pom.xml
Project build error: Unresolveable build extension: Plugin
...
0
votes
2answers
26 views
How to get snapshot from Sonatype
I'm trying to get the snapshot release for atmosphere that is available for org.atmosphere and can't seem to get it...
<repositories>
<!-- Added to get the Atmosphere 1.1.0-SNAPSHOT, can ...
0
votes
1answer
18 views
Java Atmosphere @MeteorService compile via cmd?
I am trying to understand Atmosphere API.
Trying to compile a given example with CMD.
given at - https://github.com/Atmosphere/atmosphere/wiki/Getting-Started-with-Meteor,-WebSocket-and-Long-Polling
...
0
votes
0answers
38 views
How can I get these sample applications from github to work in Netbeans/Glassfish?
I need to use the Atmosphere framework for a web app that will make heavy use of websockets. All I want to do is run through all the samples and see how they work but I can't do that because I can't ...
1
vote
1answer
69 views
Why am I getting this dependency resolution error in my pom.xml?
I am getting the following error when I try and build my web app -
Failed to execute goal on project MyApp: Could not resolve
dependencies for project com.myapp:MyApp:war:1.0-SNAPSHOT: Could
...
0
votes
1answer
232 views
maven and Atmosphere 0.8.4
i need Atmosphere 0.8.4 in my pom.xml
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
...