Re: [Dspace-tech] HOW TO DEBUG JSP-UI WEB APPLICATION RESOURCES PROJECT

2012-09-04 Thread helix84
On Tue, Sep 4, 2012 at 10:21 AM, arjumand fatima fatima_arjum...@hotmail.com wrote: Hello Helix, Thanks for your reply. It really helped and following your suggestions I was able to start debugging. Using the full build option as you advised, when i run ant update_webapps or ant update

[Dspace-tech] HOW TO DEBUG JSP-UI WEB APPLICATION RESOURCES PROJECT

2012-09-04 Thread arjumand fatima
From: fatima_arjum...@hotmail.com To: heli...@centrum.sk Subject: RE: [Dspace-tech] HOW TO DEBUG JSP-UI WEB APPLICATION RESOURCES PROJECT Date: Tue, 4 Sep 2012 13:21:16 +0500 Hello Helix, Thanks for your reply. It really helped and following your suggestions I was able to start debugging

[Dspace-tech] HOW TO DEBUG JSP-UI WEB APPLICATION RESOURCES PROJECT

2012-08-30 Thread arjumand fatima
Dear All, I want to make a few changes in the submission process of the files that are uploaded in DSpace. For this purpose, i made a few changes in the SubmissionController class in package org.dspace.app.webui.servlet in JSP-UI Api and Implementation project. However when i run the JSP-UI

Re: [Dspace-tech] HOW TO DEBUG JSP-UI WEB APPLICATION RESOURCES PROJECT

2012-08-30 Thread helix84
Hi Arjumand, you can find information on how to turn on debugging here: https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-TurningonDebugging%28optional%29 If you think you're seeing old code deployed instead of your modified code: 1) make sure you're using