Month: October 2010

  • jdk tools.jar under Snow leopard

    Se usando maven-antrun-plugin sotto MacOsX Snow Leopard ottenete [ERROR] BUILD ERROR [INFO] ———————————————————————— [INFO] Failed to resolve artifact. Missing: ———- 1) sun.jdk:tools:jar:1.6.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=sun.jdk -DartifactId=tools -Dversion=1.6.0 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the […]