Trunk doesn't get built successfully--Profile server error
----------------------------------------------------------
Key: OODT-100
URL: https://issues.apache.org/jira/browse/OODT-100
Project: OODT
Issue Type: Bug
Components: build proces
Affects Versions: 0.1-incubating
Environment: Spade unix machine.
Reporter: faranak davoodi
Fix For: 0.2
Tried mvn -Dmaven.test.skip=true install to bypass the unit tests. However,
the build was unsuccessful and got this error:
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 14 source files to
/home/davoodi/0.2-incubating/source/opendapps/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/davoodi/0.2-incubating/source/opendapps/src/main/java/org/apache/oodt/opendapps/DatasetCrawler.java:[53,-1]
cannot access ucar.unidata.geoloc.LatLonRect
bad class file:
/home/davoodi/.m2/repository/edu/ucar/netcdf/4.2/netcdf-4.2.jar(ucar/unidata/geoloc/LatLonRect.class)
class file has wrong version 50.0, should be 49.0
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 59 seconds
[INFO] Finished at: Mon Dec 20 14:35:27 PST 2010
[INFO] Final Memory: 67M/289M
[INFO] ------------------------------------------------------------------
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.