You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Wang Qi (JIRA)" <ji...@codehaus.org> on 2006/05/27 16:06:40 UTC

[jira] Created: (MNG-2325) maven2 doesn't working with acegi because acegi-security-parent-1.0.0-RC2.pom contains non ISO-8859-1 character

maven2 doesn't working with acegi because acegi-security-parent-1.0.0-RC2.pom contains non ISO-8859-1 character
---------------------------------------------------------------------------------------------------------------

         Key: MNG-2325
         URL: http://jira.codehaus.org/browse/MNG-2325
     Project: Maven 2
        Type: Bug

    Versions: 2.0.4    
 Environment:  windows XP SP2 chinese version
Java 5 updat 6
    Reporter: Wang Qi


 on windows XP SP2 chinese verion, mvn always report :
====================================================================================================================
[ERROR] An error occurred during dependency resolution of the following artifact:
    org.acegisecurity:acegi-security:1.0.0-RC2
Caused by: Unable to get dependency information: Unable to read the metadata file for artifact 'org.acegisecurity:acegi-security:jar': Cannot find parent: org.acegisecurity:acegi-security-parent for project: null:acegi-security:jar:null
  org.acegisecurity:acegi-security:jar:1.0.0-RC2

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)
Path to dependency:
        1) com.eis.services:eis-cd-biz:jar:1.0
        2) com.eis.services:eis-cd-dal:jar:1.0
        3) com.eis.services:eis-core-common:jar:1.0

===================================================================================================================
after remove the contributor from the pom file ( sorry for that, I guess there are some non-english character in the name of contributor.), mvn works with acegi again!

btw, I have tried to chage the encoding of XML file to UTF-8, it fails.
please reconsider spell the name of contributor using english. I will also submit a issue to acegi team. 

-- 
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


[jira] Commented: (MEV-398) maven2 doesn't working with acegi because acegi-security-parent-1.0.0-RC2.pom contains non ISO-8859-1 character

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-398?page=comments#action_65989 ] 

Carlos Sanchez commented on MEV-398:
------------------------------------

The problem may be Sergio BernĂ¡

> maven2 doesn't working with acegi because acegi-security-parent-1.0.0-RC2.pom contains non ISO-8859-1 character
> ---------------------------------------------------------------------------------------------------------------
>
>          Key: MEV-398
>          URL: http://jira.codehaus.org/browse/MEV-398
>      Project: Maven Evangelism
>         Type: Bug

>     Reporter: Wang Qi

>
>
>  on windows XP SP2 chinese verion, mvn always report :
> ====================================================================================================================
> [ERROR] An error occurred during dependency resolution of the following artifact:
>     org.acegisecurity:acegi-security:1.0.0-RC2
> Caused by: Unable to get dependency information: Unable to read the metadata file for artifact 'org.acegisecurity:acegi-security:jar': Cannot find parent: org.acegisecurity:acegi-security-parent for project: null:acegi-security:jar:null
>   org.acegisecurity:acegi-security:jar:1.0.0-RC2
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> Path to dependency:
>         1) com.eis.services:eis-cd-biz:jar:1.0
>         2) com.eis.services:eis-cd-dal:jar:1.0
>         3) com.eis.services:eis-core-common:jar:1.0
> ===================================================================================================================
> after remove the contributor from the pom file ( sorry for that, I guess there are some non-english character in the name of contributor.), mvn works with acegi again!
> btw, I have tried to chage the encoding of XML file to UTF-8, it fails.
> please reconsider spell the name of contributor using english. I will also submit a issue to acegi team. 

-- 
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


[jira] Closed: (MEV-398) maven2 doesn't working with acegi because acegi-security-parent-1.0.0-RC2.pom contains non ISO-8859-1 character

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-398?page=all ]
     
Carlos Sanchez closed MEV-398:
------------------------------

     Assign To: Carlos Sanchez
    Resolution: Fixed

> maven2 doesn't working with acegi because acegi-security-parent-1.0.0-RC2.pom contains non ISO-8859-1 character
> ---------------------------------------------------------------------------------------------------------------
>
>          Key: MEV-398
>          URL: http://jira.codehaus.org/browse/MEV-398
>      Project: Maven Evangelism
>         Type: Bug

>     Reporter: Wang Qi
>     Assignee: Carlos Sanchez

>
>
>  on windows XP SP2 chinese verion, mvn always report :
> ====================================================================================================================
> [ERROR] An error occurred during dependency resolution of the following artifact:
>     org.acegisecurity:acegi-security:1.0.0-RC2
> Caused by: Unable to get dependency information: Unable to read the metadata file for artifact 'org.acegisecurity:acegi-security:jar': Cannot find parent: org.acegisecurity:acegi-security-parent for project: null:acegi-security:jar:null
>   org.acegisecurity:acegi-security:jar:1.0.0-RC2
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> Path to dependency:
>         1) com.eis.services:eis-cd-biz:jar:1.0
>         2) com.eis.services:eis-cd-dal:jar:1.0
>         3) com.eis.services:eis-core-common:jar:1.0
> ===================================================================================================================
> after remove the contributor from the pom file ( sorry for that, I guess there are some non-english character in the name of contributor.), mvn works with acegi again!
> btw, I have tried to chage the encoding of XML file to UTF-8, it fails.
> please reconsider spell the name of contributor using english. I will also submit a issue to acegi team. 

-- 
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


[jira] Commented: (MEV-398) maven2 doesn't working with acegi because acegi-security-parent-1.0.0-RC2.pom contains non ISO-8859-1 character

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-398?page=comments#action_65988 ] 

Carlos Sanchez commented on MEV-398:
------------------------------------

it's a known issue, we'll change the pom in the repo for now until maven is fixed

> maven2 doesn't working with acegi because acegi-security-parent-1.0.0-RC2.pom contains non ISO-8859-1 character
> ---------------------------------------------------------------------------------------------------------------
>
>          Key: MEV-398
>          URL: http://jira.codehaus.org/browse/MEV-398
>      Project: Maven Evangelism
>         Type: Bug

>     Reporter: Wang Qi

>
>
>  on windows XP SP2 chinese verion, mvn always report :
> ====================================================================================================================
> [ERROR] An error occurred during dependency resolution of the following artifact:
>     org.acegisecurity:acegi-security:1.0.0-RC2
> Caused by: Unable to get dependency information: Unable to read the metadata file for artifact 'org.acegisecurity:acegi-security:jar': Cannot find parent: org.acegisecurity:acegi-security-parent for project: null:acegi-security:jar:null
>   org.acegisecurity:acegi-security:jar:1.0.0-RC2
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> Path to dependency:
>         1) com.eis.services:eis-cd-biz:jar:1.0
>         2) com.eis.services:eis-cd-dal:jar:1.0
>         3) com.eis.services:eis-core-common:jar:1.0
> ===================================================================================================================
> after remove the contributor from the pom file ( sorry for that, I guess there are some non-english character in the name of contributor.), mvn works with acegi again!
> btw, I have tried to chage the encoding of XML file to UTF-8, it fails.
> please reconsider spell the name of contributor using english. I will also submit a issue to acegi team. 

-- 
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