Alfresco / alfresco-sdk

The Alfresco In-Process SDK is based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects
Apache License 2.0
184 stars 113 forks source link

mvn install fails #201

Closed deas closed 10 years ago

deas commented 10 years ago

"Naively" running "mvn install" in the root directory fails

alfresco-sdk/modules/alfresco-rad/src/main/java/org/alfresco/maven/rad/RemoteRunnerWrapper.java:[3,33]     error: cannot find symbol
[ERROR] symbol:   class RemoteServer
[ERROR] location: package com.tradeshift.test.remote  
mindthegab commented 10 years ago

Hey @deas,

funnily enough it works on my machine :)

But also on the build server (last run yesterday).

Seems you are missing the Jar from the junit-remote runner. Can you remove your local repo for com/tradeshift/junit-remote and re-try?

The dependency is in there, so I am assuming it's something local to your env.

Thanks for raising this!

deas commented 10 years ago

That fixed it - thanks @mindthegab !

No clue how that jar crept into the local repo though.

mindthegab commented 10 years ago

Must be an issue on the repo side. I'll investigate if I find something, although we just upgraded to nexus 2.8 and bumped up resources.

Odd.

Sent from my iPhone

On Aug 6, 2014, at 3:26 AM, Andreas Steffan notifications@github.com wrote:

That fixed it - thanks @mindthegab !

No clue how that jar crept into the local repo though.

— Reply to this email directly or view it on GitHub.