Re: [Geotools-devel] Removed "nojai" profile

2007-05-08 Thread Chris Holmes
It was on 2.3.x. I'll try to give it a go on trunk, but I have no immediate need to build trunk, so it may be awhile. But I'll report back when I do. Thanks Martin. Chris Martin Desruisseaux wrote: when I tried it on a fresh box I got past the usual "Range" error message, and and was left

Re: [Geotools-devel] Removed "nojai" profile

2007-05-08 Thread Martin Desruisseaux
> when I tried it on a fresh box I got past the usual "Range" error message, and > and was left with some failures based on ImageIO dare I ask about a no > "imageio" profile? -Pnojai was about "jai_core", "jai_codec" and "imageio". Could you tell me in which module you got this error and was

Re: [Geotools-devel] Removed "nojai" profile

2007-05-08 Thread Martin Desruisseaux
Chris Holmes a écrit : > Ok, maybe I'm interpreting something wrong, but I believe I now should > be able to go to GeoTools 2.3.x and run 'mvn install' with maven 2.0.4 > with no -Pnojai and no JAI installed and it should work? Or was this > change just made on trunk? The change was made on trunk

Re: [Geotools-devel] Removed "nojai" profile

2007-05-08 Thread Chris Holmes
Jody Garnett wrote: Chris Holmes wrote: Ok, maybe I'm interpreting something wrong, but I believe I now should be able to go to GeoTools 2.3.x and run 'mvn install' with maven 2.0.4 with no -Pnojai and no JAI installed and it should work? Or was this change just made on trunk? I think this

Re: [Geotools-devel] Removed "nojai" profile

2007-05-07 Thread Jody Garnett
Chris Holmes wrote: > Ok, maybe I'm interpreting something wrong, but I believe I now should > be able to go to GeoTools 2.3.x and run 'mvn install' with maven 2.0.4 > with no -Pnojai and no JAI installed and it should work? Or was this > change just made on trunk? I think this is only on trunk

Re: [Geotools-devel] Removed "nojai" profile

2007-05-07 Thread Chris Holmes
Ok, maybe I'm interpreting something wrong, but I believe I now should be able to go to GeoTools 2.3.x and run 'mvn install' with maven 2.0.4 with no -Pnojai and no JAI installed and it should work? Or was this change just made on trunk? Because I just checked out gt and ran mvn install on 2.

Re: [Geotools-devel] Removed "nojai" profile

2007-05-05 Thread Martin Desruisseaux
As a side note, even if Geotools seetle on Maven 2.0.5, I wanted Geotools to compile also with Maven 2.0.6 because it is the release that Gentoo users get when they update their system. Without the change just commited, GeoTools build break with no apparent reason after a "emerge --update world" on

Re: [Geotools-devel] Removed "nojai" profile

2007-05-05 Thread Martin Desruisseaux
Hello Adrian Adrian Custer a écrit : > You are playing fast and loose with the build system again. I hope > nothing breaks with these changes but am skeptical about the never > ending saga of the nojai profile. "nojai" do not exists anymore. I made the "nojai" profile permanent. This topic was r

Re: [Geotools-devel] Removed "nojai" profile

2007-05-05 Thread Adrian Custer
Martin, You are playing fast and loose with the build system again. I hope nothing breaks with these changes but am skeptical about the never ending saga of the nojai profile. Why are you targeting maven 2.0.6? I thought gt had settled on 2.0.5. Are these changes needed only for 2.0.6 or needed

[Geotools-devel] Removed "nojai" profile

2007-05-05 Thread Martin Desruisseaux
As discussed on the mailing list, JAI dependencies were added with other dependencies, like any ordinary one. They have "provided" or "test" scope; I tried to put just the minimal dependencies required to get Maven to compile and test. This change was done in order to allow Maven 2.0.6 to compile