How to build Wonder for WebObjects 5.3 ?
How to build Wonder for WebObjects 5.3 ?
- Subject: How to build Wonder for WebObjects 5.3 ?
- From: Greg Brown <email@hidden>
- Date: Thu, 3 Apr 2008 17:26:14 -0400
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden