Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 8874 invoked by uid 500); 25 Aug 2003 16:29:16 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 8762 invoked from network); 25 Aug 2003 16:29:15 -0000 Received: from sankara2.bol.com.br (200.221.24.89) by daedalus.apache.org with SMTP; 25 Aug 2003 16:29:15 -0000 Received: from echo (unknown [172.26.5.133]) by sankara2.bol.com.br (Postfix) with SMTP id B8EA7792A for ; Mon, 25 Aug 2003 12:31:39 -0300 (BRT) Message-ID: <009601c36b1e$852dad60$abadfea9@echo> Reply-To: "Emerson Cargnin" From: "Emerson Cargnin" To: References: <011701c369ca$b3cc8060$abadfea9@echo> <002601c36a44$8ed94570$abadfea9@echo> Subject: Re: error running maven (can't download concurrent package) / maven eclipse plugin Date: Mon, 25 Aug 2003 12:35:32 -0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0093_01C36B05.5FB594D0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Sender-IP: 200.193.98.99 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0093_01C36B05.5FB594D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable it could generate an aggregate .classpath with all the modules, as I = did.... : the lib's var will pointo to maven repository. Although it has to be = updated, since I think there are others lib's right now. But is a good = startup. "Uijin Hong" escreveu na mensagem = news:bice2e$df1$1@sea.gmane.org... I've read that "maven eclipse" won't work until maven Eclipse support = the multi-sub-project, since Geronimo has changed to multi-sub-project = configuration(modules/**, specs/**) "Emerson Cargnin" wrote = in message news:002601c36a44$8ed94570$abadfea9@echo... now what can't be downloaded is commons-cli-1.0.jar, although is = possible to download it using the browser at the address it show at log = : Error retrieving artifact from = [http://www.ibiblio.org/maven/commons-cli/jars/commons-cli-1.0.jar]: = java.net.SocketException: Connection reset WARNING: Failed to download commons-cli-1.0.jar. BUILD FAILED File...... file:/C:/eclipse/workspace/incubator-geronimo/ Element... maven:reactor Line...... 38 Column.... 7 The build cannot continue because of the following unsatisfied = dependency: commons-cli-1.0.jar Eclipse plugin : I tried to use maven eclipse plugin to generate .classpath and = .project and it generated a .classpath without source folders or lib = jar's. maven eclipse log : C:\eclipse\workspace\incubator-geronimo>maven eclipse __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-10 eclipse:generate-project: [echo] Creating C:\eclipse\workspace\incubator-geronimo/.project = ... eclipse:generate-classpath: [echo] Creating = C:\eclipse\workspace\incubator-geronimo/.classpath ... [echo] Cutting off basedir from outputDir eclipse: [echo] Now refresh your project in Eclipse (right click on the = project and s elect "Refresh") BUILD SUCCESSFUL Total time: 3 seconds ANy hint? ----- Original Message -----=20 From: Emerson Cargnin=20 To: geronimo-dev@incubator.apache.org=20 Sent: Saturday, August 23, 2003 8:03 PM Subject: error running maven (can't download concurrent package) As oriented by last posts, I setup maven, but it fails in = downloading concurrent package : Attempting to download concurrent-1.3.2.jar. Error retrieving artifact from = [http://www.ibiblio.org/maven/concurrent/jars/con current-1.3.2.jar]: java.net.SocketException: Connection reset All other packages were downlaoded ok : BUILD FAILED File...... file:/C:/eclipse/workspace/incubator-geronimo/ Element... maven:reactor Line...... 37 Column.... 7 The build cannot continue because of the following unsatisfied = dependency: concurrent-1.3.2.jar --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.512 / Virus Database: 309 - Release Date: 19/8/2003 ------=_NextPart_000_0093_01C36B05.5FB594D0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
it could generate an aggregate = .classpath with all=20 the modules, as I did.... :
the lib's var will pointo to maven = repository.=20 Although it has to be updated, since I think there are others lib's = right now.=20 But is a good startup.
 
<?xml version=3D"1.0"=20 encoding=3D"UTF-8"?>
<classpath>
   =20 <classpathentry kind=3D"src"=20 path=3D"modules/core/src/java"/>
    = <classpathentry=20 kind=3D"src" path=3D"modules/common/src/java"/>
    = <classpathentry kind=3D"src"=20 path=3D"specs/activation/src/java"/>
    = <classpathentry=20 kind=3D"src" path=3D"specs/ejb/src/java"/>
   =20 <classpathentry kind=3D"src"=20 path=3D"modules/web/src/java"/>
    = <classpathentry=20 kind=3D"src" = path=3D"specs/j2ee-deployment/src/java"/>
   =20 <classpathentry kind=3D"src"=20 path=3D"specs/jta/src/java"/>
    = <classpathentry=20 kind=3D"src" = path=3D"specs/j2ee-management/src/java"/>
   =20 <classpathentry kind=3D"src"=20 path=3D"specs/j2ee-connector/src/java"/>
   =20 <classpathentry kind=3D"src"=20 path=3D"modules/twiddle/src/java"/>
    = <classpathentry=20 kind=3D"con"=20 path=3D"org.eclipse.jdt.launching.JRE_CONTAINER"/>
  &nbs= p;=20 <classpathentry kind=3D"var" = path=3D"CASTOR_LIB"/>
   =20 <classpathentry kind=3D"var"=20 path=3D"COMMONS_HTTP_CLIENT_LIB"/>
    = <classpathentry=20 kind=3D"var" path=3D"COMMONS_LOGGING_LIB"/>
   =20 <classpathentry kind=3D"var" = path=3D"CONCURRENT_LIB"/>
   =20 <classpathentry kind=3D"var" = path=3D"DOM4J_LIB"/>
   =20 <classpathentry kind=3D"var" = path=3D"JETTY_LIB"/>
   =20 <classpathentry kind=3D"var" = path=3D"JMX_LIB"/>
   =20 <classpathentry kind=3D"var" = path=3D"LOG4J_LIB"/>
   =20 <classpathentry kind=3D"output"=20 path=3D"bin"/>
</classpath>
 
 
"Uijin Hong" <HeartBit@runeconsulting.com>=20 escreveu na mensagem news:bice2e$df1$1@sea.gmane.org<= /A>...
I've read that "maven eclipse" won't work until = maven=20 Eclipse support the multi-sub-project, since Geronimo has changed to=20 multi-sub-project configuration(modules/**, specs/**)
"Emerson Cargnin" <echoflorip= a@=B8:=B4d=93AEY=9AG=D3]w=BE=11=BF>=20 wrote in message news:002601c36a44$8ed94= 570$abadfea9@echo...
now what can't be downloaded is=20 commons-cli-1.0.jar, although is possible to download it using the = browser=20 at the address it show at log :
 
Error retrieving artifact from=20 [http://www.ibiblio.org/maven/commons-cli/jars/commons-cli-1.0.jar]: = java.net.SocketException: Connection reset
WARNING: Failed to = download=20 commons-cli-1.0.jar.
 
BUILD FAILED
File......=20 file:/C:/eclipse/workspace/incubator-geronimo/
Element...=20 maven:reactor
Line...... 38
Column.... 7
The build cannot = continue=20 because of the following unsatisfied dependency:
 
commons-cli-1.0.jar
 
Eclipse plugin :
 
I tried to use maven eclipse plugin = to generate=20 .classpath and .project and it generated a .classpath without source = folders=20 or lib jar's.
 
<?xml version=3D"1.0"=20 encoding=3D"UTF-8"?>
 
<classpath>
  = <classpathentry=20 kind=3D"var" rootpath=3D"JRE_SRCROOT" path=3D"JRE_LIB"=20 sourcepath=3D"JRE_SRC">
  = </classpathentry>
 =20 <classpathentry kind=3D"output" = path=3D"target/classes">
 =20 </classpathentry>
</classpath>
 
 
maven eclipse log :
 
C:\eclipse\workspace\incubator-geronimo>maven=20 eclipse
 __  __
|  \/  |__ _Apache__ = ___
| |\/|=20 / _` \ V / -_) ' \  ~ intelligent projects ~
|_| =20 |_\__,_|\_/\___|_||_|  v. 1.0-beta-10
 
eclipse:generate-project:
   =20 [echo] Creating C:\eclipse\workspace\incubator-geronimo/.project=20 ...
 
eclipse:generate-classpath:
    [echo] = Creating=20 C:\eclipse\workspace\incubator-geronimo/.classpath = ...
   =20 [echo] Cutting off basedir from outputDir
 
eclipse:
    = [echo] Now=20 refresh your project in Eclipse (right click on the project and = s
elect=20 "Refresh")
BUILD SUCCESSFUL
Total time:  3 = seconds
 
ANy hint?
 
----- Original Message ----- =
From:=20 Emerson = Cargnin
To: geronimo-dev@incubator.apache.org=20
Sent: Saturday, August 23, = 2003 8:03=20 PM
Subject: error running = maven (can't=20 download concurrent package)

As oriented by last posts, I = setup maven, but=20 it fails in downloading concurrent package :
 
Attempting to download=20 concurrent-1.3.2.jar.
Error retrieving artifact from=20 = [http://www.ibiblio.org/maven/concurrent/jars/con
current-1.3.2.jar]: = java.net.SocketException: Connection reset
 
All other packages were = downlaoded ok=20 :
 
BUILD FAILED
File......=20 file:/C:/eclipse/workspace/incubator-geronimo/
Element...=20 maven:reactor
Line...... 37
Column.... 7
The build cannot = continue because of the following unsatisfied = dependency:
 
concurrent-1.3.2.jar
 
 
 

---
Outgoing mail is = certified Virus=20 Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: = 6.0.512 / Virus Database: 309 - Release Date:=20 = 19/8/2003
------=_NextPart_000_0093_01C36B05.5FB594D0--