keeping comments in Java Source

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

keeping comments in Java Source

rvjansen
Anybody knows how to keep the javadoc comments from NetRexx *in* the
generated Java source? Until now I relied on nrxdoc for this purpose,
but now it fails mysteriously on me and I cannot contact the maker.

Is there an option I don't know of. I am prepared to take a slight
performance hit in compile speed.

Thanks in advance!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Reply | Threaded
Open this post in threaded view
|

Re: keeping comments in Java Source

K.-P. Kirchdoerfer
On Tue, 25 May 1999 18:27:08 +0200, René Jansen wrote:

>Anybody knows how to keep the javadoc comments from NetRexx *in* the
>generated Java source? Until now I relied on nrxdoc for this purpose,
>but now it fails mysteriously on me and I cannot contact the maker.

Peter Heuchert maybe on holidays, he has been quite responsive until
March, at least.
>
>Is there an option I don't know of. I am prepared to take a slight
>performance hit in compile speed.

You might try nrc -keep -comments your.class and generate the docs
from the resulting keep-files; it's a bit tedious but it works.

regards kp
--
K.P.Kirchdoerfer                      Voice:   +49 431 15479
24116 Kiel                            E-Mail: [hidden email]..de

Man kann auch ganz alleine recht haben (Pöschl)



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Reply | Threaded
Open this post in threaded view
|

Re: keeping comments in Java Source

Mike Cowlishaw-2
In reply to this post by rvjansen


Try the -comments option.    (See the Supplement for documentation.)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Mike Cowlishaw, IBM Fellow
mailto:[hidden email]  --  http://www2.hursley.ibm.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>