Maven archtype project creation Webobjects 5.3.3 + Wonder support

From: Mr. G Brown (gsbrow..mich.edu)
Date: Sat Feb 07 2009 - 09:57:10 EST

  • Next message: Jean Pierre Malrieu: "Entity Modeler sql generation problem with Postgresql"

    Hi all,

    I try to create a maven webojects 5.3.3 project with wonder support,
    and one problem is that the newly created project references a
    dependency that isn't there.

    > Missing:
    > ----------
    > 1) wonder.common: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.common -
    > DartifactId=ERExtensions -Dversion=5.0.0-SNAPSHOT -Dpackaging=jar -
    > Dfile=/path/to/file
    >

    I followed the wiki instructions and gave the below command:
    > 4.a. Build Wonder compatible with WO 5.3:
    >
    > 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 ?

    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 ?

    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

    I would think most people would just want the trunk.

    Thanks in advance for your answers!

    Greg



    This archive was generated by hypermail 2.0.0 : Sat Feb 07 2009 - 09:58:27 EST