I was thinking that Wonder, with all the hard work that has been contributed in the last few years, has advanced so far that I should be using it!
I was also looking at maven. It may be promising as well.

The latest Wonder source has in its pom.xml:
        <properties>
                <woversion>5.4.1</woversion>
        </properties>

So  I assume that it is set to build Wonder for version 5.4.1.

I am on 5.3.3, so I edited pom.xml so it said:
...
        <properties>
                <woversion>5.3.3</woversion>
        </properties>
...
and tried a mvn install. I got a tired brain and errors:


Downloading: http://repo1.maven.org/maven2/icu4j/icu4j/2.8/icu4j-2.8.pom
Downloading: http://webobjects.mdimension.com/maven2/releases/icu4j/ icu4j/2.8/icu4j-2.8.jar
Downloading: http://repo1.maven.org/maven2/icu4j/icu4j/2.8/icu4j-2.8.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) icu4j:icu4j:jar:2.8

  Try downloading the file manually from the project website.


I think it is looking for the icu4j.jar. Where is it? It can't find it. Is that a bug?

I also think the Wonder source is set to build the 5.4.1 versions for eclipse or ant. What's the difference from
the one that works with WebObjects 5.3.3?


Thanks!

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to