[MOBY-dev] ant install crashes
Dominique Jeannin
Dominique.Jeannin at avignon.inra.fr
Wed Oct 22 09:07:51 UTC 2008
Hello
I updated the jMoby project by CVS, I launched the "ant install" command
right after and I have just got this compilation error :
[...]
compile-datatypes:
[javac] Compiling 834 source files to
/home/gafl/djeannin/workspace/jMoby/build/others/datatypes
[javac]
/home/gafl/djeannin/workspace/jMoby/generated/datatypes/org/biomoby/shared/datatypes/GCP_FeatureWithObjectValues.java:107:
getMoby_values() in
org.biomoby.shared.datatypes.GCP_FeatureWithObjectValues cannot override
getMoby_values() in org.biomoby.shared.datatypes.GCP_Feature; attempting
to use incompatible return type
[javac] found : org.biomoby.shared.datatypes.GCP_SimpleIdentifier[]
[javac] required: org.biomoby.shared.datatypes.GCP_Value[]
[javac] public GCP_SimpleIdentifier[] getMoby_values() {
[javac] ^
[javac]
/home/gafl/djeannin/workspace/jMoby/generated/datatypes/org/biomoby/shared/datatypes/GCP_FeatureWithSimpleValues.java:93:
getMoby_values() in
org.biomoby.shared.datatypes.GCP_FeatureWithSimpleValues cannot override
getMoby_values() in org.biomoby.shared.datatypes.GCP_Feature; attempting
to use incompatible return type
[javac] found : org.biomoby.shared.datatypes.MobyString
[javac] required: org.biomoby.shared.datatypes.GCP_Value[]
[javac] public MobyString getMoby_values() {
[javac] ^
[javac]
/home/gafl/djeannin/workspace/jMoby/generated/datatypes/org/biomoby/shared/datatypes/GCP_FullBiblioReference.java:121:
getMoby_metaData() in
org.biomoby.shared.datatypes.GCP_FullBiblioReference cannot override
getMoby_metaData() in org.biomoby.shared.datatypes.GCP_BiblioReference;
attempting to use incompatible return type
[javac] found : org.biomoby.shared.datatypes.GCP_SimpleIdentifier[]
[javac] required: org.biomoby.shared.datatypes.GCP_SimpleFeature
[javac] public GCP_SimpleIdentifier[] getMoby_metaData() {
[javac] ^
[javac] 3 errors
BUILD FAILED
/home/gafl/djeannin/workspace/jMoby/xmls/install.xml:114: The following
error occurred while executing this line:
/home/gafl/djeannin/workspace/jMoby/xmls/mosesBuild.xml:286: Compile
failed; see the compiler error output for details.
Total time: 2 minutes 2 seconds
Has anyone seen this before ?
Best regards,
Dominique
More information about the MOBY-dev
mailing list