Touch Active Member Licensed User Longtime User Aug 25, 2014 #1 Hi, I tried to create a library, When I create the documentation returns this error No ShortName annotation found for class: Parse warning: no version field. finish: C:\Documents and Settings\Administrator\Documenti\B4A\Classi\MyFirstLib.xml Click to expand... I use Eclipse, where should I put the Version field?
Hi, I tried to create a library, When I create the documentation returns this error No ShortName annotation found for class: Parse warning: no version field. finish: C:\Documents and Settings\Administrator\Documenti\B4A\Classi\MyFirstLib.xml Click to expand... I use Eclipse, where should I put the Version field?
Erel B4X founder Staff member Licensed User Longtime User Aug 25, 2014 #2 Note that this is only a warning. Add @Version(1.0f) above the class. Upvote 0