Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 96577 invoked by uid 500); 10 Sep 2001 16:44:29 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 96560 invoked from network); 10 Sep 2001 16:44:29 -0000 Message-ID: <01a001c139f0$e71bfd30$ac7afd84@ptc.com> From: "Dhirendra Kulkarni" To: Cc: , References: <20010910151934.91244.qmail@web13404.mail.yahoo.com> Subject: Re: help me (problem solved) Date: Mon, 10 Sep 2001 17:35:35 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thanks Diane Actually Kapil's solution did not work out. You are correct. Since java files of x and y directory are in different package iam not getting them under ext/myproject. They also have to be in same package as ext.myproject.c.x (or y) Thanks Kapil for the help Thanks all again DK ----- Original Message ----- From: Diane Holt To: Sent: Monday, September 10, 2001 8:49 PM Subject: Re: help me > Changing where destdir is pointed to shouldn't make any difference -- the > subdir structure where the classfiles are output is determined by the > compiler. If all the source files are declared as being in package > ext.myproject (which looks to be the case, given that they're ending up in > that subdir structure, with destdir pointed simply to C:\build), then > they'll all end up in D:/build/ext/myproject -- the files in > ext/myproject/c/{x,y} would need to be declared as being in package > ext.myproject.c in order for their classfiles to end up in > D:/build/ext/myproject/c. > > Diane > > --- Kapil_Pawar@i2.com wrote: > > Hi DK, > > > > You must use the following: > > > > > > > > > > > > OR otherwise > > > > use: > > > > > > Either of these should work. > > _____________________________________ > > Kapil Singh Pawar > > Consultant - Integration > > i2 Technologies India Private Ltd. > > 1 Primrose Road > > Bangalore 560 025, INDIA > > Email: kapil_pawar@i2.com > > Tel: +91 80 558 1487-90 ext. 2416 > > > > > > > > > > "Dhirendra Kulkarni" > > 09/10/01 11:08 AM > > Please respond to ant-user > > > > > > To: > > cc: > > Subject: help me > > > > > > Hi all , i am beginner to ANT tool and just started withi it. I have > > started with some building processes and i am facing the following > > problwm > > > > My directory structure is like this > > > > c:\--------src > > --------ext > > ------------myproject (contains > > directories > > a, b, c and java files) > > ------------------a > > (contains java files) > > ------------------b > > (contains java files) > > ------------------c > > (contains directories x and y) > > ---------x (contains java files) > > ---------y (contains java files) > > > > Iam building using following javac task for compiling in my build.xml > > file. > > > > > > > > > > > > > > > > > > iam getting output like this c:\--------build > > --------ext > > ------------myproject (contains directories a, b, c and class files) > > ------------------a (contains class files) > > ------------------b (contains class files) > > ------------------c > > ---------x (contains class files) > > ---------y (contains class files) > > > > I want that c directory should come under myproject but it is coming > > under ext. > > > > so please help in getting that. > > > > thanks > > DK > > > > > > > ===== > (holtdl@yahoo.com) > > > > __________________________________________________ > Do You Yahoo!? > Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger > http://im.yahoo.com >