View Single Post
  (#9 (permalink)) Old
jfisher Offline
CrackBerry Addict
 
jfisher's Avatar
 
Posts: 711
Join Date: Jun 2005
Location: Manchester, UK
Model: 8310
Carrier: t-mobile
Default 02-08-2007, 07:32 AM

it's the same with netbeans - you create an .alx manually and automate it using the build script (build.xml):

<copy file="${name}.alx" todir="${dist.dir}"/>

if you have the time you could create a console app that reads the jad and writes out an alx as part of your build process but i'm not sure it's worth the effort.
   
Reply With Quote