You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2009/11/17 11:53:26 UTC

DO NOT REPLY [Bug 48212] New: Ant-Doxygen

https://issues.apache.org/bugzilla/show_bug.cgi?id=48212

           Summary: Ant-Doxygen
           Product: Ant
           Version: 1.6.1
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: Other
        AssignedTo: notifications@ant.apache.org
        ReportedBy: paul.standage@hp.com


I'm trying to this version of ant so that I can use ant with doxygen, I was
having a small issue regarding needing to have two values associated with one
property name. i.e.

<property name = "FILE_PATTERNS" value = "*.h" >
<property name = "FILE_PATTERNS" value = "*.cpp" >

This obviously doesn't work as it just sets the value to .cpp when I need the
"FILE_PATTERNS" to equal both .h and .cpp files, I tried using the condition
property to solve this but it was saying that "doxygen doesn't support the
nested "condition" element", is there a way round this so that I can have two
values for file patterns?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 48212] Ant-Doxygen

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48212

--- Comment #1 from Stefan Bodewig <bo...@apache.org> 2009-12-06 21:15:32 UTC ---
Paul, the doxygen task is not developed by the Ant team, so please don't expect
us to anything about it.

I don't know how you specify patterns to the doxygen task at all, but if it is
using standards Ant filesets then there is a includes attribute that expects a
comma separated list of patterns so you can specify more thatn one.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 48212] Ant-Doxygen

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48212

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.