Hi,
I cannot seem to get Bugzilla to attach my patch. It says:
Create attachment
Bug 5177
No file was provided, or it was empty.
Please hit Back and try again.
The file definitely exists in the specified location, and is not empty.
If anyone else encounters this problem, please let me know and I'll mail
[EMAIL PROTECTED]
I've attached the doc patch to this mail.
--Jeff
On Thu, Nov 29, 2001 at 09:22:36AM -0000, [EMAIL PROTECTED] wrote:
> DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
> RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
> <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5177>.
> ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
> INSERTED IN THE BUG DATABASE.
>
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5177
>
> [PATCH] link to genjar external task
>
> Summary: [PATCH] link to genjar external task
> Product: Ant
> Version: 1.5 alpha (nightly)
> Platform: Other
> OS/Version: Other
> Status: NEW
> Severity: Enhancement
> Priority: Other
> Component: Documentation
> AssignedTo: [EMAIL PROTECTED]
> ReportedBy: [EMAIL PROTECTED]
>
>
> Hi,
>
> On ant-user, I recently asked where I could find a task that jars only the
> classes used by one class (an applet in my case). I was pointed to precisely
> what I was looking for:
>
> http://www.riggshill.com/projects/genjar/
>
> After obtaining the task author's permission, I'd like to get this linked to
> from Ant's "External Tools and Tasks" page. The attached patch does this.
>
> Thanks,
>
> --Jeff
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
Index: docs/external.html
===================================================================
RCS file: /home/cvspublic/jakarta-ant/docs/external.html,v
retrieving revision 1.17
diff -u -r1.17 external.html
--- docs/external.html 2001/11/27 15:51:59 1.17
+++ docs/external.html 2001/11/29 09:06:53
@@ -476,6 +476,76 @@
<table border="0" cellspacing="0"
cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
+ <a name="genjar"><strong>GenJar</strong></a>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>Builds a jar file based on class dependencies rather than simply
the contents of a directory</p>
+ <table>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ Compatibility:
+ </font>
+ </td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ Ant 1.4 alpha (built after 2001/08/04) and later
+ </font>
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ URL:
+ </font>
+ </td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ <a
href="http://www.riggshill.com/projects/genjar/">http://www.riggshill.com/projects/genjar/</a>
+ </font>
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ Contact:
+ </font>
+ </td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ <a href="mailto:[EMAIL PROTECTED]">John Kohler</a>
+ </font>
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ License:
+ </font>
+ </td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ Apache Software License
+ </font>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ </td></tr>
+ </table>
+ <table border="0" cellspacing="0"
cellpadding="2" width="100%">
+ <tr><td bgcolor="#828DA6">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
<a name="J2ME Ant Tasks"><strong>J2ME Ant Tasks</strong></a>
</font>
</td></tr>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>