Opened 11 years ago

Last modified 11 years ago

#433 closed defect

relese 8.5beta1 does not build for packaging — at Version 1

Reported by: abeccati Owned by: Piero Campalani
Priority: blocker Milestone:
Component: undecided Version: 8.5
Keywords: Cc: Dimitar Misev
Complexity: Easy

Description (last modified by abeccati)

Got this report from EOX when trying to package, probably a file removed from the source tree but not from the related Makefile

I got the following error while building:

- -----------------------
cp -r lib/activation.jar lib/antlrworks-1.2.3.jar lib/antlrworks-1.3.1.jar lib/commons-fileupload-1.2.jar lib/commons-io-1.3.2.jar lib/commons-math-1.1.jar lib/gml-v_3_1_1-schema-1.0-SNAPSHOT.jar lib/jaxb-api.jar lib/jaxb-impl.jar lib/jaxb-xjc.jar lib/joda-time-1.6.jar lib/jsr173_1.0_api.jar lib/log4j-1.2.15.jar lib/ows-v_1_0_0-schema-1.0-SNAPSHOT.jar
lib/postgresql-8.3-604.jdbc4.jar ../../java/dist/rasj.jar lib/servlet-2_5-api.jar lib/slf4j-api-1.5.8.jar lib/slf4j-log4j12-1.5.8.jar lib/wcst-schema.jar lib/wcs-v_1_1_0-schema-1.0-SNAPSHOT.jar lib/xom-1.2.6.jar lib/uuid-3.2.jar lib/cos.jar lib/junit-4.5.jar lib/gt-opengis-2.7.4.jar lib/gt-referencing-2.7.4.jar lib/jts-1.11.jar lib/gt-api-2.7.4.jar lib/commons-pool-1.5.4.jar lib/gt-epsg-wkt-2.7.4.jar lib/jai_core-1.1.3.jar lib/jsr-275-1.0-beta-2.jar lib/vecmath-1.3.2.jar lib/hsqldb-1.8.0.7.jar lib/date4j.jar lib/gt-metadata-2.7.4.jar lib/xercesImpl-2.7.1.jar build/web/WEB-INF/lib
cp: cannot stat `lib/antlrworks-1.2.3.jar': No such file or directory
make[3]: *** [compileit] Error 1
rm build/web/WEB-INF/classes/all.javas
make[3]: Leaving directory
`/home/vagrant/rpmbuild/BUILD/rasdaman-8.5.0/applications/petascope'
make[2]: *** [all-recursive] Error 1
- -----------------------

I used a clean vagrant machine and the following command to get & pack the source code:

git archive --format=tar --prefix=rasdaman-8.5.0/ v8.5.0-beta1 | gzip
> ../rasdaman-8.5.0.tar.gz

Change History (1)

comment:1 by abeccati, 11 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.