Hi all,
I need some help to compile plugin into Netbeans. I follow (more and
more times..) this guide:
"
http://rsb.info.nih.gov/ij/developer/NBTutorial.html"
I found a mismatch in step relative to modify ide-file-targets.xml (with
line numbers) and I have some troubles. (Tell me if I wrong). I modify
this line
<javac destdir="${build.classes.dir}" includes="${files}" source="1.5"
srcdir="plugins">
with
<javac destdir="plugins" includes="${files}" source="1.5" srcdir="plugins">
and I remove (commented)
<!--mkdir dir="${build.classes.dir}"/-->
in the line above.
Next I follow step until 19 (I done it) and 20
19. Check all the folders in the Sources tab
20. Run you plugin from the ImageJ plugins menu. NetBeans will debug
your plugin and stop at any specified breakpoints
but when I check into source code my breackpoints and (after) I lunch
plugin form imageJ plugin folder netbeans DOESN'T stop.
PLEASE HELP ME
Regards,
Nicola