Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 38151 invoked from network); 23 Jul 2002 15:42:58 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 23 Jul 2002 15:42:58 -0000 Received: (qmail 20192 invoked by uid 97); 23 Jul 2002 15:42:42 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 20123 invoked by uid 97); 23 Jul 2002 15:42:41 -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 20051 invoked by uid 98); 23 Jul 2002 15:42:41 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: From: Dominique Devienne To: "'Ant Users List'" Subject: RE: problem executing subproject with ant task Date: Tue, 23 Jul 2002 10:42:15 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Salut ;-) Who defines the classpath and additional.path properties, and how? If it's the master build, you need to define 'inheritAll' and possibly also 'inheritRefs' (new to Ant 1.5) so the sub-build can see the properties. But I'm surprised you don't need these in the classpath to compile though!?!? In any case, one usually defines a somewhere, and reference it in both and using . Hope this helps, and re-post with more info if it's not the problem. --DD -----Original Message----- From: Mastrorillo Laurence [mailto:Laurence.Mastrorillo@medias.cnes.fr] Sent: Tuesday, July 23, 2002 7:47 AM To: ant-user@jakarta.apache.org Subject: problem executing subproject with ant task Hi All, using ant since 2 days, i have problem executing subproject with ant task. Here is my main build file : and the subproject build file : Here 's what i got in return : execute: [java] Java Result : 255 Note that "compile" works fine, and if i execute the subproject independently, it works to. Can anyone help? Thanks -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: