Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 78506 invoked from network); 12 Nov 2005 07:13:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Nov 2005 07:13:01 -0000 Received: (qmail 61036 invoked by uid 500); 12 Nov 2005 07:13:00 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 60961 invoked by uid 500); 12 Nov 2005 07:13:00 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 60950 invoked by uid 99); 12 Nov 2005 07:13:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2005 23:12:59 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [128.174.5.97] (HELO expredir6.cites.uiuc.edu) (128.174.5.97) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2005 23:12:52 -0800 Received: from [192.168.0.2] (vpn82-7e-92-15.near.uiuc.edu [130.126.146.21]) by expredir6.cites.uiuc.edu (8.12.11/8.12.11) with ESMTP id jAC7C22i009880 for ; Sat, 12 Nov 2005 01:12:02 -0600 (CST) Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: <768dcb2e0511112024y3ae985d0j@mail.gmail.com> References: <59BAC9E6-62C6-4D79-A531-E37B0F4A3C96@uiuc.edu> <768dcb2e0511111818pdb79061l@mail.gmail.com> <83D0D0FC-A01B-4BE6-B866-D432C3821A05@uiuc.edu> <768dcb2e0511111844i47893209g@mail.gmail.com> <8A49BCC6-4087-458F-8A0F-463BB0C4ECA5@uiuc.edu> <768dcb2e0511112024y3ae985d0j@mail.gmail.com> Content-Type: multipart/alternative; boundary=Apple-Mail-1-1001017421 Message-Id: <05A2B107-AFF9-4297-95EE-70C6BB203B06@uiuc.edu> From: Amit Kumar Subject: Re: Trunk Build Troubles Date: Sat, 12 Nov 2005 01:12:36 -0600 To: "Apache Directory Developers List" X-Mailer: Apple Mail (2.734) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --Apple-Mail-1-1001017421 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Thanks, I was able to figure out the problem. It was indeed Java version issue. Sorry for that, it is indeed in the FAQ. Amit On Nov 11, 2005, at 10:24 PM, Trustin Lee wrote: > This is strange again. Are you building MINA with JDK 1.4.x? > You'll need JDK 1.5.x to build MINA. But this doesn't necessarilly > mean that you need Java 5 to run MINA. It runs OK with 1.4. > Please refer to the FAQ about this. > > Trustin > > 2005/11/12, Amit Kumar : > Thanks a bunch, you are most helpful. > > > No, I am not behind a hardware/software firewall. > > %ipfw list > 02000 allow ip from any to any > > This is weird I was able to download the jar files and put them in > the ~$HOME/.maven/.... but now I get this message > > %maven jar > > ..... > java:prepare-filesystem: > > java:compile: > [echo] Compiling to /contents/workspace/mina/trunk/target/classes > > BUILD FAILED > File...... /Users/amitku/.maven/cache/maven-java-plugin-1.5/ > plugin.jelly > Element... ant:available > Line...... 75 > Column.... 81 > class javax.swing.SwingGraphics cannot access its superinterface > javax.swing.GraphicsWrapper > Total time: 37 seconds > Finished at: Fri Nov 11 21:02:17 CST 2005 > > > I am on OSX if that matters. Getting closer it feels... > > > Regards, > Amit > > > > > On Nov 11, 2005, at 8:44 PM, Trustin Lee wrote: > >> Are you behind a firewall or something like that? I deleted emma >> from my local repository and it retrieved the JAR correctly. >> >> Please try to connect here: >> >> http://cvs.apache.org/repository/emma/jars >> >> and >> >> http://cvs.apache.org/repository/emma/plugins >> >> If the problem continues you can simply copy the two jars which >> were failed to download to your local maven repository. It is >> located at $HOME/.maven/repository/ >> >> HTH, >> Trustin >> >> 2005/11/12, Amit Kumar : >> >> % cat project.properties | grep maven.repo.remote >> maven.repo.remote=http://cvs.apache.org/repository , http:// >> www.ibiblio.org/maven/, http://mirrors.sunsite.dk/maven >> >> >> Same error... >> >> Attempting to download emma-2.0.latest.jar. >> WARNING: Failed to download emma-2.0.latest.jar . >> Attempting to download maven-emma-plugin-0.4.jar. >> WARNING: Failed to download maven-emma-plugin-0.4.jar. >> The build cannot continue because of the following unsatisfied >> dependencies: >> >> emma-2.0.latest.jar (try downloading from http:// >> emma.sourceforge.net/) >> maven-emma-plugin-0.4.jar (try downloading from http:// >> emma.sourceforge.net/) >> >> Any other ideas ? maven is a black box to me, I am still with ant... >> >> -- >> what we call human nature is actually human habit >> -- >> http://gleamynode.net/ > > > > > -- > what we call human nature is actually human habit > -- > http://gleamynode.net/ --Apple-Mail-1-1001017421 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1 Thanks, I was able to figure out = the problem. It was indeed Java version issue. Sorry for that, it is = indeed in the FAQ.=A0

Amit

On = Nov 11, 2005, at 10:24 PM, Trustin Lee wrote:

This is = strange again.=A0 Are you building MINA with JDK 1.4.x?=A0 You'll need = JDK 1.5.x to build MINA.=A0 But this doesn't necessarilly mean that you = need Java 5 to run MINA.=A0 It runs OK with 1.4.=A0 Please refer to the = FAQ about this.

Trustin

2005/11/12, Amit Kumar <amitku@uiuc.edu>: Thanks a bunch, = you are most helpful.


=A0No, I am not = behind a hardware/software firewall.

%ipfw = list
02000 allow ip from any to = any

This is weird I was able to download the = jar files and put them in the ~$HOME/.maven/.... but now I get this = message

%maven = jar

.....
java:prepare-filesystem:

java:compile:
=A0 =A0 [echo] Compiling to = /contents/workspace/mina/trunk/target/classes =

BUILD FAILED
File...... = /Users/amitku/.maven/cache/maven-java-plugin-1.5/plugin.jelly
El= ement... ant:available
Line...... 75
Column.... = 81
class javax.swing.SwingGraphics cannot access its = superinterface javax.swing.GraphicsWrapper
Total time: 37 = seconds
Finished at: Fri Nov 11 21:02:17 CST = 2005


I am on OSX if that = matters.=A0 Getting closer it feels... =


Regards,
Amit



<= DIV>
On Nov 11, 2005, at 8:44 PM, Trustin Lee wrote: =

Are you behind a firewall or = something like that?=A0 I deleted emma from my local repository and it = retrieved the JAR correctly.

Please try to connect = here:

= http://cvs.apache.org/repository/emma/jars

and

http://cvs.apache.org/repository/em= ma/plugins

If the problem continues you can simply copy = the two jars which were failed to download to your local maven = repository.=A0 It is located at = $HOME/.maven/repository/

HTH,
Trustin

2005/11/12, Amit Kumar <amitku@uiuc.edu>:
=
% cat=A0 project.properties | grep = maven.repo.remote


Same error...

Attempting to download = emma-2.0.latest.jar.
WARNING: Failed to download = emma-2.0.latest.jar .
Attempting to download = maven-emma-plugin-0.4.jar.
WARNING: Failed to download = maven-emma-plugin-0.4.jar.
The build cannot continue because = of the following unsatisfied dependencies:
=
emma-2.0.latest.jar (try downloading from http://emma.sourceforge.net/)
maven-emma-plugin-0.4.jar (try downloading from http://emma.sourceforge.net/)

Any other ideas ? maven is a black box to = me, I am still with ant...

--
what we = call human nature is actually human habit
--
http://gleamynode.net/ =

=


--
what we call human = nature is actually human habit
--
http://gleamynode.net/
= --Apple-Mail-1-1001017421--