Another maven/build question: When I go to project gt-jdbc-h2 at a command prompt and run, say, mvn test, does that use any local edits I've made to, say, gt-data or gt-main? Or does it strictly use the latest jar files for all its dependencies? How do I run a build/test so that it *does* use my local edits from other projects?

Thanks,

Lee

On 5/8/2011 6:47 PM, Jody Garnett wrote:
There is a trick; gt-jdbc is "abstract" and does not do much :-)

You need to run the tests for gt-jdbc-h2; it uses a pure java database so the tests can self contained.
--
Jody Garnett

On Monday, 9 May 2011 at 11:26 AM, lee-verizon wrote:

So I'd like to run the JDBC unit tests regularly while I'm hacking around to make sure I don't break anything. I went to gt-jdbc and ran "mvn test" but that doesn't seem to run very many tests. Do I need to run all the tests in org.geotools.jdbc, and if so how?

Thanks,

Lee

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to