Framework arguments: -product org.eclipse.epp.package.java.product -product org.eclipse.epp.package.java.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product -data S:\workspace.eclipse.2k13_2 -product org.eclipse.epp.package.java.product
There is a small problem however, i see four javaw.exe in taskmanager and I cannot rename my .m2 folder, looks like they are leftover REPLs from within eclipse, even though eclipse is closed. Maybe I didn't close the REPLs properly?
they are each eating like 400+ MB memory. I killed them so that I could rename my .m2 and create an empty one,
and after doing this, without issuing Update Dependencies on my project, deleting all Run launch configurations then Ctrl+Alt+S ... still works, all that retrieving on console happens, but it takes too long so the repl window times out, but can still Window->Connect to REPL, ok looks like there are two REPLs, one is 1.5.0 clojure and one is 1.5.1 clojure (my project uses 1.5.0) so, one REPL is at the port shown in Error Log:
Started ccw nREPL server: nrepl://localhost:50069
the one at port shown in Error Log (50069) is the one using clojure 1.5.1, the other one using 1.5.0
in taskmanager there is one javaw.exe 320MB and one java.exe 433 MB (unsure if the four javaw.exe that I mentioned before were java.exe or javaw.exe, I could've made a mistake between the two)
now closing the REPL from Console, ie. pressing red button on Console (which is how I used to close the REPL) closes the javaw.exe and then just closing the REPL windows just to be sure, then closing eclipse, and that java.exe still remains (435MB memory used) even though the eclipse is closed. and because of this .m2 cannot be renamed ie. it's in use still. So I kill this java.exe then start eclipse and just do Ctrl+Alt+S (actually I'm always using the menu, right click inside the .clj file Clojure->Load file in REPL because my Ctrl+Alt+S is mapped to a desktop shortcut so pressing that executes that shortcut), and everything loads as usual the REPL window is on on the same port that is reported by console nREPL server started on port 50162 and clojure 1.5.0 and javaw.exe and java.exe are both in taskmanager, looks like javaw.exe is eclipse's java and java.exe is the ccw started one. Closing the repl window closed the javaw.exe not the java.exe (so maybe i was wrong) and I also notice that the red stop button on Console is gone (so that closing the REPL window really worked), now exiting eclipse, java.exe is still active in taskmanager using 435MB.... waited like 1 minute but it is still not gone. Killing java.exe
And now finally starting eclipse and doing that Update Dependencies on my project (wasn't done since the last .m2 emptying) because it still shows with a red exclamation on it, but REPL still worked (probably all that console Retrieving did it)
I just realized that eclipse.exe is 425MB and probably the java used for eclipse, so nothing like java.exe and javaw.exe for eclipse.
Now doing a Ctrl+Alt+S again, that started a javaw.exe and then a java.exe when that was done, I am closing the REPL window which ends javaw.exe but java.exe is still there and there's no way to stop it, exiting eclipse, java.exe still remains, eclipse.exe not.
In other words, juno works, but mem leaks, apparently, unless I'm missing something.
I also tried having ccw-server in the launch configuration instead of ccw.server (ccw.server was leftover for my project from previous kepler tries), and, on Console I see:
Retrieving ccw/ccw-server/0.1.0/ccw-server-0.1.0.pom from clojars
Retrieving ccw/ccw-server/0.1.0/ccw-server-0.1.0.jar from clojars
...
but it's curious that it still retrieved that. That kepler is evil for not doing it :))
killing java.exe and emptying .m2 , starting eclipse, Ctrl+Alt+S (without Update Project dependencies)
this is the Console:
Retrieving ccw/ccw-server/0.1.0/ccw-server-0.1.0.pom from clojars
Retrieving org/clojure/clojure/1.5.0/clojure-1.5.0.pom from central
Retrieving org/sonatype/oss/oss-parent/5/oss-parent-5.pom from central
Retrieving com/datomic/datomic-free/0.8.3803/datomic-free-0.8.3803.pom from clojars
Retrieving org/clojure/clojure/1.4.0/clojure-1.4.0.pom from central
Retrieving org/clojure/tools.cli/0.2.2/tools.cli-0.2.2.pom from central
Retrieving org/clojure/pom.contrib/0.0.25/pom.contrib-0.0.25.pom from central
Retrieving org/fressian/fressian/0.6.3/fressian-0.6.3.pom from central
Retrieving org/sonatype/oss/oss-parent/7/oss-parent-7.pom from central
Retrieving org/slf4j/jul-to-slf4j/1.6.4/jul-to-slf4j-1.6.4.pom from central
Retrieving org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom from central
Retrieving org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom from central
Retrieving org/slf4j/slf4j-nop/1.6.4/slf4j-nop-1.6.4.pom from central
Retrieving org/slf4j/log4j-over-slf4j/1.6.4/log4j-over-slf4j-1.6.4.pom from central
Retrieving org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom from central
Retrieving net/java/dev/jets3t/jets3t/0.8.1/jets3t-0.8.1.pom from central
Retrieving commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom from central
Retrieving com/jamesmurty/utils/java-xmlbuilder/0.4/java-xmlbuilder-0.4.pom from central
Retrieving org/sonatype/oss/oss-parent/3/oss-parent-3.pom from central
Retrieving org/hornetq/hornetq-core/2.2.21.Final/hornetq-core-2.2.21.Final.pom from central
Retrieving org/jboss/netty/netty/3.2.4.Final/netty-3.2.4.Final.pom from central
Retrieving org/jboss/jboss-parent/5/jboss-parent-5.pom from central
Retrieving com/h2database/h2/1.3.165/h2-1.3.165.pom from central
Retrieving org/apache/lucene/lucene-core/3.3.0/lucene-core-3.3.0.pom from central
Retrieving org/apache/lucene/lucene-parent/3.3.0/lucene-parent-3.3.0.pom from central
Retrieving org/apache/lucene/lucene-solr-grandparent/3.3.0/lucene-solr-grandparent-3.3.0.pom from central
Retrieving org/apache/apache/8/apache-8.pom from central
Retrieving com/google/guava/guava/12.0.1/guava-12.0.1.pom from central
Retrieving com/google/guava/guava-parent/12.0.1/guava-parent-12.0.1.pom from central
Retrieving com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom from central
Retrieving com/amazonaws/aws-java-sdk/1.3.0/aws-java-sdk-1.3.0.pom from central
Retrieving commons-codec/commons-codec/1.3/commons-codec-1.3.pom from central
Retrieving org/apache/tomcat/tomcat-jdbc/7.0.27/tomcat-jdbc-7.0.27.pom from central
Retrieving org/apache/tomcat/tomcat-juli/7.0.27/tomcat-juli-7.0.27.pom from central
Retrieving org/codehaus/janino/commons-compiler-jdk/2.6.1/commons-compiler-jdk-2.6.1.pom from central
Retrieving org/codehaus/janino/janino-parent/2.6.1/janino-parent-2.6.1.pom from central
Retrieving org/codehaus/codehaus-parent/4/codehaus-parent-4.pom from central
Retrieving org/codehaus/janino/commons-compiler/2.6.1/commons-compiler-2.6.1.pom from central
Retrieving org/clojure/tools.trace/0.7.5/tools.trace-0.7.5.pom from central
Retrieving org/clojure/pom.contrib/0.0.26/pom.contrib-0.0.26.pom from central
Retrieving prismatic/plumbing/0.0.1/plumbing-0.0.1.pom from clojars
Retrieving quil/quil/1.6.0/quil-1.6.0.pom from clojars
Retrieving org/clojars/processing-core/org.processing.core/1.5.1/org.processing.core-1.5.1.pom from clojars
Retrieving org/clojars/processing-core/org.processing.gluegen-rt/1.5.1/org.processing.gluegen-rt-1.5.1.pom from clojars
Retrieving org/clojars/processing-core/org.processing.jogl/1.5.1/org.processing.jogl-1.5.1.pom from clojars
Retrieving org/clojars/processing-core/org.processing.opengl/1.5.1/org.processing.opengl-1.5.1.pom from clojars
Retrieving org/clojars/processing-core/org.processing.itext/1.5.1/org.processing.itext-1.5.1.pom from clojars
Retrieving org/clojars/processing-core/org.processing.pdf/1.5.1/org.processing.pdf-1.5.1.pom from clojars
Retrieving robert/hooke/1.3.0/hooke-1.3.0.pom from clojars
Retrieving clojurewerkz/titanium/1.0.0-alpha1/titanium-1.0.0-alpha1.pom from clojars
Retrieving clojurewerkz/support/0.12.0/support-0.12.0.pom from clojars
Retrieving com/google/guava/guava/12.0/guava-12.0.pom from central
Retrieving com/google/guava/guava-parent/12.0/guava-parent-12.0.pom from central
Retrieving com/thinkaurelius/titan/titan/0.2.0/titan-0.2.0.pom from central
Retrieving com/tinkerpop/blueprints/blueprints-core/2.2.0/blueprints-core-2.2.0.pom from central
Retrieving com/tinkerpop/blueprints/blueprints/2.2.0/blueprints-2.2.0.pom from central
Retrieving org/codehaus/jettison/jettison/1.3/jettison-1.3.pom from central
Retrieving org/codehaus/codehaus-parent/3/codehaus-parent-3.pom from central
Retrieving stax/stax-api/1.0.1/stax-api-1.0.1.pom from central
Retrieving org/codehaus/jackson/jackson-core-asl/1.8.5/jackson-core-asl-1.8.5.pom from central
Retrieving org/codehaus/jackson/jackson-mapper-asl/1.8.5/jackson-mapper-asl-1.8.5.pom from central
Retrieving colt/colt/1.2.0/colt-1.2.0.pom from central
Retrieving concurrent/concurrent/1.3.4/concurrent-1.3.4.pom from central
Retrieving com/tinkerpop/rexster/rexster-core/2.2.0/rexster-core-2.2.0.pom from central
Retrieving com/tinkerpop/rexster/rexster/2.2.0/rexster-2.2.0.pom from central
Retrieving com/sun/jersey/jersey-json/1.11/jersey-json-1.11.pom from central
Retrieving com/sun/jersey/jersey-project/1.11/jersey-project-1.11.pom from central
Retrieving net/java/jvnet-parent/1/jvnet-parent-1.pom from central
Retrieving org/codehaus/jettison/jettison/1.1/jettison-1.1.pom from central
Retrieving com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom from central
Retrieving javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.pom from central
Retrieving javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom from central
Retrieving javax/activation/activation/1.1/activation-1.1.pom from central
Retrieving org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom from central
Retrieving org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom from central
Retrieving org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.pom from central
Retrieving org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom from central
Retrieving com/sun/jersey/jersey-core/1.11/jersey-core-1.11.pom from central
Retrieving javax/servlet/javax.servlet-api/3.0.1/javax.servlet-api-3.0.1.pom from central
Retrieving commons-configuration/commons-configuration/1.6/commons-configuration-1.6.pom from central
Retrieving commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom from central
Retrieving org/apache/commons/commons-parent/9/commons-parent-9.pom from central
Retrieving org/apache/apache/4/apache-4.pom from central
Retrieving commons-lang/commons-lang/2.4/commons-lang-2.4.pom from central
Retrieving commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom from central
Retrieving org/apache/commons/commons-parent/5/commons-parent-5.pom from central
Retrieving commons-digester/commons-digester/1.8/commons-digester-1.8.pom from central
Retrieving commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom from central
Retrieving commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom from central
Retrieving commons-logging/commons-logging/1.1/commons-logging-1.1.pom from central
Retrieving log4j/log4j/1.2.12/log4j-1.2.12.pom from central
Retrieving logkit/logkit/1.0.1/logkit-1.0.1.pom from central
Retrieving avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom from central
Retrieving javax/servlet/servlet-api/2.3/servlet-api-2.3.pom from central
Retrieving commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.pom from central
Retrieving log4j/log4j/1.2.14/log4j-1.2.14.pom from central
Retrieving com/tinkerpop/rexster/rexster-server/2.2.0/rexster-server-2.2.0.pom from central
Retrieving com/tinkerpop/rexster/rexster-protocol/2.2.0/rexster-protocol-2.2.0.pom from central
Retrieving com/tinkerpop/pipes/2.2.0/pipes-2.2.0.pom from central
Retrieving org/msgpack/msgpack/0.6.5/msgpack-0.6.5.pom from central
Retrieving com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom from central
Retrieving org/javassist/javassist/3.15.0-GA/javassist-3.15.0-GA.pom from central
Retrieving org/codehaus/jettison/jettison/1.3.1/jettison-1.3.1.pom from central
Retrieving org/glassfish/grizzly/grizzly-framework/2.2.18/grizzly-framework-2.2.18.pom from central
Retrieving org/glassfish/grizzly/grizzly-project/2.2.18/grizzly-project-2.2.18.pom from central
Retrieving com/tinkerpop/gremlin/gremlin-java/2.2.0/gremlin-java-2.2.0.pom from central
Retrieving com/tinkerpop/gremlin/gremlin/2.2.0/gremlin-2.2.0.pom from central
Retrieving com/tinkerpop/gremlin/gremlin-groovy/2.2.0/gremlin-groovy-2.2.0.pom from central
Retrieving org/codehaus/groovy/groovy/1.8.8/groovy-1.8.8.pom from central
Retrieving antlr/antlr/2.7.7/antlr-2.7.7.pom from central
Retrieving asm/asm/3.2/asm-3.2.pom from central
Retrieving asm/asm-parent/3.2/asm-parent-3.2.pom from central
Retrieving asm/asm-commons/3.2/asm-commons-3.2.pom from central
Retrieving asm/asm-tree/3.2/asm-tree-3.2.pom from central
Retrieving asm/asm-util/3.2/asm-util-3.2.pom from central
Retrieving asm/asm-analysis/3.2/asm-analysis-3.2.pom from central
Retrieving org/fusesource/jansi/jansi/1.5/jansi-1.5.pom from central
Retrieving org/fusesource/fusesource-pom/1.2/fusesource-pom-1.2.pom from central
Retrieving jline/jline/0.9.94/jline-0.9.94.pom from central
Retrieving com/sun/jersey/jersey-server/1.14/jersey-server-1.14.pom from central
Retrieving com/sun/jersey/jersey-project/1.14/jersey-project-1.14.pom from central
Retrieving asm/asm/3.1/asm-3.1.pom from central
Retrieving asm/asm-parent/3.1/asm-parent-3.1.pom from central
Retrieving com/sun/jersey/jersey-core/1.14/jersey-core-1.14.pom from central
Retrieving com/sun/jersey/jersey-client/1.14/jersey-client-1.14.pom from central
Retrieving com/sun/jersey/jersey-grizzly2/1.14/jersey-grizzly2-1.14.pom from central
Retrieving org/glassfish/grizzly/grizzly-http/2.2.16/grizzly-http-2.2.16.pom from central
Retrieving org/glassfish/grizzly/grizzly-project/2.2.16/grizzly-project-2.2.16.pom from central
Retrieving org/glassfish/grizzly/grizzly-framework/2.2.16/grizzly-framework-2.2.16.pom from central
Retrieving org/glassfish/grizzly/grizzly-http-server/2.2.16/grizzly-http-server-2.2.16.pom from central
Retrieving org/glassfish/grizzly/grizzly-rcm/2.2.16/grizzly-rcm-2.2.16.pom from central
Retrieving com/sun/jersey/jersey-json/1.14/jersey-json-1.14.pom from central
Retrieving com/sun/jersey/jersey-servlet/1.14/jersey-servlet-1.14.pom from central
Retrieving org/glassfish/grizzly/grizzly-http-servlet/2.2.18/grizzly-http-servlet-2.2.18.pom from central
Retrieving org/glassfish/grizzly/grizzly-http-server/2.2.18/grizzly-http-server-2.2.18.pom from central
Retrieving org/glassfish/grizzly/grizzly-http/2.2.18/grizzly-http-2.2.18.pom from central
Retrieving org/glassfish/grizzly/grizzly-rcm/2.2.18/grizzly-rcm-2.2.18.pom from central
Retrieving org/glassfish/grizzly/grizzly-core/2.2.18/grizzly-core-2.2.18.pom from central
Retrieving org/glassfish/grizzly/grizzly-portunif/2.2.18/grizzly-portunif-2.2.18.pom from central
Retrieving org/glassfish/gmbal/gmbal/3.2.0-b003/gmbal-3.2.0-b003.pom from central
Retrieving org/glassfish/external/management-api/3.0.0-b012/management-api-3.0.0-b012.pom from central
Retrieving org/glassfish/pfl/pfl-basic/1.0.0-b001/pfl-basic-1.0.0-b001.pom from central
Retrieving org/glassfish/pfl/pfl-tf/1.0.0-b001/pfl-tf-1.0.0-b001.pom from central
Retrieving org/glassfish/pfl/pfl-asm/1.0.0-b001/pfl-asm-1.0.0-b001.pom from central
Retrieving org/glassfish/pfl/pfl-tf-tools/1.0.0-b001/pfl-tf-tools-1.0.0-b001.pom from central
Retrieving org/glassfish/pfl/pfl-basic-tools/1.0.0-b001/pfl-basic-tools-1.0.0-b001.pom from central
Retrieving commons-cli/commons-cli/1.2/commons-cli-1.2.pom from central
Retrieving org/apache/commons/commons-parent/11/commons-parent-11.pom from central
Retrieving commons-io/commons-io/2.0.1/commons-io-2.0.1.pom from central
Retrieving org/apache/commons/commons-parent/15/commons-parent-15.pom from central
Retrieving org/apache/apache/7/apache-7.pom from central
Retrieving com/googlecode/kryo/1.04/kryo-1.04.pom from central
Retrieving com/googlecode/reflectasm/1.01/reflectasm-1.01.pom from central
Retrieving com/googlecode/minlog/1.2/minlog-1.2.pom from central
Retrieving com/netflix/astyanax/astyanax/1.0.6/astyanax-1.0.6.pom from central
Retrieving com/github/stephenc/high-scale-lib/high-scale-lib/1.1.2/high-scale-lib-1.1.2.pom from central
Retrieving com/github/stephenc/high-scale-lib/high-scale-lib-parent/1.1.2/high-scale-lib-parent-1.1.2.pom from central
Retrieving joda-time/joda-time/2.0/joda-time-2.0.pom from central
Retrieving org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-csv/1.0-r706900_3/
org.apache.servicemix.bundles.co
mmons-csv-1.0-r706900_3.pom from central
Retrieving org/apache/servicemix/bundles/bundles-pom/4/bundles-pom-4.pom from central
Retrieving org/apache/servicemix/servicemix-pom/3/servicemix-pom-3.pom from central
Retrieving org/apache/apache/6/apache-6.pom from central
Retrieving com/google/guava/guava/11.0.2/guava-11.0.2.pom from central
Retrieving com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom from central
Retrieving com/github/stephenc/eaio-uuid/uuid/3.2.0/uuid-3.2.0.pom from central
Retrieving org/apache/cassandra/cassandra-all/1.1.0/cassandra-all-1.1.0.pom from central
Retrieving org/apache/cassandra/cassandra-parent/1.1.0/cassandra-parent-1.1.0.pom from central
Retrieving org/xerial/snappy/snappy-java/
1.0.4.1/snappy-java-1.0.4.1.pom from central
Retrieving com/ning/compress-lzf/0.8.4/compress-lzf-0.8.4.pom from central
Retrieving com/google/guava/guava/r08/guava-r08.pom from central
Retrieving com/google/google/5/google-5.pom from central
Retrieving commons-cli/commons-cli/1.1/commons-cli-1.1.pom from central
Retrieving commons-codec/commons-codec/1.2/commons-codec-1.2.pom from central
Retrieving com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.2/concurrentlinkedhashmap-lru-1.2.pom from centra
l
Retrieving org/antlr/antlr/3.2/antlr-3.2.pom from central
Retrieving org/antlr/antlr-master/3.2/antlr-master-3.2.pom from central
Retrieving org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.pom from central
Retrieving org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom from central
Retrieving org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom from central
Retrieving org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom from central
Retrieving org/apache/cassandra/deps/avro/1.4.0-cassandra-1/avro-1.4.0-cassandra-1.pom from central
Retrieving org/codehaus/jackson/jackson-mapper-asl/1.4.2/jackson-mapper-asl-1.4.2.pom from central
Retrieving org/codehaus/jackson/jackson-core-asl/1.4.2/jackson-core-asl-1.4.2.pom from central
Retrieving org/slf4j/slf4j-api/1.5.11/slf4j-api-1.5.11.pom from central
Retrieving org/slf4j/slf4j-parent/1.5.11/slf4j-parent-1.5.11.pom from central
Retrieving org/mortbay/jetty/jetty/6.1.22/jetty-6.1.22.pom from central
Retrieving org/mortbay/jetty/project/6.1.22/project-6.1.22.pom from central
Retrieving org/mortbay/jetty/jetty-parent/8/jetty-parent-8.pom from central
Retrieving org/eclipse/jetty/jetty-parent/9/jetty-parent-9.pom from central
Retrieving org/mortbay/jetty/jetty-util/6.1.22/jetty-util-6.1.22.pom from central
Retrieving org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom from central
Retrieving org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom from central
Retrieving commons-lang/commons-lang/2.5/commons-lang-2.5.pom from central
Retrieving org/apache/commons/commons-parent/12/commons-parent-12.pom from central
Retrieving org/codehaus/jackson/jackson-core-asl/1.4.0/jackson-core-asl-1.4.0.pom from central
Retrieving org/codehaus/jackson/jackson-mapper-asl/1.4.0/jackson-mapper-asl-1.4.0.pom from central
Retrieving org/yaml/snakeyaml/1.6/snakeyaml-1.6.pom from central
Retrieving edu/stanford/ppl/snaptree/0.1/snaptree-0.1.pom from central
Retrieving com/yammer/metrics/metrics-core/2.0.3/metrics-core-2.0.3.pom from central
Retrieving com/yammer/metrics/metrics-parent/2.0.3/metrics-parent-2.0.3.pom from central
Retrieving log4j/log4j/1.2.16/log4j-1.2.16.pom from central
Retrieving org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.pom from central
Retrieving org/apache/thrift/libthrift/0.7.0/libthrift-0.7.0.pom from central
Retrieving org/slf4j/slf4j-api/1.5.8/slf4j-api-1.5.8.pom from central
Retrieving org/slf4j/slf4j-parent/1.5.8/slf4j-parent-1.5.8.pom from central
Retrieving javax/servlet/servlet-api/2.5/servlet-api-2.5.pom from central
Retrieving org/apache/httpcomponents/httpclient/4.0.1/httpclient-4.0.1.pom from central
Retrieving org/apache/httpcomponents/httpcomponents-client/4.0.1/httpcomponents-client-4.0.1.pom from central
Retrieving org/apache/httpcomponents/project/4.0/project-4.0.pom from central
Retrieving org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom from central
Retrieving org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom from central
Retrieving org/apache/cassandra/cassandra-thrift/1.1.0/cassandra-thrift-1.1.0.pom from central
Retrieving com/github/stephenc/jamm/0.2.5/jamm-0.2.5.pom from central
Retrieving org/apache/hbase/hbase/0.94.1/hbase-0.94.1.pom from central
Retrieving com/yammer/metrics/metrics-core/2.1.2/metrics-core-2.1.2.pom from central
Retrieving com/yammer/metrics/metrics-parent/2.1.2/metrics-parent-2.1.2.pom from central
Retrieving com/github/stephenc/high-scale-lib/high-scale-lib/1.1.1/high-scale-lib-1.1.1.pom from central
Retrieving com/github/stephenc/high-scale-lib/high-scale-lib-parent/1.1.1/high-scale-lib-parent-1.1.1.pom from central
Retrieving commons-codec/commons-codec/1.4/commons-codec-1.4.pom from central
Retrieving commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom from central
Retrieving commons-io/commons-io/2.1/commons-io-2.1.pom from central
Retrieving org/apache/commons/commons-parent/22/commons-parent-22.pom from central
Retrieving org/apache/apache/9/apache-9.pom from central
Retrieving org/apache/avro/avro-ipc/1.5.3/avro-ipc-1.5.3.pom from central
Retrieving org/apache/avro/avro-parent/1.5.3/avro-parent-1.5.3.pom from central
Retrieving org/mortbay/jetty/jetty/6.1.26/jetty-6.1.26.pom from central
Retrieving org/mortbay/jetty/project/6.1.26/project-6.1.26.pom from central
Retrieving org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom from central
Retrieving org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom from central
Retrieving org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.pom from central
Retrieving org/apache/velocity/velocity/1.7/velocity-1.7.pom from central
Retrieving org/apache/zookeeper/zookeeper/3.4.3/zookeeper-3.4.3.pom from central
Retrieving log4j/log4j/1.2.15/log4j-1.2.15.pom from central
Retrieving javax/mail/mail/1.4/mail-1.4.pom from central
Retrieving javax/jms/jms/1.1/jms-1.1.pom from central
Retrieving com/sun/jdmk/jmxtools/1.2.1/jmxtools-1.2.1.pom from central
Retrieving com/sun/jmx/jmxri/1.2.1/jmxri-1.2.1.pom from central
Retrieving org/jboss/netty/netty/3.2.2.Final/netty-3.2.2.Final.pom from central
Retrieving org/apache/thrift/libthrift/0.8.0/libthrift-0.8.0.pom from central
Retrieving org/apache/httpcomponents/httpclient/4.1.2/httpclient-4.1.2.pom from central
Retrieving org/apache/httpcomponents/httpcomponents-client/4.1.2/httpcomponents-client-4.1.2.pom from central
Retrieving org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom from central
Retrieving org/apache/httpcomponents/httpcore/4.1.2/httpcore-4.1.2.pom from central
Retrieving org/apache/httpcomponents/httpcomponents-core/4.1.2/httpcomponents-core-4.1.2.pom from central
Retrieving org/apache/httpcomponents/httpcore/4.1.3/httpcore-4.1.3.pom from central
Retrieving org/apache/httpcomponents/httpcomponents-core/4.1.3/httpcomponents-core-4.1.3.pom from central
Retrieving org/mortbay/jetty/jsp-2.1/6.1.14/jsp-2.1-6.1.14.pom from central
Retrieving org/mortbay/jetty/project/6.1.14/project-6.1.14.pom from central
Retrieving org/eclipse/jdt/core/3.1.1/core-3.1.1.pom from central
Retrieving org/mortbay/jetty/jsp-api-2.1/6.1.14/jsp-api-2.1-6.1.14.pom from central
Retrieving org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.pom from central
Retrieving org/codehaus/jackson/jackson-core-asl/1.8.8/jackson-core-asl-1.8.8.pom from central
Retrieving org/codehaus/jackson/jackson-mapper-asl/1.8.8/jackson-mapper-asl-1.8.8.pom from central
Retrieving org/codehaus/jackson/jackson-jaxrs/1.8.8/jackson-jaxrs-1.8.8.pom from central
Retrieving org/codehaus/jackson/jackson-xc/1.8.8/jackson-xc-1.8.8.pom from central
Retrieving org/slf4j/slf4j-api/1.4.3/slf4j-api-1.4.3.pom from central
Retrieving org/slf4j/slf4j-parent/1.4.3/slf4j-parent-1.4.3.pom from central
Retrieving org/slf4j/slf4j-log4j12/1.4.3/slf4j-log4j12-1.4.3.pom from central
Retrieving log4j/log4j/1.2.13/log4j-1.2.13.pom from central
Retrieving tomcat/jasper-compiler/5.5.23/jasper-compiler-5.5.23.pom from central
Retrieving tomcat/tomcat-parent/5.5.23/tomcat-parent-5.5.23.pom from central
Retrieving tomcat/jasper-runtime/5.5.23/jasper-runtime-5.5.23.pom from central
Retrieving commons-el/commons-el/1.0/commons-el-1.0.pom from central
Retrieving org/jamon/jamon-runtime/2.3.1/jamon-runtime-2.3.1.pom from central
Retrieving org/jamon/jamon-project/1.0.2/jamon-project-1.0.2.pom from central
Retrieving com/google/protobuf/protobuf-java/2.4.0a/protobuf-java-2.4.0a.pom from central
Retrieving com/google/google/1/google-1.pom from central
Retrieving com/sun/jersey/jersey-core/1.8/jersey-core-1.8.pom from central
Retrieving com/sun/jersey/jersey-project/1.8/jersey-project-1.8.pom from central
Retrieving com/sun/jersey/jersey-json/1.8/jersey-json-1.8.pom from central
Retrieving org/codehaus/jackson/jackson-core-asl/1.7.1/jackson-core-asl-1.7.1.pom from central
Retrieving org/codehaus/jackson/jackson-mapper-asl/1.7.1/jackson-mapper-asl-1.7.1.pom from central
Retrieving org/codehaus/jackson/jackson-jaxrs/1.7.1/jackson-jaxrs-1.7.1.pom from central
Retrieving org/codehaus/jackson/jackson-xc/1.7.1/jackson-xc-1.7.1.pom from central
Retrieving com/sun/jersey/jersey-server/1.8/jersey-server-1.8.pom from central
Retrieving javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.pom from central
Retrieving org/apache/hadoop/hadoop-core/1.0.3/hadoop-core-1.0.3.pom from central
Retrieving xmlenc/xmlenc/0.52/xmlenc-0.52.pom from central
Retrieving commons-httpclient/commons-httpclient/3.0.1/commons-httpclient-3.0.1.pom from central
Retrieving junit/junit/3.8.1/junit-3.8.1.pom from central
Retrieving org/apache/commons/commons-math/2.1/commons-math-2.1.pom from central
Retrieving org/apache/commons/commons-parent/14/commons-parent-14.pom from central
Retrieving commons-net/commons-net/1.4.1/commons-net-1.4.1.pom from central
Retrieving oro/oro/2.0.8/oro-2.0.8.pom from central
Retrieving tomcat/jasper-runtime/5.5.12/jasper-runtime-5.5.12.pom from central
Retrieving tomcat/jasper-compiler/5.5.12/jasper-compiler-5.5.12.pom from central
Retrieving ant/ant/1.6.5/ant-1.6.5.pom from central
Retrieving net/java/dev/jets3t/jets3t/0.7.1/jets3t-0.7.1.pom from central
Retrieving net/sf/kosmosfs/kfs/0.3/kfs-0.3.pom from central
Retrieving hsqldb/hsqldb/
1.8.0.10/hsqldb-1.8.0.10.pom from central
Retrieving org/codehaus/jackson/jackson-mapper-asl/1.0.1/jackson-mapper-asl-1.0.1.pom from central
Retrieving org/codehaus/jackson/jackson-core-asl/1.0.1/jackson-core-asl-1.0.1.pom from central
Retrieving org/apache/cassandra/cassandra-all/1.1.3/cassandra-all-1.1.3.pom from central
Retrieving org/apache/cassandra/cassandra-parent/1.1.3/cassandra-parent-1.1.3.pom from central
Retrieving com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.3/concurrentlinkedhashmap-lru-1.3.pom from centra
l
Retrieving org/apache/cassandra/cassandra-thrift/1.1.3/cassandra-thrift-1.1.3.pom from central
Retrieving commons-pool/commons-pool/1.5.5/commons-pool-1.5.5.pom from central
Retrieving org/apache/commons/commons-parent/17/commons-parent-17.pom from central
Retrieving com/sleepycat/je/5.0.58/je-5.0.58.pom from oracleReleases
Retrieving com/taoensso/timbre/1.5.2/timbre-1.5.2.pom from clojars
Retrieving org/clojure/clojure/1.3.0/clojure-1.3.0.pom from central
Retrieving org/clojure/tools.macro/0.1.1/tools.macro-0.1.1.pom from central
Retrieving org/clojure/pom.contrib/0.0.20/pom.contrib-0.0.20.pom from central
Retrieving org/clojure/clojure/1.3.0-alpha5/clojure-1.3.0-alpha5.pom from central
Retrieving clj-stacktrace/clj-stacktrace/0.2.5/clj-stacktrace-0.2.5.pom from clojars
Retrieving hermes/hermes/0.2.6/hermes-0.2.6.pom from clojars
Retrieving seesaw/seesaw/1.4.3/seesaw-1.4.3.pom from clojars
Retrieving com/miglayout/miglayout/3.7.4/miglayout-3.7.4.pom from central
Retrieving com/jgoodies/forms/1.2.1/forms-1.2.1.pom from central
Retrieving org/swinglabs/swingx/swingx-core/1.6.3/swingx-core-1.6.3.pom from central
Retrieving org/swinglabs/swingx/swingx-project/1.6.3/swingx-project-1.6.3.pom from central
Retrieving org/swinglabs/swingx/swingx-autocomplete/1.6.3/swingx-autocomplete-1.6.3.pom from central
Retrieving org/swinglabs/swingx/swingx-common/1.6.3/swingx-common-1.6.3.pom from central
Retrieving org/swinglabs/swingx/swingx-action/1.6.3/swingx-action-1.6.3.pom from central
Retrieving org/swinglabs/swingx/swingx-plaf/1.6.3/swingx-plaf-1.6.3.pom from central
Retrieving org/swinglabs/swingx/swingx-painters/1.6.3/swingx-painters-1.6.3.pom from central
Retrieving j18n/j18n/1.0.1/j18n-1.0.1.pom from clojars
Retrieving org/fife/ui/rsyntaxtextarea/
2.0.4.1/rsyntaxtextarea-2.0.4.1.pom from clojars
Retrieving backtick/backtick/0.3.0-SNAPSHOT/backtick-0.3.0-20130220.225123-3.pom from clojars
Retrieving clj-ns-browser/clj-ns-browser/1.3.1/clj-ns-browser-1.3.1.pom from clojars
Retrieving org/clojure/tools.namespace/0.1.3/tools.namespace-0.1.3.pom from central
Retrieving org/clojure/java.classpath/0.1.1/java.classpath-0.1.1.pom from central
Retrieving org/clojure/tools.trace/0.7.3/tools.trace-0.7.3.pom from central
Retrieving clojure-complete/clojure-complete/0.2.1/clojure-complete-0.2.1.pom from clojars
Retrieving org/thnetos/cd-client/0.3.6/cd-client-0.3.6.pom from clojars
Retrieving clj-http-lite/clj-http-lite/0.2.0/clj-http-lite-0.2.0.pom from clojars
Retrieving slingshot/slingshot/0.10.3/slingshot-0.10.3.pom from clojars
Retrieving org/clojure/clojure/1.2.1/clojure-1.2.1.pom from central
Retrieving cheshire/cheshire/4.0.3/cheshire-4.0.3.pom from clojars
Retrieving com/fasterxml/jackson/core/jackson-core/2.0.6/jackson-core-2.0.6.pom from central
Retrieving com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.0.6/jackson-dataformat-smile-2.0.6.pom from central
Retrieving hiccup/hiccup/1.0.2/hiccup-1.0.2.pom from clojars
Retrieving clj-info/clj-info/0.3.1/clj-info-0.3.1.pom from clojars
Retrieving hiccup/hiccup/1.0.1/hiccup-1.0.1.pom from clojars
Retrieving org/clojure/tools.nrepl/0.2.1/tools.nrepl-0.2.1.pom from central
Retrieving clojure-complete/clojure-complete/0.2.2/clojure-complete-0.2.2.pom from clojars
Retrieving org/clojure/tools.cli/0.2.2/tools.cli-0.2.2.jar from central
Retrieving org/fressian/fressian/0.6.3/fressian-0.6.3.jar from central
Retrieving org/clojure/clojure/1.5.0/clojure-1.5.0.jar from central
Retrieving org/slf4j/jul-to-slf4j/1.6.4/jul-to-slf4j-1.6.4.jar from central
Retrieving org/slf4j/slf4j-nop/1.6.4/slf4j-nop-1.6.4.jar from central
Retrieving org/slf4j/log4j-over-slf4j/1.6.4/log4j-over-slf4j-1.6.4.jar from central
Retrieving org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.jar from central
Retrieving net/java/dev/jets3t/jets3t/0.8.1/jets3t-0.8.1.jar from central
Retrieving commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar from central
Retrieving com/jamesmurty/utils/java-xmlbuilder/0.4/java-xmlbuilder-0.4.jar from central
Retrieving org/hornetq/hornetq-core/2.2.21.Final/hornetq-core-2.2.21.Final.jar from central
Retrieving org/jboss/netty/netty/3.2.4.Final/netty-3.2.4.Final.jar from central
Retrieving com/h2database/h2/1.3.165/h2-1.3.165.jar from central
Retrieving org/apache/lucene/lucene-core/3.3.0/lucene-core-3.3.0.jar from central
Retrieving com/google/guava/guava/12.0.1/guava-12.0.1.jar from central
Retrieving com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar from central
Retrieving com/amazonaws/aws-java-sdk/1.3.0/aws-java-sdk-1.3.0.jar from central
Retrieving commons-codec/commons-codec/1.3/commons-codec-1.3.jar from central
Retrieving org/apache/tomcat/tomcat-jdbc/7.0.27/tomcat-jdbc-7.0.27.jar from central
Retrieving org/apache/tomcat/tomcat-juli/7.0.27/tomcat-juli-7.0.27.jar from central
Retrieving org/codehaus/janino/commons-compiler-jdk/2.6.1/commons-compiler-jdk-2.6.1.jar from central
Retrieving org/codehaus/janino/commons-compiler/2.6.1/commons-compiler-2.6.1.jar from central
Retrieving org/clojure/tools.trace/0.7.5/tools.trace-0.7.5.jar from central
Retrieving com/tinkerpop/gremlin/gremlin-java/2.2.0/gremlin-java-2.2.0.jar from central
Retrieving com/tinkerpop/pipes/2.2.0/pipes-2.2.0.jar from central
Retrieving org/clojure/tools.macro/0.1.1/tools.macro-0.1.1.jar from central
Retrieving stax/stax-api/1.0.1/stax-api-1.0.1.jar from central
Retrieving com/tinkerpop/blueprints/blueprints-core/2.2.0/blueprints-core-2.2.0.jar from central
Retrieving org/codehaus/jettison/jettison/1.3/jettison-1.3.jar from central
Retrieving org/codehaus/jackson/jackson-core-asl/1.8.5/jackson-core-asl-1.8.5.jar from central
Retrieving org/codehaus/jackson/jackson-mapper-asl/1.8.5/jackson-mapper-asl-1.8.5.jar from central
Retrieving colt/colt/1.2.0/colt-1.2.0.jar from central
Retrieving concurrent/concurrent/1.3.4/concurrent-1.3.4.jar from central
Retrieving com/thinkaurelius/titan/titan/0.2.0/titan-0.2.0.jar from central
Retrieving com/tinkerpop/rexster/rexster-core/2.2.0/rexster-core-2.2.0.jar from central
Retrieving com/sun/jersey/jersey-json/1.11/jersey-json-1.11.jar from central
Retrieving com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar from central
Retrieving javax/servlet/javax.servlet-api/3.0.1/javax.servlet-api-3.0.1.jar from central
Retrieving com/tinkerpop/rexster/rexster-server/2.2.0/rexster-server-2.2.0.jar from central
Retrieving com/tinkerpop/rexster/rexster-protocol/2.2.0/rexster-protocol-2.2.0.jar from central
Retrieving org/javassist/javassist/3.15.0-GA/javassist-3.15.0-GA.jar from central
Retrieving org/msgpack/msgpack/0.6.5/msgpack-0.6.5.jar from central
Retrieving org/glassfish/grizzly/grizzly-framework/2.2.18/grizzly-framework-2.2.18.jar from central
Retrieving com/tinkerpop/gremlin/gremlin-groovy/2.2.0/gremlin-groovy-2.2.0.jar from central
Retrieving org/codehaus/groovy/groovy/1.8.8/groovy-1.8.8.jar from central
Retrieving antlr/antlr/2.7.7/antlr-2.7.7.jar from central
Retrieving asm/asm-commons/3.2/asm-commons-3.2.jar from central
Retrieving asm/asm-util/3.2/asm-util-3.2.jar from central
Retrieving asm/asm-analysis/3.2/asm-analysis-3.2.jar from central
Retrieving asm/asm-tree/3.2/asm-tree-3.2.jar from central
Retrieving org/fusesource/jansi/jansi/1.5/jansi-1.5.jar from central
Retrieving com/sun/jersey/jersey-server/1.14/jersey-server-1.14.jar from central
Retrieving com/sun/jersey/jersey-client/1.14/jersey-client-1.14.jar from central
Retrieving com/sun/jersey/jersey-grizzly2/1.14/jersey-grizzly2-1.14.jar from central
Retrieving org/glassfish/grizzly/grizzly-http/2.2.16/grizzly-http-2.2.16.jar from central
Retrieving org/glassfish/grizzly/grizzly-http-server/2.2.16/grizzly-http-server-2.2.16.jar from central
Retrieving com/sun/jersey/jersey-servlet/1.14/jersey-servlet-1.14.jar from central
Retrieving org/glassfish/grizzly/grizzly-http-servlet/2.2.18/grizzly-http-servlet-2.2.18.jar from central
Retrieving org/glassfish/grizzly/grizzly-portunif/2.2.18/grizzly-portunif-2.2.18.jar from central
Retrieving org/glassfish/grizzly/grizzly-core/2.2.18/grizzly-core-2.2.18.jar from central
Retrieving org/glassfish/grizzly/grizzly-rcm/2.2.18/grizzly-rcm-2.2.18.jar from central
Retrieving org/glassfish/gmbal/gmbal/3.2.0-b003/gmbal-3.2.0-b003.jar from central
Retrieving org/glassfish/external/management-api/3.0.0-b012/management-api-3.0.0-b012.jar from central
Retrieving org/glassfish/pfl/pfl-basic/1.0.0-b001/pfl-basic-1.0.0-b001.jar from central
Retrieving org/glassfish/pfl/pfl-tf/1.0.0-b001/pfl-tf-1.0.0-b001.jar from central
Retrieving org/glassfish/pfl/pfl-asm/1.0.0-b001/pfl-asm-1.0.0-b001.jar from central
Retrieving org/glassfish/pfl/pfl-tf-tools/1.0.0-b001/pfl-tf-tools-1.0.0-b001.jar from central
Retrieving org/glassfish/pfl/pfl-basic-tools/1.0.0-b001/pfl-basic-tools-1.0.0-b001.jar from central
Retrieving commons-cli/commons-cli/1.2/commons-cli-1.2.jar from central
Retrieving commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar from central
Retrieving commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar from central
Retrieving commons-lang/commons-lang/2.4/commons-lang-2.4.jar from central
Retrieving commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar from central
Retrieving commons-digester/commons-digester/1.8/commons-digester-1.8.jar from central
Retrieving commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar from central
Retrieving commons-io/commons-io/2.0.1/commons-io-2.0.1.jar from central
Retrieving commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.jar from central
Retrieving com/googlecode/kryo/1.04/kryo-1.04.jar from central
Retrieving asm/asm/3.2/asm-3.2.jar from central
Retrieving com/googlecode/reflectasm/1.01/reflectasm-1.01.jar from central
Retrieving com/googlecode/minlog/1.2/minlog-1.2.jar from central
Retrieving com/netflix/astyanax/astyanax/1.0.6/astyanax-1.0.6.jar from central
Retrieving com/github/stephenc/high-scale-lib/high-scale-lib/1.1.2/high-scale-lib-1.1.2.jar from central
Retrieving org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-csv/1.0-r706900_3/
org.apache.servicemix.bundles.co
mmons-csv-1.0-r706900_3.jar from central
Retrieving joda-time/joda-time/2.0/joda-time-2.0.jar from central
Retrieving com/github/stephenc/eaio-uuid/uuid/3.2.0/uuid-3.2.0.jar from central
Retrieving org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar from central
Retrieving org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar from central
Retrieving log4j/log4j/1.2.16/log4j-1.2.16.jar from central
Retrieving org/apache/hbase/hbase/0.94.1/hbase-0.94.1.jar from central
Retrieving com/yammer/metrics/metrics-core/2.1.2/metrics-core-2.1.2.jar from central
Retrieving org/apache/avro/avro-ipc/1.5.3/avro-ipc-1.5.3.jar from central
Retrieving org/apache/velocity/velocity/1.7/velocity-1.7.jar from central
Retrieving org/apache/zookeeper/zookeeper/3.4.3/zookeeper-3.4.3.jar from central
Retrieving org/apache/thrift/libthrift/0.8.0/libthrift-0.8.0.jar from central
Retrieving org/apache/httpcomponents/httpclient/4.1.2/httpclient-4.1.2.jar from central
Retrieving org/apache/httpcomponents/httpcore/4.1.3/httpcore-4.1.3.jar from central
Retrieving org/mortbay/jetty/jetty/6.1.26/jetty-6.1.26.jar from central
Retrieving org/mortbay/jetty/jsp-2.1/6.1.14/jsp-2.1-6.1.14.jar from central
Retrieving org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.jar from central
Retrieving org/mortbay/jetty/jsp-api-2.1/6.1.14/jsp-api-2.1-6.1.14.jar from central
Retrieving org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.jar from central
Retrieving org/codehaus/jackson/jackson-jaxrs/1.8.8/jackson-jaxrs-1.8.8.jar from central
Retrieving org/codehaus/jackson/jackson-xc/1.8.8/jackson-xc-1.8.8.jar from central
Retrieving tomcat/jasper-compiler/5.5.23/jasper-compiler-5.5.23.jar from central
Retrieving tomcat/jasper-runtime/5.5.23/jasper-runtime-5.5.23.jar from central
Retrieving org/jamon/jamon-runtime/2.3.1/jamon-runtime-2.3.1.jar from central
Retrieving com/google/protobuf/protobuf-java/2.4.0a/protobuf-java-2.4.0a.jar from central
Retrieving javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar from central
Retrieving javax/activation/activation/1.1/activation-1.1.jar from central
Retrieving com/sun/jersey/jersey-core/1.8/jersey-core-1.8.jar from central
Retrieving xmlenc/xmlenc/0.52/xmlenc-0.52.jar from central
Retrieving org/apache/commons/commons-math/2.1/commons-math-2.1.jar from central
Retrieving org/apache/hadoop/hadoop-core/1.0.3/hadoop-core-1.0.3.jar from central
Retrieving commons-net/commons-net/1.4.1/commons-net-1.4.1.jar from central
Retrieving commons-el/commons-el/1.0/commons-el-1.0.jar from central
Retrieving net/sf/kosmosfs/kfs/0.3/kfs-0.3.jar from central
Retrieving hsqldb/hsqldb/
1.8.0.10/hsqldb-1.8.0.10.jar from central
Retrieving oro/oro/2.0.8/oro-2.0.8.jar from central
Retrieving org/eclipse/jdt/core/3.1.1/core-3.1.1.jar from central
Retrieving org/apache/cassandra/cassandra-all/1.1.3/cassandra-all-1.1.3.jar from central
Retrieving org/xerial/snappy/snappy-java/
1.0.4.1/snappy-java-1.0.4.1.jar from central
Retrieving com/ning/compress-lzf/0.8.4/compress-lzf-0.8.4.jar from central
Retrieving com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.3/concurrentlinkedhashmap-lru-1.3.jar from centra
l
Retrieving org/antlr/antlr/3.2/antlr-3.2.jar from central
Retrieving org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar from central
Retrieving org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar from central
Retrieving org/apache/cassandra/deps/avro/1.4.0-cassandra-1/avro-1.4.0-cassandra-1.jar from central
Retrieving com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar from central
Retrieving jline/jline/0.9.94/jline-0.9.94.jar from central
Retrieving org/yaml/snakeyaml/1.6/snakeyaml-1.6.jar from central
Retrieving edu/stanford/ppl/snaptree/0.1/snaptree-0.1.jar from central
Retrieving org/apache/cassandra/cassandra-thrift/1.1.3/cassandra-thrift-1.1.3.jar from central
Retrieving commons-pool/commons-pool/1.5.5/commons-pool-1.5.5.jar from central
Retrieving com/github/stephenc/jamm/0.2.5/jamm-0.2.5.jar from central
Retrieving com/miglayout/miglayout/3.7.4/miglayout-3.7.4.jar from central
Retrieving com/jgoodies/forms/1.2.1/forms-1.2.1.jar from central
Retrieving org/swinglabs/swingx/swingx-core/1.6.3/swingx-core-1.6.3.jar from central
Retrieving org/swinglabs/swingx/swingx-autocomplete/1.6.3/swingx-autocomplete-1.6.3.jar from central
Retrieving org/swinglabs/swingx/swingx-common/1.6.3/swingx-common-1.6.3.jar from central
Retrieving org/swinglabs/swingx/swingx-action/1.6.3/swingx-action-1.6.3.jar from central
Retrieving org/swinglabs/swingx/swingx-plaf/1.6.3/swingx-plaf-1.6.3.jar from central
Retrieving org/swinglabs/swingx/swingx-painters/1.6.3/swingx-painters-1.6.3.jar from central
Retrieving org/clojure/java.classpath/0.1.1/java.classpath-0.1.1.jar from central
Retrieving org/clojure/tools.namespace/0.1.3/tools.namespace-0.1.3.jar from central
Retrieving com/fasterxml/jackson/core/jackson-core/2.0.6/jackson-core-2.0.6.jar from central
Retrieving com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.0.6/jackson-dataformat-smile-2.0.6.jar from central
Retrieving org/clojure/tools.nrepl/0.2.1/tools.nrepl-0.2.1.jar from central
Retrieving ccw/ccw-server/0.1.0/ccw-server-0.1.0.jar from clojars
Retrieving com/datomic/datomic-free/0.8.3803/datomic-free-0.8.3803.jar from clojars
Retrieving quil/quil/1.6.0/quil-1.6.0.jar from clojars
Retrieving prismatic/plumbing/0.0.1/plumbing-0.0.1.jar from clojars
Retrieving org/clojars/processing-core/org.processing.core/1.5.1/org.processing.core-1.5.1.jar from clojars
Retrieving org/clojars/processing-core/org.processing.gluegen-rt/1.5.1/org.processing.gluegen-rt-1.5.1.jar from clojars
Retrieving org/clojars/processing-core/org.processing.jogl/1.5.1/org.processing.jogl-1.5.1.jar from clojars
Retrieving org/clojars/processing-core/org.processing.opengl/1.5.1/org.processing.opengl-1.5.1.jar from clojars
Retrieving org/clojars/processing-core/org.processing.itext/1.5.1/org.processing.itext-1.5.1.jar from clojars
Retrieving org/clojars/processing-core/org.processing.pdf/1.5.1/org.processing.pdf-1.5.1.jar from clojars
Retrieving robert/hooke/1.3.0/hooke-1.3.0.jar from clojars
Retrieving clojurewerkz/titanium/1.0.0-alpha1/titanium-1.0.0-alpha1.jar from clojars
Retrieving clojurewerkz/support/0.12.0/support-0.12.0.jar from clojars
Retrieving com/taoensso/timbre/1.5.2/timbre-1.5.2.jar from clojars
Retrieving clj-stacktrace/clj-stacktrace/0.2.5/clj-stacktrace-0.2.5.jar from clojars
Retrieving hermes/hermes/0.2.6/hermes-0.2.6.jar from clojars
Retrieving j18n/j18n/1.0.1/j18n-1.0.1.jar from clojars
Retrieving org/fife/ui/rsyntaxtextarea/
2.0.4.1/rsyntaxtextarea-2.0.4.1.jar from clojars
Retrieving seesaw/seesaw/1.4.3/seesaw-1.4.3.jar from clojars
Retrieving backtick/backtick/0.3.0-SNAPSHOT/backtick-0.3.0-20130220.225123-3.jar from clojars
Retrieving clj-ns-browser/clj-ns-browser/1.3.1/clj-ns-browser-1.3.1.jar from clojars
Retrieving org/thnetos/cd-client/0.3.6/cd-client-0.3.6.jar from clojars
Retrieving clj-http-lite/clj-http-lite/0.2.0/clj-http-lite-0.2.0.jar from clojars
Retrieving slingshot/slingshot/0.10.3/slingshot-0.10.3.jar from clojars
Retrieving cheshire/cheshire/4.0.3/cheshire-4.0.3.jar from clojars
Retrieving clj-info/clj-info/0.3.1/clj-info-0.3.1.jar from clojars
Retrieving hiccup/hiccup/1.0.2/hiccup-1.0.2.jar from clojars
Retrieving clojure-complete/clojure-complete/0.2.2/clojure-complete-0.2.2.jar from clojars
Retrieving com/sleepycat/je/5.0.58/je-5.0.58.jar from oracleReleases
Reflection warning, clojure/tools/nrepl/ack.clj:47:3 - reference to field close can't be resolved.
Reflection warning, clojure/tools/nrepl/middleware.clj:135:3 - call to replaceAll can't be resolved.
Reflection warning, clojure/tools/nrepl/middleware/interruptible_eval.clj:53:52 - reference to field iterator can't be resolved.
Reflection warning, clojure/tools/nrepl/middleware/interruptible_eval.clj:109:3 - call to java.util.concurrent.ThreadPoolExecutor
ctor can't be resolved.
Reflection warning, clojure/tools/nrepl/middleware/session.clj:39:54 - call to append can't be resolved.
Reflection warning, clojure/tools/nrepl/server.clj:42:21 - reference to field close can't be resolved.
Reflection warning, clojure/tools/nrepl/server.clj:126:28 - call to java.net.InetSocketAddress ctor can't be resolved.
Reflection warning, complete/core.clj:38:14 - reference to field getName can't be resolved.
Reflection warning, complete/core.clj:38:14 - reference to field getName can't be resolved.
Reflection warning, complete/core.clj:37:45 - reference to field getMethods can't be resolved.
Reflection warning, complete/core.clj:44:5 - reference to field getName can't be resolved.
Reflection warning, complete/core.clj:44:5 - reference to field getName can't be resolved.
Reflection warning, complete/core.clj:43:24 - reference to field getMethods can't be resolved.
Reflection warning, complete/core.clj:43:44 - reference to field getDeclaredFields can't be resolved.
Reflection warning, complete/core.clj:47:9 - call to endsWith can't be resolved.
Reflection warning, complete/core.clj:48:63 - reference to field getName can't be resolved.
Reflection warning, complete/core.clj:48:52 - call to endsWith can't be resolved.
Reflection warning, complete/core.clj:49:32 - reference to field getPath can't be resolved.
Reflection warning, complete/core.clj:48:32 - call to java.io.File ctor can't be resolved.
Reflection warning, complete/core.clj:52:9 - call to endsWith can't be resolved.
Reflection warning, complete/core.clj:54:16 - reference to field getName can't be resolved.
Reflection warning, complete/core.clj:54:16 - reference to field getName can't be resolved.
Reflection warning, complete/core.clj:53:53 - call to java.util.jar.JarFile ctor can't be resolved.
Reflection warning, complete/core.clj:59:21 - reference to field getPath can't be resolved.
Reflection warning, complete/core.clj:59:11 - call to replace can't be resolved.
Reflection warning, complete/core.clj:59:21 - reference to field getPath can't be resolved.
Reflection warning, complete/core.clj:59:11 - call to replace can't be resolved.
Reflection warning, complete/core.clj:58:30 - call to java.io.File ctor can't be resolved.
Reflection warning, complete/core.clj:64:43 - call to endsWith can't be resolved.
Reflection warning, complete/core.clj:64:74 - call to contains can't be resolved.
Reflection warning, complete/core.clj:64:43 - call to endsWith can't be resolved.
Reflection warning, complete/core.clj:64:74 - call to contains can't be resolved.
Reflection warning, complete/core.clj:68:3 - call to replace can't be resolved.
Reflection warning, complete/core.clj:68:3 - call to replace can't be resolved.
Reflection warning, complete/core.clj:92:11 - call to contains can't be resolved.
Reflection warning, complete/core.clj:93:11 - call to contains can't be resolved.
Reflection warning, complete/core.clj:98:30 - call to split can't be resolved.
Reflection warning, complete/core.clj:108:15 - call to contains can't be resolved.
Reflection warning, complete/core.clj:124:69 - call to startsWith can't be resolved.
Reflection warning, complete/core.clj:124:69 - call to startsWith can't be resolved.
Reflection warning, ccw/debug/serverrepl.clj:24:26 - reference to field getStackTrace can't be resolved.
Reflection warning, ccw/debug/serverrepl.clj:25:16 - reference to field getCause can't be resolved.
Reflection warning, ccw/debug/serverrepl.clj:26:31 - call to alength can't be resolved.
Reflection warning, ccw/debug/serverrepl.clj:27:44 - call to aget can't be resolved.
Reflection warning, ccw/debug/serverrepl.clj:28:42 - reference to field getFileName can't be resolved.
Reflection warning, ccw/debug/serverrepl.clj:29:44 - reference to field getLineNumber can't be resolved.
Reflection warning, ccw/debug/serverrepl.clj:30:40 - reference to field getMessage can't be resolved.
Reflection warning, ccw/debug/serverrepl.clj:97:25 - call to split can't be resolved.
Reflection warning, ccw/debug/serverrepl.clj:98:27 - call to split can't be resolved.
Reflection warning, ccw/debug/serverrepl.clj:103:5 - call to startsWith can't be resolved.
Reflection warning, ccw/debug/serverrepl.clj:118:31 - call to startsWith can't be resolved.
Reflection warning, NO_SOURCE_PATH:1:843 - reference to field getLocalPort can't be resolved.
nREPL server started on port 50278
the repl worked even though ccw-server was retrieved and there's no trace of ccw.server in the .m2 repo. So this means that it should still work for users who have previous run launch configurations where ccw-server is used instead of ccw.server
One thing to note is that running juno with default settings/java ie. java 7, but kepler was ran by java 6 30, I'll try next using the same eclipse.ini settings that I used for kepler (well only the ones that apply like which java to use and other vm params like using ipv4 not ipv6 and keeping entire stacktraces etc.)
....