See 
<https://builds.apache.org/job/cayenne-master/cayenneTestConnection=h2,jdk=JDK%201.6%20(latest),label=Ubuntu/143/changes>

Changes:

[Alex.Kolonitsky] fix cdbimport relationships loading

------------------------------------------
[...truncated 63378 lines...]
[INFO] PMD Warning: org.apache.cayenne.gen.ClassGenerationAction:453 
Rule:AvoidDeeplyNestedIfStmts Priority:3 Deeply nested if..then statements are 
hard to read.
[INFO] PMD Warning: org.apache.cayenne.gen.ClassGenerationAction:523 
Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new 
objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.gen.ClassGenerationAction:534 
Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new 
objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.gen.ClassGeneratorResourceLoader:46 
Rule:AvoidSynchronizedAtMethodLevel Priority:3 Use block level rather than 
method level synchronization.
[INFO] PMD Warning: org.apache.cayenne.gen.ClassGeneratorResourceLoader:87 
Rule:NullAssignment Priority:5 Assigning an Object to null is a code smell.  
Consider refactoring..
[INFO] PMD Warning: org.apache.cayenne.gen.ClientClassGenerationAction:65 
Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new 
objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.gen.DataMapArtifact:121 
Rule:UseCollectionIsEmpty Priority:4 Substitute calls to size() == 0 (or size() 
!= 0, size() > 0, size() < 1) with calls to isEmpty().
[INFO] PMD Warning: org.apache.cayenne.gen.DataMapUtils:57 Rule:DefaultPackage 
Priority:5 Use explicit scoping instead of the default package private level.
[INFO] PMD Warning: org.apache.cayenne.gen.DataMapUtils:103 
Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions 
such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Warning: org.apache.cayenne.gen.ImportUtils:41 Rule:DefaultPackage 
Priority:5 Use explicit scoping instead of the default package private level.
[INFO] PMD Warning: org.apache.cayenne.gen.ImportUtils:45 Rule:DefaultPackage 
Priority:5 Use explicit scoping instead of the default package private level.
[INFO] PMD Warning: org.apache.cayenne.gen.ImportUtils:51 Rule:DefaultPackage 
Priority:5 Use explicit scoping instead of the default package private level.
[INFO] PMD Warning: org.apache.cayenne.gen.ImportUtils:54 Rule:DefaultPackage 
Priority:5 Use explicit scoping instead of the default package private level.
[INFO] PMD Warning: org.apache.cayenne.gen.ImportUtils:170 
Rule:AvoidDeeplyNestedIfStmts Priority:3 Deeply nested if..then statements are 
hard to read.
[INFO] PMD Warning: org.apache.cayenne.map.naming.DefaultNameGenerator:47 
Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions 
such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Warning: org.apache.cayenne.tools.AntDataPortDelegate:136 
Rule:CompareObjectsWithEquals Priority:3 Use equals() to compare object 
references..
[INFO] PMD Warning: org.apache.cayenne.tools.AntDataPortDelegate:160 
Rule:CompareObjectsWithEquals Priority:3 Use equals() to compare object 
references..
[INFO] PMD Warning: 
org.apache.cayenne.tools.CayenneGeneratorEntityFilterAction:42 
Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default 
package private level.
[INFO] PMD Warning: 
org.apache.cayenne.tools.CayenneGeneratorEntityFilterAction:61 
Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default 
package private level.
[INFO] PMD Warning: 
org.apache.cayenne.tools.CayenneGeneratorEntityFilterAction:78 
Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default 
package private level.
[INFO] PMD Warning: org.apache.cayenne.tools.CayenneGeneratorMapLoaderAction:40 
Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default 
package private level.
[INFO] PMD Warning: org.apache.cayenne.tools.CayenneGeneratorMapLoaderAction:72 
Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default 
package private level.
[INFO] PMD Warning: org.apache.cayenne.tools.CayenneGeneratorMapLoaderAction:76 
Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default 
package private level.
[INFO] PMD Warning: org.apache.cayenne.tools.CayenneGeneratorTask:127 
Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions 
such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Warning: org.apache.cayenne.tools.CayenneGeneratorTask:161 
Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new 
objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.tools.CayenneTask:79 
Rule:UnusedPrivateMethod Priority:4 Avoid unused private methods such as 
'createClasspath()'..
[INFO] PMD Warning: org.apache.cayenne.tools.DataPortTask:96 
Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions 
such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Warning: org.apache.cayenne.tools.DataPortTask:131 
Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions 
such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Warning: org.apache.cayenne.tools.DataPortTask:155 
Rule:UseCollectionIsEmpty Priority:4 Substitute calls to size() == 0 (or size() 
!= 0, size() > 0, size() < 1) with calls to isEmpty().
[INFO] PMD Warning: org.apache.cayenne.tools.DbGeneratorTask:95 
Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions 
such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Warning: org.apache.cayenne.tools.DbGeneratorTask:101 
Rule:UseStringBufferForStringAppends Priority:4 Prefer StringBuffer over += for 
concatenating strings.
[INFO] PMD Warning: org.apache.cayenne.tools.DbImporterTask:83 
Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions 
such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Warning: org.apache.cayenne.tools.DbImporterTask:89 
Rule:UseStringBufferForStringAppends Priority:4 Prefer StringBuffer over += for 
concatenating strings.
[INFO] PMD Warning: org.apache.cayenne.tools.configuration.ToolsModule:68 
Rule:AvoidThrowingNullPointerException Priority:3 Avoid throwing null pointer 
exceptions..
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.DbImportAction:176 
Rule:UnusedPrivateMethod Priority:4 Avoid unused private methods such as 
'reverse(MergerFactory,Iterable)'..
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.DbImportAction:197 
Rule:AvoidCatchingThrowable Priority:3 A catch statement should never catch 
throwable since it includes errors..
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.DbImportAction:202 
Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new 
objects inside loops.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.DbImportAction:220 
Rule:UnusedPrivateMethod Priority:4 Avoid unused private methods such as 
'getLoader(DbImportConfiguration,DbAdapter,Connection)'..
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.DbImportAction:224 
Rule:DefaultPackage Priority:5 Use explicit scoping instead of the default 
package private level.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.DbImportConfiguration:247 
Rule:AvoidThrowingNullPointerException Priority:3 Avoid throwing null pointer 
exceptions..
[INFO] PMD Warning: 
org.apache.cayenne.tools.dbimport.config.DefaultReverseEngineeringLoader:114 
Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new 
objects inside loops.
[INFO] PMD Warning: 
org.apache.cayenne.tools.dbimport.config.DefaultReverseEngineeringLoader:128 
Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new 
objects inside loops.
[INFO] PMD Warning: 
org.apache.cayenne.tools.dbimport.config.DefaultReverseEngineeringLoader:143 
Rule:UnusedPrivateMethod Priority:4 Avoid unused private methods such as 
'loadCatalogs(Node)'..
[INFO] PMD Warning: 
org.apache.cayenne.tools.dbimport.config.DefaultReverseEngineeringLoader:147 
Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new 
objects inside loops.
[INFO] PMD Warning: 
org.apache.cayenne.tools.dbimport.config.DefaultReverseEngineeringLoader:164 
Rule:UnusedPrivateMethod Priority:4 Avoid unused private methods such as 
'loadTableTypes(Node)'..
[INFO] PMD Warning: 
org/apache/cayenne/tools/dbimport/config/FilterContainer.java:29 
Rule:AbstractClassWithoutAbstractMethod Priority:3 This abstract class does not 
have any abstract methods.
[INFO] PMD Warning: 
org.apache.cayenne.tools.dbimport.config.FilterContainer:136 
Rule:UseStringBufferForStringAppends Priority:4 Prefer StringBuffer over += for 
concatenating strings.
[INFO] PMD Warning: 
org.apache.cayenne.tools.dbimport.config.FilterContainer:139 
Rule:UseStringBufferForStringAppends Priority:4 Prefer StringBuffer over += for 
concatenating strings.
[INFO] PMD Warning: 
org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:82 
Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new 
objects inside loops.
[INFO] PMD Warning: 
org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:97 
Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new 
objects inside loops.
[INFO] PMD Warning: 
org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:99 
Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new 
objects inside loops.
[INFO] PMD Warning: 
org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:113 
Rule:UnusedPrivateMethod Priority:4 Avoid unused private methods such as 
'processFilters(DbPath,FilterContainer)'..
[INFO] PMD Warning: 
org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:138 
Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new 
objects inside loops.
[INFO] PMD Warning: 
org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:139 
Rule:AvoidInstantiatingObjectsInLoops Priority:4 Avoid instantiating new 
objects inside loops.
[INFO] PMD Warning: 
org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:164 
Rule:AvoidCatchingGenericException Priority:3 Avoid catching generic exceptions 
such as NullPointerException, RuntimeException, Exception in try-catch block.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.IncludeTable:69 
Rule:UseStringBufferForStringAppends Priority:4 Prefer StringBuffer over += for 
concatenating strings.
[INFO] PMD Warning: org.apache.cayenne.tools.dbimport.config.IncludeTable:73 
Rule:UseStringBufferForStringAppends Priority:4 Prefer StringBuffer over += for 
concatenating strings.
[INFO] PMD Failure: org.apache.cayenne.gen.ClassGeneratorResourceLoader:100 
Rule:UseProperClassLoader Priority:1 In J2EE, getClassLoader() might not work 
as expected.  Use Thread.currentThread().getContextClassLoader() instead..
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:73 
Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly 
braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:80 
Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly 
braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:82 
Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly 
braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:86 
Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly 
braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:88 
Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly 
braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:102 
Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly 
braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:118 
Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly 
braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:125 
Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly 
braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:170 
Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly 
braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:176 
Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly 
braces.
[INFO] PMD Failure: org.apache.cayenne.gen.ImportUtils:178 
Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly 
braces.
[INFO] PMD Failure: org.apache.cayenne.gen.StringUtils:69 
Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly 
braces.
[INFO] PMD Failure: org.apache.cayenne.gen.StringUtils:74 
Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly 
braces.
[INFO] PMD Failure: org.apache.cayenne.gen.StringUtils:86 
Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly 
braces.
[INFO] PMD Failure: org.apache.cayenne.gen.StringUtils:99 
Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly 
braces.
[INFO] PMD Failure: org.apache.cayenne.gen.StringUtils:112 
Rule:IfStmtsMustUseBraces Priority:1 Avoid using if statements without curly 
braces.
[INFO] PMD Failure: org.apache.cayenne.tools.DataPortTask:93 
Rule:UseProperClassLoader Priority:1 In J2EE, getClassLoader() might not work 
as expected.  Use Thread.currentThread().getContextClassLoader() instead..
[INFO] PMD Failure: org.apache.cayenne.tools.DataPortTask:133 
Rule:PreserveStackTrace Priority:1 New exception is thrown in catch block, 
original stack trace may be lost.
[INFO] PMD Failure: org.apache.cayenne.tools.DbGeneratorTask:75 
Rule:UseProperClassLoader Priority:1 In J2EE, getClassLoader() might not work 
as expected.  Use Thread.currentThread().getContextClassLoader() instead..
[INFO] PMD Failure: org.apache.cayenne.tools.DbGeneratorTask:105 
Rule:PreserveStackTrace Priority:1 New exception is thrown in catch block, 
original stack trace may be lost.
[INFO] PMD Failure: org.apache.cayenne.tools.DbImporterTask:93 
Rule:PreserveStackTrace Priority:1 New exception is thrown in catch block, 
original stack trace may be lost.
[INFO] PMD Failure: 
org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilder:166 
Rule:AvoidPrintStackTrace Priority:1 Avoid printStackTrace(); use a logger call 
instead..
[INFO] You have 23 PMD violations and 59 warnings. For more details 
see:<https://builds.apache.org/job/cayenne-master/cayenneTestConnection=h2,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-tools/target/pmd.xml>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ cayenne-tools 
---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ 
cayenne-tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 16 resources
[INFO] Copying 18 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ 
cayenne-tools ---
[INFO] Compiling 50 source files to 
<https://builds.apache.org/job/cayenne-master/cayenneTestConnection=h2,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-tools/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ 
cayenne-tools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 27 resources
[INFO] Copying 79 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ 
cayenne-tools ---
[INFO] Compiling 18 source files to 
<https://builds.apache.org/job/cayenne-master/cayenneTestConnection=h2,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-tools/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.5:test (default-test) @ cayenne-tools ---
[INFO] Surefire report directory: 
<https://builds.apache.org/job/cayenne-master/cayenneTestConnection=h2,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-tools/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.cayenne.map.naming.DefaultNameGeneratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec
Running org.apache.cayenne.tools.dbimport.DbImportDbLoaderDelegateTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.apache.cayenne.tools.dbimport.config.FiltersConfigBuilderTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
Running org.apache.cayenne.tools.DbImporterTaskTest
Feb 9, 2015 11:51:46 PM org.apache.cayenne.access.DbLoader load
INFO: Schema loading...
Feb 9, 2015 11:51:46 PM org.apache.cayenne.log.CommonsJdbcEventLogger log
INFO: Detected and installed adapter: org.apache.cayenne.dba.derby.DerbyAdapter
DROP TABLE APP.CHILD
DROP TABLE APP.PARENT
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.677 sec
Running org.apache.cayenne.tools.NamePatternMatcherTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.cayenne.tools.DbGeneratorTaskTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 sec
Running org.apache.cayenne.tools.dbimport.DbImportConfigurationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.cayenne.tools.CayenneGeneratorTaskCrossMapRelationshipsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec
Running org.apache.cayenne.tools.CayenneGeneratorTaskTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.775 sec
Running org.apache.cayenne.tools.dbimport.DbImportActionTest
Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec <<< 
FAILURE!
Running org.apache.cayenne.tools.dbimport.DbImportModuleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.cayenne.tools.AntDataPortDelegateTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.cayenne.gen.ClassGenerationActionTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec
Running org.apache.cayenne.gen.EntityUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.cayenne.gen.StringUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.cayenne.tools.configuration.ToolsModuleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running 
org.apache.cayenne.tools.dbimport.config.DefaultReverseEngineeringLoaderTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.apache.cayenne.gen.ImportUtilsTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec

Results :

Failed tests: 
  testMergeTokensSorting(org.apache.cayenne.tools.dbimport.DbImportActionTest)

Tests run: 76, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Cayenne ........................................... SUCCESS [0.270s]
[INFO] Cayenne Build Tools Parent ........................ SUCCESS [0.009s]
[INFO] Cayenne License and Notice Bundle ................. SUCCESS [1.022s]
[INFO] Common Unit Test Utilities ........................ SUCCESS [0.862s]
[INFO] Cayenne Code Checkers ............................. SUCCESS [0.091s]
[INFO] Cayenne Dependency Injection Container ............ SUCCESS [10.819s]
[INFO] Cayenne Server .................................... SUCCESS [2:48.489s]
[INFO] Cayenne ROP Client ................................ SUCCESS [21.280s]
[INFO] Cayenne Project ................................... SUCCESS [7.171s]
[INFO] Cayenne Tools ..................................... FAILURE [10.846s]
[INFO] Cayenne Lifecycle Utilities ....................... SKIPPED
[INFO] Cayenne Maven Plugins ............................. SKIPPED
[INFO] Cayenne Maven Plugin .............................. SKIPPED
[INFO] Cayenne Cryptography Extensions ................... SKIPPED
[INFO] Cayenne Integration Tests Parent .................. SKIPPED
[INFO] Integration Tests - Cayenne Tools ................. SKIPPED
[INFO] Cayenne Modeler Parent ............................ SKIPPED
[INFO] Cayenne WebObjects Compatibility Library .......... SKIPPED
[INFO] Cayenne Modeler ................................... SKIPPED
[INFO] Cayenne Modeler Generic and Windows Extensions .... SKIPPED
[INFO] Cayenne Modeler Generic ........................... SKIPPED
[INFO] Cayenne Modeler Mac OS X Extensions ............... SKIPPED
[INFO] Cayenne Modeler Mac OS X .......................... SKIPPED
[INFO] Cayenne Modeler Mac OS X - Old Apple Java ......... SKIPPED
[INFO] Cayenne Modeler Windows ........................... SKIPPED
[INFO] Cayenne Modeler Maven Plugin ...................... SKIPPED
[INFO] Cayenne Tutorials ................................. SKIPPED
[INFO] Cayenne Tutorial .................................. SKIPPED
[INFO] Cayenne ROP Server Tutorial ....................... SKIPPED
[INFO] Cayenne ROP Client Tutorial ....................... SKIPPED
[INFO] Cayenne Documenation Parent ....................... SKIPPED
[INFO] Cayenne Documentation ............................. SKIPPED
[INFO] Cayenne Docbook Documentation ..................... SKIPPED
[INFO] Docbook: Cayenne Stylesheets ...................... SKIPPED
[INFO] Docbook: Cayenne Guide ............................ SKIPPED
[INFO] Docbook: Getting Started with Cayenne ............. SKIPPED
[INFO] Docbook: Getting Started with Cayenne ROP ......... SKIPPED
[INFO] Docbook: Cayenne New Features and Upgrade Guide ... SKIPPED
[INFO] Cayenne Release Assembly .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:42.523s
[INFO] Finished at: Mon Feb 09 23:51:48 UTC 2015
[INFO] Final Memory: 65M/403M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.5:test (default-test) on 
project cayenne-tools: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<https://builds.apache.org/job/cayenne-master/cayenneTestConnection=h2,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-tools/target/surefire-reports>
 for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.5:test (default-test) on 
project cayenne-tools: There are test failures.

Please refer to 
<https://builds.apache.org/job/cayenne-master/cayenneTestConnection=h2,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-tools/target/surefire-reports>
 for the individual test results.
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test 
failures.

Please refer to 
<https://builds.apache.org/job/cayenne-master/cayenneTestConnection=h2,jdk=JDK%201.6%20(latest),label=Ubuntu/ws/cayenne-tools/target/surefire-reports>
 for the individual test results.
        at 
org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:629)
        at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
        ... 19 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :cayenne-tools
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results

Reply via email to