--- Maurice Naftalin <[EMAIL PROTECTED]> wrote: > I have an unusual problem in using jdk1.4 javadoc, caused by having a > package whose name ends in "java" (there is really a good reason for > this, and in any case I can't change it now). This wasn't a problem in > 1.3, but 1.4 javadoc insists on assuming that this package is actually > a java file. I can persuade it otherwise by using the subpackages > option, but ant doesn't know about that and can't supply it. Is there > any workaround for this problem, or do I have to abandon using ant for > this task?
Would the 'additionalparam' attribute work for you? Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
