
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
21/Dec/04 01:23 PM
|
|
in cactus:compile,
use of target="...maven.compile.target..." is incorrect, as maven.compile.target can be empty, and is by default in Maven 1.0.2.
Instead, should conditionally use <setproperty />, as is done for maven.compile.source later.
Also, source is now duplicated by the source="..." parameter to javac. It should be removed, and rely on the later property setting.
Let me know if this isn't clear, I'll do a patch.
|
|
Description
|
in cactus:compile,
use of target="...maven.compile.target..." is incorrect, as maven.compile.target can be empty, and is by default in Maven 1.0.2.
Instead, should conditionally use <setproperty />, as is done for maven.compile.source later.
Also, source is now duplicated by the source="..." parameter to javac. It should be removed, and rely on the later property setting.
Let me know if this isn't clear, I'll do a patch. |
Show » |
| No work has yet been logged on this issue.
|
|