Find the Best Cosmetic Hospitals

Explore trusted cosmetic hospitals and make a confident choice for your transformation.

“Invest in yourself — your confidence is always worth it.”

Explore Cosmetic Hospitals

Start your journey today — compare options in one place.

Ant+Unable to create directory as a file already

rajeshkumar created the topic: Ant+Unable to create directory as a file already
Hi,

I have one file called djir.ear and I am trying to create a folder with the same name “jir.ear” same location using ant script.
but i get error message saying that
Unable to create directory as a file alr
eady exists with that name

Can you suggest me any solution for this? as i build is failing and mkdir do not support failonerror propertry 🙁
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn

Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services — all in one place.

Explore Hospitals

Similar Posts

  • |

    What is Apache Kudu?

    Apache Kudu is a free and open source columnar storage system developed for the Apache Hadoop. It is an engine intended for structured data that supports low-latency random access millisecond-scale access to individual rows together with great analytical access patterns. It is a Big Data engine created make the connection between the widely spread Hadoop…

  • A sample Ant build script that builds a WAR file – Guide

    A sample Ant build script that builds a WAR file <project name=”MyWebApplication” basedir=”..” default=”install”> <!– project-specific variables –> <property name=”jsp.dir.name” value=”myapp” /> <property name=”package.name” value=”${jsp.dir.name}.war” /> <property name=”webapp.dir” value=”/Users/al/tomcat-6.0.16/webapps” /> <property environment=”env” /> <property name=”build.dir” value=”build” /> <property file=”${build.dir}/build.${env.HOSTNAME}” /> <property name=”lib.dir” value=”lib” /> <property name=”pages.dir” value=”pages” /> <property name=”src.dir” value=”src” /> <property name=”src.tests.dir” value=”src-tests”…

  • How to use ant Script to Reset BuildNumber?

    To use this code, you need to have the file build.number containging: major.number=1 minor.number=0 hotfix.number=0 revision.number=0 continuous.number=0 Then the following 3 targets:   <taskdef resource=”net/sf/antcontrib/antlib.xml”/> <taskdef name=”unset” classname=”ise.antelope.tasks.Unset”/>     <target name=”initBuildNum” description=”Get current build number properties”> <property file=”build.number”/> <var name=”next.major” value=”${major.number}”/> <var name=”next.minor” value=”${minor.number}”/> <var name=”next.hotfix” value=”${hotfix.number}”/> <var name=”next.revision” value=”${revision.number}”/> <var name=”next.continuous” value=”${continuous.number}”/> </target>     <target name=”getBuildNum”>…

  • Power Point PPT: Apache Ant – Complete Guide

    Power Point PPT: Apache Ant Apache Ant from Rajesh Kumar   Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market tips at Stocks Mantra, health and fitness guidance at My Medic Plus, product reviews…

  • Useful links for Sonar with Ant

    rajeshkumar created the topic: Useful links for Sonar with Ant Sonar with Ant sonar.codehaus.org/a-new-hudson-plugin-f…egration-with-sonar/ old.nabble.com/Ant-Integration-td20105950.html old.nabble.com/JUNIT—ANT-Build-File-td21797773.html docs.codehaus.org/display/SONAR/Analyzing+Java+Projects Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn rajeshkumar replied the topic: Re: Useful links for Sonar with Ant Sonar and Other Quality Tools sonar.codehaus.org/what-makes-checkstyle…acker-complementary/ itspice.net/cms/tools/java-development/s…e-quality-management ganeshrenganathan.wordpress.com/2009/07/29/sonar-hudson/ Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert…

  • Graphical Representation of ANT | Ant Flow Chart | Visual representation

    1.       Grand: Graphical Representation of ANT Dependencies: Grand is a tool to create visual representation of ant target dependencies. It differs from tools like Vizant or AntGraph by a totally different approach, relying on the Ant API rather than parsing directly the XML files. This enables Grand to provide some nifty features such as the…

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments