Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.2
-
Fix Version/s: None
-
Labels:None
-
Environment:Maven 2.2.1
-
Testcase included:yes
-
Number of attachments :
Description
Can not interleave ant tasks and non ant tasks:
I need to execute 4 consecutive tasks in a given order as part of the process-resources build phase as follows:
1 Ant Plugin Task - Delete a folder
2 Ant Plugin Task - Create a folder
3 robotframework Plugin Task - libdoc
4 Ant Plugin Task - Concatenate files
Tasks 1,2 and 3 will execute properly but Task 4 is ignored
Please Use the later pom.xml file