Hi guys,
Wondering if I can get any guidance on coding my own module. I've compiled 1.4 from source code, tinkered with the demo module, and taken a look at the build scripts. As a first step, I copied the demo module into another directory in the modules folder and modified the build script:
added <antcall target="myModule"/> to "build_module_classes" target
2. added
<target name="myModule"...