eclipsify - problem when mismatch between project name and folder name
Bug #522132 reported by
tomas
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
play framework |
Incomplete
|
Undecided
|
Erwan Loisant |
Bug Description
Steps to reproduce
play new aaa
bbb (application name)
play ec aaa
Import to eclipse 3.5.1
Launch bbb.launch
Error is displayed:Launch configuration bbb references non-existing project bbb.
The same thing for Test bbb.lanuch and Connect JPDA to bbb.launch
Fix: use folder name instead of application name when generating .launch files
(tested on 1.0.1)
description: | updated |
Changed in play: | |
assignee: | nobody → Erwan Loisant (eloisant) |
Changed in play: | |
status: | New → Incomplete |
To post a comment you must log in.
Further observations: I have tested it on two machines, both winxp, both eclipse galileo, on the first one the bug occurs, and the project name in package explorer is 'aaa', on the second one the project name is 'bbb' and the bug doesn't show up.