
Each build.xml will compile one java program but build2.xml should be called from build1.xml. Write a two build.xml named with “build1.xml” and “build2.xml”.

Linux – Write a ant build.xml which should create 5 files and five folders and change the file permission to all files to 644 and folder to 755. Write a ant build.xml which should copy the files and folders from another and create a tar file. Write a ant build.xml and call one batch file from build.xml. create a directory using exec.(Not ant tasks)Ĭlone the prject- /scmgalaxy/helloworld-java-antĭuplicate 10 source file from HelloWorld.javaĬopy rest 5 files under folder called “no-need-to-compile”Ĭreate package of jar / war of the compiled files You should do the following things in myfile.xmlĥ. change the permission of file to current userģ. copy the src file from clone folder to build folderĢ. You should do the following things in build.xmlġ. clone the src code from – /scmgalaxy/SampleJavaFilesĢ. Rajeshkumar created the topic: Apache ant programming Exerciseĭownload Ant from the Apache Software Foundation and install it.ġ. Rajeshkumar replied the topic: Apache ant interview questions Nineetha replied the topic: Apache ant interview questions Permissions changed files:644 folders:755 Sribhavani_u replied the topic: Apache ant interview questions Go through all these questions mentioned in the url below and try to find an answer and provide your answer as part of comments.


Links to all Apache Ant Task – /manual/tasklist.html Rajeshkumar created the topic: Apache ant interview questions
