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/04/22 17:24:32 UTC

DO NOT REPLY [Bug 47078] New: tallow task

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

           Summary: tallow task
           Product: Ant
           Version: 1.0
          Platform: PC
        OS/Version: Windows Server 2003
            Status: NEW
          Keywords: PatchAvailable
          Severity: normal
          Priority: P2
         Component: .NET Antlib
        AssignedTo: notifications@ant.apache.org
        ReportedBy: zhihengz@hotmail.com
                CC: zhihengz@hotmail.com


Created an attachment (id=23530)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23530)
TallowTask source code

We need tallow task to generate a template wxs from a binary distribution to
easy the burden to create wxs from hand. Such as

<dn:tallow target="product.wxs" source="product"/>

Based on WixTask.java, I created TallowTask.java to add this extra bit, I have
tested it on my own project, the source code and html file are attached.

-- 
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 47078] tallow task

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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




--- Comment #6 from Stefan Bodewig <bo...@apache.org>  2009-05-07 00:59:13 PST ---
fixed with svn revision 772535 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=772535 ) - thanks!

-- 
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 47078] tallow task

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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Stefan Bodewig <bo...@apache.org>  2009-05-05 07:29:06 PST ---
Added as svn revision 771741 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=771741 )

Thanks!

I'd love to add you as a contributor but would need your name ;-)

-- 
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 47078] tallow task

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





--- Comment #3 from zhihengz@hotmail.com  2009-05-05 10:23:59 PST ---
Thanks!

I sent my info to your apache email account with subject of "On regarding wix
ant task"

-- 
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 47078] tallow task

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





--- Comment #1 from zhihengz@hotmail.com  2009-04-22 08:25:29 PST ---
Created an attachment (id=23531)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23531)
tallow task html help file

-- 
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 47078] tallow task

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





--- Comment #5 from zhihengz@hotmail.com  2009-05-06 09:03:15 PST ---
sorry, typo in #4 comments, shall be 
<taskdef name="tallow" classname="org.apache.ant.dotnet.wix.TallowTask"/>

-- 
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 47078] tallow task

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


zhihengz@hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #4 from zhihengz@hotmail.com  2009-05-06 09:02:02 PST ---
One minor issue, need add following task definition in
/src/main/org/apache/ant/dotnet/antlib.xml

<taskdef name="tallow" classname="org.apache.ant.dotnet.wix.WixTask"/>

so we can refer it as 
<dn:tallow/>

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