You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Geoff Howard <co...@leverageweb.com> on 2003/04/18 03:12:53 UTC

javadocs not building?

Am I the only one not getting javadocs from the build?  I get:

javadocs:
Generating Javadoc
Javadoc execution
Loading source file
org.apache.cocoon.components.language.programming.java...
error: cannot read: org.apache.cocoon.components.language.programming.java
Loading source files for package org.apache.cocoon...
Loading source files for package org.apache.cocoon.acting...
<snip/>
Loading source files for package org.apache.cocoon.components.xslt...
1 error

I've checked and of course
src/java/org/apache/cocoon/components/language/programming/java
is indeed there and I don't see anything wrong with it.  Before I start
hunting
all over the place, I thought it wise to check that I'm not the only one
seeing this.

Win2k, JDK1.4

Geoff


Re: javadocs not building?

Posted by David Crossley <cr...@indexgeo.com.au>.
Geoff Howard wrote:
> Am I the only one not getting javadocs from the build?  I get:
> 
> javadocs:
> Generating Javadoc
> Javadoc execution
> Loading source file
> org.apache.cocoon.components.language.programming.java...
> error: cannot read: org.apache.cocoon.components.language.programming.java
> Loading source files for package org.apache.cocoon...
> Loading source files for package org.apache.cocoon.acting...
> <snip/>
> Loading source files for package org.apache.cocoon.components.xslt...
> 1 error
> 
> I've checked and of course
> src/java/org/apache/cocoon/components/language/programming/java
> is indeed there and I don't see anything wrong with it.  Before I start
> hunting
> all over the place, I thought it wise to check that I'm not the only one
> seeing this.
> 
> Win2k, JDK1.4

Well i have a successful javadocs build today.
Linux, JDK-1.3.1

--David



Re: [SOLVED] RE: javadocs not building?

Posted by Antonio Gallardo <ag...@agsoftware.dnsalias.com>.
I recommend you to use 1.4.1_02 since they are some nasty bugs as a memory
leak in a very used class.

Best Regards,

Antonio Gallardo

Geoff Howard dijo:
> Ok, this was interesting and I finally stumbled on a clue.  I
> have no idea if this will occur to anyone else, but might as
> well post back with what was happening just in case.
>
> The short: I was still using JDK build 1.4.0-b92 (hey, it was
> bleeding edge once...) and there must be some bug with its
> javadoc processing, which caused it to interpret
> org.apache.cocoon.components.language.programming.java
> as a source java file instead of a directory containing
> a package.  Upgrading to an actual release fixed it.
>
> Live and learn,
> Geoff
>
>> -----Original Message-----
>> From: Geoff Howard [mailto:cocoon@leverageweb.com]
>> Sent: Thursday, April 17, 2003 9:13 PM
>> To: cocoon-dev@xml.apache.org
>> Subject: javadocs not building?
>>
>>
>> Am I the only one not getting javadocs from the build?  I get:
>>
>> javadocs:
>> Generating Javadoc
>> Javadoc execution
>> Loading source file
>> org.apache.cocoon.components.language.programming.java...
>> error: cannot read:
>> org.apache.cocoon.components.language.programming.java Loading source
>> files for package org.apache.cocoon...
>> Loading source files for package org.apache.cocoon.acting...
>> <snip/>
>> Loading source files for package org.apache.cocoon.components.xslt...
>> 1 error
>>
>> I've checked and of course
>> src/java/org/apache/cocoon/components/language/programming/java
>> is indeed there and I don't see anything wrong with it.  Before I
>> start hunting
>> all over the place, I thought it wise to check that I'm not the only
>> one seeing this.
>>
>> Win2k, JDK1.4
>>
>> Geoff




[SOLVED] RE: javadocs not building?

Posted by Geoff Howard <co...@leverageweb.com>.
Ok, this was interesting and I finally stumbled on a clue.  I
have no idea if this will occur to anyone else, but might as
well post back with what was happening just in case.

The short: I was still using JDK build 1.4.0-b92 (hey, it was
bleeding edge once...) and there must be some bug with its
javadoc processing, which caused it to interpret
org.apache.cocoon.components.language.programming.java
as a source java file instead of a directory containing
a package.  Upgrading to an actual release fixed it.

Live and learn,
Geoff

> -----Original Message-----
> From: Geoff Howard [mailto:cocoon@leverageweb.com]
> Sent: Thursday, April 17, 2003 9:13 PM
> To: cocoon-dev@xml.apache.org
> Subject: javadocs not building?
>
>
> Am I the only one not getting javadocs from the build?  I get:
>
> javadocs:
> Generating Javadoc
> Javadoc execution
> Loading source file
> org.apache.cocoon.components.language.programming.java...
> error: cannot read: org.apache.cocoon.components.language.programming.java
> Loading source files for package org.apache.cocoon...
> Loading source files for package org.apache.cocoon.acting...
> <snip/>
> Loading source files for package org.apache.cocoon.components.xslt...
> 1 error
>
> I've checked and of course
> src/java/org/apache/cocoon/components/language/programming/java
> is indeed there and I don't see anything wrong with it.  Before I start
> hunting
> all over the place, I thought it wise to check that I'm not the only one
> seeing this.
>
> Win2k, JDK1.4
>
> Geoff
>
>
>