java - Help with IDE features integrating with ant build scripts -
i've been spoiled relying on ide generated scripts while. project i'm on have use, basically, custom ant build.xml scripts.
this hasn't been problem. i'm having trouble enabling huge quality of life functionality.particularly... getting netbeans autocomplete code methods, etc... in external library classes. sources , javadoc support.
so build.xml functions fine. can build , run project fine. code littered import errors , have no idea how attach sources or javadocs external jar files i'm importing in build.xml file.
is there way short of making ide generated script project , importing libraries through ide? i'd rather not maintain , effectively, 2 separate projects / build environments have autocomplete , javadocs functioning.
Comments
Post a Comment