Re: Problems Compiling Using Ant

2006-05-30 Thread Travis West
7;t immediately see it... Scot Travis West wrote: > I thought it might be something like a jar is unavailble, and there > were two > that were not. However, even when I added those jars, the same error > still > resulted. The bibliography class is just a simple java bean that does

Re: Problems Compiling Using Ant

2006-05-30 Thread Travis West
hard coded those locations but are using a different location for files on your new machine. I usually try to have my build.xml compute locations relative to my build.xml - that way if I move my build environment around, I'm failry safe... Just a thought :) Travis West wrote: > When I ru

Re: Problems Compiling Using Ant

2006-05-30 Thread Travis West
error message that you get with ant 1.6.5. Regards, Antoine Travis West wrote: > Recently, I moved computers, and in the process I upgraded ant from > 1.6.2 to >> 1.6.5. I copied a program over from my old computer onto my new >> computer, >> which also upgraded from Java 1.4

Problems Compiling Using Ant

2006-05-29 Thread Travis West
, could there be a problem there? Thanks, Travis West