Re: [Dspace-devel] DSpace mod and NetBeans

2013-06-04 Thread Tim Donohue
Hi Michael ( Peter), Instructions for setting up DSpace debugging in NetBeans are available on our wiki: https://wiki.duraspace.org/display/DSPACE/IDE+Integration+-+DSpace+and+NetBeans#IDEIntegration-DSpaceandNetBeans-DebugDSpaceWebAppusingTomcatIntegration See specifically the stuff under the

Re: [Dspace-devel] DSpace mod and NetBeans

2013-06-01 Thread Nestor Oviedo
Hi Peter and Michael. I use Eclipse instead of NetBeans, but I usually compile only the xmlui webapp and the problem you reported can be solved adding -Ddspace.dir=/path/to/dspace.dir to the packaging command. So, if you compile your xmlui webapp from the command line with maven, then just add

[Dspace-devel] DSpace mod and NetBeans

2013-05-31 Thread Michael
I have been successful in setting up NetBeans/Maven/Postgres/Tomcat/git on a windows 2003 dev server to navigate, edit and compile our custom version of DSpace 1.8.4. Debugging is another issue. I'm trying to get it to do the same on my win7 development computer running NetBeans internal

Re: [Dspace-devel] DSpace mod and NetBeans

2013-05-31 Thread Peter Dietz
Hi Michael. I've never actually solved that part of development. So I end up creating a folder/symlink with that exact parameter looking string, and store my Dspace. Cfg in there. ${dspace.dir} Not ideal, but it let's me keep on going. Lately, instead of using IDE assisted debugging with