Re: Javac Run By Ant Script is Unable to Find External Jars

2019-02-14 Thread Dennis Putnam
Hi Jaikiran, Thanks for the reply. I thought the classpath parameter defaulted to "basedir"/.classpath. In any case I made the following change: Unfortunately that didn't help. The ant output is exactly the same. FWIW here is .classpath:            

Re: Javac Run By Ant Script is Unable to Find External Jars

2019-02-14 Thread Jaikiran Pai
Hi Dennis, On 13/02/19 11:56 PM, Dennis Putnam wrote: > I don't see any classpath being passed to the javac task in your build script. You should be passing a classpath containing your jars that are required to compile the source. There's more than one way to do that. The javac task manual has