Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » Problem with running application, Scout 10(Variable references non-existent resource : ${workspace_loc:/*.ui.html/js build.cmd})
Problem with running application, Scout 10 [message #1849420] Wed, 19 January 2022 13:09 Go to next message
Katia E is currently offline Katia EFriend
Messages: 1
Registered: January 2022
Junior Member
I have turned the developer mode in my Scout project to false, then proceeded as stated in https://www.eclipse.org/forums/index.php?t=msg&th=1103006&goto=1823435&#msg_1823435.

I ran 'npm run build:prod', then moved the files accrodingly and cleaned the project.

Now im facing a problem when running the application:
'Launching [webapp] all' has encountered a problem
Variable references non-existent resource : ${workspace_loc:/*.ui.html/js build.cmd}

Any hints on what could have gone wrong?
Re: Problem with running application, Scout 10 [message #1849535 is a reply to message #1849420] Mon, 24 January 2022 09:23 Go to previous messageGo to next message
Simon Daisenberger is currently offline Simon DaisenbergerFriend
Messages: 7
Registered: April 2021
Junior Member
We have the same issue.
Does anybody know how to solve this?
Re: Problem with running application, Scout 10 [message #1849542 is a reply to message #1849535] Mon, 24 January 2022 12:41 Go to previous message
Claudio Guglielmo is currently offline Claudio GuglielmoFriend
Messages: 256
Registered: March 2010
Senior Member
The "js build" run configuration launched by the "[webapp] all" launch group uses the script "js build.cmd" to run the JS build and watcher for dev mode. It uses the variable ${workspace_loc}. Does the run configuration point to the correct file? Have you deleted js build.cmd by accident?

Running npm run build:prod does not have an effect on launch files or scripts. It just builds the JS code and puts it in the folder dist/prod.
Previous Topic:Get geolocation in Client Session
Next Topic:Tile Widget Example
Goto Forum:
  


Current Time: Thu May 09 00:30:54 GMT 2024

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

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

Back to the top