Start Project REPL error (timeout)

12 views
Skip to first unread message

Anton Vodonosov

unread,
May 1, 2010, 7:00:17 AM5/1/10
to enclojure
Hello.

I just installed Enclojure, performed all the steps described on the
Getting Started page, successfully built the labrepl project.

When I click Start Project REPL, I always get large exception message
dialog. Like this:
http://groups.google.com/group/enclojure/web/repl-bug.PNG

I tried to solve it by changing Clojure settings in Toos/Options, but
without success.

Could anybody help me?

- Anton

--
You received this message because you are subscribed to the Google Groups "enclojure" group.
To post to this group, send email to encl...@googlegroups.com.
To unsubscribe from this group, send email to enclojure+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/enclojure?hl=en.

Eric Thorsen

unread,
May 1, 2010, 8:08:32 AM5/1/10
to enclojure
Can you send me the rest of the exception text? I can only see the
top part in the image.
You are on Windows 7?
Did you install maven?

Let me know.
Thanks,
Eric

Antony Blakey

unread,
May 1, 2010, 9:23:51 AM5/1/10
to encl...@googlegroups.com

On 01/05/2010, at 8:30 PM, Anton Vodonosov wrote:

> Hello.
>
> I just installed Enclojure, performed all the steps described on the
> Getting Started page, successfully built the labrepl project.
>
> When I click Start Project REPL, I always get large exception message
> dialog. Like this:
> http://groups.google.com/group/enclojure/web/repl-bug.PNG

I get the same error trying to start a project repl with a different project. I'll try to characterise it further. It's 100% repeatable, but only for certain projects.

Antony Blakey
--------------------------
CTO, Linkuistics Pty Ltd
Ph: 0438 840 787

The truth does not change according to our ability to stomach it.
-- Flannery O'Connor

Anton Vodonosov

unread,
May 1, 2010, 2:56:51 PM5/1/10
to enclojure
Hello Eric.

Yes, I am on Windows 7. Maven is installed.

The full exception text in 3 screenshots:
http://enclojure.googlegroups.com/web/repl-bug.PNG
http://enclojure.googlegroups.com/web/repl-bug-2.PNG
http://enclojure.googlegroups.com/web/repl-bug-3.PNG

If you'll find it useful, I may provide you desktop access via
teamviewer
(http://teamviewer.com/index.aspx), and assist you showing what is
where,
so that you may examine the error directly.

Best regards,
- Anton

gary ng

unread,
May 1, 2010, 3:59:08 PM5/1/10
to encl...@googlegroups.com
On Sat, May 1, 2010 at 11:56 AM, Anton Vodonosov <avodo...@gmail.com> wrote:
Hello Eric.

Yes, I am on Windows 7. Maven is installed.

The full exception text in 3 screenshots:
http://enclojure.googlegroups.com/web/repl-bug.PNG
http://enclojure.googlegroups.com/web/repl-bug-2.PNG
http://enclojure.googlegroups.com/web/repl-bug-3.PNG

If you'll find it useful, I may provide you desktop access via
teamviewer
(http://teamviewer.com/index.aspx), and assist you showing what is
where,
so that you may examine the error directly.


I have seen this sometimes, even for the same project which starts ok some times. I usually would just close netbean and reopen. That said, I found the java IDE situation(netbean + enclojure) is much less enjoyable to use than VS2008 + F#. My productivity in the F# situation is much higher, mainly due to the IDE. I have tried out other things like eclipse and IntelliJ and netbean is already the best but still lacks far behind microsoft's offering.

 

Antony Blakey

unread,
May 2, 2010, 2:26:31 AM5/2/10
to encl...@googlegroups.com

On 01/05/2010, at 10:53 PM, Antony Blakey wrote:

>
> On 01/05/2010, at 8:30 PM, Anton Vodonosov wrote:
>
>> Hello.
>>
>> I just installed Enclojure, performed all the steps described on the
>> Getting Started page, successfully built the labrepl project.
>>
>> When I click Start Project REPL, I always get large exception message
>> dialog. Like this:
>> http://groups.google.com/group/enclojure/web/repl-bug.PNG
>
> I get the same error trying to start a project repl with a different project. I'll try to characterise it further. It's 100% repeatable, but only for certain projects.

The key for me is this dependency spec:

:dependencies '[[org.clojure/clojure "1.2.0-master-SNAPSHOT"]
[org.clojure/clojure-contrib "1.2.0-master-SNAPSHOT"]
[org.clojars.the-kenny/clojure-couchdb "0.2"]
[enlive "1.0.0-SNAPSHOT"]
[congomongo "0.1.2-SNAPSHOT"]]

If I change the clojure-contrib dependency to "1.2.0-SNAPSHOT" then I no longer get the problem.

Antony Blakey
--------------------------
CTO, Linkuistics Pty Ltd
Ph: 0438 840 787

It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead.
-- Thomas Jefferson

Lewis Cawthorne

unread,
May 1, 2010, 4:12:43 PM5/1/10
to encl...@googlegroups.com

You know, that looks like the same error I was getting (Win7 64 here;
maven installed), but I do not have it in front of me to compare. I
ended up scrapping the whole setup and just using Clojure Box for my
REPL for now. I am in the middle of exam week so don't have time to
play seriously yet.

I do plan to start back from scratch trying to get this thing working
with NetBeans in the next week or so though, and I might find it helpful
to hear how you solve the problem after it is working for you (or if it
isn't solved by the time I have time to play with it; I'll be happy to
share anything I find out!).

Lewis Cawthorne

Anton Vodonosov

unread,
May 2, 2010, 7:13:26 AM5/2/10
to enclojure
Hello Antony,

Changing the clojure-contrib dependency to "1.2.0-SNAPSHOT" solved the
problem for me too!
(Note, I change it in the pom.xml)

How did you find the reason?

Thanks for the help.

- Anton

Eric Thorsen

unread,
May 2, 2010, 8:29:28 AM5/2/10
to enclojure
Anthony,
That's great.
I'll take a look at that and see what is going on there. Perhaps
something changed on the clojure.contrib build?
I think the labrepl is using the latest snapshot because there are
features it uses that will be part of the 1.2 release that is not
there yet.

Thanks again!
Eric

Anton Vodonosov

unread,
May 2, 2010, 8:32:58 AM5/2/10
to enclojure
But I must admit, although Start Project REPL works now, I can't use
the labrepl anyway.

The labrepl README suggests to execute

(require 'labrepl)
(labrepl/-main)

But (require 'labrepl) fails with the following exception:
#<CompilerException java.lang.Exception: Unable to resolve symbol:
includes? in this context (form_helpers.clj:141)>

- Anton

Antony Blakey

unread,
May 2, 2010, 9:03:42 AM5/2/10
to encl...@googlegroups.com

On 02/05/2010, at 9:59 PM, Eric Thorsen wrote:

> Anthony,
> That's great.
> I'll take a look at that and see what is going on there. Perhaps
> something changed on the clojure.contrib build?

The contrib -master- build is actually obsolete - all changes are going into the non -master- snapshot. Furthermore clojure-1.2-master-SNAPSHOT belongs with clojure-contrib-1.2-SNAPSHOT (counterintuitively), so I'm not surprised they don't work together, especially given some of the recent core changes.

The enclojure error message misleading because it gives the impression that it can't find one of the jars, but the cause is actually that the repl server fails to start.

The reason some people use the contrib -master- build is that the tip contrib build has non-backwards compatible changes.

Antony Blakey
--------------------------
CTO, Linkuistics Pty Ltd
Ph: 0438 840 787

The project was so plagued by politics and ego that when the engineers requested technical oversight, our manager hired a psychologist instead.
-- Ron Avitzur

Antony Blakey

unread,
May 2, 2010, 9:05:52 AM5/2/10
to encl...@googlegroups.com

On 02/05/2010, at 10:02 PM, Anton Vodonosov wrote:

> But (require 'labrepl) fails with the following exception:
> #<CompilerException java.lang.Exception: Unable to resolve symbol:
> includes? in this context (form_helpers.clj:141)>

includes? has just been take out of contrib, and replaced with seq-contains? in core. Be warned however that there has been significant discussion about the naming of that function, so it may be taken out. Best solution is for labrepl to use (some #(= % x) coll) until that issue is sorted.

This is the problem with using SNAPSHOT builds.

Antony Blakey
-------------
CTO, Linkuistics Pty Ltd
Ph: 0438 840 787

Nothing is really work unless you would rather be doing something else.
-- J. M. Barre

Antony Blakey

unread,
May 2, 2010, 9:08:40 AM5/2/10
to encl...@googlegroups.com

On 02/05/2010, at 8:43 PM, Anton Vodonosov wrote:

> How did you find the reason?

Tt was the standout difference between a project that is working for me and one that wasn't, plus I've been bitten by the counterintuitive naming relationship between the clojure and clojure-contrib 1.2 snapshot builds.

Antony Blakey
--------------------------
CTO, Linkuistics Pty Ltd
Ph: 0438 840 787

75% of statistics are made up on the spot.

Annie Obscure

unread,
May 2, 2010, 9:48:50 PM5/2/10
to enclojure
I'm seeing this same behavior - with a new install of 6.8 netbeans
(over 6.7, which was doing the same)
I'm getting the same error message (win XP pro) for anything, even a
newly created project.

opening the clojure section of the tools->options dialog results in a
warning messagebox:

File clojure-1.1.0.xml already exists in filesystem c:\Documents and
Settings\Annie\.netbeans\6.8\config(C:\Documents and Settings\Annie
\.netbeans\6.8\config\org-netbeans-api-project-libraries\Libraries
\clojure-1.1.0.xml).

Apparently I've somehow messed up some pom.xml file? more details
would be wonderful

Eric Thorsen

unread,
May 4, 2010, 11:36:23 AM5/4/10
to enclojure
I just updated the labrepl project to include the git repo (it was an
oversite on my part to omit this in the first place). As has been
reported, there was a breaking change somewhere in the snapshots where
the Labrepl project needed updating. Now the git repo is there and
you can do a pull to get the latest. The current version package with
1.1.3 works...for now.''
I've updated the Enclojure wiki to add this step for troubleshooting
problems.

Thanks,
Eric

Anne Ogborn

unread,
May 4, 2010, 2:13:08 PM5/4/10
to encl...@googlegroups.com
Sadly, at this point enclojure's trashed. reinstalling enclojure isn't helping. Even reinstalling netbeans didn't help.
I'm just trying to get enclojure to work post installing
the bad version of labrepl. Obviously I'm not getting rid of something?

Is there any way to get enclojure to work without
dragging along labrepl? Or is enclojure dead outside of labrepl?
I'd been using it for various projects, it was my favorite dev environment.
But I'm reluctant to keep using it if the cost is maintaining labrepl, which seems
to bring in the kitchen sink.
I'm kinda puzzled here. labrepl was supposed to be a teaching tool for clojure.
Is it now a required part of enclojure?

Annie Obscure

unread,
May 4, 2010, 2:40:02 PM5/4/10
to enclojure
Ah!
I discovered the problem I was having, and probably the problem others
are having.

A new install of netbeans has these 'plugin portals' -
3rd party plugins
NetBeans
NetBeans Beta
Plugin Portal

There's some ancient clojure support - I suspect it's some early
version of enclojure -
lurking in one of these repositories

I was getting it, not the latest and greatest

Annie Obscure

unread,
May 4, 2010, 11:15:34 PM5/4/10
to enclojure
Spoke too soon.
The above did indeed fix the problem with having killed all project
repls.
I can make a new clojure project and it's perfectly happy.

but still can't build the sample labrepl.
Doing a build fails.
The first attempt yelled at me because I didn't have a maven it could
find, so I d/led a new maven and pointed
netbeans at that.
the next attempt, maven attempts to download a truly amazing amount of
stuff. Some of it is things like
jars with 2000 dates from apache projects within incanter. Since
unsuprisingly these jars aren't there any more,
it gives warnings.

At the end it gives an error

------------------------------------------------------------------------
[ERROR]BUILD ERROR
------------------------------------------------------------------------
Error building POM (may not be this project's POM).

Project ID: org.codehaus.plexus:plexus-components:pom:1.1.9

Reason: Cannot find parent: org.codehaus.plexus:plexus for project:
org.codehaus.plexus:plexus-components:pom:1.1.9 for project
org.codehaus.plexus:plexus-components:pom:1.1.9

Rerunning the build gives pretty much just this error -

not sure why I'm not getting plexus.

Stuart Halloway

unread,
May 5, 2010, 5:38:58 AM5/5/10
to encl...@googlegroups.com
> Some of it is things like
> jars with 2000 dates from apache projects within incanter. Since
> unsuprisingly these jars aren't there any more,
> it gives warnings.

Can you post the exact text of one of these warnings?

Thanks.
Stu

Eric Thorsen

unread,
May 5, 2010, 9:46:26 AM5/5/10
to enclojure
The laprepl project should have no effect on the Enclojure plugin.
It is just a zip of the labrepl project placed in a samples directory
within Netbeans that get used to create a sample project based on the
Labrepl.
Have you gone through the following steps:
Make sure there is no Enclojure (or Clojure) Plugin already installed
by going to Tools->Plugins->Installed and click show details.
Uninstall 'Clojure Plugin' or 'Enclojure Plugin' if you see them there
and restart Netbeans.
As a sanity check,
Following the http://www.enclojure.org/gettingstarted
If you already have done the 1st 2 steps, just follow the third making
sure your URL is accurate.
Do not do anything with the laprepl and just create a Clojure project
and start a projecg REP. Does this work for you?

Thanks,
Eric

Annie Obscure

unread,
May 5, 2010, 11:57:12 AM5/5/10
to enclojure
> Can you post the exact text of one of these warnings?
sorry - they only appeared once. Did this trying to make it happen
again:

Did this:
1. Deleted the old labrepl project (entire directory tree)
2. Started netbeans, opened a simple starter clojure project and
checked that I could bring up the project repl for it
3. made a new labrepl by using the new project... samples/Clojure
ThinkRelevance LabRepl and pointed at some empty directory
4. tried to start a project repl on the LabRepl project - get the
error shown in Anton's original screenshot
5. tried to build the project - get this output:

NetBeans: Executing 'C:\apache-maven-2.2.1\bin\mvn.bat -
Dnetbeans.execution=true install'
NetBeans: JAVA_HOME=C:\Program Files\Java\jdk1.6.0_16
Scanning for projects...
------------------------------------------------------------------------
Building labrepl
task-segment: [install]
------------------------------------------------------------------------
[resources:resources]
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered
resources, i.e. build is platform dependent!
skip non existing resourceDirectory C:\Documents and Settings\Annie\My
Documents\labrepl\RelevanceLapRepl\RelevanceLabRepl\src\main\resources
[compiler:compile]
Nothing to compile - all classes are up to date
[resources:testResources]
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered
resources, i.e. build is platform dependent!
skip non existing resourceDirectory C:\Documents and Settings\Annie\My
Documents\labrepl\RelevanceLapRepl\RelevanceLabRepl\src\test\resources
[compiler:testCompile]
Nothing to compile - all classes are up to date
[surefire:test]
No tests to run.
------------------------------------------------------------------------
[ERROR]BUILD ERROR
------------------------------------------------------------------------
Error building POM (may not be this project's POM).


Project ID: org.codehaus.plexus:plexus-components:pom:1.1.9

Reason: Cannot find parent: org.codehaus.plexus:plexus for project:
org.codehaus.plexus:plexus-components:pom:1.1.9 for project
org.codehaus.plexus:plexus-components:pom:1.1.9


------------------------------------------------------------------------
For more information, run Maven with the -e switch
------------------------------------------------------------------------
Total time: 2 seconds
Finished at: Wed May 05 08:06:42 PDT 2010
Final Memory: 10M/19M
------------------------------------------------------------------------


6. Try right clicking on the libraries and 'download missing
dependencies'. Downloads javadocs for jetty and postresql and
incanter
something else (sorry, the only feedback is the progress bar, so I'm
copying off) and sources for a few files in incanter and antlr.
interestingly, doing this again right after repeats the same files.

7. still have same symptoms as in steps 4 and 5

Sorry, it only did the mega download that once - not sure what I've
changed in my system state that I can't repro the mega-download.

8. exit netbeans,
do git pull origin master in the root project directory -
unlike when I've tried this before, it does something

$ git pull origin master
remote: Counting objects: 13, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 9 (delta 6), reused 0 (delta 0)
Unpacking objects: 100% (9/9), done.
From git://github.com/relevance/labrepl
* branch master -> FETCH_HEAD
Updating 0523e9a..2487f7d
Fast forward
README.markdown | 39 +++++++++++++++++----------------
pom.xml | 2 +-
project.clj | 6 +++---
3 files changed, 21 insertions(+), 26 deletions(-)

9. restart netbeans and try to start a project repl on labrepl project
this time it gives me a dialog I've not seen before explaining that I
don't have clojure and clojure-contrib jars in the classpath and
offering to add the default 1.1.0 platform. I agree to this, and lo
and behold, I've got a project repl
user=> (require 'labrepl)
nil
user=> (labrepl/-main)
#<CompilerException java.io.FileNotFoundException: Could not locate
clojure/contrib/io__init.class or clojure/contrib/io.clj on
classpath: (NO_SOURCE_FILE:3)>
user=>

10. I go to change the clojure 'platform' to 1.2.0 in the tools/
options dialog, figuring this is the problem, and there isn't one - I
also get the warning file clojure-1.1.0.xml already exists in
filesystem C:\Documents and Settings\Annie].netbeans\6.8\config (C:
\Documents and Settings\Annie\.netbeans\6.8\config\org-netbeans-api-
project-libraries\Libraries\clojure-1.1.0.xml).

the labrepl project icon has a warning badge on it. The rollover for
the icon says
Problem:
Some dependency artifacts are not in the local repository

11. I try 'download missing dependencies' again.
It downloads the 1.2.0 snapshot jar and what looks like the same
javadocs and sources as before

12. try to open the tools/options/clojure/platforms - hangs with
loading....
I close the dialog and restart netbeans
reopen tools/options/clojure/clojure platforms and get the warnnging
reproduced in step 10.

13. start a labrepl project repl
user=> nil
user=> (require 'labrepl)
#<CompilerException java.lang.Exception: Unable to resolve symbol:
includes? in this context (form_helpers.clj:141)>
user=>


8c/ <-- artist's conception of Annie, who is wondering why this is
being so balky

any suggestions where to go from here?

Annie Obscure

unread,
May 5, 2010, 11:58:11 AM5/5/10
to enclojure
Yah, see my reply to Stuart Halloway above.
Apparently there's something wacked in how it's choosing the
'platforms'

On May 5, 6:46 am, Eric Thorsen <ethor...@enclojure.org> wrote:
> The laprepl project should have no effect on the Enclojure plugin.
> It is just a zip of the labrepl project placed in a samples directory
> within Netbeans that get used to create a sample project based on the
> Labrepl.
> Have you gone through the following steps:
> Make sure there is no Enclojure (or Clojure) Plugin already installed
> by going to Tools->Plugins->Installed and click show details.
> Uninstall 'Clojure Plugin' or 'Enclojure Plugin' if you see them there
> and restart Netbeans.
> As a sanity check,
> Following thehttp://www.enclojure.org/gettingstarted

Annie Obscure

unread,
May 5, 2010, 12:30:06 PM5/5/10
to enclojure
oh foo... just read the clojure google group this morn, and realized
yer updating. Goddess only knows what version of what I've got now.
=8cX

Anton Vodonosov

unread,
May 2, 2010, 12:09:24 PM5/2/10
to enclojure
Thanks!

Annie Obscure

unread,
May 8, 2010, 4:22:55 PM5/8/10
to enclojure
I've deleted netbeans and any files that start .netbeans in my home
directory, reinstalled netbeans,
followed the directions on
except for
Activate features is on the Start page or from Tools,-
>Plugins>Installed, click 'Activate next to the Java SE support
(it's already activated on install)
followed these instructions to install the enclojure plugin
* Go to the Tools, Plugins and select the 'Settings' tab on the
dialog
* Click Add and call the Update Center "Enclojure" and use the
following http://www.enclojure.org/file/view/Autoupdate_Site.xml.gz </
li>
* Go to the 'Avalilable Plugins' tab and select the 'Enclojure
Clojure Plugin' and click Install
* Any updates to the Enclojure Plugin will be made available via
the update manager in Netbeans.
(there were no updates, unsuprisingly, in the update manager)
created a blank project, checked that I could bring up a project repl
and load the starter clj file

created a labrepl project from the samples/clojure in new projects
Told netbeans where to find maven
tried to build labrepl, which fails with

NetBeans: Executing 'C:\apache-maven-2.2.1\bin\mvn.bat -
Dnetbeans.execution=true install'
NetBeans: JAVA_HOME=C:\Program Files\Java\jdk1.6.0_16
Scanning for projects...
------------------------------------------------------------------------
Building labrepl
task-segment: [install]
------------------------------------------------------------------------
[resources:resources]
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered
resources, i.e. build is platform dependent!
skip non existing resourceDirectory C:\Documents and Settings\Annie\My
Documents\labrepl\RelevanceLabRepl\src\main\resources
snapshot org.clojure:clojure:1.2.0-master-SNAPSHOT: checking for
updates from clojure-releases
snapshot org.clojure:clojure:1.2.0-master-SNAPSHOT: checking for
updates from incanter
snapshot org.clojure:clojure:1.2.0-master-SNAPSHOT: checking for
updates from central
snapshot org.clojure:clojure:1.2.0-master-SNAPSHOT: checking for
updates from clojure
snapshot org.clojure:clojure-contrib:1.2.0-master-SNAPSHOT: checking
for updates from clojure-releases
snapshot org.clojure:clojure-contrib:1.2.0-master-SNAPSHOT: checking
for updates from incanter
snapshot org.clojure:clojure-contrib:1.2.0-master-SNAPSHOT: checking
for updates from central
snapshot org.clojure:clojure-contrib:1.2.0-master-SNAPSHOT: checking
for updates from clojure
snapshot org.clojure:clojure-contrib:1.2.0-master-SNAPSHOT: checking
for updates from clojure-snapshots
snapshot org.clojure:clojure-contrib:1.2.0-master-SNAPSHOT: checking
for updates from clojars
Downloading:
http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.pom
Unable to find resource 'org.clojure:clojure-contrib:pom:1.2.0-master-
SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
releases)
Downloading: http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.pom
Unable to find resource 'org.clojure:clojure-contrib:pom:1.2.0-master-
SNAPSHOT' in repository incanter (http://repo.incanter.org)
Downloading:
http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.pom
Unable to find resource 'org.clojure:clojure-contrib:pom:1.2.0-master-
SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
Downloading:
http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.pom
Unable to find resource 'org.clojure:clojure-contrib:pom:1.2.0-master-
SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
Downloading:
http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.pom
Unable to find resource 'org.clojure:clojure-contrib:pom:1.2.0-master-
SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
snapshots)
Downloading: http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.pom
Unable to find resource 'org.clojure:clojure-contrib:pom:1.2.0-master-
SNAPSHOT' in repository clojars (http://clojars.org/repo/)
snapshot org.clojure:clojure-contrib:1.0-SNAPSHOT: checking for
updates from clojure-releases
snapshot org.clojure:clojure-contrib:1.0-SNAPSHOT: checking for
updates from incanter
snapshot org.clojure:clojure-contrib:1.0-SNAPSHOT: checking for
updates from clojure
snapshot org.clojure:clojure-contrib:1.0-SNAPSHOT: checking for
updates from central
snapshot org.incanter:incanter-full:1.2.0-SNAPSHOT: checking for
updates from clojure-releases
snapshot org.incanter:incanter-full:1.2.0-SNAPSHOT: checking for
updates from central
snapshot org.incanter:incanter-full:1.2.0-SNAPSHOT: checking for
updates from clojure
snapshot org.incanter:incanter-full:1.2.0-SNAPSHOT: checking for
updates from clojure-snapshots
snapshot org.incanter:incanter-full:1.2.0-SNAPSHOT: checking for
updates from clojars
snapshot org.incanter:incanter-parent:1.2.0-SNAPSHOT: checking for
updates from clojure-releases
snapshot org.incanter:incanter-parent:1.2.0-SNAPSHOT: checking for
updates from clojure
snapshot org.incanter:incanter-parent:1.2.0-SNAPSHOT: checking for
updates from clojure-snapshots
snapshot org.incanter:incanter-parent:1.2.0-SNAPSHOT: checking for
updates from clojars
snapshot org.incanter:incanter-core:1.2.0-SNAPSHOT: checking for
updates from clojure-releases
snapshot org.incanter:incanter-core:1.2.0-SNAPSHOT: checking for
updates from clojure
snapshot org.incanter:incanter-core:1.2.0-SNAPSHOT: checking for
updates from clojure-snapshots
snapshot org.incanter:incanter-core:1.2.0-SNAPSHOT: checking for
updates from clojars
snapshot org.incanter:incanter-core:1.2.0-SNAPSHOT: checking for
updates from build.clojure.org
snapshot org.incanter:incanter-core:1.2.0-SNAPSHOT: checking for
updates from clojars.org
snapshot org.incanter:incanter-io:1.2.0-SNAPSHOT: checking for updates
from clojure-releases
snapshot org.incanter:incanter-io:1.2.0-SNAPSHOT: checking for updates
from clojure
snapshot org.incanter:incanter-io:1.2.0-SNAPSHOT: checking for updates
from clojure-snapshots
snapshot org.incanter:incanter-io:1.2.0-SNAPSHOT: checking for updates
from clojars
snapshot org.incanter:incanter-io:1.2.0-SNAPSHOT: checking for updates
from build.clojure.org
snapshot org.incanter:incanter-io:1.2.0-SNAPSHOT: checking for updates
from clojars.org
snapshot org.incanter:incanter-chrono:1.2.0-SNAPSHOT: checking for
updates from clojure-releases
snapshot org.incanter:incanter-chrono:1.2.0-SNAPSHOT: checking for
updates from clojure
snapshot org.incanter:incanter-chrono:1.2.0-SNAPSHOT: checking for
updates from clojure-snapshots
snapshot org.incanter:incanter-chrono:1.2.0-SNAPSHOT: checking for
updates from clojars
snapshot org.incanter:incanter-chrono:1.2.0-SNAPSHOT: checking for
updates from build.clojure.org
snapshot org.incanter:incanter-chrono:1.2.0-SNAPSHOT: checking for
updates from clojars.org
snapshot org.danlarkin:clojure-json:1.1-SNAPSHOT: checking for updates
from clojure-releases
snapshot org.danlarkin:clojure-json:1.1-SNAPSHOT: checking for updates
from incanter
snapshot org.danlarkin:clojure-json:1.1-SNAPSHOT: checking for updates
from clojure
snapshot org.danlarkin:clojure-json:1.1-SNAPSHOT: checking for updates
from clojure-snapshots
snapshot org.danlarkin:clojure-json:1.1-SNAPSHOT: checking for updates
from build.clojure.org
snapshot org.incanter:incanter-processing:1.2.0-SNAPSHOT: checking for
updates from clojure-releases
snapshot org.incanter:incanter-processing:1.2.0-SNAPSHOT: checking for
updates from clojure
snapshot org.incanter:incanter-processing:1.2.0-SNAPSHOT: checking for
updates from clojure-snapshots
snapshot org.incanter:incanter-processing:1.2.0-SNAPSHOT: checking for
updates from clojars
snapshot org.incanter:incanter-processing:1.2.0-SNAPSHOT: checking for
updates from build.clojure.org
snapshot org.incanter:incanter-processing:1.2.0-SNAPSHOT: checking for
updates from clojars.org
snapshot org.incanter:incanter-charts:1.2.0-SNAPSHOT: checking for
updates from clojure-releases
snapshot org.incanter:incanter-charts:1.2.0-SNAPSHOT: checking for
updates from clojure
snapshot org.incanter:incanter-charts:1.2.0-SNAPSHOT: checking for
updates from clojure-snapshots
snapshot org.incanter:incanter-charts:1.2.0-SNAPSHOT: checking for
updates from clojars
snapshot org.incanter:incanter-charts:1.2.0-SNAPSHOT: checking for
updates from build.clojure.org
snapshot org.incanter:incanter-charts:1.2.0-SNAPSHOT: checking for
updates from clojars.org
snapshot org.incanter:incanter-mongodb:1.2.0-SNAPSHOT: checking for
updates from clojure-releases
snapshot org.incanter:incanter-mongodb:1.2.0-SNAPSHOT: checking for
updates from clojure
snapshot org.incanter:incanter-mongodb:1.2.0-SNAPSHOT: checking for
updates from clojure-snapshots
snapshot org.incanter:incanter-mongodb:1.2.0-SNAPSHOT: checking for
updates from clojars
snapshot org.incanter:incanter-mongodb:1.2.0-SNAPSHOT: checking for
updates from build.clojure.org
snapshot org.incanter:incanter-mongodb:1.2.0-SNAPSHOT: checking for
updates from clojars.org
snapshot congomongo:congomongo:0.1.2-SNAPSHOT: checking for updates
from clojure-releases
snapshot congomongo:congomongo:0.1.2-SNAPSHOT: checking for updates
from incanter
snapshot congomongo:congomongo:0.1.2-SNAPSHOT: checking for updates
from clojure
snapshot congomongo:congomongo:0.1.2-SNAPSHOT: checking for updates
from clojure-snapshots
snapshot congomongo:congomongo:0.1.2-SNAPSHOT: checking for updates
from build.clojure.org
snapshot org.clojars.somnium:mongo-java-driver:1.1.0-SNAPSHOT:
checking for updates from clojure-releases
snapshot org.clojars.somnium:mongo-java-driver:1.1.0-SNAPSHOT:
checking for updates from incanter
snapshot org.clojars.somnium:mongo-java-driver:1.1.0-SNAPSHOT:
checking for updates from clojure
snapshot org.clojars.somnium:mongo-java-driver:1.1.0-SNAPSHOT:
checking for updates from clojure-snapshots
snapshot org.clojars.somnium:mongo-java-driver:1.1.0-SNAPSHOT:
checking for updates from build.clojure.org
snapshot org.clojars.somnium:mongo-java-driver:1.1.0-SNAPSHOT:
checking for updates from clojars.org
snapshot org.clojars.somnium:mongo-java-driver:1.1.0-SNAPSHOT:
checking for updates from central
snapshot org.clojars.somnium:clojure-db-object:0.1.1-SNAPSHOT:
checking for updates from clojure-releases
snapshot org.clojars.somnium:clojure-db-object:0.1.1-SNAPSHOT:
checking for updates from incanter
snapshot org.clojars.somnium:clojure-db-object:0.1.1-SNAPSHOT:
checking for updates from clojure
snapshot org.clojars.somnium:clojure-db-object:0.1.1-SNAPSHOT:
checking for updates from clojure-snapshots
snapshot org.clojars.somnium:clojure-db-object:0.1.1-SNAPSHOT:
checking for updates from build.clojure.org
snapshot org.clojars.somnium:clojure-db-object:0.1.1-SNAPSHOT:
checking for updates from clojars.org
snapshot org.clojars.somnium:clojure-db-object:0.1.1-SNAPSHOT:
checking for updates from central
snapshot org.incanter:incanter-pdf:1.2.0-SNAPSHOT: checking for
updates from clojure-releases
snapshot org.incanter:incanter-pdf:1.2.0-SNAPSHOT: checking for
updates from clojure
snapshot org.incanter:incanter-pdf:1.2.0-SNAPSHOT: checking for
updates from clojure-snapshots
snapshot org.incanter:incanter-pdf:1.2.0-SNAPSHOT: checking for
updates from clojars
snapshot org.incanter:incanter-pdf:1.2.0-SNAPSHOT: checking for
updates from build.clojure.org
snapshot org.incanter:incanter-pdf:1.2.0-SNAPSHOT: checking for
updates from clojars.org
snapshot clojure-http-client:clojure-http-client:1.0.0-SNAPSHOT:
checking for updates from clojure-releases
snapshot clojure-http-client:clojure-http-client:1.0.0-SNAPSHOT:
checking for updates from incanter
snapshot clojure-http-client:clojure-http-client:1.0.0-SNAPSHOT:
checking for updates from central
snapshot clojure-http-client:clojure-http-client:1.0.0-SNAPSHOT:
checking for updates from clojure
snapshot clojure-http-client:clojure-http-client:1.0.0-SNAPSHOT:
checking for updates from clojure-snapshots
snapshot org.clojure:clojure-contrib:1.2.0-SNAPSHOT: checking for
updates from clojure-releases
snapshot org.clojure:clojure-contrib:1.2.0-SNAPSHOT: checking for
updates from incanter
snapshot org.clojure:clojure-contrib:1.2.0-SNAPSHOT: checking for
updates from clojure
snapshot org.clojure:clojure-contrib:1.2.0-SNAPSHOT: checking for
updates from central
snapshot swank-clojure:swank-clojure:1.1.0-SNAPSHOT: checking for
updates from clojure-releases
snapshot swank-clojure:swank-clojure:1.1.0-SNAPSHOT: checking for
updates from incanter
snapshot swank-clojure:swank-clojure:1.1.0-SNAPSHOT: checking for
updates from central
snapshot swank-clojure:swank-clojure:1.1.0-SNAPSHOT: checking for
updates from clojure
snapshot swank-clojure:swank-clojure:1.1.0-SNAPSHOT: checking for
updates from clojure-snapshots
Downloading:
http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
releases)
Downloading: http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository incanter (http://repo.incanter.org)
Downloading:
http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
Downloading:
http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
Downloading:
http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
snapshots)
Downloading: http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojars (http://clojars.org/repo/)
Downloading:
http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
releases)
Downloading: http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository incanter (http://repo.incanter.org)
Downloading:
http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
Downloading:
http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
Downloading:
http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
snapshots)
Downloading: http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojars (http://clojars.org/repo/)
[compiler:compile]
Nothing to compile - all classes are up to date
[resources:testResources]
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered
resources, i.e. build is platform dependent!
skip non existing resourceDirectory C:\Documents and Settings\Annie\My
Documents\labrepl\RelevanceLabRepl\src\test\resources
Downloading:
http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
releases)
Downloading: http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository incanter (http://repo.incanter.org)
Downloading:
http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
Downloading:
http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
Downloading:
http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
snapshots)
Downloading: http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojars (http://clojars.org/repo/)
Downloading:
http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
releases)
Downloading: http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository incanter (http://repo.incanter.org)
Downloading:
http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
Downloading:
http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
Downloading:
http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
snapshots)
Downloading: http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojars (http://clojars.org/repo/)
[compiler:testCompile]
Nothing to compile - all classes are up to date
Downloading:
http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
releases)
Downloading: http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository incanter (http://repo.incanter.org)
Downloading:
http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
Downloading:
http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
Downloading:
http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
snapshots)
Downloading: http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojars (http://clojars.org/repo/)
Downloading:
http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
releases)
Downloading: http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository incanter (http://repo.incanter.org)
Downloading:
http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
Downloading:
http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
Downloading:
http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
snapshots)
Downloading: http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojars (http://clojars.org/repo/)
[surefire:test]
No tests to run.
Downloading:
http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
releases)
Downloading: http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository incanter (http://repo.incanter.org)
Downloading:
http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
Downloading:
http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
Downloading:
http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
snapshots)
Downloading: http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojars (http://clojars.org/repo/)
Downloading:
http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
releases)
Downloading: http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository incanter (http://repo.incanter.org)
Downloading:
http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
Downloading:
http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
Downloading:
http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
snapshots)
Downloading: http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNAPSHOT/clojure-contrib-1.2.0-master-SNAPSHOT.jar
Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
SNAPSHOT' in repository clojars (http://clojars.org/repo/)
------------------------------------------------------------------------
[ERROR]BUILD ERROR
------------------------------------------------------------------------
Error building POM (may not be this project's POM).


Project ID: org.codehaus.plexus:plexus-components:pom:1.1.9

Reason: Cannot find parent: org.codehaus.plexus:plexus for project:
org.codehaus.plexus:plexus-components:pom:1.1.9 for project
org.codehaus.plexus:plexus-components:pom:1.1.9

I did all of these steps starting yesterday evening about 5pm.

I'm guessing the base problem here is that somebody moved the 1.2.0
snapshot's location in clojars.

Eric Thorsen

unread,
May 12, 2010, 8:57:42 AM5/12/10
to enclojure
Did you see my note:
http://groups.google.com/group/enclojure/browse_thread/thread/b4bdeab1d4fba126?hl=en_US

If you create a labrepl from this version, the git repo is there and
you can always get the latest updates which the Relevance guys are
good about keeping up to date.
If there are build errors, go to the project directory and get the
latest:
git pull origin master

Eric

On May 8, 4:22 pm, Annie Obscure <annie6...@yahoo.com> wrote:
> I've deleted netbeans and any files that start .netbeans in my home
> directory, reinstalled netbeans,
> followed the directions on
> except for
> Activate features is on the Start page or from Tools,->Plugins>Installed, click 'Activate next to the Java SE support
>
> (it's already activated on install)
> followed these instructions to install the enclojure plugin
>     *  Go to the Tools, Plugins and select the 'Settings' tab on the
> dialog
>     * Click Add and call the Update Center "Enclojure" and use the
> followinghttp://www.enclojure.org/file/view/Autoupdate_Site.xml.gz</
> li>
>     * Go to the 'Avalilable Plugins' tab and select the 'Enclojure
> Clojure Plugin' and click Install
>     * Any updates to the Enclojure Plugin will be made available via
> the update manager in Netbeans.
> (there were no updates, unsuprisingly, in the update manager)
> created a blank project, checked that I could bring up a project repl
> and load the starter clj file
>
> created a labrepl project from the samples/clojure in new projects
> Told netbeans where to find maven
> tried to build labrepl, which fails with
>
> NetBeans: Executing 'C:\apache-maven-2.2.1\bin\mvn.bat -
> Dnetbeans.execution=true install'
> NetBeans:      JAVA_HOME=C:\Program Files\Java\jdk1.6.0_16
> Scanning for projects...
> ------------------------------------------------------------------------
> Building labrepl
>    task-segment: [install]
> ------------------------------------------------------------------------
> [resources:resources]
> [WARNING] Using platform encoding (Cp1252 actually) to copy filtered
> resources, i.e. build is platform dependent!
> skip non existing resourceDirectory C:\Documents and Settings\Annie\My
> Documents\labrepl\RelevanceLabRepl\src\main\resourcessnapshotorg.clojure:clojure:1.2.0-master-SNAPSHOT: checking for
> updates from clojure-releasessnapshotorg.clojure:clojure:1.2.0-master-SNAPSHOT: checking for
> updates from incantersnapshotorg.clojure:clojure:1.2.0-master-SNAPSHOT: checking for
> updates from centralsnapshotorg.clojure:clojure:1.2.0-master-SNAPSHOT: checking for
> updates from clojuresnapshotorg.clojure:clojure-contrib:1.2.0-master-SNAPSHOT: checking
> for updates from clojure-releasessnapshotorg.clojure:clojure-contrib:1.2.0-master-SNAPSHOT: checking
> for updates from incantersnapshotorg.clojure:clojure-contrib:1.2.0-master-SNAPSHOT: checking
> for updates from centralsnapshotorg.clojure:clojure-contrib:1.2.0-master-SNAPSHOT: checking
> for updates from clojuresnapshotorg.clojure:clojure-contrib:1.2.0-master-SNAPSHOT: checking
> for updates from clojure-snapshotssnapshotorg.clojure:clojure-contrib:1.2.0-master-SNAPSHOT: checking
> for updates from clojars
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:pom:1.2.0-master-SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
> releases)
> Downloading:http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:pom:1.2.0-master-SNAPSHOT' in repository incanter (http://repo.incanter.org)
> Downloading:http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-maste...
> Unable to find resource 'org.clojure:clojure-contrib:pom:1.2.0-master-SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:pom:1.2.0-master-SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
> Downloading:http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-...
> Unable to find resource 'org.clojure:clojure-contrib:pom:1.2.0-master-SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
> snapshots)
> Downloading:http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:pom:1.2.0-master-SNAPSHOT' in repository clojars (http://clojars.org/repo/)snapshotorg.clojure:clojure-contrib:1.0-SNAPSHOT: checking for
> updates from clojure-releasessnapshotorg.clojure:clojure-contrib:1.0-SNAPSHOT: checking for
> updates from incantersnapshotorg.clojure:clojure-contrib:1.0-SNAPSHOT: checking for
> updates from clojuresnapshotorg.clojure:clojure-contrib:1.0-SNAPSHOT: checking for
> updates from centralsnapshotorg.incanter:incanter-full:1.2.0-SNAPSHOT: checking for
> updates from clojure-releasessnapshotorg.incanter:incanter-full:1.2.0-SNAPSHOT: checking for
> updates from centralsnapshotorg.incanter:incanter-full:1.2.0-SNAPSHOT: checking for
> updates from clojuresnapshotorg.incanter:incanter-full:1.2.0-SNAPSHOT: checking for
> updates from clojure-snapshotssnapshotorg.incanter:incanter-full:1.2.0-SNAPSHOT: checking for
> updates from clojarssnapshotorg.incanter:incanter-parent:1.2.0-SNAPSHOT: checking for
> updates from clojure-releasessnapshotorg.incanter:incanter-parent:1.2.0-SNAPSHOT: checking for
> updates from clojuresnapshotorg.incanter:incanter-parent:1.2.0-SNAPSHOT: checking for
> updates from clojure-snapshotssnapshotorg.incanter:incanter-parent:1.2.0-SNAPSHOT: checking for
> updates from clojarssnapshotorg.incanter:incanter-core:1.2.0-SNAPSHOT: checking for
> updates from clojure-releasessnapshotorg.incanter:incanter-core:1.2.0-SNAPSHOT: checking for
> updates from clojuresnapshotorg.incanter:incanter-core:1.2.0-SNAPSHOT: checking for
> updates from clojure-snapshotssnapshotorg.incanter:incanter-core:1.2.0-SNAPSHOT: checking for
> updates from clojarssnapshotorg.incanter:incanter-core:1.2.0-SNAPSHOT: checking for
> updates from build.clojure.orgsnapshotorg.incanter:incanter-core:1.2.0-SNAPSHOT: checking for
> updates from clojars.orgsnapshotorg.incanter:incanter-io:1.2.0-SNAPSHOT: checking for updates
> from clojure-releasessnapshotorg.incanter:incanter-io:1.2.0-SNAPSHOT: checking for updates
> from clojuresnapshotorg.incanter:incanter-io:1.2.0-SNAPSHOT: checking for updates
> from clojure-snapshotssnapshotorg.incanter:incanter-io:1.2.0-SNAPSHOT: checking for updates
> from clojarssnapshotorg.incanter:incanter-io:1.2.0-SNAPSHOT: checking for updates
> from build.clojure.orgsnapshotorg.incanter:incanter-io:1.2.0-SNAPSHOT: checking for updates
> from clojars.orgsnapshotorg.incanter:incanter-chrono:1.2.0-SNAPSHOT: checking for
> updates from clojure-releasessnapshotorg.incanter:incanter-chrono:1.2.0-SNAPSHOT: checking for
> updates from clojuresnapshotorg.incanter:incanter-chrono:1.2.0-SNAPSHOT: checking for
> updates from clojure-snapshotssnapshotorg.incanter:incanter-chrono:1.2.0-SNAPSHOT: checking for
> updates from clojarssnapshotorg.incanter:incanter-chrono:1.2.0-SNAPSHOT: checking for
> updates from build.clojure.orgsnapshotorg.incanter:incanter-chrono:1.2.0-SNAPSHOT: checking for
> updates from clojars.orgsnapshotorg.danlarkin:clojure-json:1.1-SNAPSHOT: checking for updates
> from clojure-releasessnapshotorg.danlarkin:clojure-json:1.1-SNAPSHOT: checking for updates
> from incantersnapshotorg.danlarkin:clojure-json:1.1-SNAPSHOT: checking for updates
> from clojuresnapshotorg.danlarkin:clojure-json:1.1-SNAPSHOT: checking for updates
> from clojure-snapshotssnapshotorg.danlarkin:clojure-json:1.1-SNAPSHOT: checking for updates
> from build.clojure.orgsnapshotorg.incanter:incanter-processing:1.2.0-SNAPSHOT: checking for
> updates from clojure-releasessnapshotorg.incanter:incanter-processing:1.2.0-SNAPSHOT: checking for
> updates from clojuresnapshotorg.incanter:incanter-processing:1.2.0-SNAPSHOT: checking for
> updates from clojure-snapshotssnapshotorg.incanter:incanter-processing:1.2.0-SNAPSHOT: checking for
> updates from clojarssnapshotorg.incanter:incanter-processing:1.2.0-SNAPSHOT: checking for
> updates from build.clojure.orgsnapshotorg.incanter:incanter-processing:1.2.0-SNAPSHOT: checking for
> updates from clojars.orgsnapshotorg.incanter:incanter-charts:1.2.0-SNAPSHOT: checking for
> updates from clojure-releasessnapshotorg.incanter:incanter-charts:1.2.0-SNAPSHOT: checking for
> updates from clojuresnapshotorg.incanter:incanter-charts:1.2.0-SNAPSHOT: checking for
> updates from clojure-snapshotssnapshotorg.incanter:incanter-charts:1.2.0-SNAPSHOT: checking for
> updates from clojarssnapshotorg.incanter:incanter-charts:1.2.0-SNAPSHOT: checking for
> updates from build.clojure.orgsnapshotorg.incanter:incanter-charts:1.2.0-SNAPSHOT: checking for
> updates from clojars.orgsnapshotorg.incanter:incanter-mongodb:1.2.0-SNAPSHOT: checking for
> updates from clojure-releasessnapshotorg.incanter:incanter-mongodb:1.2.0-SNAPSHOT: checking for
> updates from clojuresnapshotorg.incanter:incanter-mongodb:1.2.0-SNAPSHOT: checking for
> updates from clojure-snapshotssnapshotorg.incanter:incanter-mongodb:1.2.0-SNAPSHOT: checking for
> updates from clojarssnapshotorg.incanter:incanter-mongodb:1.2.0-SNAPSHOT: checking for
> updates from build.clojure.orgsnapshotorg.incanter:incanter-mongodb:1.2.0-SNAPSHOT: checking for
> updates from clojars.orgsnapshotcongomongo:congomongo:0.1.2-SNAPSHOT: checking for updates
> from clojure-releasessnapshotcongomongo:congomongo:0.1.2-SNAPSHOT: checking for updates
> from incantersnapshotcongomongo:congomongo:0.1.2-SNAPSHOT: checking for updates
> from clojuresnapshotcongomongo:congomongo:0.1.2-SNAPSHOT: checking for updates
> from clojure-snapshotssnapshotcongomongo:congomongo:0.1.2-SNAPSHOT: checking for updates
> from build.clojure.orgsnapshotorg.clojars.somnium:mongo-java-driver:1.1.0-SNAPSHOT:
> checking for updates from clojure-releasessnapshotorg.clojars.somnium:mongo-java-driver:1.1.0-SNAPSHOT:
> checking for updates from incantersnapshotorg.clojars.somnium:mongo-java-driver:1.1.0-SNAPSHOT:
> checking for updates from clojuresnapshotorg.clojars.somnium:mongo-java-driver:1.1.0-SNAPSHOT:
> checking for updates from clojure-snapshotssnapshotorg.clojars.somnium:mongo-java-driver:1.1.0-SNAPSHOT:
> checking for updates from build.clojure.orgsnapshotorg.clojars.somnium:mongo-java-driver:1.1.0-SNAPSHOT:
> checking for updates from clojars.orgsnapshotorg.clojars.somnium:mongo-java-driver:1.1.0-SNAPSHOT:
> checking for updates from centralsnapshotorg.clojars.somnium:clojure-db-object:0.1.1-SNAPSHOT:
> checking for updates from clojure-releasessnapshotorg.clojars.somnium:clojure-db-object:0.1.1-SNAPSHOT:
> checking for updates from incantersnapshotorg.clojars.somnium:clojure-db-object:0.1.1-SNAPSHOT:
> checking for updates from clojuresnapshotorg.clojars.somnium:clojure-db-object:0.1.1-SNAPSHOT:
> checking for updates from clojure-snapshotssnapshotorg.clojars.somnium:clojure-db-object:0.1.1-SNAPSHOT:
> checking for updates from build.clojure.orgsnapshotorg.clojars.somnium:clojure-db-object:0.1.1-SNAPSHOT:
> checking for updates from clojars.orgsnapshotorg.clojars.somnium:clojure-db-object:0.1.1-SNAPSHOT:
> checking for updates from centralsnapshotorg.incanter:incanter-pdf:1.2.0-SNAPSHOT: checking for
> updates from clojure-releasessnapshotorg.incanter:incanter-pdf:1.2.0-SNAPSHOT: checking for
> updates from clojuresnapshotorg.incanter:incanter-pdf:1.2.0-SNAPSHOT: checking for
> updates from clojure-snapshotssnapshotorg.incanter:incanter-pdf:1.2.0-SNAPSHOT: checking for
> updates from clojarssnapshotorg.incanter:incanter-pdf:1.2.0-SNAPSHOT: checking for
> updates from build.clojure.orgsnapshotorg.incanter:incanter-pdf:1.2.0-SNAPSHOT: checking for
> updates from clojars.orgsnapshotclojure-http-client:clojure-http-client:1.0.0-SNAPSHOT:
> checking for updates from clojure-releasessnapshotclojure-http-client:clojure-http-client:1.0.0-SNAPSHOT:
> checking for updates from incantersnapshotclojure-http-client:clojure-http-client:1.0.0-SNAPSHOT:
> checking for updates from centralsnapshotclojure-http-client:clojure-http-client:1.0.0-SNAPSHOT:
> checking for updates from clojuresnapshotclojure-http-client:clojure-http-client:1.0.0-SNAPSHOT:
> checking for updates from clojure-snapshotssnapshotorg.clojure:clojure-contrib:1.2.0-SNAPSHOT: checking for
> updates from clojure-releasessnapshotorg.clojure:clojure-contrib:1.2.0-SNAPSHOT: checking for
> updates from incantersnapshotorg.clojure:clojure-contrib:1.2.0-SNAPSHOT: checking for
> updates from clojuresnapshotorg.clojure:clojure-contrib:1.2.0-SNAPSHOT: checking for
> updates from centralsnapshotswank-clojure:swank-clojure:1.1.0-SNAPSHOT: checking for
> updates from clojure-releasessnapshotswank-clojure:swank-clojure:1.1.0-SNAPSHOT: checking for
> updates from incantersnapshotswank-clojure:swank-clojure:1.1.0-SNAPSHOT: checking for
> updates from centralsnapshotswank-clojure:swank-clojure:1.1.0-SNAPSHOT: checking for
> updates from clojuresnapshotswank-clojure:swank-clojure:1.1.0-SNAPSHOT: checking for
> updates from clojure-snapshots
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
> releases)
> Downloading:http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository incanter (http://repo.incanter.org)
> Downloading:http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-maste...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
> Downloading:http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
> snapshots)
> Downloading:http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojars (http://clojars.org/repo/)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
> releases)
> Downloading:http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository incanter (http://repo.incanter.org)
> Downloading:http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-maste...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
> Downloading:http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
> snapshots)
> Downloading:http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojars (http://clojars.org/repo/)
> [compiler:compile]
> Nothing to compile - all classes are up to date
> [resources:testResources]
> [WARNING] Using platform encoding (Cp1252 actually) to copy filtered
> resources, i.e. build is platform dependent!
> skip non existing resourceDirectory C:\Documents and Settings\Annie\My
> Documents\labrepl\RelevanceLabRepl\src\test\resources
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
> releases)
> Downloading:http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository incanter (http://repo.incanter.org)
> Downloading:http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-maste...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
> Downloading:http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
> snapshots)
> Downloading:http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojars (http://clojars.org/repo/)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
> releases)
> Downloading:http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository incanter (http://repo.incanter.org)
> Downloading:http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-maste...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
> Downloading:http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
> snapshots)
> Downloading:http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojars (http://clojars.org/repo/)
> [compiler:testCompile]
> Nothing to compile - all classes are up to date
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
> releases)
> Downloading:http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository incanter (http://repo.incanter.org)
> Downloading:http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-maste...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
> Downloading:http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
> snapshots)
> Downloading:http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojars (http://clojars.org/repo/)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
> releases)
> Downloading:http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository incanter (http://repo.incanter.org)
> Downloading:http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-maste...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
> Downloading:http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
> snapshots)
> Downloading:http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojars (http://clojars.org/repo/)
> [surefire:test]
> No tests to run.
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
> releases)
> Downloading:http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository incanter (http://repo.incanter.org)
> Downloading:http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-maste...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
> Downloading:http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
> snapshots)
> Downloading:http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojars (http://clojars.org/repo/)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
> releases)
> Downloading:http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository incanter (http://repo.incanter.org)
> Downloading:http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-maste...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
> Downloading:http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
> snapshots)
> Downloading:http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-SNAPSHOT' in repository clojars (http://clojars.org/repo/)
> ------------------------------------------------------------------------
> [ERROR]BUILD ERROR
> ------------------------------------------------------------------------
> Error building POM (may not be this project's POM).
>
> Project ID: org.codehaus.plexus:plexus-components:pom:1.1.9
>
> Reason: Cannot find parent: org.codehaus.plexus:plexus for project:
> org.codehaus.plexus:plexus-components:pom:1.1.9 for project
> org.codehaus.plexus:plexus-components:pom:1.1.9
>
> I did all of these steps starting yesterday evening about 5pm.
>
> I'm guessing the base problem here is that somebody moved the 1.2.0snapshot'slocation in clojars.

Eric Thorsen

unread,
May 12, 2010, 11:18:38 AM5/12/10
to enclojure
As a sanity check, I deleted my local maven repository (in <user
dir>/.m2). On my laptop, on had Enclojure 1.1.2 so there was an
update ready in the "updates" window which I applied and this brought
me up to Enclojure version 1.1.3.
I create a new project and pick Samples/Clojure laprepl.
I went into the labrepl directory and got the latest:
git pull origin master
I build the project in Netbeans and start a project repl with no
errors (it took a while to download all the assets).
This _should_ not matter but I Downloaded and installed the "Java"
version on the Netbeans download page.

I'll try this on an XP and Win7 VM latter today.


On May 8, 4:22 pm, Annie Obscure <annie6...@yahoo.com> wrote:
> I've deleted netbeans and any files that start .netbeans in my home
> directory, reinstalled netbeans,
> followed the directions on
> except for
> Activate features is on the Start page or from Tools,->Plugins>Installed, click 'Activate next to the Java SE support
>
> (it's already activated on install)
> followed these instructions to install the enclojure plugin
>     *  Go to the Tools, Plugins and select the 'Settings' tab on the
> dialog
>     * Click Add and call the Update Center "Enclojure" and use the
> followinghttp://www.enclojure.org/file/view/Autoupdate_Site.xml.gz</
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:pom:1.2.0-master-
> SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
> releases)
> Downloading:http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:pom:1.2.0-master-
> SNAPSHOT' in repository incanter (http://repo.incanter.org)
> Downloading:http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-maste...
> Unable to find resource 'org.clojure:clojure-contrib:pom:1.2.0-master-
> SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:pom:1.2.0-master-
> SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
> Downloading:http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-...
> Unable to find resource 'org.clojure:clojure-contrib:pom:1.2.0-master-
> SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
> snapshots)
> Downloading:http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNA...
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
> releases)
> Downloading:http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository incanter (http://repo.incanter.org)
> Downloading:http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-maste...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
> Downloading:http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
> snapshots)
> Downloading:http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojars (http://clojars.org/repo/)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
> releases)
> Downloading:http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository incanter (http://repo.incanter.org)
> Downloading:http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-maste...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
> Downloading:http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
> snapshots)
> Downloading:http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojars (http://clojars.org/repo/)
> [compiler:compile]
> Nothing to compile - all classes are up to date
> [resources:testResources]
> [WARNING] Using platform encoding (Cp1252 actually) to copy filtered
> resources, i.e. build is platform dependent!
> skip non existing resourceDirectory C:\Documents and Settings\Annie\My
> Documents\labrepl\RelevanceLabRepl\src\test\resources
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
> releases)
> Downloading:http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository incanter (http://repo.incanter.org)
> Downloading:http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-maste...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
> Downloading:http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
> snapshots)
> Downloading:http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojars (http://clojars.org/repo/)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
> releases)
> Downloading:http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository incanter (http://repo.incanter.org)
> Downloading:http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-maste...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
> Downloading:http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
> snapshots)
> Downloading:http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojars (http://clojars.org/repo/)
> [compiler:testCompile]
> Nothing to compile - all classes are up to date
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
> releases)
> Downloading:http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository incanter (http://repo.incanter.org)
> Downloading:http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-maste...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
> Downloading:http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
> snapshots)
> Downloading:http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojars (http://clojars.org/repo/)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
> releases)
> Downloading:http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository incanter (http://repo.incanter.org)
> Downloading:http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-maste...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
> Downloading:http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
> snapshots)
> Downloading:http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojars (http://clojars.org/repo/)
> [surefire:test]
> No tests to run.
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
> releases)
> Downloading:http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository incanter (http://repo.incanter.org)
> Downloading:http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-maste...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
> Downloading:http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
> snapshots)
> Downloading:http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojars (http://clojars.org/repo/)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure-releases (http://build.clojure.org/
> releases)
> Downloading:http://repo.incanter.org/org/clojure/clojure-contrib/1.2.0-master-SNA...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository incanter (http://repo.incanter.org)
> Downloading:http://repo1.maven.org/maven2/org/clojure/clojure-contrib/1.2.0-maste...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository central (http://repo1.maven.org/maven2)
> Downloading:http://build.clojure.org/releases/org/clojure/clojure-contrib/1.2.0-m...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure (http://build.clojure.org/releases)
> Downloading:http://build.clojure.org/snapshots/org/clojure/clojure-contrib/1.2.0-...
> Unable to find resource 'org.clojure:clojure-contrib:jar:1.2.0-master-
> SNAPSHOT' in repository clojure-snapshots (http://build.clojure.org/
> snapshots)
> Downloading:http://clojars.org/repo//org/clojure/clojure-contrib/1.2.0-master-SNA...
Reply all
Reply to author
Forward
0 new messages