You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Simon Kitching (JIRA)" <de...@myfaces.apache.org> on 2006/01/16 10:28:24 UTC

[jira] Closed: (MYFACES-719) Tomahawk unit test output generated into wrong dir

     [ http://issues.apache.org/jira/browse/MYFACES-719?page=all ]
     
Simon Kitching closed MYFACES-719:
----------------------------------

    Resolution: Fixed

This issue is effectively fixed by the maven2 migration.

> Tomahawk unit test output generated into wrong dir
> --------------------------------------------------
>
>          Key: MYFACES-719
>          URL: http://issues.apache.org/jira/browse/MYFACES-719
>      Project: MyFaces
>         Type: Bug
>     Versions: 1.1.0
>     Reporter: Simon Kitching
>     Priority: Trivial

>
> Tthe API subproject's build.properties has:
>   temp.dir             = ${basedir}/temp
>   test.reports.dir     = ${temp.dir}/tests/reports
> but the tomahawk subproject's build.properties has:
>   tests.dir            = ${build.dir}/tests
>   test.reports.dir     = ${tests.dir}/reports
> This causes API reports in
>   build/temp/tests/reports
> but tomahawk reports in
>   build/tests/reports 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira