[MacPorts] #29305: Can't build groovy 1.8.0

MacPorts noreply at macports.org
Wed Jul 27 18:16:21 PDT 2011


#29305: Can't build groovy 1.8.0
-----------------------------------+----------------------------------------
 Reporter:  henri.gomez@…          |       Owner:  breskeby@…           
     Type:  defect                 |      Status:  assigned             
 Priority:  Normal                 |   Milestone:                       
Component:  ports                  |     Version:  1.9.2                
 Keywords:                         |        Port:  groovy               
-----------------------------------+----------------------------------------

Comment(by bruno@…):

 There is the same problem for a couple of different jars from the
 [http://community.jboss.org/en/build/blog/2011/06/01/blocking-
 repositoryjbossorgmaven2 now-disabled JBoss repository].

 The repository id used in the Groovy build file (`config/maven/groovy-
 tools.pom`) is "`jboss repo`", so putting this in `~/.m2/settings.xml`
 makes the build work:

 {{{
 #!xml
 <settings>
   <mirrors>
     <mirror>
       <id>jboss-public</id>
       <name>JBoss Public Nexus Repository</name>
       <url>https://repository.jboss.org/nexus/content/groups/public/</url>
       <mirrorOf>jboss repo</mirrorOf>
     </mirror>
   </mirrors>
 </settings>
 }}}

 (Modifying the address in `config/maven/groovy-tools.pom` would probably
 work too.)

-- 
Ticket URL: <https://trac.macports.org/ticket/29305#comment:7>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list