Stuart napsal(a): > Ideally, I want to develop the code in a 'normal' NetBeans project - > partly out of curiosity but also Ant seems to use a very different > mechanism and I worry that it may be a compromise in some way. So the > floor is still open for any more advice.
Well, when I started with JOSM, I actually created a project from scratch and moved the sources (except the build.xml) in. My setup includes two source roots (./src and . to cover also other resources) with a short include filter (images/**,org/**,presets/**,styles/**). Then everything works perfectly (build, run, debug, even profile). I can send you a patch that would turn svn sources into full-featured NB project, if you wish. In fact, I believe it would be completely possible to have the project data in place for both the IDEs (with Eclipse using NB's generated build.xml) but I don't have Eclipse installed to test it. -- Petr "Nenik" Nejedly, NetBeans/Sun Microsystems, http://www.netbeans.org 355/113 -- Not the famous irrational number PI, but an incredible simulation! _______________________________________________ josm-dev mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/josm-dev
