Re: woenvironment pom breaks my build

From: Ulrich Köster (ulric..bjectstyle.org)
Date: Fri Aug 10 2007 - 07:00:58 EDT

  • Next message: Kieran Kelleher: "Re: WOResourceManager not finding some files running from WOLips"

    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.

    Uli

    Am 10.08.2007 um 12:03 schrieb Benoit Cantin:

    > Hello all,
    >
    > I am currently using maven to create my projects. Those projects
    > depend on woproject, and so they also depend on woenvironment.
    >
    > The build fails with this message :
    >
    > Downloading: http://mon.serveur/repository/org/objectstyle/
    > woproject/ant/woenvironment/2.0.1/woenvironment-2.0.1.pom
    > 1K downloaded
    > Downloading: http://mon.serveur/repository/org/objectstyle/cayenne/
    > cayenne/1.2M12/cayenne-1.2M12.pom
    > 359b downloaded
    > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local
    > = '3db12474462844e4dafcc90b0254663aa81c5109'; remote =
    > '8adc3025fa4b70f694df9491d6175ad3e830fc49' - RETRYING
    > Downloading: http://mon.serveur/repository/org/objectstyle/cayenne/
    > cayenne/1.2M12/cayenne-1.2M12.pom
    > 359b downloaded
    > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local
    > = '3db12474462844e4dafcc90b0254663aa81c5109'; remote =
    > '8adc3025fa4b70f694df9491d6175ad3e830fc49' - IGNORING
    > Downloading: http://mon.serveur/repository/foundrylogic/vpp/vpp/
    > 2.2.1/vpp-2.2.1.pom
    > 261b downloaded
    > [INFO] artifact webobjects.apple:java-foundation: checking for
    > updates from org.objectstyle.woproject.maven2
    > [INFO] artifact webobjects.apple:java-foundation: checking for
    > updates from objectstyle
    > [INFO] artifact webobjects.apple:java-foundation: checking for
    > updates from central
    > [INFO]
    > ----------------------------------------------------------------------
    > --
    > [ERROR] BUILD ERROR
    > [INFO]
    > ----------------------------------------------------------------------
    > --
    > [INFO] Failed to resolve artifact.
    >
    > No versions are present in the repository for the artifact with a
    > range [5.2,)
    > webobjects.apple:java-foundation:jar:null
    >
    > from the specified remote repositories:
    > central (http://repo1.maven.org/maven2),
    > objectstyle (http://objectstyle.org/maven2),
    > org.objectstyle.woproject.maven2 (http://www.objectstyle.org/
    > maven2/)
    >
    >
    > If I check my local repository, I can find that
    > webobjects.apple:java-foundation is present. Its version is 5.3.3.
    >
    > If I check woenvironment project's pom.xml, I can see :
    >
    > <dependency>
    > <groupId>webobjects.apple</groupId>
    > <artifactId>java-foundation</artifactId>
    > <version>[5.2,)</version>
    > </dependency>
    >
    > which seems to be the problem.
    >
    > Can someone help me to solve this issue ? Should the line be
    > changed to be <version>[5.3,)</version> ? Would it change
    > sonething ? Thank you.
    >
    > --
    > Benoit Cantin
    >



    This archive was generated by hypermail 2.0.0 : Fri Aug 10 2007 - 07:02:09 EDT