I ran into a couple of build issues with the 2.4 branch of the jetty plugin. I had to change the build.bat/build.sh scripts to set the properties that build.xml was expecting (jboss.dist, etc.) rather than what the scripts were doing (jboss.home, etc.).
If noone squawks before ~2:00 PM (GMT-6) I'll check that in. There was also an incompatibility in the build script with the version of ant that was being used. The jetty plugin in 2.4 seams to borrow ant from the tomcat plugin, and used a FixCRLF attribute that wasn't available in that version of ant. I changed this to use the older style and it worked, but I'm leary of checking that one in. Comments? danch _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
