wearefrank / frank-runner

Run any Frank with Tomcat
Apache License 2.0
16 stars 12 forks source link

13-9-2021 version version of frank-runner tries to download webapp 7.7 instead of snapshot version #24

Closed jjansenvr closed 1 year ago

jjansenvr commented 3 years ago

Can't get https://nexus.frankframework.org/repository/public/org/ibissource/ibis-adapterframework-webapp/7.7/ibis-adapterframework-webapp-7.7.war to d:\git\frank-runner\download\ibis-adapterframework-webapp-7.7.war

I guess the metadata.xml is not parsed in the right way or is changed?

workaround

by adding the -Dff.version=7.7-20210907.100208 to the startup

it downloads from https://nexus.frankframework.org/repository/public/org/ibissource/ibis-adapterframework-webapp/7.7-20210907.100208/ibis-adapterframework-webapp-7.7-20210907.100208.war

jacodg commented 3 years ago

I've tested it by adding -Dff.version=7.7-20210907.100208 to the restart.bat of Frank2Example1 in the examples folder of the Frank!Runner and that is working as expected:

Getting: https://nexus.frankframework.org/repository/public/org/ibissource/ibis-adapterframework-webapp/7.7-20210907.100208/ibis-adapterframework-webapp-7.7-20210907.100208.war To: C:\Users\M00F069\C\Software\Data\Git\frank-runner\download\ibis-adapterframework-webapp-7.7-20210907.100208.war

And in the Frank!Console I see:

FF! 7.7-20210907.100208: Frank2Example1

Can you give more details on what you are doing and how I can reproduce the problem?

P.s. no changes have been made to the Frank!Runner since the 3th of August

jjansenvr commented 3 years ago

If you do not specify the version it tries to download 7.7 otherwise it works fine

Groet

Jeroen

Op 14 sep. 2021 om 17:06 heeft jacodg @.***> het volgende geschreven:

 I've tested it by adding -Dff.version=7.7-20210907.100208 to the restart.bat of Frank2Example1 in the examples folder of the Frank!Runner and that is working as expected:

Getting: https://nexus.frankframework.org/repository/public/org/ibissource/ibis-adapterframework-webapp/7.7-20210907.100208/ibis-adapterframework-webapp-7.7-20210907.100208.war To: C:\Users\M00F069\C\Software\Data\Git\frank-runner\download\ibis-adapterframework-webapp-7.7-20210907.100208.war

And in the Frank!Console I see:

FF! 7.7-20210907.100208: Frank2Example1

Can you give more details on what you are doing and how I can reproduce the problem?

P.s. no changes have been made to the Frank!Runner since the 3th of August

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or unsubscribe.