<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-11782</id>
	<title>Nabble - codehaus - backport175</title>
	<updated>2006-06-06T12:56:57Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/codehaus---backport175-f11782.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/codehaus---backport175-f11782.html" />
	<subtitle type="html">backport175 is backport of the Java 5 annotations (JSR-175) specification. Making strongly typed annotation available for Java 1.3/1.4 platforms. They are bytecode compatible with Java 5 annotations making them available for use by tools etc. codehaus - backport175 home is &lt;a href=&quot;http://backport175.codehaus.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-4779629</id>
	<title>Re: Tag argument/javadoc question</title>
	<published>2006-06-06T12:56:57Z</published>
	<updated>2006-06-06T12:56:57Z</updated>
	<author>
		<name>Alexandre Vasseur</name>
	</author>
	<content type="html">I think you can use a java taglet (doclet - can't remember the exact
&lt;br&gt;name given) to do as if the @com.foo.bar was a know javadoc doclet
&lt;br&gt;this is odd, but I don't see other ways.
&lt;br&gt;Alex
&lt;br&gt;&lt;br&gt;On 6/6/06, William Press &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=4779629&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wpress@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thanks for the info on the aliases file.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; FWIW, the warnings are a problem because we need our javadocs to be clean/correct, and we get *a lot* of unnecessary warnings that make it difficult to find real problems in our API documentation.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any other thoughts would be appreciated.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Bill
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=4779629&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jboner@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=4779629&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jboner@...&lt;/a&gt;] On Behalf Of Jonas Bonér
&lt;br&gt;&amp;gt; Sent: Tuesday, June 06, 2006 9:04 AM
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=4779629&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Re: [backport175-user] Tag argument/javadoc question
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Greetings,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I would like to compile annotations that take multiple arguments, such as
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; /**
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;* @com.foo.bar(arg1=&amp;quot;value 1&amp;quot;, arg2=&amp;quot;value 2&amp;quot;)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;**/
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; void noop() {
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; }
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I compile my original java source using ant, and when I invoke the &amp;lt;javadoc&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; task on the source, it gives me a warning about the unidentified tag. &amp;nbsp;When
&lt;br&gt;&amp;gt; &amp;gt; I use the &amp;lt;tag&amp;gt; nested tag to specify &amp;quot;@com.foo.bar&amp;quot;, it still gives me a
&lt;br&gt;&amp;gt; &amp;gt; warning, and the presence of quotes/spaces are taken kindly by &amp;lt;javadoc&amp;gt;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is this a problem? We do not use JavaDoc but have our own parser (and
&lt;br&gt;&amp;gt; is using QDox).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Can I use the tag alias file with tag arguments? &amp;nbsp;Or does this only allow
&lt;br&gt;&amp;gt; &amp;gt; for specifying the tag name, itself?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; No, it is very simplistic, only tag names for convenience. Like
&lt;br&gt;&amp;gt; 'imports' or 'aliases'.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /Jonas
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Bill
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Jonas Bonér
&lt;br&gt;&amp;gt; Terracotta, Inc.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jonasboner.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jonasboner.com&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.terracottatech.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.terracottatech.com&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________________________________
&lt;br&gt;&amp;gt; Notice: &amp;nbsp;This email message, together with any attachments, may contain
&lt;br&gt;&amp;gt; information &amp;nbsp;of &amp;nbsp;BEA Systems, &amp;nbsp;Inc., &amp;nbsp;its subsidiaries &amp;nbsp;and &amp;nbsp;affiliated
&lt;br&gt;&amp;gt; entities, &amp;nbsp;that may be confidential, &amp;nbsp;proprietary, &amp;nbsp;copyrighted &amp;nbsp;and/or
&lt;br&gt;&amp;gt; legally privileged, and is intended solely for the use of the individual
&lt;br&gt;&amp;gt; or entity named in this message. If you are not the intended recipient,
&lt;br&gt;&amp;gt; and have received this message in error, please immediately return this
&lt;br&gt;&amp;gt; by email and then delete it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list please visit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/backport175---user-f11783.html&quot; embed=&quot;fixTarget[11783]&quot; target=&quot;_top&quot; &gt;backport175 - user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Tag-argument-javadoc-question-tp4779469p4779629.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-4779615</id>
	<title>RE: Tag argument/javadoc question</title>
	<published>2006-06-06T11:40:57Z</published>
	<updated>2006-06-06T11:40:57Z</updated>
	<author>
		<name>William Press</name>
	</author>
	<content type="html">Thanks for the info on the aliases file.
&lt;br&gt;&lt;br&gt;FWIW, the warnings are a problem because we need our javadocs to be clean/correct, and we get *a lot* of unnecessary warnings that make it difficult to find real problems in our API documentation.
&lt;br&gt;&lt;br&gt;Any other thoughts would be appreciated.
&lt;br&gt;&lt;br&gt;- Bill
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=4779615&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jboner@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=4779615&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jboner@...&lt;/a&gt;] On Behalf Of Jonas Bonér
&lt;br&gt;Sent: Tuesday, June 06, 2006 9:04 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=4779615&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [backport175-user] Tag argument/javadoc question
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Greetings,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I would like to compile annotations that take multiple arguments, such as
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /**
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;* @com.foo.bar(arg1=&amp;quot;value 1&amp;quot;, arg2=&amp;quot;value 2&amp;quot;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;**/
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; void noop() {
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I compile my original java source using ant, and when I invoke the &amp;lt;javadoc&amp;gt;
&lt;br&gt;&amp;gt; task on the source, it gives me a warning about the unidentified tag. &amp;nbsp;When
&lt;br&gt;&amp;gt; I use the &amp;lt;tag&amp;gt; nested tag to specify &amp;quot;@com.foo.bar&amp;quot;, it still gives me a
&lt;br&gt;&amp;gt; warning, and the presence of quotes/spaces are taken kindly by &amp;lt;javadoc&amp;gt;.
&lt;/div&gt;&lt;br&gt;Is this a problem? We do not use JavaDoc but have our own parser (and
&lt;br&gt;is using QDox).
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can I use the tag alias file with tag arguments? &amp;nbsp;Or does this only allow
&lt;br&gt;&amp;gt; for specifying the tag name, itself?
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;No, it is very simplistic, only tag names for convenience. Like
&lt;br&gt;'imports' or 'aliases'.
&lt;br&gt;&lt;br&gt;/Jonas
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bill
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Jonas Bonér
&lt;br&gt;Terracotta, Inc.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://jonasboner.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jonasboner.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.terracottatech.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.terracottatech.com&lt;/a&gt;&lt;br&gt;_______________________________________________________________________
&lt;br&gt;Notice: &amp;nbsp;This email message, together with any attachments, may contain
&lt;br&gt;information &amp;nbsp;of &amp;nbsp;BEA Systems, &amp;nbsp;Inc., &amp;nbsp;its subsidiaries &amp;nbsp;and &amp;nbsp;affiliated
&lt;br&gt;entities, &amp;nbsp;that may be confidential, &amp;nbsp;proprietary, &amp;nbsp;copyrighted &amp;nbsp;and/or
&lt;br&gt;legally privileged, and is intended solely for the use of the individual
&lt;br&gt;or entity named in this message. If you are not the intended recipient,
&lt;br&gt;and have received this message in error, please immediately return this
&lt;br&gt;by email and then delete it.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/backport175---user-f11783.html&quot; embed=&quot;fixTarget[11783]&quot; target=&quot;_top&quot; &gt;backport175 - user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Tag-argument-javadoc-question-tp4779469p4779615.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-4779580</id>
	<title>Re: Tag argument/javadoc question</title>
	<published>2006-06-06T10:03:46Z</published>
	<updated>2006-06-06T10:03:46Z</updated>
	<author>
		<name>Jonas Bonér-2</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; Greetings,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I would like to compile annotations that take multiple arguments, such as
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /**
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;* @com.foo.bar(arg1=&amp;quot;value 1&amp;quot;, arg2=&amp;quot;value 2&amp;quot;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;**/
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; void noop() {
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I compile my original java source using ant, and when I invoke the &amp;lt;javadoc&amp;gt;
&lt;br&gt;&amp;gt; task on the source, it gives me a warning about the unidentified tag. &amp;nbsp;When
&lt;br&gt;&amp;gt; I use the &amp;lt;tag&amp;gt; nested tag to specify &amp;quot;@com.foo.bar&amp;quot;, it still gives me a
&lt;br&gt;&amp;gt; warning, and the presence of quotes/spaces are taken kindly by &amp;lt;javadoc&amp;gt;.
&lt;/div&gt;&lt;br&gt;Is this a problem? We do not use JavaDoc but have our own parser (and
&lt;br&gt;is using QDox).
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can I use the tag alias file with tag arguments? &amp;nbsp;Or does this only allow
&lt;br&gt;&amp;gt; for specifying the tag name, itself?
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;No, it is very simplistic, only tag names for convenience. Like
&lt;br&gt;'imports' or 'aliases'.
&lt;br&gt;&lt;br&gt;/Jonas
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bill
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Jonas Bonér
&lt;br&gt;Terracotta, Inc.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://jonasboner.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jonasboner.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.terracottatech.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.terracottatech.com&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/backport175---user-f11783.html&quot; embed=&quot;fixTarget[11783]&quot; target=&quot;_top&quot; &gt;backport175 - user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Tag-argument-javadoc-question-tp4779469p4779580.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-4779469</id>
	<title>Tag argument/javadoc question</title>
	<published>2006-06-05T17:23:15Z</published>
	<updated>2006-06-05T17:23:15Z</updated>
	<author>
		<name>William Press</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Greetings,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;I would like to compile annotations that take multiple
arguments, such as&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.5in'&gt;&lt;font size=2 color=&quot;#993300&quot; face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:#993300'&gt;/**&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.5in'&gt;&lt;font size=2 color=&quot;#993300&quot; face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:#993300'&gt;&amp;nbsp;* @com.foo.bar(arg1=&amp;#8220;value 1&amp;#8221;, arg2=&amp;#8221;value
2&amp;#8221;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.5in'&gt;&lt;font size=2 color=&quot;#993300&quot; face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:#993300'&gt;&amp;nbsp;**/&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.5in'&gt;&lt;font size=2 color=&quot;#993300&quot; face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:#993300'&gt;void noop() {&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.5in'&gt;&lt;font size=2 color=&quot;#993300&quot; face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;
color:#993300'&gt;}&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=black face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=black face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black'&gt;I compile my
original java source using ant, and when I invoke the &amp;lt;javadoc&amp;gt; task on
the source, it gives me a warning about the unidentified tag.&amp;nbsp; When I use
the &amp;lt;tag&amp;gt; nested tag to specify &amp;#8220;@com.foo.bar&amp;#8221;, it still
gives me a warning, and the presence of quotes/spaces are taken kindly by
&amp;lt;javadoc&amp;gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=black face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=black face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black'&gt;Can I use the
tag alias file with tag arguments?&amp;nbsp; Or does this only allow for specifying
the tag name, itself?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=black face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=black face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black'&gt;Thanks,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=black face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Courier New&quot;;color:black'&gt;Bill&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/backport175---user-f11783.html&quot; embed=&quot;fixTarget[11783]&quot; target=&quot;_top&quot; &gt;backport175 - user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Tag-argument-javadoc-question-tp4779469p4779469.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-2044812</id>
	<title>Re: [backport175-dev] backport 1.1 release?</title>
	<published>2005-12-21T07:07:41Z</published>
	<updated>2005-12-21T07:07:41Z</updated>
	<author>
		<name>Jonas Bonér-2</name>
	</author>
	<content type="html">Forwarding to user list as well.
&lt;br&gt;&lt;br&gt;Cool. Thanks.
&lt;br&gt;&lt;br&gt;On 12/21/05, Hirotaka HONMA &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=2044812&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;manholex@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm creating &amp;quot;Maven Backport175 Plugin&amp;quot;.
&lt;br&gt;&amp;gt; It provides the ability to compile the backport175
&lt;br&gt;&amp;gt; annotations with Maven2.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://maven-backport175.sandbox.seasar.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven-backport175.sandbox.seasar.org/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; usage is here.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://maven-backport175.sandbox.seasar.org/usage.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven-backport175.sandbox.seasar.org/usage.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; regards.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Hirotaka HONMA &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=2044812&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;manholex@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; The Seasar Foundation
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 12/2/05, Shinpei Ohtani &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=2044812&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shinpei.ohtani@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; We are glad 1.1 will be released.
&lt;br&gt;&amp;gt; &amp;gt; And if we have pathces or other contributions, we will contribute to you.
&lt;br&gt;&amp;gt; &amp;gt; (Maybe we have one(maven2 plugin or something like it),
&lt;br&gt;&amp;gt; &amp;gt; but I don't know much about it now)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanx,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 2005/12/1, Jonas Bone'r &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=2044812&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jonas@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; We have decided to do a 1.1 release, but are to busy to execute that plan ASAP.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hope to do it before christmas though.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; So, if you have patches, fixes, contributions etc. let un know now.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Stay tuned.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; The Backport175 Team.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On 11/21/05, Shinpei Ohtani &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=2044812&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shinpei.ohtani@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi all,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; We are looking forward to backport 175 released.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Can you give me a little bit info about when 1.1(or 1.1RC) is released?
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I don't want you to be in hurry to release.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; But there is a need of 1.1 for Seasar so I need to say this.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; =============================
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Shinpei Ohtani
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; The Seasar foundation(&lt;a href=&quot;http://www.seasar.org/en/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.seasar.org/en/&lt;/a&gt;)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; =============================
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Jonas Bone'r
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Terracotta, Inc.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://www.terracottatech.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.terracottatech.com&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://blogs.codehaus.org/people/jboner/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.codehaus.org/people/jboner/&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; =============================
&lt;br&gt;&amp;gt; &amp;gt; Shinpei Ohtani
&lt;br&gt;&amp;gt; &amp;gt; The Seasar Foundation
&lt;br&gt;&amp;gt; &amp;gt; =============================
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Jonas Bonér
&lt;br&gt;Terracotta, Inc.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://jonasboner.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jonasboner.com&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.terracottatech.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.terracottatech.com&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/backport175---user-f11783.html&quot; embed=&quot;fixTarget[11783]&quot; target=&quot;_top&quot; &gt;backport175 - user&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--backport175-dev--backport-1.1-release--tp2044812p2044812.html" />
</entry>

</feed>
