Skip to content
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

Eclipse Project wizard creates wrongly configured project #38

Open
SoxerL opened this issue Oct 15, 2020 · 0 comments
Open

Eclipse Project wizard creates wrongly configured project #38

SoxerL opened this issue Oct 15, 2020 · 0 comments

Comments

@SoxerL
Copy link

SoxerL commented Oct 15, 2020

Hi everyone

I have the following versions
Windows 10
Eclipse version 2020-09
Gluon Plugin 2.8.1
Eclipse buildship 3.1.4

I found two errors when creating a project with default configuration(platform android, ios, windows; maven) from the wizard:

  1. The created pom.xml has an additional ">" infront after the name tag. example: >MultiViewProjectFXML
    this leads to the compilation error java.nio.file.InvalidPathException: Illegal char <>> at index 0: >MultiViewProjectFXML when executing mvn client:compile
    This is fixed by manually removing the additional ">".
    This is exists in the 3 wizards: MultiViewFXML, MultiViewFXML with Glisten Afterburner and SingleView it is not present in the MultiView Project wizard.

  2. After fixing the name issue the sample MultiViewFXML application can still not be compiled with the following error:
    Fatal error:java.util.MissingResourceException: Can't find bundle for base name com.gluonapplication.views.primary, locale en_US
    The Multiview Project with glisten afterburner contains such properties files. Using the same files for the MultiViewFXML solves this issue.

As I dont understand anything about eclipse plugin development I was not able to pinpoint where the error is in the Code.

Thanks in advance

@SoxerL SoxerL changed the title Eclipse Project wizard creats wrongly configured project Eclipse Project wizard creates wrongly configured project Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant