eclipse / dartboard

Dart Plugin for Eclipse
https://marketplace.eclipse.org/content/dart-plugin-eclipse-0
Eclipse Public License 2.0
56 stars 20 forks source link

Subfolder not considered during launch configuration creation #144

Closed vogella closed 4 years ago

vogella commented 5 years ago

I'm following https://www.vogella.com/tutorials/Dart/article.html#exercise-developing-server-and-frontend and used Vscode to create the structure.

Afterwards, I imported the project into Eclipse and tried to launch main.dart, located in the bin folder. Dartboard generates a launch configuration but does not include the path, so I get the following error:

Error: Error when reading 'file:///home/vogella/workspace/dart2/gerritreader/server/main.dart': No such file or directory

image

Manually adding bin does also not work.

jonas-jonas commented 4 years ago

I think this particular issue was due to you importing the top level project, that had two separate projects beneath it.

However we now automatically detect the entry point from stagehand (#170). So this should make the whole process easier.