Scott Sanders wrote: > > Since I will be running this system on my own Linux box as > well, I set about to converting the project to use Linux. > But instead of writing a .sh file from the gen.bat file, > I converted it to an Ant file. Works like a charm! I > know it may seem like a chicken and egg thing, but I > think that it is the way to go, as all of the logic is in > the Ant file, and the scripts are minimal. > > Comments? I've now got bash scripts working on Linux. I've now given a bit of thought to Ant, and I'm bit concerned about classpath issues. The current Ant tasks are prone to putting the jars that are in CVS in front of yours, and sometimes completely ignore the classpath as you have provided it. Something to think about. I still would love to see your stylesheets. - Sam Ruby --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
