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

2019-02-25 Thread Dennis Putnam
;${lib.dir}/log4j-api-2.11.2.jar"/> > unless:set="log4j-api.present" > > src="https://search.maven.org/remotecontent?filepath=org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.jar"; > dest="${lib.dir}/log4j-api-2.11.2.jar" /> > > > > > includeantruntime="false"> > >

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

2019-02-25 Thread jhm
https://search.maven.org/remotecontent?filepath=org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.jar"; dest="${lib.dir}/log4j-api-2.11.2.jar" /> 8-<--8-<------8-<------8-<--8-<-- > -Ursp

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

2019-02-25 Thread jhm
Could you post the content of the manifest file and your directory structure? I suppose that the paths are not correct … Jan Von: Dennis Putnam [mailto:d...@bellsouth.net] Gesendet: Montag, 25. Februar 2019 13:09 An: user@ant.apache.org Betreff: Re: AW: Javac Run By Ant Script is Unable t

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

2019-02-18 Thread jhm
Yes. Eclipse uses .project and .classpath. Ant uses build.xml (and an often used file build.properties). In contrast to Maven or Gradle Ant doesn't come with a built in dependency manager. So just declaring "I need JUnit 4.12" doesn't work. - place the jars by yourself in a directory (e.g. "/libs