aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes ant - directory permission with <mkdir> Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "ant - directory permission with <mkdir>" Watch "ant - directory permission with <mkdir>" New topic
Author

ant - directory permission with <mkdir>

kri shan
Ranch Hand

Joined: Apr 08, 2004
Posts: 1303
<mkdir dir="hello"/>
<chmod perm="777" dir="hello" type="dir" includes="**" failonerror="hello"/>


How to set the directory permission for particular directory created using mkdir command ?
Wendy Gibbons
Bartender

Joined: Oct 21, 2008
Posts: 1098

Read this http://ant.apache.org/manual/tasksoverview.html
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5575

Actually, the page specific to chmod might be better: http://ant.apache.org/manual/Tasks/chmod.html

But then, the Ant code you posted should work. If it doesn't, try removing the 'includes' and 'failonerror' properties.

What is the problem you are having with your code?

Also, you are running this on Linux, right?


JBoss In Action
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: ant - directory permission with <mkdir>
 
Similar Threads
[ant] copy, creating directories as needed
running jar file error:
New to WL8.1
Ant: How to place resource files into bottom of package level structure?
Build problem when including third party jars in classpath using ant