[Building Sakai] Evaluation Tool Build

Matthew Jones matthew at longsight.com
Thu Jul 24 11:28:10 PDT 2014


Cool, I had this problem come up locally too. The easiest workaround for me
was to add to


These mirrorOf settings, since it was difficult to get these updated in the
everyplace in an older build. Tells maven to just use maven central as a
mirror for these repos. These were the two ids I found.

~/.m2/settings.xml

<settings>
  <mirrors>
    <mirror>
      <id>Maven Central</id>
      <name>Maven Central</name>
      <url>http://repo1.maven.org/maven2</url>
      <mirrorOf>CARET-Maven2,caret-maven2-dev</mirrorOf>
    </mirror>
  </mirrors>
</settings>



On Thu, Jul 24, 2014 at 12:46 PM, Miller, Jeffrey <
jeffrey.miller.ctr at usuhs.edu> wrote:

> Ok, I had to touch ~/.m2/repository/uk/org/ponder/rsfutil/RSFComponents-
> templates/0.8.0-SNAPSHOT/RSFComponents-templates-0.8.0-SNAPSHOT.pom after
> an unsuccessful build and remove the <repositories> section to then
> continue building.
>
>
> On Thu, Jul 24, 2014 at 9:14 AM, Miller, Jeffrey <
> jeffrey.miller.ctr at usuhs.edu> wrote:
>
>> Hmm, after applying the patch, it is still trying to access caret:
>>
>> [INFO]
>>
>>
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> [INFO] Building Sakai Evaluation Tool 10-SNAPSHOT
>>
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> Downloading:
>> http://repo1.maven.org/maven2/net/sf/opencsv/opencsv/1.7/opencsv-1.7.pom
>>
>> Downloaded:
>> http://repo1.maven.org/maven2/net/sf/opencsv/opencsv/1.7/opencsv-1.7.pom
>> (0 B at 0.0 KB/sec)
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/poi/poi-ooxml/3.7/poi-ooxml-3.7.pom
>>
>> Downloaded:
>> http://repo1.maven.org/maven2/org/apache/poi/poi-ooxml/3.7/poi-ooxml-3.7.pom
>> (0 B at 0.0 KB/sec)
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/poi/poi-ooxml-schemas/3.7/poi-ooxml-schemas-3.7.pom
>>
>> Downloaded:
>> http://repo1.maven.org/maven2/org/apache/poi/poi-ooxml-schemas/3.7/poi-ooxml-schemas-3.7.pom
>> (0 B at 0.0 KB/sec)
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.pom
>>
>> Downloaded:
>> http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.pom
>> (0 B at 0.0 KB/sec)
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/geronimo/specs/specs/1.2/specs-1.2.pom
>>
>> Downloaded:
>> http://repo1.maven.org/maven2/org/apache/geronimo/specs/specs/1.2/specs-1.2.pom
>> (0 B at 0.0 KB/sec)
>>
>> Downloading:
>> http://www2.caret.cam.ac.uk/maven2/uk/org/ponder/pure-poms/rsf-components-base/0.8.0-SNAPSHOT/maven-metadata.xml
>>
>>
>>
>>
>> On Thu, Jul 24, 2014 at 9:00 AM, Matthew Jones <matthew at longsight.com>
>> wrote:
>>
>>> I'd remove the caret repository (or the probably even the entire
>>> repository section) from the POM. It generally isn't up anymore and isn't
>>> needed.
>>>
>>> This was fixed in the trunk/10.0 branch recently
>>> https://jira.sakaiproject.org/browse/EVALSYS-1410
>>>
>>> and mentioned on
>>> https://jira.sakaiproject.org/browse/EVALSYS-1349
>>>
>>>
>>> On Thu, Jul 24, 2014 at 6:31 AM, Miller, Jeffrey <
>>> jeffrey.miller.ctr at usuhs.edu> wrote:
>>>
>>>> Greetings, so I've blown away my .m2 local repo and was doing a clean
>>>> Sakai-10 build.  The evaluation tool build is hanging:
>>>>
>>>> [INFO]
>>>>
>>>>
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>> [INFO] Building Sakai Evaluation Tool 10-SNAPSHOT
>>>>
>>>> [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>> Downloading:
>>>> https://www2.caret.cam.ac.uk/maven2dev/jfree/jcommon/1.0.12/jcommon-1.0.12.pom
>>>>
>>>> It seems like this site is no longer responding.  This worked before.
>>>>  Does anyone else have a similar issue?
>>>>
>>>> Thanks,
>>>>
>>>> -jeb
>>>>
>>>> --
>>>> Jeb Miller
>>>> Programmer Analyst - Sakai, HJF
>>>> USUHS/ATD
>>>> 4301 Jones Bridge Road
>>>> Bethesda, MD 20814-4799
>>>> 301-319-0442
>>>>
>>>> _______________________________________________
>>>> sakai-dev mailing list
>>>> sakai-dev at collab.sakaiproject.org
>>>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>>>>
>>>> TO UNSUBSCRIBE: send email to
>>>> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
>>>> "unsubscribe"
>>>>
>>>
>>>
>>
>>
>> --
>> Jeb Miller
>> Programmer Analyst - Sakai, HJF
>> USUHS/ATD
>> 4301 Jones Bridge Road
>> Bethesda, MD 20814-4799
>> 301-319-0442
>>
>
>
>
> --
> Jeb Miller
> Programmer Analyst - Sakai, HJF
> USUHS/ATD
> 4301 Jones Bridge Road
> Bethesda, MD 20814-4799
> 301-319-0442
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20140724/79516340/attachment.html 


More information about the sakai-dev mailing list