View Single Post
  (#1 (permalink)) Old
sjeps Offline
New Member
 
Posts: 2
Join Date: May 2008
Model: 8810
PIN: N/A
Carrier: n/a
Default Alternative entry points - 05-12-2008, 03:28 AM

I'm trying to automate a build process, so I need for my application to buld completely from a build script (in this case using Ant). I'm using the bb-ant-tools task and I'm struggling to find a way to specify an alternative entry point into my application.

My code is very simliar to the example;

Livelink - Redirection

Then in my script;

<rapc output="${cod.name}" srcdir="${temp.src}" destdir="${unobf.folder.path}">
<jdp icon="i.png" runonstartup="true" desc="${midlet.vendor}" vendor="${midlet.vendor}" version="${midlet.version}" title="${application.name}" arguments="gui" type="cldc"/>
</rapc>

I can get the autostarting and icon swapping fine, but I can't find the correct way to specify my entry point for running the application when selecting it from the menu.

Any help or pointing at a decent tutorial appreciated. I've google'd loads but can't find anything...

sjeps.
   
Reply With Quote
Sponsored Links
Please Login or Register to Remove these Advertisements!