Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 47790 invoked from network); 16 Feb 2001 08:13:48 -0000 Received: from p3ee2e634.dip.t-dialin.net (HELO nshome) (62.226.230.52) by h31.sny.collab.net with SMTP; 16 Feb 2001 08:13:48 -0000 Message-ID: <002501c097f0$96495f30$34e6e23e@nshome> From: "Nico Seessle" To: References: <8022A77178C84548B49F5965D38776C8010DDE@wopr.ware2.com> Subject: Re: javadoc error Date: Fri, 16 Feb 2001 09:15:11 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0022_01C097F8.F6881190" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0022_01C097F8.F6881190 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable javadoc error From: Frank Chang=20 To: ant-user@jakarta.apache.org=20 Sent: Friday, February 16, 2001 12:40 AM Subject: javadoc error Hi all,=20 Our javadoc task used to work with Ant 1.2, but it is not working in = the new 1.3b1 or 1.3b2. Any ideas? The javadoc command generated by Ant = seems to be incorrect. Thanks in advance!=20 -- code --=20 =20 =20 Have you tried to use packagenames=3D"*"? Or what was the intention to = use ".*" as a package-name? Just guessing at the moment :-) Nico ------=_NextPart_000_0022_01C097F8.F6881190 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable javadoc error
 
From:=20 Frank = Chang=20
Sent: Friday, February 16, 2001 = 12:40=20 AM
Subject: javadoc error

Hi all,

Our javadoc task used to work with Ant 1.2, but it = is not=20 working in the new 1.3b1 or 1.3b2. Any ideas? The javadoc command = generated by=20 Ant seems to be incorrect.

Thanks in advance!

-- code --
<target=20 depends=3D"prepare" name=3D"javadoc">=20
        <javadoc=20
       =20         sourcepath=3D"${project.sources}"=20
       =20         destdir=3D"${project.javadocs}"=20
       =20         packagenames=3D".*">

 

Have you tried to use = packagenames=3D"*"? Or=20 what was the intention to use ".*" as a package-name?

Just guessing at the moment = :-)

Nico

 

------=_NextPart_000_0022_01C097F8.F6881190--