You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Michael Hinterseher (JIRA)" <ji...@codehaus.org> on 2005/04/24 22:52:46 UTC

[jira] Created: (MNG-350) unable to bootstrap: update in dependcy lost ArtifactRepository <-> Repository

unable to bootstrap: update in dependcy lost  ArtifactRepository  <-> Repository 
---------------------------------------------------------------------------------

         Key: MNG-350
         URL: http://jira.codehaus.org/browse/MNG-350
     Project: m2
        Type: Bug
  Components: maven-artifact  
    Versions: 2.0-alpha-2    
    Reporter: Michael Hinterseher
    Priority: Blocker


I failed to bootstrap during compile:
Resolved version: 1.0-alpha-3-20050422.075233-11
Downloading http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-3-SNAPSHOT/wagon-provider-
api-1.0-alpha-3-20050422.075233-11.jar
Compiling sources ...
Compiling 49 source files to C:\org\apache\m2test\m2\maven-artifact\target\classes
C:\org\apache\m2test\m2\maven-artifact\src\main\java\org\apache\maven\artifact\repository\ArtifactRepository.java:71: ca
nnot find symbolRepository
symbol  : constructor (java.lang.String,java.lang.String,org.apache.maven.wagon.authentication.AuthenticationI
nfo)
location: class org.apache.maven.wagon.repository.Repository
        super( id, url, authInfo );
        ^
C:\org\apache\m2test\m2\maven-artifact\src\main\java\org\apache\maven\artifact\deployer\DefaultArtifactDeployer.java:70:
 cannot find symbol
symbol  : method getAuthenticationInfo()
location: class org.apache.maven.artifact.repository.ArtifactRepository
        if ( deploymentRepository.getAuthenticationInfo() == null )
                                 ^
2 errors
Failure executing javac, but could not parse the error:


Exception in thread "main" java.lang.Exception: Compilation error.
        at MBoot.compile(MBoot.java:905)
        at MBoot.buildProject(MBoot.java:563)
        at MBoot.run(MBoot.java:314)
        at MBoot.main(MBoot.java:116)
Rebuilding maven2 plugins

Caused by: Changes introduced to Repository constructor were lost/not in the wagon-provider-
api-1.0-alpha-3-20050422.075233-11.jar

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-350) unable to bootstrap: update in dependcy lost ArtifactRepository <-> Repository

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-350?page=all ]
     
Brett Porter closed MNG-350:
----------------------------

    Resolution: Won't Fix

sorry, the site its out of date. We moved to Subversion last week, so the code you were using is out of date and won't work with newer snapshots.

svn co http://svn.apache.org/repos/asf/maven/components

> unable to bootstrap: update in dependcy lost  ArtifactRepository  <-> Repository 
> ---------------------------------------------------------------------------------
>
>          Key: MNG-350
>          URL: http://jira.codehaus.org/browse/MNG-350
>      Project: m2
>         Type: Bug
>   Components: maven-artifact
>     Versions: 2.0-alpha-2
>     Reporter: Michael Hinterseher
>     Priority: Blocker

>
> Original Estimate: 1 hour
>         Remaining: 1 hour
>
> I failed to bootstrap during compile:
> Resolved version: 1.0-alpha-3-20050422.075233-11
> Downloading http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-3-SNAPSHOT/wagon-provider-
> api-1.0-alpha-3-20050422.075233-11.jar
> Compiling sources ...
> Compiling 49 source files to C:\org\apache\m2test\m2\maven-artifact\target\classes
> C:\org\apache\m2test\m2\maven-artifact\src\main\java\org\apache\maven\artifact\repository\ArtifactRepository.java:71: ca
> nnot find symbolRepository
> symbol  : constructor (java.lang.String,java.lang.String,org.apache.maven.wagon.authentication.AuthenticationI
> nfo)
> location: class org.apache.maven.wagon.repository.Repository
>         super( id, url, authInfo );
>         ^
> C:\org\apache\m2test\m2\maven-artifact\src\main\java\org\apache\maven\artifact\deployer\DefaultArtifactDeployer.java:70:
>  cannot find symbol
> symbol  : method getAuthenticationInfo()
> location: class org.apache.maven.artifact.repository.ArtifactRepository
>         if ( deploymentRepository.getAuthenticationInfo() == null )
>                                  ^
> 2 errors
> Failure executing javac, but could not parse the error:
> Exception in thread "main" java.lang.Exception: Compilation error.
>         at MBoot.compile(MBoot.java:905)
>         at MBoot.buildProject(MBoot.java:563)
>         at MBoot.run(MBoot.java:314)
>         at MBoot.main(MBoot.java:116)
> Rebuilding maven2 plugins
> Caused by: Changes introduced to Repository constructor were lost/not in the wagon-provider-
> api-1.0-alpha-3-20050422.075233-11.jar

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org