Ok, condensed version for Marc. (david@dolj)-(05:58pm Wed Dec 5)-(~) (503)$ cat jboss-all/makefile all: javac -d output -classpath `find . -name "*.jar" | tr ' ' ':'` `find . -name "*.java"` jar czf big.fucking.jar -C output .
Now, soon as the xml only deployment of every module works. You're set. -David p.s. For the humor impaired / Unix impared / SourceForge-bug-happy, this was a joke. On Wed, 05 Dec 2001, marc fleury wrote: > > I am reducing the size of all build.xml files. > > please don't check in any > > major structural changes to any build.xml for a bit. > > minor changes should > > be ok, but anything too complex will freak out cvs > > update and cause nasty > > conflicts, which are a bitch to fix. > > > > --jason > > Tell me about it I have about 50 files to check in and it is going to be a bitch... > > the simplification is most welcome Jason, > > to be polite and all I would say, > > Jason, my heart, would you _please_ simplify the fucking build.xml file down from >1300 lines ? > > please? > > :D > > > > > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
