I am getting a BUILD FAILURE message when I try to build DSPACE from the
Source Release distribution tar file (the default release tar file works
fine).

I am running mvn -Ddb.name=oracle package

And I am getting the following errors 


[INFO] Building DSpace Kernel :: API and Implementation
[INFO]    task-segment: [package]
[INFO]
------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 228 source files to
/export/home/dspace/dspace-1.5.0-src-release/dspace-api/target/classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

/export/home/dspace/dspace-1.5.0-src-release/dspace-api/src/main/java/org/dsp
ace/content/Bitstream.java:[56,35] cannot find symbol
symbol  : class BitstreamStorageManager
location: package org.dspace.storage.bitstore

/export/home/dspace/dspace-1.5.0-src-release/dspace-api/src/main/java/org/dsp
ace/content/crosswalk/QDCCrosswalk.java:[127,15] cannot find symbol
symbol: class DisseminationCrosswalk
    implements DisseminationCrosswalk, IngestionCrosswalk

.....
Etc

It looks like MAVIN is not setting the classpath correctly.  Do I need to set
the CLASSPATH ?
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to