Hi Carbide Express Developers,
I have found a re creatable error no fix
Carbide Express gives an error invalid target will trying to import the .mmp file Helloworld example from the UIQ_21 kit.
I have investigated and found that the plugin "com.nokia.sdk.UIQ_21.build.gcc98_1.0.0.jar" in file plugin.properties has
compared with the s60 3.0 "com.nokia.sdk.S60_30.build.gcce_1.0.0.jar"# Target types
Option.targetType=TargetType
Option.targetType.ani=ani
Option.targetType.app=app
which has changed/extra lines
I cannot change file as its not possible to write into a java jar file.# Target types
Option.targetType=Target types
optionCategory.targetType=Target type
Option.targetType.ani=ani
Option.targetType.app=app
I tried removing/commenting out target symbol from the .mmp file this gets past the error but fails as no target is declared.
Compiled ok from outside Carbide. C++ Express.
Jim



