Posted By:
turing_complete
Posted On:
Wednesday, April 24, 2002 10:21 PM
I had to do this recently--make a Forte/ANT project work in JBuilder too. No tool I've ever heard of, and I lots of time looking for helpful opentools (most of them are lame or broken).
Basically I had to redo the entire directory structure of my project and fix the ANT file accordingly, it took about a day.
I recommend this set-up:
/api-doc
/bak
/build
/dist
/doc
/jb-proj -- this is where JBuilder thinks the root project node is and saves it's specific files
/lib
/src
/src-other
/temp
/test
/www
The build.xml and README.txt may be of help to you.
http://phosphor.sf.net/build.xml
http://phosphor.sf.net/README.txt