From dev-return-85345-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Sat Apr 03 10:34:14 2010 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 99435 invoked from network); 3 Apr 2010 10:34:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Apr 2010 10:34:14 -0000 Received: (qmail 50969 invoked by uid 500); 3 Apr 2010 10:34:14 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 50739 invoked by uid 500); 3 Apr 2010 10:34:11 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 50731 invoked by uid 99); 3 Apr 2010 10:34:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Apr 2010 10:34:10 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jjfelten@googlemail.com designates 74.125.78.148 as permitted sender) Received: from [74.125.78.148] (HELO ey-out-1920.google.com) (74.125.78.148) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Apr 2010 10:34:04 +0000 Received: by ey-out-1920.google.com with SMTP id 26so150318eyw.0 for ; Sat, 03 Apr 2010 03:33:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type :content-transfer-encoding; bh=eWIwmlCL+uFWq1Pg3iGB7S8DpbZVQJqQUxtddQsuI7Q=; b=OYut+eVYt0qb1orbRRAFjaSWf4/jMg3iVCdsdjGGZcAic8+YHr2Ih2kFlv0jfm9h8W FXjp4jXc1R1GCQRmH3mEYZznX1MychnKBEJsuw/SEm9iEqWKa5KYxhGwVys6RT0F6ah3 LMIeq6ClDTonqyTOflvhow6SOlPtKUMhtomU0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=dLdzgJ9vvFoENf3tuBaoCGlCw06P1S1caq2WZI99UEEd45VqCD7NwQE4MhRPqbri4Q u8pe+X471hyFPFdquJyU7pmLzaI4ZMZ70y1U3K1D3y2DCnYWgcYsvjv+F5lRKXTkf7Vo ya0c1cEURbOxhVO6ruDLdeSY27PDSRZdBLy7Y= MIME-Version: 1.0 Received: by 10.213.10.147 with HTTP; Sat, 3 Apr 2010 03:33:44 -0700 (PDT) In-Reply-To: <87pr2hoxrn.fsf@v35516.1blu.de> References: <9EE86F1965E19E499C80DE52AC807B550517198A@z011021.bk.fin.local> <9EE86F1965E19E499C80DE52AC807B550517198E@z011021.bk.fin.local> <9EE86F1965E19E499C80DE52AC807B55051719D5@z011021.bk.fin.local> <9EE86F1965E19E499C80DE52AC807B5505171A06@z011021.bk.fin.local> <87pr2hoxrn.fsf@v35516.1blu.de> Date: Sat, 3 Apr 2010 11:33:44 +0100 Received: by 10.213.43.210 with SMTP id x18mr1742360ebe.64.1270290824401; Sat, 03 Apr 2010 03:33:44 -0700 (PDT) Message-ID: Subject: Re: Does ant 1.8.0 compile on Solaris 10 SPARC? From: "J. Joseph Felten" To: Ant Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Permission denied: I probably tried to build it earlier with a different user id. I'm sure I didn't have that permission error the first time(s). I was extremely rushed Friday and didn't notice. Tar I'll have to check in to Monday. It has been long enough I can't swear whether I typed tar or gtar when I extracted it. I could have easily typed 'tar' out of habit. Good catch, I'll try that Monday. Thanks. On Sat, Apr 3, 2010 at 7:28 AM, Stefan Bodewig wrote: > On 2010-04-02, J. Joseph Felten wrote: > >> -bash-3.00$ ./build.sh >> ... Bootstrapping Ant Distribution >> rm: Unable to remove directory build/classes: Permission denied > > sounds suspicious. =A0Why is that? > >> ... Compiling Ant Classes >> src/main/org/apache/tools/ant/types/AbstractFileSet.java:52: cannot find= symbol >> symbol =A0: class ModifiedSelector >> location: package org.apache.tools.ant.types.selectors.modifiedselector >> import org.apache.tools.ant.types.selectors.modifiedselector.ModifiedSel= ector; >> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ^ > > you should have a file > src/main/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSe= lector.java > is it there? =A0If not, it is a pretty long path, probably one of the > files you are missing if you use our tar archive and extract it with > anything other than GNU tar. =A0From the download page: > > ,---- > | Ant is distributed as zip, tar.gz and tar.bz2 archives - the contents > | are the same. Please note that the tar.* archives contain file names > | longer than 100 characters and have been created using GNU tar > | extensions. Thus they must be untarred with a GNU compatible version of > | tar. > `---- > > Unless you have GNU tar around you better use the ZIP file (jar should > be able to extract them): > > If this is not the issue, what do your JAVA_HOME, ANT_HOME and CLASSPATH > env variables look like (if they are set at all) and is there anything > in $HOME/.ant/ ? > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org