Hi Marcin,
You can find maven build docs here:
http://cayenne.apache.org/building-cayenne.html
http://cayenne.apache.org/running-unit-tests.html
For the reference, I am using Maven version 2.0.6.
Also make sure you run "mvn install" from the root folder the first
time you build Cayenne - this will bootstrap all the dependencies.
After that you can build and test individual modules one by one.
Andrus
On Aug 7, 2007, at 12:07 AM, Marcin Skladaniec (JIRA) wrote:
[ https://issues.apache.org/cayenne/browse/CAY-797?
page=com.atlassian.jira.plugin.system.issuetabpanels:comment-
tabpanel#action_12444 ]
Marcin Skladaniec commented on CAY-797:
---------------------------------------
I cannot use the cayenne junit tests, I'm getting lots and lots of
errors (when just mvn from cayenne main folder):
Aug 7, 2007 6:54:01 AM org.apache.cayenne.access.QueryLogger
logBeginTransaction
INFO: --- transaction started.
Tests run: 25, Failures: 0, Errors: 25, Skipped: 0, Time elapsed:
480.995 sec <<< FAILURE!
Running org.apache.cayenne.access.DataContextCrossDBTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
20.098 sec <<< FAILURE!
Running org.apache.cayenne.access.IdentityColumnsTest
etc.