Le 03/07/16 à 18:16, phuong hao nguyen thi a écrit : > Sorry I don't known . > So When I can download from web geotoolkit ?
The maven.geotoolkit.org server is temporarily down. I can not restart it myself, so we need to wait for the administrator to come back on Monday. But we use that repository only temporarily anyway, for the VNSC prototype. The code on Apache SIS can not depends on that repository. In this particular case, the error message was: >> [WARNING] Could not transfer metadata >> org.apache.sis:parent:0.8-jdk7-SNAPSHOT/maven-metadata.xml from/to >> geotoolkit.org (http://maven.geotoolkit.org): Connect to >> maven.geotoolkit.org:80 [maven.geotoolkit.org/193.48.189.43] failed: >> Connection timed out The org.apache.sis:parent:0.8-jdk7-SNAPSHOT artifact can be built by your clone of Apache SIS. So if you run "mvn install --offline" on Apache SIS first, then when building VNSCweb Maven should detect that it already has org.apache.sis:parent:0.8-jdk7-SNAPSHOT (because you built it just before) and that it does not need to download it from internet. Hopefully the maven.geotoolkit.org repository will be back online in the next 24 hours, so this problem will be resolved. Martin
