force it to use ant to do all compiles? Seems like that would be best to solve most problems.
I've been able to get it to run our ant build files directly. You might have to go into the eclipse properties and add all the tools/lib/*.jar files to the ANT runtime classpath.
Do you know if there is an _easy_ way to make all projects use a set of external tools builder configs?
I found with a small mod to tools/etc/build*/tools.ent that adding a external builder to execute the build.xml before the eclipse compiler will allow the entire server to be built from inside of eclipse. Only one extra step is needed to call build/build.xml to make the distribution directory so that the server will run... which could be worked around as well with an additional builder to trigger the build module to pull.
BTW I did not have to add anything the ANT runtime classpath.
--jason
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development