On Mar 13, 2007, at 1:35 AM, Randy Leonard wrote:
>   svn co https://svn.apache.org/repos/asf/cayenne/main/trunk/ cayenne
>   cd cayenne && mvn install
>   mvn -P mac install
>   cd cayenne/assembly && ./build-mac.sh
Skip the last step (not sure why it didn't work... every day Maven  
brings new "surprises" :-/, but the last step is not relevant). You  
can also skip the unit tests, so step #3 would look like this:
mvn -Dmaven.test.skip=true -P mac install
After this, the Mac Modeler should be under "modeler/cayenne-modeler- 
mac/target/modeler/CayenneModeler.app/" . This is relative to the  
root of Cayenne checkout).
Andrus
This archive was generated by hypermail 2.0.0 : Tue Mar 13 2007 - 13:38:27 EDT