Skip to content

Boot Dashboard cannot start app when Eclipse project name contains spaces #403

Closed
@aritzbastida

Description

@aritzbastida

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.

demo-project.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions