Hi,
I got successful in building the Hello world application with BB ant tool with the help of your blog steps. But I am getting error which building the Hello world dependency example here are details.
1. I have created common project with build.xml and common.properties file in it.
2. I have not changed anything in build.xml.
3. In common.properties i have just changed the jde.home. i.e C:\Program Files\Research In Motion\BlackBerry JDE 5.0.0
3. Created the libHello project and followed further steps.
4. Run the clean target for libHello
5. Run the build target in HelloWorld
i am getting the following error:
Buildfile: D:\BB_Eclipse_Wrokspace\Helloworld\build.xml
deps:
deps:
build:
BUILD FAILED
D:\BB_Eclipse_Wrokspace\common\build.xml:34: The following error occurred while executing this line:
D:\BB_Eclipse_Wrokspace\common\build.xml:25: jde home must be a directory
Thanks,