You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/08/20 20:12:39 UTC

DO NOT REPLY [Bug 22593] New: - Deep directoy build fails on chmod in build.xml 779

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22593>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22593

Deep directoy build fails on chmod in build.xml 779

           Summary: Deep directoy build fails on chmod in build.xml 779
           Product: Ant
           Version: 1.5.4
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build Process
        AssignedTo: dev@ant.apache.org
        ReportedBy: ronbroberg@yahoo.com


Building ant (ant dist) in directory

cd /opt/src/opencoe/comp/ANT/src/ANT/COE_ALL/apache-ant-1.5.4
ant dist

fails.

Building same ant (ant dist) in short directory succeeds.

cd /tmp/apache-ant-1.5.4
ant dist

succeeds.

BUILD FAILED
file:/mnt/hda5/src/opencoe/comp/ANT/src/ANT/COE_ALL/apache-ant-1.5.4/build.xml:779:
chmod returned: -1
	at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:337)	at
org.apache.tools.ant.taskdefs.ExecuteOn.runExec(ExecuteOn.java:270)
	at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:250)
	at org.apache.tools.ant.taskdefs.Chmod.execute(Chmod.java:211)
	at org.apache.tools.ant.Task.perform(Task.java:341)
	at org.apache.tools.ant.Target.execute(Target.java:309)
	at org.apache.tools.ant.Target.performTasks(Target.java:336)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:397)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:143)
	at org.apache.tools.ant.Task.perform(Task.java:341)
	at org.apache.tools.ant.Target.execute(Target.java:309)
	at org.apache.tools.ant.Target.performTasks(Target.java:336)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1255)
	at org.apache.tools.ant.Main.runBuild(Main.java:609)
	at org.apache.tools.ant.Main.start(Main.java:196)
	at org.apache.tools.ant.Main.main(Main.java:235)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org