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:
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.
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.
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:
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.
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