Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Eclipse Scout new project forcing to 22-beta
Eclipse Scout new project forcing to 22-beta [message #1849801] Thu, 03 February 2022 10:06 Go to next message
Mr Robot is currently offline Mr RobotFriend
Messages: 70
Registered: March 2020
Member
Hi,

please can you help me with creating new project in Eclipse but with Scout 11 version.

Each time I create new project 22-beta-5 version is used.

When can I change this to force Eclipse/Maven to create Scout 11 HelloWorld project?

Thank you.
Re: Eclipse Scout new project forcing to 22-beta [message #1849808 is a reply to message #1849801] Thu, 03 February 2022 11:58 Go to previous messageGo to next message
nico p is currently offline nico pFriend
Messages: 2
Registered: January 2022
Junior Member
Hello,

You need to download an older Eclipse, I assume 2021-03 is v11.
That is the only way I know, they said they are working on a solution to bring the possibility to chose the version.
Re: Eclipse Scout new project forcing to 22-beta [message #1849821 is a reply to message #1849808] Thu, 03 February 2022 15:14 Go to previous messageGo to next message
Matthias Villiger is currently offline Matthias VilligerFriend
Messages: 232
Registered: September 2011
Senior Member
Dear all

Yes you are right. Currently in IntelliJ and Eclipse when creating a new project always the newest version of Scout is selected. This will be improved in the next release so that you can choose which version to use in the project creation wizards.

For the moment you have the option explained by Nico.
As an alternative you can also create the project on the command line with the following Maven command:

mvn archetype:generate -DinteractiveMode=false -DarchetypeGroupId=org.eclipse.scout.archetypes -DarchetypeArtifactId=scout-helloworld-app -DarchetypeVersion=11.0.42 -DgroupId=org.eclipse.scout.apps -DartifactId=helloscout -Dversion=1.0.0-SNAPSHOT -Dpackage=org.eclipse.scout.apps.helloscout -DdisplayName="My Application" -DjavaVersion=11 -DsimpleArtifactName=helloscout -DuserName=you


This creates a helloworld application in the working directory. With the property "archetypeVersion" you can choose the Scout version (11.0.42 in the example above).

Hope this helps

Kind regards
Mat
Re: Eclipse Scout new project forcing to 22-beta [message #1849867 is a reply to message #1849821] Sat, 05 February 2022 09:11 Go to previous message
Mr Robot is currently offline Mr RobotFriend
Messages: 70
Registered: March 2020
Member
Ok, thank you!
Previous Topic:Question About build.cmd
Next Topic:ColorField.js
Goto Forum:
  


Current Time: Tue Apr 23 07:04:54 GMT 2024

Powered by FUDForum. Page generated in 0.03977 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top