Return-Path: X-Original-To: apmail-ant-user-archive@www.apache.org Delivered-To: apmail-ant-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 42E2211175 for ; Wed, 27 Aug 2014 16:32:07 +0000 (UTC) Received: (qmail 61656 invoked by uid 500); 27 Aug 2014 16:32:06 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 61601 invoked by uid 500); 27 Aug 2014 16:32:06 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 61589 invoked by uid 99); 27 Aug 2014 16:32:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2014 16:32:06 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of foolhunger@gmail.com designates 209.85.216.48 as permitted sender) Received: from [209.85.216.48] (HELO mail-qa0-f48.google.com) (209.85.216.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2014 16:32:00 +0000 Received: by mail-qa0-f48.google.com with SMTP id m5so441866qaj.7 for ; Wed, 27 Aug 2014 09:31:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=6x2K5cVtinv7uVaKDgMdtt84zRf0TB26FhLeQd6o0Xo=; b=YMZkWBos3NQdEaAp0cBJIS4Q2UjA9shMW2aQEWE4ntIVkl05672tRdeWQmYe6x6h4z 0iWs/xJMnHWVHX9SZToO/5rFs00Hc5E9zlqojMDORL7Ef4L6TavX8w7lflUYIDKbCwrW pO1q0El8q/McmLRsf85HDqEvZimIpAIkRMr4sJopqO9lMkKQfEX4ObY+VXJT26+exbXk 5OkaTKebLUM88MoVNQSoek/tU12cIcot7HYVGrRal9Rh7xZZdYuakat/7QysK7Vm8/a1 wn1laV3Af+QhMq97/EUE3Nh4cgwvfOELn1DYmThdU2rZwtXDMJ+SNXKLo8MPH23VyMc3 0YDA== MIME-Version: 1.0 X-Received: by 10.140.29.35 with SMTP id a32mr30256656qga.39.1409157100018; Wed, 27 Aug 2014 09:31:40 -0700 (PDT) Received: by 10.96.170.40 with HTTP; Wed, 27 Aug 2014 09:31:39 -0700 (PDT) Date: Thu, 28 Aug 2014 00:31:39 +0800 Message-ID: Subject: Ant - Pathelement with wildcard only works in Javac forked mode? From: foolhunger To: user@ant.apache.org Content-Type: multipart/alternative; boundary=001a113a434261275905019ef46e X-Virus-Checked: Checked by ClamAV on apache.org --001a113a434261275905019ef46e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I encountered below issue when using Ant. My ANT script snippets: When set fork=3D=E2=80=9Dtrue=E2=80=9D in javac task, the wildcard pathelem= ent works fine, but when forked is set to false, Ant seems failed to interpret wildcard correctly. (compilation failed, due to classpath error). Any suggestions Thanks. --=20 ------------------------------------------ Best Regards foolhunger --001a113a434261275905019ef46e--