Re: Question re Javadoc task

2011-10-31 Thread Michael Ludwig
Rhino schrieb am 30.10.2011 um 13:14 (-0400): > > How do I tell the javadoc task which doctype I want for my > generated Javadocs? It is generating HTML 4.01 but I want it to > generate XHTML1.0. Isn't javadoc always that rusty-trusty HTML 4.01? Take a look at the source of thi

Re: Question re Javadoc task

2011-10-30 Thread Rhino
cencoding="UTF-8" charset="UTF-8" I'm not sure all of them were necessary but it works fine now so I'm going to leave it alone. -- Rhino On 2011-10-30 13:14, Rhino wrote: How do I tell the javadoc task which doctype I want for my generated Javadocs? It is gener

Question re Javadoc task

2011-10-30 Thread Rhino
How do I tell the javadoc task which doctype I want for my generated Javadocs? It is generating HTML 4.01 but I want it to generate XHTML1.0. I don't see anything in the javadoc parameters in the Ant Manual that specifies the HTML doctype. --

Re: ANT does not create index.html when using javadoc task

2009-05-29 Thread Zhao
n.com/developer/products/xml/docs/api/"/> > > > > I have also tried setting the values of 'noindex' to false but it does not > seem to help. Can anyone tell me if I am doing something wrong here? > > Thanks so much > -- View this message in

ANT does not create index.html when using javadoc task

2009-05-13 Thread Iwud H8u
also tried setting the values of 'noindex' to false but it does not seem to help. Can anyone tell me if I am doing something wrong here? Thanks so much -- View this message in context: http://www.nabble.com/ANT-does-not-create-index.html-when-using-javadoc-task-tp23525564p23525564.html Sent fr

Can't get javadoc task to inherit comments

2008-10-20 Thread Chris
I'm having a hard time getting the javadoc for my classes to inherit comments from another project. I've got two Eclipse projects, and one has classes that implement interfaces defined in the other. I want all the comments from the interfaces to appear in the javadoc for the implementing class

Re: need help in ant's javadoc task (from maven)

2008-06-06 Thread Niranjan Deshpande
t; From: Niranjan Deshpande [mailto:[EMAIL PROTECTED] > Sent: Friday, June 06, 2008 5:54 AM > To: user@ant.apache.org; Maven Users List > Subject: need help in ant's javadoc task (from maven) > > > I am trying to generate a .properties file using javadocs in a java source > file, and i

need help in ant's javadoc task (from maven)

2008-06-06 Thread Niranjan Deshpande
I am trying to generate a .properties file using javadocs in a java source file, and i am using ant's task to do this. but i am getting this error when i run the antrun plugin generate.appcodes: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] javadoc: Cannot find doclet

Re: javadoc task

2008-06-04 Thread Mike Tardif
usexternalfile attribute of Ant's javadoc task, e.g., ... ... I suspect this attribute was added to precisely circumvent this problem. C

Re: AW: Problem with Javadoc task

2008-04-21 Thread Ma'moun Abu Hellu
ROTECTED] > Gesendet: Sonntag, 20. April 2008 19:53 > An: Ant Users List > Betreff: Re: Problem with Javadoc task > > Hi , > I'm facing the same problem ,i get the following error > > the code: > > > > > > ="${src}/HelloWorld.java"/>

AW: Problem with Javadoc task

2008-04-20 Thread Jan.Materne
n: Ant Users List > Betreff: Re: Problem with Javadoc task > > Hi , > I'm facing the same problem ,i get the following error > > the code: > > > > > ="${src}/HelloWorld.java"/> > > > . > >

Re: Problem with Javadoc task

2008-04-20 Thread Ma'moun Abu Hellu
n Troy Bull <[EMAIL PROTECTED]> wrote: Greetings I am having trouble getting a project to build. I recently upgraded from ant 1.6.5 to 1.7.0 and someone told me there is some problem with the javadoc task in 1.7, is that true? Is there some work around or patch? I would hate to have to go back to

Problem with Javadoc task

2008-04-01 Thread Troy Bull
Greetings I am having trouble getting a project to build. I recently upgraded from ant 1.6.5 to 1.7.0 and someone told me there is some problem with the javadoc task in 1.7, is that true? Is there some work around or patch? I would hate to have to go back to 1.6.5. Thanks in advance troy

Javadoc Task

2007-11-14 Thread Knuplesch , Jürgen
My javadoc-Task does not create Javadoc for all of the classes I give him in a filest. It also does not do anything, when I add certain classes. What is wrong

javadoc task problem

2007-11-09 Thread Peter Spelman
Hi I'm trying to get the ant javadoc task working on a project made up of a number of different plugins with slightly different names. I am using Hudson build tool and Ant 1.7. The build script falls down with the following errors: BUILD FAILED C:\subversion\D0040_OR\workbench\

Re: UNC path usage for Javadoc task and Windows XP

2007-11-09 Thread Steve Loughran
Knuplesch wrote: Hello, I am working under Windows XP. I want to use an UNC-Path to put there documents created by Javadoc. The challenge occurs, that I am able to create a directory via mkdir, but the javadoc task interprets this path as a local path and not as a network path

UNC path usage for Javadoc task and Windows XP

2007-11-09 Thread Knuplesch , Jürgen
Hello, I am working under Windows XP. I want to use an UNC-Path to put there documents created by Javadoc. The challenge occurs, that I am able to create a directory via mkdir, but the javadoc task interprets this path as a local path and not as a network path: The

Re: javadoc task does not pick up package-info.java from included filesets

2007-09-12 Thread Peter Reilly
On 9/12/07, Prashant Reddy <[EMAIL PROTECTED]> wrote: > > On Wed, 2007-09-12 at 14:37 +0100, Peter Reilly wrote: > > > Shouldn't javadoc task pick this artifact (package-info.java) given > > that > > > this file is meant only for the javadoc tool ? Why sho

Re: javadoc task does not pick up package-info.java from included filesets

2007-09-12 Thread Prashant Reddy
On Wed, 2007-09-12 at 14:37 +0100, Peter Reilly wrote: > > Shouldn't javadoc task pick this artifact (package-info.java) given > that > > this file is meant only for the javadoc tool ? Why should the user > have > > to explicitly include it ? > 1) the fileset is n

Re: javadoc task does not pick up package-info.java from included filesets

2007-09-12 Thread Peter Reilly
On 9/12/07, Prashant Reddy <[EMAIL PROTECTED]> wrote: > Hello ANT Users, > > I have a lot of files from which javadoc needs to be generated. > > Not all java files from a package need to be published in javadoc. > > To enable this i use a number of s that prov

javadoc task does not pick up package-info.java from included filesets

2007-09-12 Thread Prashant Reddy
Hello ANT Users, I have a lot of files from which javadoc needs to be generated. Not all java files from a package need to be published in javadoc. To enable this i use a number of s that provide input to javadoc task. Something like : //More filesets However to my

Re: Javadoc task

2007-06-21 Thread Deus Davis
Thank you all, that fixed it!! It was the links! Thank you again! Deus Davis wrote: > > I have a build which will occasionally hang in the middle of running my > javadoc task. I have increased memory usage to 1GB and still have the > issue. I turned on verbose mode and still I a

Re: Javadoc task

2007-06-20 Thread Peter Reilly
On 6/20/07, Deus Davis <[EMAIL PROTECTED]> wrote: This doesn't happen every time I build bu frequently. The only links in the javadoc task are the following. Could this be the

Re: Javadoc task

2007-06-20 Thread Deus Davis
This doesn't happen every time I build bu frequently. The only links in the javadoc task are the following. Could this be the problem? Peter Reilly-2 wrote: > > It could be t

Re: Javadoc task

2007-06-19 Thread Peter Reilly
javac.source" and > "ant.build.javac.target" general properties if you're using Ant 1.7 > of greater. This way, you don't have to worry about switching Java > JDKs in your compile. > > > On Jun 18, 2007, at 3:48 PM, Deus Davis wrote: > >> >> I hav

Re: Javadoc task

2007-06-19 Thread Deus Davis
worry about switching Java > JDKs in your compile. > > > On Jun 18, 2007, at 3:48 PM, Deus Davis wrote: > >> >> I have a build which will occasionally hang in the middle of >> running my >> javadoc task. I have increased memory usage to 1GB and s

Re: AW: Javadoc task

2007-06-19 Thread Deus Davis
t; > Jan > >>-Ursprüngliche Nachricht- >>Von: Deus Davis [mailto:[EMAIL PROTECTED] >>Gesendet: Montag, 18. Juni 2007 21:48 >>An: user@ant.apache.org >>Betreff: Javadoc task >> >> >>I have a build which will occasionally hang in the middle

AW: Javadoc task

2007-06-19 Thread Jan.Materne
How large is your codebase? Jan >-Ursprüngliche Nachricht- >Von: Deus Davis [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 18. Juni 2007 21:48 >An: user@ant.apache.org >Betreff: Javadoc task > > >I have a build which will occasionally hang in the middle of run

Re: Javadoc task

2007-06-18 Thread Qazwart
rs . My first post..thank you -- View this message in context: http://www.nabble.com/Javadoc-task- tf3942423.html#a11182756 Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Javadoc task

2007-06-18 Thread Deus Davis
I have a build which will occasionally hang in the middle of running my javadoc task. I have increased memory usage to 1GB and still have the issue. I turned on verbose mode and still I am getting no indication as to why this is happening . What could be causing this type of behavior? I did

Re: Javadoc task not working in 1.7beta3?

2006-10-25 Thread Antoine Levy-Lambert
gt; are the messages I constantly receive when I run the javadoc task: > > Does anyone have any insight on this? > > thanx =) > > [javadoc] java.lang.ClassCastException: > com.sun.tools.javadoc.ClassDocImpl > [javadoc] at > com.sun.tools.javadoc.AnnotationDescImpl.annota

Javadoc task not working in 1.7beta3?

2006-10-25 Thread Rodriguez, Adrian
Hi. I can't javadoc to generate my documentation using 1.7beta3. Here are the messages I constantly receive when I run the javadoc task: Does anyone have any insight on this? thanx =) [javadoc] java.lang.ClassCastException: com.sun.tools.javadoc.ClassDocImpl [javadoc]

Extending the javadoc task...

2006-06-27 Thread Karl
Hello, I have a need to essentially "fail on warning" during a javadoc task. While the task provides a failonerror there doesn't appear to be such an animal for warnings. I'm pretty well versed on how I might structure the Ant extension code itself, but I'm trying

RE: javadoc task

2005-05-02 Thread Klas.Nyman
Yepp! Tanks for your quick reply. :) /Klas -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: den 2 maj 2005 16:26 To: user@ant.apache.org Subject: Re: javadoc task On Mon, 2 May 2005, Klas Nyman <[EMAIL PROTECTED]> wrote: > the build suddenly broke

Re: javadoc task

2005-05-02 Thread Stefan Bodewig
On Mon, 2 May 2005, Klas Nyman <[EMAIL PROTECTED]> wrote: > the build suddenly broke when the project grew and some *.java files > were added. it is a small numer of java files (<200) but quite many > jars in the classpath. Probably your command line has grown too long for your OS. Try whether s

RE: javadoc task

2005-05-02 Thread Klas.Nyman
I'm using java 1.5.0_02 and ant 1.6.3 (also broken in 1.6.2) /Klas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: den 2 maj 2005 16:15 To: user@ant.apache.org Subject: javadoc task Hi! I have a problem running the javadoc task; it stops with C:\UTV

javadoc task

2005-05-02 Thread Klas.Nyman
Hi! I have a problem running the javadoc task; it stops with C:\UTV\java\FundServicesDocs\build.xml:78: Javadoc failed: java.io.IOException: CreateProcess: C:\jdk1.5.0_02\bin\javadoc.exe -d .. at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl

RE: javadoc task issue with many files

2005-03-07 Thread Greg Irvine
March 2005 11:39 AM To: 'user@ant.apache.org' Subject: javadoc task issue with many files HI all. We’re (still) having an issue with the javadoc command not producing any output. We’ve tracked it down (by modifying the javadoc task code) and have found once the length of all of our s

javadoc task issue with many files

2005-03-07 Thread Greg Irvine
HI all. We're (still) having an issue with the javadoc command not producing any output. We've tracked it down (by modifying the javadoc task code) and have found once the length of all of our source file names reaches a little over 126,000 characters then the javadoc fails with

Re: Possible Ant 1.6.1 bug when Javadoc task is used in conjunction with Cruise Control 2.1.6.

2004-11-19 Thread Peter Reilly
butes ("breakiterator", for example), then Cruise Control fails with the following error message: "Javadoc task does not support the "breakiterator" attribute". I understand the above error message to be a standard error message fired by Ant 1.5 and below when an Ant 1.6+ attribu

Possible Ant 1.6.1 bug when Javadoc task is used in conjunction with Cruise Control 2.1.6.

2004-11-19 Thread Stephen Smith
tests. However, if the Ant 1.6.1 build script associated with a monitored project specifies a Javadoc target that includes Ant 1.6+ attributes ("breakiterator", for example), then Cruise Control fails with the following error message: "Javadoc task does not support the "brea

RE: javadoc task

2004-11-11 Thread Dave Pawson
On Wed, 2004-11-10 at 19:28, Charles Daniels wrote: > > ... > Yep That did it. Many thanks folks. I now have impressive documentation! -- Regards DaveP. XSLT&Docbook FAQ http://www.dpawson.co.uk/xsl - To unsubscribe

RE: javadoc task

2004-11-10 Thread Dave Pawson
On Wed, 2004-11-10 at 19:36, Dominique Devienne wrote: > > It may be that by default like Javadoc doesn't pick up package > private members. Unless you meant interface xyz instead of class xyz. > And if not, then most likely your string, if it's a constant, should be > declared as static final,

RE: javadoc task

2004-11-10 Thread Dominique Devienne
> From: Dave Pawson [mailto:[EMAIL PROTECTED] > > I have a java file I use simply to hold string > values used elsewhere. > public class xyz{ > /** > * description > */ > String x = ".."; > } > > javadoc is not picking up the docstrings for output. > > Is there an ant property I need to set

RE: javadoc task

2004-11-10 Thread Charles Daniels
By default javadoc only includes docs for public and protected classes and members. Since your variable is declared as package private, it's javadoc will not be included by default. Using Ant's javadoc task, you can specify a value for the access attribute. The default value is

javadoc task

2004-11-10 Thread Dave Pawson
I have a java file I use simply to hold string values used elsewhere. public class xyz{ /** * description */ String x = ".."; } javadoc is not picking up the docstrings for output. Is there an ant property I need to set for this please, or does javadoc not pick up docstrings without a metho

RE: Output from the javadoc task

2004-02-18 Thread Jan . Materne
e()); 1950:int ret = exe.execute(); I´ll have a look at that ... but needs a few days :-) Jan -Original Message- From: Kevin G. Crocker [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 3:26 PM To: [EMAIL PROTECTED] Subject: Output from the javadoc task I am implem

Re: repost: JavaDoc task and "empty" packages (please help?)

2003-11-03 Thread Stefan Bodewig
On Fri, 31 Oct 2003, Christopher Schultz <[EMAIL PROTECTED]> wrote: > Do you think there would be sufficient interest in (selectively) > modifying that behavior that a patch would be accepted? As long as your patch doesn't modify the default behavior, yes, I think so. > I'm happy to look into ho

RE: javadoc task failure

2003-10-15 Thread W. Sean Hennessy
] Sent: Wednesday, October 15, 2003 6:21 PM To: 'Ant Users List' Subject: javadoc task failure Hi Everybody, I would appreciate a little help with the javadoc task. Here is what I am using. I'm running the task to generate docs for several projects. The packages : "com.kod.*&qu

javadoc task

2003-10-15 Thread Vikas Phonsa
Hi, My javadoc task works fine but doesn't generate a list of packages. It only has a list of "All Classes" no list of packages as it normally is on the top left frame of all the docs that I have seen. Any ideas ? Is this behavior dependent on the what JDK I'm using. I using

javadoc task error

2003-10-03 Thread Vikas Phonsa
I'm using the following target to generate javadocs. As you can see, I'm first printing out all the properties that I'm supplying to the javadoc task.All values print fine and are valid directories and packages.But I get the error message: " No source files and no packages have been specified." An