Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 34687 invoked from network); 2 Oct 2003 04:55:34 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Oct 2003 04:55:34 -0000 Received: (qmail 55289 invoked by uid 500); 2 Oct 2003 04:55:03 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 55260 invoked by uid 500); 2 Oct 2003 04:55:03 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 55246 invoked from network); 2 Oct 2003 04:55:02 -0000 Received: from unknown (HELO agentis.com.au) (192.35.59.253) by daedalus.apache.org with SMTP; 2 Oct 2003 04:55:02 -0000 Received: from voldemort.agentis.net (typhoeus-dmz.agentis.net [192.35.59.129]) by agentis.com.au (8.11.6/8.11.6) with ESMTP id h924tCh00418 for ; Thu, 2 Oct 2003 14:55:12 +1000 Received: from ROC (roc.agentis.net [192.168.129.37]) by voldemort.agentis.net (8.11.6/8.11.6) with SMTP id h924tBw24413 for ; Thu, 2 Oct 2003 04:55:12 GMT Reply-To: From: "Donald Strong" To: "Ant Users List" Subject: RE: javadoc task errors Date: Thu, 2 Oct 2003 14:55:11 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <8765557836794E4EADF7F31290F4C39F03387815@ns.suz.com> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Vikas, Try checking the files out of CVS first. The *,v files don't contain java code, they contain a set of deltas for the original file. Check the files out and generate the javadocs from the checked out source. Donald. > -----Original Message----- > From: Vikas Phonsa [mailto:VPhonsa@suz.com] > Sent: Thursday, 2 October 2003 7:47 AM > To: 'Ant Users List' > Subject: javadoc task errors > > > Hi Everybody, > > I'm trying to use ant to generate javadocs from my linux CVS repository . > The plan is the run the ant build periodically to scan the latest projects > in the repository and generate docs for those. The build work fine when I > run it on my local windows machine but I get the following errors when I run > to scan and generate javadocs from my repository. Please note the extra ",v" > added in the end. Is this the version tag applied by cvs or what. All my > .java files in the cvs have ",v" appended in the end and javadoc tool isn't > happy with it. > > ERRORS: > > [javadoc] > /asmc/deploy/cvs/deployBR/ComSuzBRSiebelVehicle/src/com/suz/br/siebel/vehicl > e/contact/ContactBr.java,v: Class or interface declaration expected. > [javadoc] > /asmc/deploy/cvs/deployBR/ComSuzBRSiebelVehicle/src/com/suz/br/siebel/vehicl > e/contact/ContactBr.java,v: Invalid character in number. > [javadoc] > /asmc/deploy/cvs/deployBR/ComSuzBRSiebelVehicle/src/com/suz/br/siebel/vehicl > e/contact/ContactBr.java,v: Invalid character in number. > [javadoc] > /asmc/deploy/cvs/deployBR/ComSuzBRSiebelVehicle/src/com/suz/br/siebel/vehicl > e/contact/ContactBr.java,v: Invalid character in number. > > > Any ideas how I can take care of this ? > > Thanks > > Vikas > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org