codenameone / CodenameOne

Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web.
https://www.codenameone.com/
Other
1.66k stars 395 forks source link

Compile fails - GET request of: org/apache/xmlgraphics/batik-bridge/1.13/batik-bridge-1.13.jar #3781

Closed sandeep-tukaram closed 4 months ago

sandeep-tukaram commented 4 months ago

Describe the bug mvn compile fails

[ERROR] Failed to execute goal com.codenameone:codenameone-maven-plugin:7.0.86:generate-gui-sources (generate-gui-sources) on project myapp-common: Execution generate-gui-sources of goal com.codenameone:codenameone-maven-plugin:7.0.86:generate-gui-sources failed: Plugin com.codenameone:codenameone-maven-plugin:7.0.86 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.apache.xmlgraphics:batik-bridge:jar:1.13, org.swinglabs.swingx:swingx-core:jar:1.6.5-1, org.apache.ant:ant:jar:1.10.11, org.codehaus.groovy:groovy-all:jar:2.4.8, com.guardsquare:proguard-base:jar:7.2.0-beta2, com.guardsquare:proguard-core:jar:8.0.1: Could not transfer artifact org.apache.xmlgraphics:batik-bridge:jar:1.13 from/to central (https://repo.maven.apache.org/maven2): GET request of: org/apache/xmlgraphics/batik-bridge/1.13/batik-bridge-1.13.jar from central failed: Connection reset -> [Help 1]

To Reproduce Steps to reproduce the behavior:

  1. Go to https://start.codenameone.com/
  2. Choose IDE - VSCODE
  3. Download the project
  4. MVN compile locally, throws above error.

Expected behavior Downloaded project should compile without hiccups.

Desktop (please complete the following information):

sandeep-tukaram commented 4 months ago

Not able to reproduce it on the second try.. closing the issue.