Re: Maven archtype project creation Webobjects 5.3.3 + Wonder support

From: Lachlan Deck (lachlan.dec..mail.com)
Date: Sun Feb 08 2009 - 04:22:14 EST

  • Next message: Mr. G Brown: "Re: Maven archtype project creation Webobjects 5.3.3 + Wonder support"

    On 08/02/2009, at 1:57 AM, Mr. G Brown wrote:

    > I followed the wiki instructions and gave the below command:
    >> 4.a. Build Wonder compatible with WO 5.3:

    Which wiki page are you referring to?

    >> mvn clean install -P wo53
    >
    > This ran without error and created a:
    >> ./repository/wonder/core/ERExtensions/5.0.0-SNAPSHOT/
    >> ERExtensions-5.0.0-SNAPSHOT-wo53.jar
    >> ./repository/wonder/core/ERExtensions/5.0.0-SNAPSHOT/
    >> ERExtensions-5.0.0-SNAPSHOT.pom
    >> ./repository/wonder/core/ERExtensions/5.0.0-SNAPSHOT/
    >> ERExtensions-5.0.0-SNAPSHOT.woframework
    >
    > But, there is no
    >> wonder.common:ERExtensions:jar:5.0.0-SNAPSHOT
    >
    > What is this wonder.common:Stuff ? is that defined for wonder 5.4.x ?

    No - it's a legacy definition. Just fix it in your pom to refer to
    wonder.core...

    > I tried changing the 5.3.3 project's dependancy to what actually
    > exists in the localRepository and:
    >
    >> Error message: Missing:
    >> ----------
    >> 1) wonder.core:ERExtensions:jar:5.0.0-SNAPSHOT
    >>
    >> Try downloading the file manually from the project website.
    >>
    >> Then, install it using the command:
    >> mvn install:install-file -DgroupId=wonder.core -
    >> DartifactId=ERExtensions -Dversion=5.0.0-SNAPSHOT -Dpackaging=jar -
    >> Dfile=/path/to/file
    >>
    >
    > Does maven work with wonder 5.3 + wo 5.3.3 ?

    Assuming you've got WO5.3.3 in your repository (com.webobjects), yes.
    (I'll try again now)

    > BTW, the wiki instructs:
    >>
    > svn co https://wonder.svn.sourceforge.net/svnroot/wonder
    > But that downloads everything, all branches + trunk ! Should not the
    > wiki instruct one to :

    > svn co https://wonder.svn.sourceforge.net/svnroot/wonder/trunk

    It's helpful to mention which wiki page. Do you mean this one?
    http://wiki.objectstyle.org/confluence/display/WONDER/Download+Wonder+Source%2C+Build+and+Install

    If so I've updated it. If you see something on the wiki that needs
    fixing - feel free to do so.

    with regards,

    --
    

    Lachlan Deck



    This archive was generated by hypermail 2.0.0 : Sun Feb 08 2009 - 04:23:37 EST