RE: [OT] Auto comment generation

2005-02-18 Thread Fergal O'Shea
IntelliJIDEA.

www.jetbrains.com




 Anyone know of a tool (Eclipse plug-in perhaps?) that will take a 
 Java source file and put javadoc comments (a skeleton
 basically) before each method, that will include all parameters, 
 methods and throws?, and then I just have to fill in the details?  
 Thanks!

 --
 Frank W. Zammetti
 Founder and Chief Software Architect
 Omnytex Technologies
 http://www.omnytex.com

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [OT] Auto comment generation

2005-02-18 Thread Martin Gainty
Top of the morning Mr OShea
This is definitely Off Topic as you would want your IDE to create a 
build.xml
you would get more information (and responses) if you post this to the Ant 
Users Group
specifically look at Ants javadoc Task
Docuument link is available at
http://ant.apache.org/manual/CoreTasks/javadoc.html

Please f eel free to contact me offline for any questions..
Erin Go Bragh!
Martin-
- Original Message - 
From: Fergal O'Shea [EMAIL PROTECTED]
To: 'Struts Users Mailing List' user@struts.apache.org
Sent: Friday, February 18, 2005 2:10 PM
Subject: RE: [OT] Auto comment generation


IntelliJIDEA.
www.jetbrains.com


Anyone know of a tool (Eclipse plug-in perhaps?) that will take a
Java source file and put javadoc comments (a skeleton
basically) before each method, that will include all parameters,
methods and throws?, and then I just have to fill in the details?
Thanks!
--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: [OT] Auto comment generation

2005-02-17 Thread Slattery, Tim - BLS
 Anyone know of a tool (Eclipse plug-in perhaps?) that will 
 take a Java source file and put javadoc comments (a skeleton 
 basically) before each method, that will include all 
 parameters, methods and throws?, and then I just have to fill 
 in the details?  

Oracle JDeveloper (free from Oracle) has such a function.

--
Tim Slattery
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [OT] Auto comment generation

2005-02-17 Thread Andy Dailey
netbeans has this feature.

www.netbeans.org

 


 -Original Message-
 From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, February 17, 2005 1:05 PM
 To: user@struts.apache.org
 Subject: [OT] Auto comment generation
 
 
 Anyone know of a tool (Eclipse plug-in perhaps?) that will 
 take a Java source file and put javadoc comments (a skeleton 
 basically) before each method, that will include all 
 parameters, methods and throws?, and then I just have to fill 
 in the details?  Thanks!
 
 -- 
 Frank W. Zammetti
 Founder and Chief Software Architect
 Omnytex Technologies
 http://www.omnytex.com
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [OT] Auto comment generation

2005-02-17 Thread Larry Meadors
In eclipse, you can do them one at a time easily:

Go above the method, and type /** and press enter. 

It fills in the skeleton for you.

You can also press Alt+Shift+J while in the method to do the same thing.

Larry


On Thu, 17 Feb 2005 13:04:56 -0500 (EST), Frank W. Zammetti
[EMAIL PROTECTED] wrote:
 Anyone know of a tool (Eclipse plug-in perhaps?) that will take a Java
 source file and put javadoc comments (a skeleton basically) before each
 method, that will include all parameters, methods and throws?, and then I
 just have to fill in the details?  Thanks!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [OT] Auto comment generation

2005-02-17 Thread Frank W. Zammetti
I wound up using NetBeans.  I couldn't find the function in jDeveloper,
and Eclipse seems to be a manual process (which is still helpful).  Thanks
for all the suggestions everyone that responded!

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com

On Thu, February 17, 2005 1:16 pm, Andy Dailey said:
 netbeans has this feature.

 www.netbeans.org




 -Original Message-
 From: Frank W. Zammetti [mailto:[EMAIL PROTECTED]
 Sent: Thursday, February 17, 2005 1:05 PM
 To: user@struts.apache.org
 Subject: [OT] Auto comment generation


 Anyone know of a tool (Eclipse plug-in perhaps?) that will
 take a Java source file and put javadoc comments (a skeleton
 basically) before each method, that will include all
 parameters, methods and throws?, and then I just have to fill
 in the details?  Thanks!

 --
 Frank W. Zammetti
 Founder and Chief Software Architect
 Omnytex Technologies
 http://www.omnytex.com

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [OT] Auto comment generation

2005-02-17 Thread Slattery, Tim - BLS
 I wound up using NetBeans.  I couldn't find the function in 
 jDeveloper

Right-click in your Java class, choose Add Javadoc Comments. Or
Source|Add Javadoc Comments.

--
Tim Slattery
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [OT] Auto comment generation

2005-02-17 Thread Frank W. Zammetti
I'm not seeing that option Tim... I'm using v9.0.3.1... I don't see
anything about comments when I right-click anywhere, nor do I see a Source
menu (or source anywhere that I looked).

I'm not all that familiar with jDeveloper, I usually stay away from IDEs
in general unless I have something specific I need one to do for me (like
now!).

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com

On Thu, February 17, 2005 2:08 pm, Slattery, Tim - BLS said:
 I wound up using NetBeans.  I couldn't find the function in
 jDeveloper

 Right-click in your Java class, choose Add Javadoc Comments. Or
 Source|Add Javadoc Comments.

 --
 Tim Slattery
 [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [OT] Auto comment generation

2005-02-17 Thread Slattery, Tim - BLS
 I'm not seeing that option Tim... I'm using v9.0.3.1... I 
 don't see anything about comments when I right-click 
 anywhere, nor do I see a Source menu (or source anywhere that 
 I looked).

I'm using 9.0.5.2, so maybe they've added it since your version.

--
Tim Slattery
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [OT] Auto comment generation

2005-02-17 Thread Ashish Kulkarni
Hi
http://jalopy.sourceforge.net/

this is a pretty cool plug-in to format the code as
well as add java documentation

Ashish 
--- Frank W. Zammetti [EMAIL PROTECTED] wrote:

 Anyone know of a tool (Eclipse plug-in perhaps?)
 that will take a Java
 source file and put javadoc comments (a skeleton
 basically) before each
 method, that will include all parameters, methods
 and throws?, and then I
 just have to fill in the details?  Thanks!
 
 -- 
 Frank W. Zammetti
 Founder and Chief Software Architect
 Omnytex Technologies
 http://www.omnytex.com
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 




__ 
Do you Yahoo!? 
The all-new My Yahoo! - Get yours free! 
http://my.yahoo.com 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [OT] Auto comment generation

2005-02-17 Thread Shed Hollaway
try http://javadocbuilder.sourceforge.net/


- Original Message -
From: Frank W. Zammetti [EMAIL PROTECTED]
To: Struts Users Mailing List user@struts.apache.org
Sent: Thursday, February 17, 2005 11:00 AM
Subject: RE: [OT] Auto comment generation


 I wound up using NetBeans.  I couldn't find the function in jDeveloper,
 and Eclipse seems to be a manual process (which is still helpful).  Thanks
 for all the suggestions everyone that responded!

 --
 Frank W. Zammetti
 Founder and Chief Software Architect
 Omnytex Technologies
 http://www.omnytex.com

 On Thu, February 17, 2005 1:16 pm, Andy Dailey said:
  netbeans has this feature.
 
  www.netbeans.org
 
 
 
 
  -Original Message-
  From: Frank W. Zammetti [mailto:[EMAIL PROTECTED]
  Sent: Thursday, February 17, 2005 1:05 PM
  To: user@struts.apache.org
  Subject: [OT] Auto comment generation
 
 
  Anyone know of a tool (Eclipse plug-in perhaps?) that will
  take a Java source file and put javadoc comments (a skeleton
  basically) before each method, that will include all
  parameters, methods and throws?, and then I just have to fill
  in the details?  Thanks!
 
  --
  Frank W. Zammetti
  Founder and Chief Software Architect
  Omnytex Technologies
  http://www.omnytex.com
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]