[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: weird javadoc problem

From: Rob Clark <robdclark_at_mac.com>
Date: 2003-01-05 23:51:46 CET

0.16... I had the same thought at first, but I checked and the
filenames do *contain* .java, but they end with .svn-base, etc. Maybe
javadoc is getting tripped up because the filenames contain .java,
which is definitely a javadoc bug.

I just tried running with -verbose. In the case of the 'svn export'
tree, the verbose output shows "Loading source files for package ..."
followed by messages about parsing all the files in that package. In
the 'svn co' tree, it only shows the "Loading source files for package"
message for the topmost directory containing src. After it says
"Constructing Javadoc information", it parses some of the files in the
deeper directories, presumably following references to those classes
from the classes in the package that was parsed. Seems strange.

Maybe ROT-13'ing the filenames under the .svn directory would do the
trick?

-- Rob

On Sunday, January 5, 2003, at 12:34 PM, Peter Davis wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Sunday 05 January 2003 12:23, Rob Clark wrote:
>> The problem doesn't
>> occur if I 'svn export', so I'm assuming that javadoc is getting
>> tripped up over something in the .svn directories.
>
> What version of svn are you using? Not too long ago, the text-base
> files
> in .svn/ used the same filenames as the actual files, ie., they would
> end
> with ".java" and trip up tools that looked for "*.java". Now they
> have an
> ".svn-base" extension.
>
> The change was intended to solve exactly that type of problem. If your
> .svn/ directory contains ".java", then upgrade and see if it still
> doesn't
> work. If not, then, um, we'll have to figure this out. For starters,
> use
> the "-verbose" flag to javadoc and see if you can glean something, or
> post
> the output here.
>
> - --
> Peter Davis
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.7 (GNU/Linux)
>
> iD8DBQE+GJbzhDAgUT1yirARAqnPAJ91YlYddf9do8QqstblIHveDT2hqQCfVZXi
> eDy1Q2UDueCeRFQHwOwwGmY=
> =C+fD
> -----END PGP SIGNATURE-----
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jan 5 23:52:59 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.