Sure, it would turn around the issue, but the point remains that Javadocs
normally copies **/doc-files/** automatically, so why doesn't it do it in
this case, when a single source file is excluded??? Might be a bug??? --DD

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, September 12, 2002 1:21 AM
To: Ant Users List
Subject: Re: Difficulties with the Ant javadoc task

On Wed, 11 Sep 2002, Michael J. Carlin wrote:

> 
> When I run this, Ant creates the Javadocs for all the source files except 
> TextIcon.java and puts them in the docs directory as desired, but it does 
> not copy the doc-files directory over to the docs directory.  Thus the 
> question is, how do I modify the target so that the doc-files directory is

> copied over to the docs directory while still excluding TextIcon.java?
> 

As a separate action in the same target using the copy task.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to