Dear All,
while creating a B4A Java Library using Eclipse, receive an error message after creating the JAR File:
Using following steps to create the JAR File:
-File > Export > select JAR file >
-Select the resources to export (the package and src): RLDIalogs and src
-Select Export Destination: e:\Daten\b4a\MyLibs\RLDialogs\RLDialogs.jar
-Press finish.
-Receive message to overwrite the file e:\Daten\b4a\MyLibs\RLDialogs\RLDialogs.jar
Error Message:
JAR Export - Java creation failed:
JAR creation failed. See details for additional information.
JAR creation failed. See details for additional information.
Resource is out of sync with the file system: '/RLDialogs/RLDialogs.jar'.
Resource is out of sync with the file system: '/RLDialogs/RLDialogs.xml'.
BUT the jar file is created. When using in B4A it works fine.
BTW: the xml file is created properly.
Questions:
What has to be changed to avoid getting this error message?
Is there an easier way in Eclipse to build at one both XML and JAR file.
Appreciated,
Rob
while creating a B4A Java Library using Eclipse, receive an error message after creating the JAR File:
Using following steps to create the JAR File:
-File > Export > select JAR file >
-Select the resources to export (the package and src): RLDIalogs and src
-Select Export Destination: e:\Daten\b4a\MyLibs\RLDialogs\RLDialogs.jar
-Press finish.
-Receive message to overwrite the file e:\Daten\b4a\MyLibs\RLDialogs\RLDialogs.jar
Error Message:
JAR Export - Java creation failed:
JAR creation failed. See details for additional information.
JAR creation failed. See details for additional information.
Resource is out of sync with the file system: '/RLDialogs/RLDialogs.jar'.
Resource is out of sync with the file system: '/RLDialogs/RLDialogs.xml'.
BUT the jar file is created. When using in B4A it works fine.
BTW: the xml file is created properly.
Questions:
What has to be changed to avoid getting this error message?
Is there an easier way in Eclipse to build at one both XML and JAR file.
Appreciated,
Rob