Skip to main content



      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 05:06 Go to next message
Eclipse UserFriend
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 06:58 Go to previous messageGo to next message
Eclipse UserFriend
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 10:14 Go to previous messageGo to next message
Eclipse UserFriend
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 04:11 Go to previous message
Eclipse UserFriend
Ok, thank you!
Previous Topic:Question About build.cmd
Next Topic:ColorField.js
Goto Forum:
  


Current Time: Fri Jun 20 01:41:01 EDT 2025

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

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

Back to the top