On Sun, 15 Jan 2006, Neil Aggarwal wrote:

Hi,

> portals-bridges-common-.jar
> portals-bridges-velocity-.jar
                         ^^^
the version numbers of the generated dependencies in the jetspeed-components.xml
are not substituted because of missnamed variables in the templates for it.

        <!-- Portals Bridges Apis -->
        <dependency>
                <id>org.apache.portals.bridges:portals-bridges-common</id>
                <version>
                        ${portals.bridges.version}
                </version>
                <properties>
                        <war.bundle>false</war.bundle>
                </properties>
        </dependency>
        <dependency>
                <id>portals-bridges-velocity</id>
                <groupId>org.apache.portals.bridges</groupId>
                <version>
                        ${portals.bridges.version}
                </version>
                <properties>
                        <war.bundle>true</war.bundle>
                </properties>
        </dependency>

In the project.properties this version numbers are defined as

        portals.bridges.common.version=1.0
        portals.bridges.velocity.version=1.0

> derby-.jar
I don't see the point why this isn't substituted in the core-build.xml.

regards,
    Joerg
    <Registered Linux User # 82107   http://counter.li.org/>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to