Hello!
I am new to ant, have search back and forth why this code does not work.
<project description="test build">
 <target name="foo">
    <mkdir dir="foo1"/>
 </target>
</project> 

If I do this
<project description="test build">
    <mkdir dir="foo1"/>
</project> 

it works, no problem... 
I have checked misc FAQ, this site and other and I wondering what I am doing
wrong.

-- fabien
-- 
View this message in context: 
http://www.nabble.com/cannot-mkdir-in-a-target-tf4768002.html#a13638140
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to