Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

Compiling AtCmdDemo Project causing problems with autogenerated xml files build as ANT | Telit Cinterion IoT Developer Community

July 18, 2017 - 1:38pm, 3447 views

Hello,

I am trying to compile the AtCmdDemo project using the auto-generated build.xml as ant build. By clicking on Application Descriptor there exists a link to Export antenna buildfiles. Upon clicking that it will generate a mtj-build folder under which we can see the build.xml file. Running build.xml as ant build causes errors:

C:\Users\umasood\workspace\AtCmdDemo\mtj-build\IMP_NG_EHS5_REMOTE1\AtCmdDemo\classes\AtCmdDemo\AtCmdDemo.java:62: error: cannot find symbol

 [wtkbuild]     private ATCommand m_Cmd;

 [wtkbuild]             ^

 [wtkbuild]   symbol:   class ATCommand

 [wtkbuild]   location: class AtCmdDemo

Why is this so ? Normally it should compile without errors.

Best regards,

Umair