-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Some folders are not found in ${watched.file}.
When I change the file /home/foo/bar/baz/MyResource.java.
it displays A file has changed! /home/foo/MyResource.java and avoid bar/baz.
I started ant from /home/foo.
<watch>
<when>
<target>
<echo>Something has happened.</echo>
<echo>A file has changed! ${watched.file}</echo>
</target>
<fileset dir="${dir.bar}" includes="**/*"/>
</when>
</watch>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels