I've added the logging and the results are below. How do I get the latest
version from the trunk ? Our firewall blocks subversion access so I cannot
check it out and build it.
Here's the log, a cool 8 minutes 39 seconds to install commons-lang :-)
resolved "commons-lang#commons-lang;2.0" (968ms)
resolved "commons-lang#commons-lang;2.0" (0ms)
resolved "commons-lang#commons-lang;2.0" (0ms)
resolved "commons-lang#commons-lang;2.0" (0ms)
resolved "commons-lang#commons-lang;2.0" (2860ms)
The console output:
Buildfile: C:\Documents and
Settings\pauln\workspacejazz\CommonBaseCore\iv2.xml
init-basic:
[ivy:settings] :: Ivy 2.0.0-beta2 - 20080225093827 ::
http://ant.apache.org/ivy/ ::
[ivy:settings] :: loading settings :: file = C:\Documents and
Settings\pauln\workspacejazz\CommonBaseCore\ivySettings.xml
basic:
[ivy:install] :: installing commons-lang#commons-lang;2.0 ::
[ivy:install] :: resolving dependencies ::
[ivy:install] found commons-lang#commons-lang;2.0 in maven2
[ivy:install] :: downloading artifacts to cache ::
[ivy:install] downloading
http://mirrors.ibiblio.org/pub/mirrors/maven2/commons-lang/commons-lang/2.0/commons-lang-2.0.jar
...
[ivy:install] .......
[ivy:install] . (165kB)
[ivy:install] .. (0kB)
[ivy:install] [SUCCESSFUL ]
commons-lang#commons-lang;2.0!commons-lang.jar (2860ms)
[ivy:install] :: installing in team ::
[ivy:install] published commons-lang to
\\tgcrepd1\ivy-repository/repositorymaven/commons-lang/commons-lang/2.0.part/commons-lang-2.0.jar
[ivy:install] published ivy to
\\tgcrepd1\ivy-repository/repositorymaven/commons-lang/commons-lang/2.0.part/commons-lang-2.0.xml
[ivy:install] publish commited: moved
\\tgcrepd1\ivy-repository\repositorymaven\commons-lang\commons-lang\2.0.part
[ivy:install] to
\\tgcrepd1\ivy-repository\repositorymaven\commons-lang\commons-lang\2.0
[ivy:install] :: install resolution report ::
[ivy:install] :: resolution report :: resolve 0ms :: artifacts dl 2875ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 1 | 1 | 1 | 0 || 1 | 1 |
---------------------------------------------------------------------
BUILD SUCCESSFUL
Total time: 8 minutes 39 seconds
and the settings:
<ivysettings>
<!--
see http://www.jayasoft.org/ivy/doc/configuration
-->
<!-- you can override this property to use mirrors
http://mirrors.dotsrc.org/maven2
http://ftp.ggi-project.org/pub/packages/maven2
http://mirrors.sunsite.dk/maven2
http://public.planetmirror.com/pub/maven2
http://ibiblio.lsu.edu/main/pub/packages/maven2
http://www.ibiblio.net/pub/packages/maven2
-->
<property name="ibiblio-maven2-root"
value="http://www.ibiblio.org/maven2/" override="false"/>
<property name="jboss"
value="http://repository.jboss.com/maven2/" override="false"/>
<property name="mvnrepository"
value="http://mvnrepository.com/" override="false"/>
<property name="javarepo"
value="http://javarepo.xoocode.org//" override="false"/>
<property name="ibiblio"
value="http://mirrors.ibiblio.org/pub/mirrors/maven2/"
override="false"/>
<property name="spring-root"
value="http://www.springsource.com/repository/app/"
override="false"/>
<property name="maven2.pattern"
value="[organisation]/[module]/[revision]/[module]-[revision]" />
<property name="maven2.pattern.ext"
value="${maven2.pattern}.[ext]" />
<property name="ivy2.pattern"
value="[organisation][module]/[revision]/[artifact]-[revision]" />
<property name="ivy2.pattern.ext"
value="${ivy2.pattern}.[ext]" />
<property name="ivy-repository"
value="\\tgcrepd1\ivy-repository" />
<!-- pull in the local repository -->
<include url="${ivy.default.conf.dir}/ivyconf-local.xml"/>
<settings defaultResolver="default"/>
<resolvers>
<filesystem name="team">
ivys="true" artifacts="true"
m2compatible="true" >
<artifact
pattern="${ivy-repository}/repositorymaven/${maven2.pattern.ext}"/>
<ivy
pattern="${ivy-repository}/repositorymaven/${maven2.pattern}.xml"/>
</filesystem>
<filesystem name="teamivy">
ivys="true" artifacts="true"
m2compatible="false" >
<artifact
pattern="${ivy-repository}/repositoryivy/${ivy2.pattern.ext}"/>
<ivy pattern="${ivy-repository}/repositoryivy/${ivy2.pattern}.xml"/>
</filesystem>
<url name="com.springsource.repository.bundles.release">
<ivy
pattern="http://repository.springsource.com/ivy/bundles/release/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
/>
<artifact
pattern="http://repository.springsource.com/ivy/bundles/release/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
/>
</url>
<url name="com.springsource.repository.bundles.external">
<ivy
pattern="http://repository.springsource.com/ivy/bundles/external/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
/>
<artifact
pattern="http://repository.springsource.com/ivy/bundles/external/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
/>
</url>
<url name="com.springsource.repository.libraries.release">
<ivy
pattern="http://repository.springsource.com/ivy/libraries/release/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
/>
<artifact
pattern="http://repository.springsource.com/ivy/libraries/release/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
/>
</url>
<url name="com.springsource.repository.libraries.external">
<ivy
pattern="http://repository.springsource.com/ivy/libraries/external/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
/>
<artifact
pattern="http://repository.springsource.com/ivy/libraries/external/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
/>
</url>
<ibiblio name="javarepo"
root="${javarepo}"
pattern="${maven2.pattern.ext}"
m2compatible="true"
/>
<ibiblio name="maven2"
root="${ibiblio}"
pattern="${maven2.pattern.ext}"
m2compatible="true"
/>
<chain name="default" dual="true">
<resolver ref="teamivy"/>
<resolver ref="com.springsource.repository.bundles.release"/>
<resolver ref="com.springsource.repository.bundles.external"/>
<resolver ref="maven2"/>
</chain>
<chain name="internal">
<resolver ref="local"/>
<resolver ref="teamivy"/>
</chain>
</resolvers>
<modules>
<module organisation="net.targetgroup" name=".*" resolver="internal"/>
</modules>
<triggers>
<log file="ivy.log"
message='resolved "${organisation}#${module};${revision}"
(${duration}ms)'
event="post-download-artifact" />
</triggers>
</ivysettings>
Target
www.targetgroup.net
Target is a trading name of Target Group Limited,
registered in England and Wales No. 1208137
Registered office: Target House, Cowbridge Road East, Cardiff CF11 9AU
**********************************************************************
DISCLAIMER.
This message is intended only for the use of the Addressee and may
contain information that is PRIVILEGED and CONFIDENTIAL.
If you are not the intended recipient you must not copy,
distribute or take any action or reliance upon it.
The content of this message may also contain personal
views of an employee of this company and does
not necessarily represent the view of the company.
**********************************************************************
This message has been scanned by Norton Anti-Virus.
It has also been scanned by MAILsweeper to enforce our e-mail
policy. If you have any concerns or comments about the content
of this message, please e-mail [EMAIL PROTECTED]
**********************************************************************
_____________________________________________________________________
This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security
service working around the clock, around the globe, visit
http://www.messagelabs.com