Giter VIP home page Giter VIP logo

Comments (15)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Thanks Jason, fixed in 1.7.8. Unfortunately maven can't be used to download 
this dependency since I don't have access to the maven repo right now.

I implemented the suggested solution.

Original comment by [email protected] on 6 Dec 2011 at 8:36

  • Added labels: ****
  • Removed labels: ****

from cloning.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024

Original comment by [email protected] on 6 Dec 2011 at 8:37

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

from cloning.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Thanks for the quick response!  Happy to help.

Original comment by jasondanlee on 6 Dec 2011 at 9:01

  • Added labels: ****
  • Removed labels: ****

from cloning.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Cheers Jason

Original comment by [email protected] on 6 Dec 2011 at 11:43

  • Added labels: ****
  • Removed labels: ****

from cloning.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
>Thanks Jason, fixed in 1.7.8. Unfortunately maven can't be used to download 
this dependency since I don't have access to the maven repo right now.

If company was changed or something - upload this project to maven repo with 
new path (company name). Ability to download artefacts from maven repo is very 
important.

Original comment by [email protected] on 19 Dec 2011 at 9:25

  • Added labels: ****
  • Removed labels: ****

from cloning.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Alexander, just managed to upload a new version in a maven repo, please check 
maven wiki.

Original comment by [email protected] on 17 Jan 2012 at 11:13

  • Added labels: ****
  • Removed labels: ****

from cloning.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Currently it does not work for me:

[ERROR] Failed to execute goal on project website: Could not resolve 
dependencies for project website:war:1.0-SNAPSHOT: Failed to collect 
dependencies for [uk.com.robust-it:cloning:jar:1.7.9 (compile), 
org.apache.wicket:wicket-core:jar:1.5.3 (compile), 
org.slf4j:slf4j-log4j12:jar:1.6.2 (compile), log4j:log4j:jar:1.2.16 (compile), 
junit:junit:jar:4.8.1 (test), javax.activation:activation:jar:1.1 (compile), 
javax.mail:mail:jar:1.4.1 (compile), 
org.eclipse.jetty.aggregate:jetty-all-server:jar:7.5.0.v20110901 (provided)]: 
Failed to read artifact descriptor for uk.com.robust-it:cloning:jar:1.7.9: 
Could not transfer artifact uk.com.robust-it:cloning:pom:1.7.9 from/to 
sonatype-staging 
(https://oss.sonatype.org/service/local/staging/deploy/maven2/): Access denied 
to: 
https://oss.sonatype.org/service/local/staging/deploy/maven2/uk/com/robust-it/cl
oning/1.7.9/cloning-1.7.9.pom -> [Help 1]

Original comment by [email protected] on 17 Jan 2012 at 11:54

  • Added labels: ****
  • Removed labels: ****

from cloning.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Did you added the additional maven repo?

http://code.google.com/p/cloning/wiki/Maven_Dependency

Original comment by [email protected] on 18 Jan 2012 at 7:36

  • Added labels: ****
  • Removed labels: ****

from cloning.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Yes, additional maven repo was added.

As you can see from error message, link 
"https://oss.sonatype.org/service/local/staging/deploy/maven2/uk/com/robust-it/c
loning/1.7.9/cloning-1.7.9.pom" is not accessible. Try to navigate it using 
browser. My browser is asking for username and password.

Original comment by [email protected] on 19 Jan 2012 at 9:13

  • Added labels: ****
  • Removed labels: ****

from cloning.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Hmm, probably I had to close the staging repository. It should be ok soon but 
still that link doesn't work.

Original comment by [email protected] on 19 Jan 2012 at 9:03

  • Added labels: ****
  • Removed labels: ****

from cloning.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
this url works in the browser and doesn't require password:

https://oss.sonatype.org/content/repositories/ukcomrobust-it-167/uk/com/robust-i
t/cloning/1.7.9/

I'm confused with sonatype, I still don't understand how it works.

Original comment by [email protected] on 19 Jan 2012 at 9:08

  • Added labels: ****
  • Removed labels: ****

from cloning.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
I don't know correct this link or not. But it works!
<repository>
    <id>sonatype-staging</id>
    <url>https://oss.sonatype.org/content/repositories/ukcomrobust-it-167</url></repository>

Original comment by [email protected] on 20 Jan 2012 at 8:00

  • Added labels: ****
  • Removed labels: ****

from cloning.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Probably this will do for a while. I've just "released" the staging repository. 
I believe this means it will be sync'd with central, which in turn means that 
the dependency can be downloaded without any extra repository. I would think it 
would take a couple of days.

Original comment by [email protected] on 21 Jan 2012 at 10:35

  • Added labels: ****
  • Removed labels: ****

from cloning.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
the url should now be 

https://oss.sonatype.org/content/repositories/releases/

until it is sync'd with central

Original comment by [email protected] on 24 Jan 2012 at 9:36

  • Added labels: ****
  • Removed labels: ****

from cloning.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Thank you!

Original comment by [email protected] on 24 Jan 2012 at 9:38

  • Added labels: ****
  • Removed labels: ****

from cloning.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.