Build failures

Hi,

I was trying to do a local build , I see the following failures. This is the 2.1 Branch.

 

Compilation failure: Compilation failure:
[ERROR] \Users\smraf\Documents\openvpms\openvpms-etl\etl\src\test\java\org\openvpms\etl\load\LoaderTestCase.java:[461,35] error: cannot access Mappi                      ngs
[ERROR] \Users\smraf\Documents\openvpms\openvpms-etl\etl\src\test\java\org\openvpms\etl\load\LoaderTestCase.java:[520,72] error: incompatible types:                       org.openvpms.etl.load.Mappings cannot be converted to Mappings
[ERROR] \Users\smraf\Documents\openvpms\openvpms-etl\etl\src\test\java\org\openvpms\etl\load\LoaderTestCase.java:[758,63] error: incompatible types:                       org.openvpms.etl.load.Mappings cannot be converted to Mappings

Also the milton repo link was failing . following is the updated change that worked :-

<repositories>
<repository>
<id>milton-repo</id>
<url>http://dl.bintray.com/milton/Milton</url>
</repository>
</repositories>

 

 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: Build failures

The Mappings class is generated using castor-maven-plugin during the generate-sources phase.

I've updated the milto repo link.

-Tim

Syndicate content