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... -----Original Message----- From: Jody Garnett [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 11:07 PM To: [EMAIL PROTECTED] Cc: [email protected]; Jesse Eichar Subject: Re: [Geotools-gt2-users] Building Geotools on OSX 10.4 Some recent changes (building against the pure Java JAI jars) on trunk may enable you to build - can you give it a go and let us know? JAI does ship with the later Max OS X operating systems; Jesse Eichar uses a mac so he may be able to help. Cheers, Jody > Hi all, > > I am trying to build geotools on mac osx 10.4.8. > > There is no JAI available, so I have added these to the pom and installed > to the local repository (was a surprise to not see them in the pom even > though they are not publically available - this way a maven user sees > immediately that there are missing dependencies before the compile target > and would locally load them to the repo). > > However, the espg-access module fails - I think because it is depending on > libraries native to windows... but only just started investigating. > Should these be in the pom also perhaps? > > Has anyone built this on mac? > > Cheers > > Tim > > > ------------------------------------------------------------------------- > 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 > ------------------------------------------------------------------------- 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
