|

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.
|