Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 22286 invoked from network); 5 Feb 2004 14:46:24 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Feb 2004 14:46:24 -0000 Received: (qmail 57918 invoked by uid 500); 5 Feb 2004 14:21:40 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 57867 invoked by uid 500); 5 Feb 2004 14:21:40 -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 57744 invoked from network); 5 Feb 2004 14:21:39 -0000 Received: from unknown (HELO 137100.vserver.de) (62.75.137.100) by daedalus.apache.org with SMTP; 5 Feb 2004 14:21:39 -0000 Received: from antbuild.com (localhost.localdomain [127.0.0.1]) by 137100.vserver.de (8.11.6/8.11.6) with ESMTP id i15ELWN12949 for ; Thu, 5 Feb 2004 15:21:33 +0100 Message-ID: <402250EF.5060505@antbuild.com> Date: Thu, 05 Feb 2004 15:19:27 +0100 From: =?ISO-8859-1?Q?Antoine_L=E9vy-Lambert?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: Problem to compile target References: <1F55F6582266314A85A55F6241509B6706EDC7DA@Esealnt863.al.sw.ericsson.se> In-Reply-To: <1F55F6582266314A85A55F6241509B6706EDC7DA@Esealnt863.al.sw.ericsson.se> X-Enigmail-Version: 0.82.4.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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 Can you run ant in verbose or debug mode (ant -verbose or ant -debug ) and study the output ? Antoine Mikael Petterson (KI/EAB) wrote: >Hi, > >Thanks for your reply Antoine. > >However your suggestion does not seem to solve the problem. > >When I run ant with -verbose it seems like "compile" target is skipped. > >compile: > >jar: > [jar] Building jar: /vobs/rbs/sw/rbssw1/boam_subsys/test_boamss/bros_swb/lib.java/bros.jar > [jar] adding directory META-INF/ > [jar] adding entry META-INF/MANIFEST.MF > [copy] Copying 1 file to /vobs/rbs/sw/rbssw1/simcello/mp_lm > [copy] Copying /vobs/rbs/sw/rbssw1/boam_subsys/test_boamss/bros_swb/lib.java/bros.jar to /vobs/rbs/sw/rbssw1/simcello/ >mp_lm/bros.jar > >Could it be something related to the compiler? > >All hints are greatly appreciated! > >//Mikael > > > >-----Original Message----- >From: Antoine L�vy-Lambert [mailto:antoine@antbuild.com] >Sent: den 5 februari 2004 11:41 >To: Ant Users List >Subject: Re: Problem to compile target > > >Mikael Petterson (KI/EAB) wrote: > > > >>I am resending this since I do not see the "message" being posted to ant user list. >>------------------------------------------------------------------------------------------------------------------------ >> >> >>Hi, >> >>I am running Apache Ant version 1.5.4. >>I execute first "clean" and then "all" targets. >>I have the following build.xml ( see below) and when "compile" target is to be run (since I have made a "clean") it seems to be skipped. Any ideas why? >> >>All hints are greatly appreciated! >> >>BR >> >>//Mikael >> >> >>Part of log >>================ >>compile: >>*[javac] bros.xml skipped - don't know how to handle it* >> >>jar: >> [jar] Building jar: /vobs/rbs/sw/rbssw1/boam_subsys/test_boamss/bros_swb/lib.java/bros.jar >> [jar] adding directory META-INF/ >> [jar] adding entry META-INF/MANIFEST.MF >> [copy] Copying 1 file to /vobs/rbs/sw/rbssw1/simcello/mp_lm >> [copy] Copying /vobs/rbs/sw/rbssw1/boam_subsys/test_boamss/bros_swb/lib.java/bros.jar to /vobs/rbs/sw/rbssw1/simcello/mp_lm/bros.jar >> >>build.xml >>===================================== >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >I think you need to nest an in your javac >task. The javac task is failing because there is an xml file in the set >of files that ant passes to javac. > >Cheers, >Antoine > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org