2008/12/26 fx5900 wrote:
>
>   i'm using Netbeans 6.1 at present with maven plugin. When you talk about
> mounting it by hand do you also mean making it also a normal application
> without maven?

No, I believe what Martin means is that, for each dependency in your
pom.xml file, the Netbeans maven plugin will automagically include
this in your project's library.  NB 6.1 does this for you, although if
you don't already have a dependency in your local repository (on your
hard disk) the jar will not be downloaded until you build the program.
 Sometimes this is the reason that import statements don't seem to be
working properly.  Netbeans cannot yet 'see' what is in the jar
because it doesn't have an accessible local copy.

Michael

------------------------------------------------------------------------------
_______________________________________________
Geotools-gt2-users mailing list
Geotools-gt2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to