Re: How to build Wonder for WebObjects 5.3 ?

2008-04-04 Thread John Huss
I don't know about Maven, but if you're just downloading and bulding the
source I think you have to just remove the build.properties file and then it
will build for 5.3

John

On Fri, Apr 4, 2008 at 10:18 AM, Greg Brown <[EMAIL PROTECTED]> wrote:

> Greetings,
>
> The latest Wonder source seems to be only for WebObjects 5.4.1; is there
> anything for Tiger (10.4x) users at 5.3.3?
>
> The page:
>
> http://wiki.objectstyle.org/confluence/display/WONDER/Download+Wonder+Source%2C+Build+and+Install
>
> refers to Build.txt, which states:
>
> Building Instructions
> =
>
> You can build Project Wonder with Ant, Maven and Eclipse.
>
>
> But that is only for Leopard/WO 5.4.1 I think, somebody correct me.
> Anything else makes lots of errors.
>
> The only way for me to use Wonder with WO 5.3.3 is the pre-compiled
> frameworks. Hmmm.. How does Mike S. make those?
>
> Ok, I found the icu4j.jar, and installed it, but I got a more errors, all
> related to NSMutableArray: (classpath ordering?)
> /Wonder/Common/Frameworks/ERExtensions/Sources/com/webobjects/foundation/NSArray.java:[877,29]
> type com.webobjects.foundation.NSMutableArray does not take parameters
> But I think there is no other way for WO 5.3.3 users BUT the pre-compiled
> frameworks. It is difficult to support multiple versions of WebObjects,
> maybe Maven can help!
>
> Somebody correct me if I am wrong, now I will give up on Wonder from
> source, and download the pre-compiled frameworks,
>
> Thanks!
>
> Greg
>
> ps. Is changing the pom.xml to:
>
>   
>   5.3.3
>   
>
>
> correct? is that enough for Maven? Just guessing here...
>
>
> On Apr 3, 2008, at 10:22 PM, Henrique Prange wrote:
>
> Hi Greg,
>
> Greg Brown wrote:
>
> 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:
>   
>   5.4.1
>   
> 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:
> ...
>   
>   5.3.3
>   
> ...
> 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.jarDownloading:
> 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?
>
>
> No. This is not a bug. Some dependencies was not deployed to the Maven
> central repository. You have to install them by hand. See [1] for
> instructions.
>
> Anyway, the POMs of Wonder project are a little bit outdated. I'm fixing
> it and I will send a patch to the Wonder soon.
>
> [1]
> http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html
>
> Cheers,
>
> Henrique
>
> 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  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/hprange%40gmail.com
> This email sent to [EMAIL PROTECTED]
>
>
>
> Greg Brown
> [EMAIL PROTECTED]
>
>
>
>
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
>
> http://lists.apple.com/mailman/options/webobjects-dev/johnthuss%40gmail.com
>
> This email sent to [EMAIL PROTECTED]
>
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Re: How to build Wonder for WebObjects 5.3 ?

2008-04-04 Thread Mike Schrag
The latest Wonder source seems to be only for WebObjects 5.4.1; is  
there anything for Tiger (10.4x) users at 5.3.3?
Definitely not the case.  I don't use Maven, so I have no idea at all  
what those files do, but you can just "ant all" and it will build for  
5.3.


ms

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

This email sent to [EMAIL PROTECTED]


Re: How to build Wonder for WebObjects 5.3 ?

2008-04-04 Thread Greg Brown

Greetings,

The latest Wonder source seems to be only for WebObjects 5.4.1; is  
there anything for Tiger (10.4x) users at 5.3.3?


The page:
http://wiki.objectstyle.org/confluence/display/WONDER/Download+Wonder 
+Source%2C+Build+and+Install


refers to Build.txt, which states:

Building Instructions
=

You can build Project Wonder with Ant, Maven and Eclipse.


But that is only for Leopard/WO 5.4.1 I think, somebody correct me.  
Anything else makes lots of errors.


The only way for me to use Wonder with WO 5.3.3 is the pre-compiled  
frameworks. Hmmm.. How does Mike S. make those?


Ok, I found the icu4j.jar, and installed it, but I got a more errors,  
all related to NSMutableArray: (classpath ordering?)


/Wonder/Common/Frameworks/ERExtensions/Sources/com/webobjects/ 
foundation/NSArray.java:[877,29] type  
com.webobjects.foundation.NSMutableArray does not take parameters


But I think there is no other way for WO 5.3.3 users BUT the pre- 
compiled frameworks. It is difficult to support multiple versions of  
WebObjects, maybe Maven can help!


Somebody correct me if I am wrong, now I will give up on Wonder from  
source, and download the pre-compiled frameworks,


Thanks!

Greg

ps. Is changing the pom.xml to:

  
  5.3.3
  


correct? is that enough for Maven? Just guessing here...


On Apr 3, 2008, at 10:22 PM, Henrique Prange wrote:


Hi Greg,

Greg Brown wrote:
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:
  
  5.4.1
  
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:
...
  
  5.3.3
  
...
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?


No. This is not a bug. Some dependencies was not deployed to the  
Maven central repository. You have to install them by hand. See [1]  
for instructions.


Anyway, the POMs of Wonder project are a little bit outdated. I'm  
fixing it and I will send a patch to the Wonder soon.


[1]http://maven.apache.org/guides/mini/guide-installing-3rd-party- 
jars.html


Cheers,

Henrique

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  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/hprange% 
40gmail.com

This email sent to [EMAIL PROTECTED]



Greg Brown
[EMAIL PROTECTED]



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

This email sent to [EMAIL PROTECTED]

Re: How to build Wonder for WebObjects 5.3 ?

2008-04-03 Thread Henrique Prange

Hi Greg,

Greg Brown wrote:
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:
  
  5.4.1
  

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:
...
  
  5.3.3
  
...
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?




No. This is not a bug. Some dependencies was not deployed to the Maven 
central repository. You have to install them by hand. See [1] for 
instructions.


Anyway, the POMs of Wonder project are a little bit outdated. I'm fixing 
it and I will send a patch to the Wonder soon.


[1]http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html

Cheers,

Henrique

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  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/hprange%40gmail.com

This email sent to [EMAIL PROTECTED]


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

This email sent to [EMAIL PROTECTED]


How to build Wonder for WebObjects 5.3 ?

2008-04-03 Thread Greg Brown
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:

5.4.1


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:
...

5.3.3

...
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  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]