| View previous topic :: View next topic |
| Author |
Message |
Vikas Hasija Posted via mailing list.
|
Posted: Tue Apr 07, 2009 8:09 pm Post subject: Blackberry project configuration build issue !! |
|
|
Hi,
I've Installed Blackberry 4.7.0 to my netbeans 5.5.1 and I am able to run the default project configuration successfully but when trying to run the other project configurations,even the .cod file is not getting generated. Only jar and jad are being created post execution. I've added the following code for BOLD9000 configuration in to my bild.xml file, but no success.
<target
name="init.rim.blackberry"
depends="init"
<condition
property="rim.blackberry"
value="true"
<or>
<equals
arg1="BOLD9000"
arg2="${config.active}"
/>
</or>
</condition>
</target>
Is this code is to be replaced with some part of existing build.xml code?
Can you please advise?
Thanks,
Vikas |
|
| Back to top |
|
 |
tylerdurden45
Joined: 03 Apr 2009 Posts: 15
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|