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
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 that
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 breakp