Hi Darren, I think you're running into the same problem as Amira today:
> cd [dspace-source]/dspace/ I think this is the culprit - this doesn't do a full rebuild in 1.8.0 and above. Do it from here instead: cd [dspace-source] In short - in 1.8 running mvn package from [dspace-source]/dspace/ does a quick build (modules and somesuch), while running it from [dspace-source] does a full build. This is documented somewhere but I can't find it promptly. You shouldn't need to run the "clean" target, but it surely doesn't hurt. Regards, ~~helix84 ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

