Hi,
I cloned the CCW repo and tried to run `mvn clean initialize`, as
instructed in the build instructions, but I got the following error:
[INFO] parent ............................................ SUCCESS [0.109s]
[INFO] Counterclockwise Eclipse 3.7 Target Platform (Target) SUCCESS
[0.002s]
[INFO] Counterclockwise Eclipse 4.2 Target Platform (Target) SUCCESS
[0.001s]
[INFO] ccw.branding ...................................... SUCCESS [0.095s]
[INFO] paredit.clj ....................................... SUCCESS [0.100s]
[INFO] ccw.core .......................................... FAILURE [0.512s]
[INFO] ccw.core.test ..................................... SKIPPED
[INFO] ccw.feature ....................................... SKIPPED
[INFO] ccw.updatesite .................................... SKIPPED
[INFO] Counterclockwise Product (Repository) ............. SKIPPED
[INFO] aggregator ........................................ SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1:24.483s
[INFO] Finished at: Thu Jun 27 21:18:38 EEST 2013
[INFO] Final Memory: 79M/399M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project ccw.core: Could not resolve
dependencies for project ccw:ccw.core:eclipse-plugin:0.12.4-SNAPSHOT:
The following artifacts could not be resolved:
ccw:ccw.branding:jar:0.12.4-SNAPSHOT,
ccw:paredit.clj:jar:0.12.4-SNAPSHOT: Failure to find
ccw:ccw.branding:jar:0.12.4-SNAPSHOT in
http://clojars.org/repo was
cached in the local repository, resolution will not be reattempted until
the update interval of
clojars.org has elapsed or updates are forced ->
[Help 1]
noid@dougal ~/code/ccw $ javac -version
javac 1.6.0_27
noid@dougal ~/code/ccw $ mvn -version
Apache Maven 3.0.4
Maven home: /usr/share/maven
Java version: 1.6.0_27, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.2.0-35-generic", arch: "amd64", family: "unix"
Any ideas?
--
Timo