Hi, I have looked through several how-to-guides and the online references, but do not see the answer to this question.
I am having trouble determining the best way to alter the API code. When making alterations to the JSPs I simply place the modified JSP files in [dspace-source]/modules/jspui. Then I run "mvn clean package" to re-package the target, and "ant update" from the target to update [dspace]/webapps. Is there a similar process for making changes to the API code? The current task that I am attempting is adding some information to a system generated email. The information has to be obtained by WorkflowManager.java and added to the email as a parameter. I have made the code changes to the java file easily enough, but the changes have not taken effect in the application after a rebuild. Any help would be greatly appreciated. Thanks! Darren ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

