-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating a Spring Starter project in non-default file system location #1025
Comments
I cannot reproduce this in Win 10 with STS 4.18.0 :- Are you able to create a simple Java project in the non-default location? What about simple project (General -> Project)? |
@BoykoAlex, thanks for trying to reproduce! I think the answers to your questions are already given in the issue description :)
Yes, I can even run it.
That's my workaround. The name of the reimported project remains "artifact.id". In fact, the only difference between the two created projects (default location vs. non-default location) in filesystem is - <name>MyProject</name>
+ <name>artifact.id</name> In Eclipse: If you had selected a working set for the new project, then Eclipse generates a second project, broken and closed, with the correct name in that working set. Eclipse shows in the project properties, the (file system) location of that broken project is empty. If no working set was selected, no such second broken project is created.
Creating a Java or Maven project in non-default locations works as expected. |
@fenjen I should have paid more attention to the description :-) I was able to reproduce the issue. However, the expected behaviour for the project in non-default location (i.e. not under the workspace root) is going to be:
(not |
Fixed with 0694331 |
Description
When creating a Spring Starter project in a non-default, custom file system location, then Eclipse/STS doesn't create the project correctly.
Steps to Reproduce
MyProject
[x] Use default location
and change the pathartifact.id
My Working Set
Expected
Actual
Additional Information
workspace/.metadata/.log
when creating the projectartifact.id
seems to work.MyProject
cannot be deleted. It disappears after restarting Eclipse.Workaround
The text was updated successfully, but these errors were encountered: