Hi Thanks Andrea
I tried "mvn:install -Pnojai -Dmaven.test.skip=true" but that didn't work. Is that what you mean? Installing the jars to the repo let it build but I am just hitting problem after problem with building. Partly due to OSX not having the same java (e.g. odbc bridge missing) and partly due to (in my very humble opinion) poms being incomplete. It is also a highly likely possibility that I am trying to build the wrong code of course ;o) If I don't give up, I'll write some destructions on how I got geotools and geoserver building on mac. I'm working on this on the side at the moment so can't give it my full attention unfortunately. Thanks again Tim -----Original Message----- From: Andrea Aime [mailto:[EMAIL PROTECTED] Sent: Thursday, March 22, 2007 10:37 AM To: Tim Robertson Cc: 'Jody Garnett'; [email protected] Subject: Re: [Geotools-gt2-users] Building Geotools on OSX 10.4 Tim Robertson ha scritto: > Ok... > > So I am slowly plugging through getting this built on mac. So far, changes > I have made: > > - Added JAI jars to POM and loaded to my local repository. It's no good for > run time but I just need to build on mac. > > - There is no odbc jdbc bridge in the mac release of java 5. So on windows > I created a jar containing just the sun.jdbc.ee package from the rt.jar, and > copied that to mac, adding it to the epsg module pom and it now builds at > least. > > Now I am going to tackle the unsupported module problems. > > If someone knows a better approach to that I am taking please stop me! > > My suggestion to the geotools team is that all dependencies are added to the > POMs... even if they are not publicly available. It's really frustrating to > get 2 minutes into a build to find out that a class is not found - when > maven specifically avoids this by having all dependencies checked at the > beginning. Just my 2 cents worth... Tim, have you tried using the -Pnojai profile as I suggested in an earlier mail? This will add jai dependencies.... (it's available only on gt2 trunk, but afaik you were trying to build that one). Cheers Andrea ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
