All:

Does anyone know about circumstances where dynamic revs are not being 
replaced with static identifiers in the published ivy file under ivy 
1.4.1.

Attached are two files - the base ivy file and the resolved file. Note 
that none of the dynamic revs have been replaced with static identifiers. 
I have checked the reports and they do contain the static identifiers.

I have tried adding replacedynamicrev="true" as part of the publish 
without success.

Any ideas on where to start looking. This really has a bad impact on my 
reproduceability ;-)

-steve
-- 


Stephen Nesbitt
CM Architect/Lead
The Cobalt Group
[EMAIL PROTECTED]
x8271
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://www.ivyrep.org/ivy-doc.xsl";?>
<ivy-module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    xsi:noNamespaceSchemaLocation="http://cmrepo.cobaltgroup.com/ivy/schemas/ivy.xsd"; version="1.4">
    <info status="integration" organisation="Platform" moduleType="Cobalt" module="AdministrationUI"
        revision="030001" cdcPackage="adms">
        <license name="Cobalt" />
        <ivyauthor url="http://cm.cobaltgroup.com"; name="$Author: snesbitt $" />
        <description homepage="http://cm.cobaltgroup.com";>Platform Admin User
        Interfaces</description>
    </info>
    <configurations>
        <include url="file:///${cbs.engine.dir}/ivy-configs-common.xml" />
        <include url="file:///${cbs.engine.dir}/ivy-configs-cobalt.xml" />
    </configurations>
    <publications>
        <artifact ext="ear" type="deployable" name="administration-ui" conf="deployable" />
    </publications>
    <dependencies defaultconfmapping="*->@">
        <dependency name="wls" rev="81sp5" conf="container->client" org="bea" moduleType="COTS"
            transitive="true" />
        <dependency name="Foundation" rev="0301+" conf="construct->client;client->client"
            org="Platform" moduleType="Cobalt" transitive="true" />
        <!--
        <dependency name="LoggerService" rev="020700+" conf="construct->client;runtime->deployable;client->client;deployable->deployable" org="Platform" moduleType="Cobalt" transitive="true"/>
-->
        <dependency name="NitraSystem" rev="0301+"
            conf="construct->client;runtime->deployable;client->client;deployable->deployable"
            org="Platform" moduleType="Cobalt" transitive="true" />
        <dependency name="Administration" rev="0301+"
            conf="construct->client;runtime->deployable;client->client;deployable->deployable"
            org="Platform" moduleType="Cobalt" transitive="true" />
        <dependency name="WebSiteSupport" rev="03.+"
            conf="construct->client;runtime->deployable;client->client;deployable->deployable"
            org="Platform" moduleType="Cobalt" transitive="true" />
        <dependency name="OrderManagement" rev="0301+"
            conf="construct->client;runtime->deployable;client->client;deployable->deployable"
            org="Platform" moduleType="Cobalt" transitive="true" />
        <dependency name="FoundationWeb" rev="0214+"
            conf="construct->client;runtime->deployable;client->client;deployable->deployable"
            org="Websites" moduleType="Cobalt" transitive="true" />
        <dependency name="struts" rev="1.0.2" conf="construct->client" org="apache"
            moduleType="COTS" transitive="true" />
    </dependencies>
    <conflicts>
        <manager org="*" name="latest-revision" module="*" />
    </conflicts>
</ivy-module>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://www.ivyrep.org/ivy-doc.xsl";?>
<ivy-module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://cmrepo.cobaltgroup.com/ivy/schemas/ivy.xsd"; version="1.4">
    <info organisation="Platform" module="AdministrationUI" revision="030001-20070302174513" status="integration" publication="20070302174602" moduleType="Cobalt" cdcPackage="adms">
        <license name="Cobalt"/>
        <ivyauthor url="http://cm.cobaltgroup.com"; name="$Author: snesbitt $"/>
        <description homepage="http://cm.cobaltgroup.com";>Platform Admin User
        Interfaces</description>
    </info>
    <configurations>
        <conf name="client" description="Public configuration identifying a published artifact as suitable for use as a client dependency." visibility="public"/>
		<conf name="deployable" description="Public configuration identifying a published artifact as suitable for use as a deployable element."/>
		<conf name="cbs.conf.artifact" deprecated="20060824000000" description="Obsolete" visibility="public"/>
        <conf name="construct" description="Private configuration used to identify artifacts required for module construction." visibility="private"/>
		<conf name="container" description="Private configuration used to identify artifacts required for module construction but supplied by the deployment container." visibility="private"/>
		<conf name="ear" description="Private configuration used to flag dependencies only required for EAR construction" visibility="private"/>
		<conf name="runtime" description="Private configuration used to identify artifacts required solely for module deployment." visibility="public"/>
		<conf name="test" description="Private configuration used to identify artifacts required solely for testing a module." visibility="private"/>
		<conf name="war" description="Private configuration used to flag dependencies only required for WAR construction" visibility="private"/>
    </configurations>
    <publications>
        <artifact ext="ear" type="deployable" name="administration-ui" conf="deployable"/>
    </publications>
    <dependencies defaultconfmapping="*->@">
        <dependency name="wls" rev="81sp5" conf="container->client" org="bea" moduleType="COTS" transitive="true"/>
        <dependency name="Foundation" rev="0301+" conf="construct->client;client->client" org="Platform" moduleType="Cobalt" transitive="true"/>
        <!--
        <dependency name="LoggerService" rev="020700+" conf="construct->client;runtime->deployable;client->client;deployable->deployable" org="Platform" moduleType="Cobalt" transitive="true"/>
-->
        <dependency name="NitraSystem" rev="0301+" conf="construct->client;runtime->deployable;client->client;deployable->deployable" org="Platform" moduleType="Cobalt" transitive="true"/>
        <dependency name="Administration" rev="0301+" conf="construct->client;runtime->deployable;client->client;deployable->deployable" org="Platform" moduleType="Cobalt" transitive="true"/>
        <dependency name="WebSiteSupport" rev="03.+" conf="construct->client;runtime->deployable;client->client;deployable->deployable" org="Platform" moduleType="Cobalt" transitive="true"/>
        <dependency name="OrderManagement" rev="0301+" conf="construct->client;runtime->deployable;client->client;deployable->deployable" org="Platform" moduleType="Cobalt" transitive="true"/>
        <dependency name="FoundationWeb" rev="0214+" conf="construct->client;runtime->deployable;client->client;deployable->deployable" org="Websites" moduleType="Cobalt" transitive="true"/>
        <dependency name="struts" rev="1.0.2" conf="construct->client" org="apache" moduleType="COTS" transitive="true"/>
    </dependencies>
    <conflicts>
        <manager org="*" name="latest-revision" module="*"/>
    </conflicts>
</ivy-module>

Reply via email to