Skip to main content



      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 08:09 Go to next message
Eclipse UserFriend
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 04:23 Go to previous messageGo to next message
Eclipse UserFriend
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 07:41 Go to previous message
Eclipse UserFriend
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: Sun Jun 22 02:08:49 EDT 2025

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

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

Back to the top