google-code-export / red5

Automatically exported from code.google.com/p/red5
0 stars 0 forks source link

jaudiotagger reource not found on build #514

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,
I'm trying to eclipse maven build the latest RED5 distribution from the GIT 
repo, but I get an error that the resource 
http://red5.googlecode.com/svn/repository/org/jaudiotagger/2.0.4-SNAPSHOT/maven-
metadata.xml
is unavailable.

I tried to manually access the resource - but it's not there, so either the 
path is stale, or it has something to do with my project config. 

this is the console:

[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          
org.apache.maven.plugins:maven-install-plugin:2.3.1:install (default-install)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <artifact default-value="${project.artifact}"/>
  <attachedArtifacts default-value="${project.attachedArtifacts}"/>
  <createChecksum default-value="false">${createChecksum}</createChecksum>
  <localRepository>${localRepository}</localRepository>
  <packaging default-value="${project.packaging}"/>
  <pomFile default-value="${project.file}"/>
  <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Could not find metadata 
org:jaudiotagger:2.0.4-SNAPSHOT/maven-metadata.xml in local 
(C:\Users\משתמש\.m2\repository)
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further 
details.
[DEBUG] Using connector AsyncRepositoryConnector with priority 100 for 
http://repo1.maven.org/maven2
[DEBUG] Using connector AsyncRepositoryConnector with priority 100 for 
http://repo.springsource.org/release
[DEBUG] Using connector AsyncRepositoryConnector with priority 100 for 
http://repo.springsource.org/milestone
[DEBUG] Using connector AsyncRepositoryConnector with priority 100 for 
http://red5.googlecode.com/svn/repository
Downloading: 
http://repo.springsource.org/release/org/jaudiotagger/2.0.4-SNAPSHOT/maven-metad
ata.xml
Downloading: 
http://repo1.maven.org/maven2/org/jaudiotagger/2.0.4-SNAPSHOT/maven-metadata.xml
Downloading: 
http://repo.springsource.org/milestone/org/jaudiotagger/2.0.4-SNAPSHOT/maven-met
adata.xml
Downloading: 
http://red5.googlecode.com/svn/repository/org/jaudiotagger/2.0.4-SNAPSHOT/maven-
metadata.xml
[DEBUG] onThrowable
org.sonatype.aether.connector.async.ResourceDoesNotExistException: Unable to 
locate resource 
http://red5.googlecode.com/svn/repository/org/jaudiotagger/2.0.4-SNAPSHOT/maven-
metadata.xml. Error code 404
    at org.sonatype.aether.connector.async.AsyncRepositoryConnector.handleResponseCode(AsyncRepositoryConnector.java:354)
    at org.sonatype.aether.connector.async.AsyncRepositoryConnector.access$1600(AsyncRepositoryConnector.java:89)

Original issue reported on code.google.com by nevo...@gmail.com on 16 Jul 2014 at 8:10

GoogleCodeExporter commented 9 years ago
See wiki for resource / build resolutions

Original comment by mondain on 9 Nov 2014 at 3:54