You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Timothy Reilly <tr...@prolifics.com> on 2007/05/25 00:32:52 UTC

Daytrader doesn't compile

Has anyone run into the this problem that "Better Builds with Maven" code sample (Chapter 4) the Daytrader build will not compile?
 
Starting with : 
 
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
C:\temp\daytrader\wsappclient\src\main\java\org\apache\geronimo\samples\daytrader\client\ws\ClientApp.java:[1357,78] incompatible types
found   : org.apache.geronimo.samples.daytrader.client.ws.ArrayOfOrderDataBean
required: java.lang.Object[]
C:\temp\daytrader\wsappclient\src\main\java\org\apache\geronimo\samples\daytrader\client\ws\ClientApp.java:[1368,82] incompatible types
found   : org.apache.geronimo.samples.daytrader.client.ws.ArrayOfHoldingDataBean
required: java.lang.Object[]
...
 and then a bunch of unresolved symbol errors....
 
Any help appreciated.
 
Thank you.