Re: [yocto] [eclipse-poky][PATCH v2] OptionsPage.java: improved handling of path concatenation in new project

2016-05-19 Thread timothy . t . orling
Tested for luna-master plugin branch and yocto-2.0.1 docs branch. Tested-by: Tim Orling > Please add your 'Signed-off-by:' > (e.g. use 'git commit -s') > > --Tim > >> When creating a new Yocto Bitbake Commander project, the folder >> separator is not being

Re: [yocto] [eclipse-poky][PATCH v2] OptionsPage.java: improved handling of path concatenation in new project

2016-05-19 Thread timothy . t . orling
Please add your 'Signed-off-by:' (e.g. use 'git commit -s') --Tim > When creating a new Yocto Bitbake Commander project, the folder > separator is not being handled corretly. The problem is a folder and > a file to be concatenated are joined as Strings instead of paths. > > This patch solves the

[yocto] [eclipse-poky][PATCH v2] OptionsPage.java: improved handling of path concatenation in new project

2016-05-18 Thread Humberto Ibarra
When creating a new Yocto Bitbake Commander project, the folder separator is not being handled corretly. The problem is a folder and a file to be concatenated are joined as Strings instead of paths. This patch solves the issue by using a path joioning mechanism instead of simply concatenating