I'm am trying to build a module in Eclipse that I created in Titanium. However, I am getting an error in the build xml stating that it can't find the ant-tasks.jar? This is the highlighted line in the build.xml file.
<taskdef classname="org.appcelerator.titanium.ant.StringTask" name="ti.string" classpath="${ti.module.support.dir}/android/ant-tasks.jar"/>
I located the file here C:\Users\james\AppData\Roaming\Titanium\mobilesdk\win32\2.1.0.GA\module\android. Can someone telll me how to resolve this?
1 Answer
Accepted Answer
From what I read, it seems to fail in finding the necessary ressources in order to build the file.
- Did you fill out the build.properties files with the right values?
- Did you install ANT correctly?
- On which platform are you trying to build your module?
This information should already be in your initial post by the way. This would give everyone a better understanding of the problem you are facing.
Your Answer
Think you can help? Login to answer this question!