On Thu, Oct 7, 2010 at 21:55, Thiago Bonetti <[email protected]> wrote: > C:\dspace-1.6.2-src-release\dspace-1.6.2-src-release\dspace-api\src\main\resources\, > then when i do some change in messages, the modification doesn´t appear in > the UI. Am i doing anything wrong?
This is the source directory, which you build DSpace from. If you want changes here to take effect, you have to rebuild and redeploy DSpace (take a look at mvn package and ant update in DSpace manual). You can also copy the changes to the .properties file both to the source directory (so that your next build doesn't overwrite them with an older version) and the deployed directory (which should be in your case c:\dspace\webapps\jspui\WEB-INF\classes\). After restarting your servlet container, the changes should be visible. Regards, ~~helix84 ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

