On 28/11/2008, at 2:26 AM, Jerome Chan wrote:

Ok. Isn't Maven suppose to solve all these different version problems?

No build system will read your mind. If you tell it to depend on one version of software and write software assuming another - it will fail.

In this case - the wrong pom was being used to build.

On Nov 27, 2008, at 11:01 PM, Mike Schrag wrote:

symbol  : method lastElement()
location: interface java.util.List<junit.framework.TestFailure>


which would indicate that it can't find the java.util.List class!
Actually, it looks to me like you're building maybe against a
different version of junit?  In the junit that Wonder build against,
fErrors is actually a Vector, which has a lastElement method.  List
doesn't, and maybe a later version of TestResult switched to List?

ms


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Wonder-disc mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/wonder-disc

_______________________________________________
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/lachlan.deck%40gmail.com

This email sent to [EMAIL PROTECTED]

with regards,
--

Lachlan Deck



_______________________________________________
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