OP-TED / eforms-notice-viewer

This is a sample eForms application that can visualise an eForms notice. It uses efx-toolkit-java to generate XSL templates from notice view templates written in EFX. It then uses an XSLT processor to generate an HTML visualisation of any given eForms notice.
https://docs.ted.europa.eu/eforms-common/notice-viewer/index.html
European Union Public License 1.2
10 stars 2 forks source link

NoticeViewer0.8.0 can't download https://repo.maven.apache.org/maven2/eu/europa/ted/eforms/eforms-sdk/1.7.0-SNAPSHOT/eforms-sdk-1.7.0-SNAPSHOT.jar #63

Closed MichaelAdam-AKA-Mike closed 1 year ago

MichaelAdam-AKA-Mike commented 1 year ago

Hi there,

notice viewer 0.8.0 can't download eforms-sdk-1.7.0-SNAPSHOT.jar from the following URL: https://repo.maven.apache.org/maven2/eu/europa/ted/eforms/eforms-sdk/1.7.0-SNAPSHOT/eforms-sdk-1.7.0-SNAPSHOT.jar

I tried to render a notice example from eFoms SDK 1.7.0

Here are the lines copied from the logs:

14:59:08.119 [main] DEBUG e.e.t.m.l.ConsoleRepositoryListener - Resolved metadata eu.europa.ted.eforms:eforms-sdk:1.7.0-SNAPSHOT/maven-metadata.xml from central (https://repo.maven.apache.org/maven2/, default, releases+snapshots) 14:59:08.122 [main] DEBUG e.e.t.m.l.ConsoleRepositoryListener - Downloading artifact eu.europa.ted.eforms:eforms-sdk:jar:1.7.0-SNAPSHOT from central (https://repo.maven.apache.org/maven2/, default, releases+snapshots) 14:59:08.122 [main] DEBUG e.e.t.m.l.ConsoleTransferListener - Downloading: https://repo.maven.apache.org/maven2/eu/europa/ted/eforms/eforms-sdk/1.7.0-SNAPSHOT/eforms-sdk-1.7.0-SNAPSHOT.jar 14:59:08.147 [main] DEBUG e.e.t.m.l.ConsoleTransferListener -

14:59:08.149 [main] DEBUG e.e.t.m.l.ConsoleTransferListener - Transfer failed. org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact eu.europa.ted.eforms:eforms-sdk:jar:1.7.0-SNAPSHOT in central (https://repo.maven.apache.org/maven2/)

Thanks for your help

Michael

mgakt commented 1 year ago

Is there a scheduled date for fixing the error?

bertrand-lorentz commented 1 year ago

At the time the initial comment was posted (12/05), SDK 1.7.0 was released but not available yet on Maven Central (it got there on 14/05). After not finding 1.7.0, it tries to find 1.7.0-SNAPSHOT, and this fails because it's also not available.

If you are able to reproduce the problem now, with SDK version 1.7.x, please post the complete log here.

MichaelAdam-AKA-Mike commented 1 year ago

Download for sdk1.7.0 now seems to work. But I get another error now. I open new issue for that.

bertrand-lorentz commented 1 year ago

Closing, as this is now working.