cincheo / jsweet-quickstart

A template project to start with JSweet Java to TypeScript transpiler.
Apache License 2.0
17 stars 9 forks source link

Does not build as described #10

Closed shack closed 3 years ago

shack commented 3 years ago

I tried the instruction from the website and got

[ERROR] Failed to execute goal org.jsweet:jsweet-maven-plugin:3.0.0:jsweet (generate-js) on project jsweet-quickstart: Execution generate-js of goal org.jsweet:jsweet-maven-plugin:3.0.0:jsweet failed: Plugin org.jsweet:jsweet-maven-plugin:3.0.0 or one of its dependencies could not be resolved: Failed to collect dependencies at org.jsweet:jsweet-maven-plugin:jar:3.0.0 -> org.jsweet:jsweet-transpiler:jar:3.0.0: Failed to read artifact descriptor for org.jsweet:jsweet-transpiler:jar:3.0.0: Could not transfer artifact org.jsweet:jsweet-transpiler:pom:3.0.0 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [jsweet-plugins-release (http://repository.jsweet.org/artifactory/plugins-release-local, default, releases+snapshots), jsweet-plugins-snapshots (http://repository.jsweet.org/artifactory/plugins-snapshot-local, default, releases+snapshots), jsweet-release (http://repository.jsweet.org/artifactory/libs-release-local, default, releases+snapshots), jsweet-snapshot (http://repository.jsweet.org/artifactory/libs-snapshot-local, default, releases+snapshots), jsweet-external (http://repository.jsweet.org/artifactory/ext-release-local, default, releases+snapshots)] -> [Help 1]

I work under Big Sur with an up to date homebrew with Maven 3.8.1 and OpenJDK 15.0.2. I also removed the .m2 directory before to make sure that there are no old and conflicting maven settings.

lgrignon commented 3 years ago

Duplicate of https://github.com/lgrignon/jsweet-maven-plugin/issues/60