shdqcdsn / counterclockwise

Automatically exported from code.google.com/p/counterclockwise
0 stars 0 forks source link

New Project Wizard chooses wrong directory #682

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Create a new Closure project. Choose a non default directory.

Now create another project and keep the option selected that should create the 
project in the directory of the previous one (previous directory is correctly 
shown in the input field)

Instead of creating the project within the shown path its created in the 
default directory (the workspace)

What version of the product are you using? On what operating system?
Using CCW 0.31.1 with Eclipse 4.3 on Mac Yosemite

Original issue reported on code.google.com by Torsten.Uhlmann@gmail.com on 7 Dec 2014 at 3:32

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 7 Dec 2014 at 9:34

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 8 Dec 2014 at 12:38

GoogleCodeExporter commented 9 years ago
The problem is probably here: 
https://github.com/laurentpetit/ccw/blob/master/ccw.core/src/java/ccw/leiningen/
NewLeiningenProjectWizard.java#L209

There should be an else which sets the locationURI to the previous saved 
location

Original comment by laurent....@gmail.com on 8 Dec 2014 at 12:46

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 18 Dec 2014 at 10:08