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

2019-02-28 Thread Dennis Putnam
I've figured out what the problem is but I don't know what to do to fix it. When I export the jar from Eclipse, it has this set of directories: KCBSEvents META-INF mozilla org src That is the one that works. When I build the jar using ant (below), these are the directories present: KCBSEvents ME

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

2019-02-28 Thread jhm
I think Eclipse is creating a shaded jar, means a jar which contains all external jars. So you would have to download these jars and include their content in your final archive. You could use for getting their content Jan Von: Dennis Putnam [mailto:d...@bellsouth.n

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

2019-02-28 Thread Dennis Putnam
Hi Jan, That was it. Thanks. I had that at one time but I thought those were no longer necessary since I added all the pom and maven stuff. Now I'm not sure what is necessary but since it is working I'll leave it alone. On 2/28/2019 10:10 AM, Jan Matèrne (jhm) wrote: > I think Eclipse is creatin