You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by "Nandana Mihindukulasooriya (JIRA)" <ji...@apache.org> on 2008/04/17 10:47:21 UTC

[jira] Created: (WSS-114) Some test reports are deleted by intermediate tasks in the ant build

Some test reports are deleted by intermediate tasks in the ant build
--------------------------------------------------------------------

                 Key: WSS-114
                 URL: https://issues.apache.org/jira/browse/WSS-114
             Project: WSS4J
          Issue Type: Bug
            Reporter: Nandana Mihindukulasooriya
            Assignee: Ruchith Udayanga Fernando


There reason is the "prepare" task is called several times and it deletes the existing test reports directory. 

prepare:
   [delete] Deleting directory /home/nandana/work/workspace/apache/wss4j/build/test-reports
    [mkdir] Created dir: /home/nandana/work/workspace/apache/wss4j/build/test-reports


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (WSS-114) Some test reports are deleted by intermediate tasks in the ant build

Posted by "Nandana Mihindukulasooriya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSS-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nandana Mihindukulasooriya resolved WSS-114.
--------------------------------------------

    Resolution: Fixed

> Some test reports are deleted by intermediate tasks in the ant build
> --------------------------------------------------------------------
>
>                 Key: WSS-114
>                 URL: https://issues.apache.org/jira/browse/WSS-114
>             Project: WSS4J
>          Issue Type: Bug
>            Reporter: Nandana Mihindukulasooriya
>            Assignee: Ruchith Udayanga Fernando
>         Attachments: test_reports.patch
>
>
> There reason is the "prepare" task is called several times and it deletes the existing test reports directory. 
> prepare:
>    [delete] Deleting directory /home/nandana/work/workspace/apache/wss4j/build/test-reports
>     [mkdir] Created dir: /home/nandana/work/workspace/apache/wss4j/build/test-reports

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (WSS-114) Some test reports are deleted by intermediate tasks in the ant build

Posted by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WSS-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589884#action_12589884 ] 

Colm O hEigeartaigh commented on WSS-114:
-----------------------------------------


> Shall we only create test-reports directory in the prepare task and clean everything in clean task.

+1 from me. It's annoying that if  you have one of the test-reports opened with eg vim, "ant test" will faill with:

prepare:
   [delete] Deleting directory D:\src\wss4j_wss108\trunk\build\test-reports

BUILD FAILED
D:\src\wss4j_wss108\trunk\build.xml:257: Unable to delete file D:\src\wss4j_wss1
08\trunk\build\test-reports\.TEST-wssec.PackageTests.xml.swp

> Some test reports are deleted by intermediate tasks in the ant build
> --------------------------------------------------------------------
>
>                 Key: WSS-114
>                 URL: https://issues.apache.org/jira/browse/WSS-114
>             Project: WSS4J
>          Issue Type: Bug
>            Reporter: Nandana Mihindukulasooriya
>            Assignee: Ruchith Udayanga Fernando
>         Attachments: test_reports.patch
>
>
> There reason is the "prepare" task is called several times and it deletes the existing test reports directory. 
> prepare:
>    [delete] Deleting directory /home/nandana/work/workspace/apache/wss4j/build/test-reports
>     [mkdir] Created dir: /home/nandana/work/workspace/apache/wss4j/build/test-reports

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (WSS-114) Some test reports are deleted by intermediate tasks in the ant build

Posted by "Nandana Mihindukulasooriya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSS-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nandana Mihindukulasooriya updated WSS-114:
-------------------------------------------

    Attachment: test_reports.patch

Do we really need to delete the test-reports directory in the prepare stage ? 
Shall we only create test-reports directory in the prepare task and clean everything in clean task.

> Some test reports are deleted by intermediate tasks in the ant build
> --------------------------------------------------------------------
>
>                 Key: WSS-114
>                 URL: https://issues.apache.org/jira/browse/WSS-114
>             Project: WSS4J
>          Issue Type: Bug
>            Reporter: Nandana Mihindukulasooriya
>            Assignee: Ruchith Udayanga Fernando
>         Attachments: test_reports.patch
>
>
> There reason is the "prepare" task is called several times and it deletes the existing test reports directory. 
> prepare:
>    [delete] Deleting directory /home/nandana/work/workspace/apache/wss4j/build/test-reports
>     [mkdir] Created dir: /home/nandana/work/workspace/apache/wss4j/build/test-reports

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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