I've just tried again and I do not see problems here. Are you executing 'ant tlddoc-all' from the current/build folder? It seems that your problem has something to do with paths...
Regards, Bruno 2005/7/9, Eric Knapp <[EMAIL PROTECTED]>: > Bruno, > > Thanks and I'm getting closer. I used this command to get the source: > > svn co https://svn.apache.org/repos/asf/myfaces/current > > Then I ran the ant targets. I am getting the following error on all > the tlddoc tasks: > > tlddoc: > [mkdir] Created dir: .../current/impl/build/temp/tlddoc > [java] Error: File/directory not > found:.../current/build/../impl/build/temp/tlds/*.tld > [java] Tag Library Documentation Generator 1.2 by Mark Roth, Sun > Microsystems, Inc. > [java] Usage: tlddoc [options] taglib1 [taglib2 [taglib3 ...]] > > > Thanks for the help. > > -Eric > > On 7/9/05, Bruno Aranda <[EMAIL PROTECTED]> wrote: > > Hi Eric, right now both javadoc and tlddoc are broken since the > > mechanism to publish them automatically when a new build is done is > > being adapted to the new svn structure. I think Sean is working on > > that... > > > > In the meanwhile you can download the current myfaces with svn and use > > 'ant download-dependencies tlddoc-all' in the current/build folder. > > Then the documents will be generated. You can find the tlddoc for the > > tomahawk components in current/tomahawk/build/temp/tlddoc, > > > > Regards, > > > > Bruno > > > > 2005/7/9, Eric Knapp <[EMAIL PROTECTED]>: > > > Hi All, > > > > > > This evening the MyFaces extensions javadoc that are normally here: > > > http://myfaces.apache.org/tlddoc/ are broken. Did I miss something? > > > Are they downloadable? I hope I'm not being hopelessly brain-dead. > > > > > > Thanks, > > > > > > -Eric > > > > > >

