in my build.xml:
<taskdef name="generateGuiSources" classname="com.codename1.build.client.GenerateGuiSources" classpath="CodeNameOneBuildClient.jar"/>

    <target name="genGuiSrc">
<generateGuiSources srcDir="src" encoding="UTF-8" guiDir="res/guibuilder" />
    </target>

running it manually still didn't create the code.

On 06/29/2016 11:48 AM, Chen Fishbein wrote:
It should be on your build.xml file


--
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/57741E8D.60103%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to