Re: [Geotools-devel] On the evil-ness of maven profiles in the ArcSDE module pom

2007-11-29 Thread Saul Farber
Gabriel, Yes, that's correct. Also, you will be able to check that everything's working by simply doing: $ mvn -Dmaven.test.skip clean install in the arcsde directory, to make sure it's building against the sde jars. There are a few lingering problems with the ArcSDE "dummy" vs. "real" code.

Re: [Geotools-devel] On the evil-ness of maven profiles in the ArcSDE module pom

2007-11-29 Thread Gabriel Roldán
Hi Saul, that sounds good. Does it means we should be extra cautious about keeping the dummy api binary compatible with the esri jars? cheers, Gabriel On Thursday 29 November 2007 06:33:22 pm Saul Farber wrote: > Hey all, > > A while ago there was this specific problem in building the arcsde > d

Re: [Geotools-devel] On the evil-ness of maven profiles in the ArcSDE module pom

2007-11-29 Thread Jody Garnett
Check out epsg-oracle module for an example of how to "toggle" between two profiles depending on if a property was set on the command line. Jody > Hey all, > > A while ago there was this specific problem in building the arcsde > datastore. The problem was: > > * if you were building the datastor

[Geotools-devel] On the evil-ness of maven profiles in the ArcSDE module pom

2007-11-29 Thread Saul Farber
Hey all, A while ago there was this specific problem in building the arcsde datastore. The problem was: * if you were building the datastore in a DEFAULT way (i.e., not to actually use it, just to make sure it would compile) then you needed one set of jarfiles on your classpath. * if you were b