Davis Ford wrote: >I tried manually installing by downloading it from the web and doing: > >C:\SVN\jts-wrapper\module\jtsGeometry>mvn install:install-file >-DgroupId=org.geotools -DartifactId=gt2-jar-collector >-Dversion=2.3-SNAPSHOT -Dpackaging=maven-plugin >-Dfile=C:\svn\jts-wrapper\module\jtsGeometry\gt2-jar-collector-2.3-SNAPSHOT.jar > >but that fails with the same error message. > > -Dpackaging=jar
I've also found that the file parameter needs to be relative on occasion. Try "-Dfile=gt2-jar-collector-2.3-SNAPSHOT.jar" You can confirm that this file exists in ~/.m2/repository/org/geotools/gt2-jar-collector/2.3-SNAPSHOT after running the command. Cheers, Cory. ------------------------------------------------------------------------- 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-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
