1 | void setSkipEmptyFilesets(boolean skip) {↵ | | 1 | void setSkipEmptyFilesets(boolean skip) {↵
|
2 | throw new BuildException(getTaskType()↵ | | 2 | throw new BuildException(getTaskType()↵
|
3 | + " doesn\'t support the "↵ | | 3 | + " doesn\'t support the ↵
|
4 | + "skipemptyfileset attribute",↵ | | |
|
5 | getLocation());↵ | | 4 | skipemptyfileset attribute", getLocation());↵
|
6 | }↵ | | 5 | }↵
|
|
7 | /**↵ | | 6 | /**↵
|
8 | * Set parallel.↵ | | 7 | * ↵
|
9 | * This is not allowed, and it always ↵ | | 8 | This is not allowed for Chmod.↵
|
| | | 9 | * @param b ignored.↵
|
10 | throws a BuildException.↵ | | 10 | * @throws BuildException↵
|
11 | * @param parallel ignored↵ | | 11 | always.↵
|
12 | * @ant.attribute ignore="true"↵ | | 12 | * @ant.attribute ignore="true"↵
|
13 | */↵ | | 13 | */↵
|
14 | public void setParallel(boolean parallel) {↵ | | 14 | public void setAddsourcefile(boolean b) {↵
|
15 | throw new BuildException(getTaskType()↵ | | 15 | throw new BuildException(getTaskType()↵
|
16 | + " doesn\'t support the parallel attribute",↵ | | 16 | + " doesn\'t support the addsourcefile attribute",↵
|
17 | getLocation());↵ | | 17 | getLocation());↵
|
18 | | | 18 |
|