Re: [TEST] Apache Struts 7.0.0-M3 test build is ready

2024-02-25 Thread Greg Huber
Also building in eclipse I get these strange errors Missing artifact org.apache.struts:struts2-freemarker-jakarta:jar:7.0.0-M3 Missing artifact org.apache.struts:struts2-velocity-tools-jsp-jakarta:jar:7.0.0-M3 Missing artifact

Re: [TEST] Apache Struts 7.0.0-M3 test build is ready

2024-02-25 Thread Greg Huber
Testing the file upload and it now does not work. I get an error where its using the wrong file name ie upload5549a568d9794ef5b654da83d07961350045.tmp rather than the actual file name. I put back the mods I did, and it still does not work. Were there any other changes? I did not test

Re: [TEST] Apache Struts 7.0.0-M3 test build is ready

2024-02-25 Thread i...@flyingfischer.ch
May be related to this issue in Struts 1: https://github.com/weblegacy/struts1/issues/28 Best regards Markus Am 25.02.24 um 09:41 schrieb Greg Huber: Testing the file upload and it now does not work. I get an error where its using the wrong file name ie

Re: [TEST] Apache Struts 7.0.0-M3 test build is ready

2024-02-25 Thread Lukasz Lenart
niedz., 25 lut 2024 o 11:57 Greg Huber napisał(a): > > Also building in eclipse I get these strange errors > > Missing artifact org.apache.struts:struts2-freemarker-jakarta:jar:7.0.0-M3 It's because the artifacts are transformed during build and the IDE doesn't see them. Here is an example how

Re: [TEST] Apache Struts 7.0.0-M3 test build is ready

2024-02-25 Thread Greg Huber
Why does it work then for the other artifacts?     org.apache.struts struts2-freemarker-jakarta     ${project.version}             org.apache.struts     struts2-core     ${project.version}            

Re: [TEST] Apache Struts 7.0.0-M3 test build is ready

2024-02-25 Thread Łukasz Lenart
niedz., 25 lut 2024 o 09:42 Greg Huber napisał(a): > > Testing the file upload and it now does not work. > > I get an error where its using the wrong file name ie > upload5549a568d9794ef5b654da83d07961350045.tmp rather than the > actual file name. Which file upload do you use? Old