Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 46680 invoked from network); 9 Jan 2003 08:00:01 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 9 Jan 2003 08:00:01 -0000 Received: (qmail 7046 invoked by uid 97); 9 Jan 2003 08:01:16 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 6999 invoked by uid 97); 9 Jan 2003 08:01:16 -0000 Mailing-List: contact ant-user-help@jakarta.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 ant-user@jakarta.apache.org Received: (qmail 6977 invoked by uid 98); 9 Jan 2003 08:01:15 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <001f01c2b7b5$e20a61d0$030200c0@DJ0X820J> From: "Antoine Levy-Lambert" To: "Ant Users List" References: Subject: Re: not creating package subdirectories Date: Thu, 9 Jan 2003 09:05:32 +0100 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.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Yes, in good Java practice, your source file should be ${src}/api/enCommerce/getAccess/API/User/MyFile.java and not ${src}/api/MyFile.java All the Java tools expect you to have a directory structure beneath your source directories which matches your package structure. Antoine ----- Original Message ----- From: To: Sent: Thursday, January 09, 2003 1:36 AM Subject: not creating package subdirectories > the following task (only 1 java file) > > > > creates a .class file in the ${src}/api directory, even though the java file has this statement > > package enCommerce.getAccess.API.User; > > I expect it to create the directories enCommerce/getAccess/API/User and put the class file there. > > That screws up my following task > > > > > > > what did I not do right? > Should I organize the source directory structure according to the package structure? > > I move the java file to ${src}/api/enCommerce/getAccess/API/User/*.java > and I got the desired result. > > Is that what's supposed to happen? > > tia > Suu Quan > 408-553-7155 (cell 408-420-6687) > Configuration Management & Release Engineering > Agilent Technologies > Bldg 54, between Posts G4-G5 > 5301 Stevens Creek Blvd > Santa Clara, CA 95051 > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > -- To unsubscribe, e-mail: For additional commands, e-mail: