You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Oleg Mikheev (Created) (JIRA)" <ji...@apache.org> on 2012/01/25 18:18:40 UTC

[jira] [Created] (BUILDR-623) build from POM results in InvalidURIError

build from POM results in InvalidURIError
-----------------------------------------

                 Key: BUILDR-623
                 URL: https://issues.apache.org/jira/browse/BUILDR-623
             Project: Buildr
          Issue Type: Bug
          Components: Dependency management
    Affects Versions: 1.4.6
         Environment: Gentoo x64

$ ruby --version
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux]

$ buildr --version
/usr/local/lib64/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
/usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
Buildr 1.4.6
            Reporter: Oleg Mikheev


I've got a POM with simple repository definition and dependency ref.
Whenever I'm trying to tun Buildr against this POM I'm getting this:

$ buildr -v compile
/usr/local/lib64/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
/usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
To use Buildr you need a buildfile. Do you want me to create one?:
1. From Maven2 POM file
2. From directory structure
3. Cancel
?  1
Downloading org.jboss.aop:jboss-aop:pom:2.1.8.GA
Buildr aborted!
URI::InvalidURIError : bad URI(is not URI?): ["https://repository.jboss.org/nexus/content/groups/public-jboss/"]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (BUILDR-623) build from POM results in InvalidURIError

Posted by "Chadwick Boggs (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13236799#comment-13236799 ] 

Chadwick Boggs commented on BUILDR-623:
---------------------------------------

I experience this issue on a different OS:


$ uname -a
Darwin cboggsmac.local 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64

$ ruby --version
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin11.2.0]

$ buildr --version
/Users/chad/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
/Users/chad/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
Buildr 1.4.6

                
> build from POM results in InvalidURIError
> -----------------------------------------
>
>                 Key: BUILDR-623
>                 URL: https://issues.apache.org/jira/browse/BUILDR-623
>             Project: Buildr
>          Issue Type: Bug
>          Components: Dependency management
>    Affects Versions: 1.4.6
>         Environment: Gentoo x64
> $ ruby --version
> ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux]
> $ buildr --version
> /usr/local/lib64/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
> /usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
> Buildr 1.4.6
>            Reporter: Oleg Mikheev
>         Attachments: pom.xml
>
>
> I've got a POM with simple repository definition and dependency ref.
> Whenever I try to run Buildr against this POM Buildr tries to parse String that includes square bracket and single quote into URI.
> I'm getting this:
> $ buildr -v compile
> /usr/local/lib64/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
> /usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
> To use Buildr you need a buildfile. Do you want me to create one?:
> 1. From Maven2 POM file
> 2. From directory structure
> 3. Cancel
> ?  1
> Downloading org.jboss.aop:jboss-aop:pom:2.1.8.GA
> Buildr aborted!
> URI::InvalidURIError : bad URI(is not URI?): ["https://repository.jboss.org/nexus/content/groups/public-jboss/"]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (BUILDR-623) build from POM results in InvalidURIError

Posted by "Oleg Mikheev (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Mikheev updated BUILDR-623:
--------------------------------

    Description: 
I've got a POM with simple repository definition and dependency ref.
Whenever I try to run Buildr against this POM Buildr tries to parse String that includes square bracket and single quote into URI.
I'm getting this:

$ buildr -v compile
/usr/local/lib64/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
/usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
To use Buildr you need a buildfile. Do you want me to create one?:
1. From Maven2 POM file
2. From directory structure
3. Cancel
?  1
Downloading org.jboss.aop:jboss-aop:pom:2.1.8.GA
Buildr aborted!
URI::InvalidURIError : bad URI(is not URI?): ["https://repository.jboss.org/nexus/content/groups/public-jboss/"]

  was:
I've got a POM with simple repository definition and dependency ref.
Whenever I'm trying to tun Buildr against this POM I'm getting this:

$ buildr -v compile
/usr/local/lib64/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
/usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
To use Buildr you need a buildfile. Do you want me to create one?:
1. From Maven2 POM file
2. From directory structure
3. Cancel
?  1
Downloading org.jboss.aop:jboss-aop:pom:2.1.8.GA
Buildr aborted!
URI::InvalidURIError : bad URI(is not URI?): ["https://repository.jboss.org/nexus/content/groups/public-jboss/"]

    
> build from POM results in InvalidURIError
> -----------------------------------------
>
>                 Key: BUILDR-623
>                 URL: https://issues.apache.org/jira/browse/BUILDR-623
>             Project: Buildr
>          Issue Type: Bug
>          Components: Dependency management
>    Affects Versions: 1.4.6
>         Environment: Gentoo x64
> $ ruby --version
> ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux]
> $ buildr --version
> /usr/local/lib64/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
> /usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
> Buildr 1.4.6
>            Reporter: Oleg Mikheev
>         Attachments: pom.xml
>
>
> I've got a POM with simple repository definition and dependency ref.
> Whenever I try to run Buildr against this POM Buildr tries to parse String that includes square bracket and single quote into URI.
> I'm getting this:
> $ buildr -v compile
> /usr/local/lib64/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
> /usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
> To use Buildr you need a buildfile. Do you want me to create one?:
> 1. From Maven2 POM file
> 2. From directory structure
> 3. Cancel
> ?  1
> Downloading org.jboss.aop:jboss-aop:pom:2.1.8.GA
> Buildr aborted!
> URI::InvalidURIError : bad URI(is not URI?): ["https://repository.jboss.org/nexus/content/groups/public-jboss/"]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (BUILDR-623) build from POM results in InvalidURIError

Posted by "Oleg Mikheev (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Mikheev updated BUILDR-623:
--------------------------------

    Attachment: pom.xml

POM that runs fine in Maven and produces errors in Buildr.
                
> build from POM results in InvalidURIError
> -----------------------------------------
>
>                 Key: BUILDR-623
>                 URL: https://issues.apache.org/jira/browse/BUILDR-623
>             Project: Buildr
>          Issue Type: Bug
>          Components: Dependency management
>    Affects Versions: 1.4.6
>         Environment: Gentoo x64
> $ ruby --version
> ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux]
> $ buildr --version
> /usr/local/lib64/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
> /usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
> Buildr 1.4.6
>            Reporter: Oleg Mikheev
>         Attachments: pom.xml
>
>
> I've got a POM with simple repository definition and dependency ref.
> Whenever I'm trying to tun Buildr against this POM I'm getting this:
> $ buildr -v compile
> /usr/local/lib64/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
> /usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
> To use Buildr you need a buildfile. Do you want me to create one?:
> 1. From Maven2 POM file
> 2. From directory structure
> 3. Cancel
> ?  1
> Downloading org.jboss.aop:jboss-aop:pom:2.1.8.GA
> Buildr aborted!
> URI::InvalidURIError : bad URI(is not URI?): ["https://repository.jboss.org/nexus/content/groups/public-jboss/"]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (BUILDR-623) build from POM results in InvalidURIError

Posted by "Peter Donald (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Donald updated BUILDR-623:
--------------------------------

    Fix Version/s: 1.5
    
> build from POM results in InvalidURIError
> -----------------------------------------
>
>                 Key: BUILDR-623
>                 URL: https://issues.apache.org/jira/browse/BUILDR-623
>             Project: Buildr
>          Issue Type: Bug
>          Components: Dependency management
>    Affects Versions: 1.4.6
>         Environment: Gentoo x64
> $ ruby --version
> ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux]
> $ buildr --version
> /usr/local/lib64/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
> /usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
> Buildr 1.4.6
>            Reporter: Oleg Mikheev
>             Fix For: 1.5
>
>         Attachments: pom.xml
>
>
> I've got a POM with simple repository definition and dependency ref.
> Whenever I try to run Buildr against this POM Buildr tries to parse String that includes square bracket and single quote into URI.
> I'm getting this:
> $ buildr -v compile
> /usr/local/lib64/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
> /usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
> To use Buildr you need a buildfile. Do you want me to create one?:
> 1. From Maven2 POM file
> 2. From directory structure
> 3. Cancel
> ?  1
> Downloading org.jboss.aop:jboss-aop:pom:2.1.8.GA
> Buildr aborted!
> URI::InvalidURIError : bad URI(is not URI?): ["https://repository.jboss.org/nexus/content/groups/public-jboss/"]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Issue Comment Edited] (BUILDR-623) build from POM results in InvalidURIError

Posted by "Chadwick Boggs (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13236799#comment-13236799 ] 

Chadwick Boggs edited comment on BUILDR-623 at 3/23/12 5:16 PM:
----------------------------------------------------------------

I experience this issue on a different OS:

$ uname -a
Darwin cboggsmac.local 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64

$ ruby --version
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin11.2.0]

$ buildr --version
/Users/chad/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
/Users/chad/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
Buildr 1.4.6

                
      was (Author: chadwickboggs):
    I experience this issue on a different OS:


$ uname -a
Darwin cboggsmac.local 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64

$ ruby --version
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin11.2.0]

$ buildr --version
/Users/chad/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
/Users/chad/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
Buildr 1.4.6

                  
> build from POM results in InvalidURIError
> -----------------------------------------
>
>                 Key: BUILDR-623
>                 URL: https://issues.apache.org/jira/browse/BUILDR-623
>             Project: Buildr
>          Issue Type: Bug
>          Components: Dependency management
>    Affects Versions: 1.4.6
>         Environment: Gentoo x64
> $ ruby --version
> ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux]
> $ buildr --version
> /usr/local/lib64/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
> /usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
> Buildr 1.4.6
>            Reporter: Oleg Mikheev
>         Attachments: pom.xml
>
>
> I've got a POM with simple repository definition and dependency ref.
> Whenever I try to run Buildr against this POM Buildr tries to parse String that includes square bracket and single quote into URI.
> I'm getting this:
> $ buildr -v compile
> /usr/local/lib64/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
> /usr/lib64/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
> To use Buildr you need a buildfile. Do you want me to create one?:
> 1. From Maven2 POM file
> 2. From directory structure
> 3. Cancel
> ?  1
> Downloading org.jboss.aop:jboss-aop:pom:2.1.8.GA
> Buildr aborted!
> URI::InvalidURIError : bad URI(is not URI?): ["https://repository.jboss.org/nexus/content/groups/public-jboss/"]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira