Sure thing - here is my ivysettings.xml:

<ivysettings>  
    <settings defaultResolver="defResolver"/>
    <latest-strategies>
        <latest-lexico/>
    </latest-strategies>
    <resolvers>  
        <chain name="defResolver" returnFirst="true">
                <url name="jarServer">
                  <ivy
pattern="http://my-web-server/artifacts/[organisation]/[module]-[revision]-ivy.xml"/>
            <artifact
pattern="http://my-web-server/artifacts/[organisation]/[artifact]-[revision].[ext]"/>
                </url>
        </chain>  
    </resolvers>  
    <modules>
        <module organisation="myOrg" name="*" resolver="defResolver"/>
    </modules>
</ivysettings>

Hope this helps.  I researched ant a little and found it has an
${env.COMPUTERNAME} property that could be responsible for this bizarre
situation, but I'm not sure where the "working" username comes from.
-- 
View this message in context: 
http://old.nabble.com/Why-is-Ivy-using-my-machine%27s-name-as-a-revision--tp32450767p32462908.html
Sent from the ivy-user mailing list archive at Nabble.com.

Reply via email to