I have just merged my code with 4.1 and am trying to run this comand:
ant -Dconfig=/l1/dspace/repository/devareaa/config/dspace.cfg update
and I'm getting this error:
BUILD FAILED
/deepblue/dspace/build/dev-4.1/dspace/target/dspace-4.1-build/build.xml:623:
The following error occurred while executing this line:
/deepblue/dspace/build/dev-4.1/dspace/target/dspace-4.1-build/build.xml:664:
java.lang.NullPointerException
when I look at the build.xml file I don't see why it would fail here:
<copy todir="${dspace.dir}/webapps"
preservelastmodified="false" failonerror="no">
<fileset dir="webapps">
<include name="**/web.xml" />
</fileset>
<filterchain>
<expandproperties />
</filterchain>
</copy>
Any ideas?
-Jose
------------------------------------------------------------------------------
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette