1. Create a new Java free form project
2. Locate and select the build file AribaWeb generated
3. Map build actions to the build file eg compile/clean/javadocs/run-
site
4. Next select source packages
5. In the includes and excludes add the following
nbproject/*,build/**,nbproject/**
this will stop the build files and netbeans files appearing in the
project screen.
6. Ok project creation you should have a free form project with lots
of missing class errors
7. Right click on the free form project root node and go to Java
sources Classpath and add all the jars in the AW_HOME/lib folder.
8. When the project has finished indexing the red should go.
9. You may need to run the ant script from command line if the VM runs
out of memory or boost Netbeans JVM heap size this is found in the
netbeans.conf file.
If I have time(And whether I've learned enough about Aribaweb) I may
work on a small awl editor for Netbeans.
Cheers
Jason
-Kingsley