On Wed, Aug 29, 2012 at 12:07 AM, Priya S <[email protected]> wrote: > I made some changes to the text in messages.xml under > ~/dspace/modules/xmlui/src/main/webapp/i18n and after mvn package & ant > update, the changes are not taken place in built/installed messages.xml > under ~/dir/webapps/xmlui/i18/
Hi Priya, I'm guessing here because I haven't done it that way for a long time, but I think the dspace-xmlui-lang repository has a higher priority in Maven than the local modules overlay. To test this, try running Maven in offline mode "mvn -o package", if I'm right, your changes wouldn't be overwritten. Of course, this may have other side-effects, so the solution right now is to copy the messages.xml files manually from [dspace-src] to [dspace] after ant is run. At least that's what I do. Regards, ~~helix84 ------------------------------------------------------------------------------ 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

