Hi all, JSPUI and 1.8.0
I am having an issue with a code change that I have made. I edited "ItemTag.java" to change the way that certain items appeared in the full item record display. After a full rebuild, all of the changes that I made had taken effect and I considered the task complete, but then after I performed a partial rebuild (just the modules in [dspace-source]/dspace/) my changes were reverted. Upon investigating, I see that the JAR file "dspace-api-1.8.0.jar" has been recreated with the original code for "ItemTag.java". For a partial rebuild I originally ran: D:\dspace-1.8.0-source\dspace> mvn clean package D:\dspace-1.8.0-source\dspace\target\dspace-1.8.0-build> ant update then I used XCOPY to copy the directories for JSPUI and XMLUI to Tomcat, and restart the server. (JSPUI is the official interface, but we keep both active.) I changed my method and now use "ant build_wars" instead, which solves the immediate problem, but leaves me confused— How is the JAR file being recreated with the original code? To my knowledge, ItemTag.java only exists in one place in the source code, and I have edited it to include my customizations... Can anyone explain this to me? Thanks for your time. Good-day and be well. Darren Arsenault Programmer Algonquin College 1385 Woodroffe Avenue Ottawa, ON, K2G 1V8 ------------------------------------------------------------------------------ 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

