Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Eclipse Scout 10 JS Project Generation
Eclipse Scout 10 JS Project Generation [message #1822510] Mon, 09 March 2020 06:46 Go to next message
Mark Ashworth is currently offline Mark AshworthFriend
Messages: 40
Registered: January 2012
Member
Good day,

Is there a way to generate an Eclipse Scout 10 Java Script project via a Maven archtype or Eclipse project creation?


Kind regards,
Mark Ashworth
Re: Eclipse Scout 10 JS Project Generation [message #1822551 is a reply to message #1822510] Mon, 09 March 2020 17:56 Go to previous messageGo to next message
Claudio Guglielmo is currently offline Claudio GuglielmoFriend
Messages: 7
Registered: May 2014
Junior Member
Hi Mark,

Scout 10 will be part of the next Eclipse release which is 2020-03 (it should be released on March 18 I think). With that release you can use the New Project Wizard to create a Scout JS project. Just select "JavaScript" as "programming language of the user interface".

If you want to try it out now, you can use a developer version of Eclipse, e.g. https://www.eclipse.org/downloads/packages/release/2020-03/rc1/eclipse-ide-scout-developers.

Or you can use the Maven archetype directly and import the Maven modules into your favorite IDE afterwards:

mvn archetype:generate -B -DarchetypeGroupId=org.eclipse.scout.archetypes -DarchetypeArtifactId=scout-hellojs-app -DarchetypeVersion=10.0.7 -DgroupId=com.myapp -DartifactId=hellojs -Dversion=1.0.0-SNAPSHOT -Dpackage=com.myapp.hellojs -DdisplayName=HelloScoutJS -DjavaVersion=1.8 -DsimpleArtifactName=hellojs


If you have any questions just let us know.
Claudio
Re: Eclipse Scout 10 JS Project Generation [message #1822621 is a reply to message #1822551] Tue, 10 March 2020 14:33 Go to previous message
Mark Ashworth is currently offline Mark AshworthFriend
Messages: 40
Registered: January 2012
Member
Good day Claudio,

Thank you very much for the information.

I came right with the Maven Archetype and will have a look at the Scout Eclipse IDE when it is released. :-)


Kind regards,
Mark Ashworth
Previous Topic:SQL select with 2 Lists as Parameters
Next Topic:Problem with setSplitHorizontal() in AbstractSplitBox
Goto Forum:
  


Current Time: Wed Apr 24 19:43:56 GMT 2024

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

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

Back to the top