Closed
Description
Boot Dashboard (STS 4.5) cannot start app when the Eclipse project name contains spaces.
Take, for instance, the attached demo project, with the following pom.xml snippet:
<artifactId>demo-project</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>demo [BREAKS BOOT DASHBOARD]</name>
If we import it into Eclipse as an existing Maven project, and use the name (instead of artifactId) to set the project name, then this name is shown in Boot Dashboard as "demo [BREAKS BOOT DASHBOARD]".
This name breaks the init process with the following message:
Error: Could not find or load main class [BREAKS
For some reason, the main class is not taken into account...
This error did not happen with previous STS versions.
Metadata
Metadata
Assignees
Labels
No labels