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

2019-02-21 Thread Dennis Putnam
I found an article on adding Maven dependencies to my ant script. While I'm getting a successful build but the same exception when I run the jar, I hope this is getting me closer. At least the pom.xml is in the build. I am wondering if the added *fileset* is right and working. Here is my latest:

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

2019-02-21 Thread Dennis Putnam
Hi Jan, Thanks. I'm using option 4. At least that is what my build file is supposed to be doing. The problem is while the build is successful there is something wrong with the jar produced. I suspect the Maven dependencies are not linked in correctly in the compiled jar because the pom.xml is not