Re: woenvironment pom breaks my build

From: Ulrich Köster (ulric..bjectstyle.org)
Date: Fri Aug 10 2007 - 08:11:38 EDT

  • Next message: Christian Matzat: "strange labels in eclipse new components and settings dialog"

    Our repos:

            <repositories>
                    <repository>
                            <id>webobjects.mdimension.com/releases</id>
                            <name>mdimension maven 2 releases repo</name>
                            <url>http://webobjects.mdimension.com/maven2/releases>
                            <snapshots>
                                    <enabled>false</enabled>
                            </snapshots>
                            <releases>
                                    <enabled>true</enabled>
                            </releases>
                    </repository>
                    <repository>
                            <id>webobjects.mdimension.com/snapshots</id>
                            <name>mdimension maven 2 snapshots repo</name>
                            <url>
    http://webobjects.mdimension.com/maven2/snapshots>
                            <snapshots>
                                    <enabled>true</enabled>
                            </snapshots>
                            <releases>
                                    <enabled>false</enabled>
                            </releases>
                    </repository>
            </repositories>

            <pluginRepositories>
                    <pluginRepository>
                            <id>webobjects.mdimension.com/plugin/releases</id>
                            <name>mdimension maven 2 releases repo</name>
                            <url>
    http://webobjects.mdimension.com/maven2/releases>
                            <snapshots>
                                    <enabled>false</enabled>
                            </snapshots>
                            <releases>
                                    <enabled>true</enabled>
                            </releases>
                    </pluginRepository>
                    <pluginRepository>
                            <id>webobjects.mdimension.com/plugin/snapshots</id>
                            <name>mdimension maven 2 snapshot repo</name>
                            <url>
    http://webobjects.mdimension.com/maven2/snapshots>
                            <snapshots>
                                    <enabled>true</enabled>
                            </snapshots>
                            <releases>
                                    <enabled>false</enabled>
                            </releases>
                    </pluginRepository>
            </pluginRepositories>

    Am 10.08.2007 um 14:06 schrieb Benoit Cantin:

    > Ulrich Köster wrote:
    >> Hi Benoit,
    >> the most recent version is 2.0.7 not 2.0.1.
    >> You also have to do the bootstrap again because we changed the
    >> group and artifact id s of apple stuff. It's now
    >> <groupId>com.apple.webobjects</groupId>
    >> <artifactId>JavaFoundation</artifactId>
    >> <version>[5.2,)</version>
    >> Here is a good example:
    >>
    http://wonder.cvs.sourceforge.net/wonder/Wonder/pom.xml?view=markup
    >> You have to change one entry from
    >> <configuration>
    >> <skipAppleProvidedFrameworks> true </
    >> skipAppleProvidedFrameworks>
    >> </configuration>
    >> to
    >> <configuration>
    >> <skipAppleProvidedFrameworks>false </
    >> skipAppleProvidedFrameworks>
    >> </configuration>
    >> Or remove the configuration entry.
    >
    > Thank you Ulrich,
    >
    > I just discovered that I was pointing on an outdated maven2 repo
    > (this one : http://objectstyle.org/maven2/org/objectstyle/woproject/
    > maven2/) that's why I was still on 2.2 snapshot version.
    >
    > I think that this one is up to date : http://objectstyle.org/maven2/
    > org/objectstyle/woproject/maven2/ Is this the good one ?
    >
    > Anyway, we will have to update our poms. Thank you for your help !
    >
    > --
    > Benoit Cantin
    >



    This archive was generated by hypermail 2.0.0 : Fri Aug 10 2007 - 08:12:37 EDT