Gettin error in Ant compliation | Selenium Forum
M
Posted on 05/10/2016
On giving the command ant compile getting the below error:-


init:

clean:

compile:
[echo] making directory...
[mkdir] Created dir: D:\SELENIUM_ASHISH\Practice\src\module8\build
[echo] classpath------: D:\TestData\unzip\jars\SaxonLiaison.jar:D:\TestData
\unzip\jars\commons-beanutils-1.8.0.jar:D:\TestData\unzip\jars\derbyclient.jar:D
:\TestData\unzip\jars\dom4j-1.1.jar:D:\TestData\unzip\jars\eclipselink-2.0.0.jar
:D:\TestData\unzip\jars\flash-selenium.jar:D:\TestData\unzip\jars\javax.persiste
nce-2.0.0.jar:D:\TestData\unzip\jars\log4j-1.2.14.jar:D:\TestData\unzip\jars\log
ging-selenium-1.2.jar:D:\TestData\unzip\jars\mail.jar:D:\TestData\unzip\jars\mys
ql-connector-java-5.0.7-bin.jar:D:\TestData\unzip\jars\poi-3.6-20091214.jar:D:\T
estData\unzip\jars\poi-ooxml-3.6-20091214.jar:D:\TestData\unzip\jars\poi-ooxml-s
chemas-3.6-20091214.jar:D:\TestData\unzip\jars\saxon-8.7.jar:D:\TestData\unzip\j
ars\selenium-java-client-driver-sources.jar:D:\TestData\unzip\jars\selenium-java
-client-driver-test-sources.jar:D:\TestData\unzip\jars\selenium-java-client-driv
er-tests.jar:D:\TestData\unzip\jars\selenium-java-client-driver.jar:D:\TestData\
unzip\jars\selenium-server-coreless.jar:D:\TestData\unzip\jars\selenium-server-s
ources.jar:D:\TestData\unzip\jars\selenium-server.jar:D:\TestData\unzip\jars\tes
tng-xslt-maven-plugin-test-0.0.jar:D:\TestData\unzip\jars\testng.jar:D:\TestData
\unzip\jars\validation-api-1.0.0.GA.jar:D:\TestData\unzip\jars\xmlbeans-2.3.0.ja
r
[echo] compiling...
[javac] D:\SELENIUM_ASHISH\Practice\src\module8\build.xml:79: warning: 'incl
udeantruntime' was not set, defaulting to build.sysclasspath=last; set to false
for repeatable builds

BUILD FAILED
D:\SELENIUM_ASHISH\Practice\src\module8\build.xml:79: srcdir "D:\SELENIUM_ASHISH
\Practice\src\module8\src" does not exist!

A packkage is getting created with buildxml name, but there are no classes inside it.
Kindly suggest.

M
Replied on 07/10/2016

[quote:zoha0oeq]build.xml:79: srcdir "D:\SELENIUM_ASHISH
\Practice\src\module8\src" does not exist!
[/quote:zoha0oeq]

what is on line 79?