You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Jeffrey Dever <js...@sympatico.ca> on 2003/01/24 18:43:10 UTC

help building commons with maven

In my local checkout of jakarta-commons, when I run *maven -g* I only 
the follwoing non documented goals:
  build
  build:start
  deploy-front-end-site
  site
  site-front-end

When I run *maven build:start* I get:

BUILD SUCCESSFUL
Total time:  14 seconds

But in reality it did nothing, no other output, no generated files. 
 None of the other targets to anything useful either.  I have tried with 
mavenb5 and b7 running on a linux box.

How do we build commons with maven?  How do I build a particular 
component withing commons?  I couldn't find any instructions on this.

-jsd



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Juozas Baliuka <ba...@centras.lt>.
I have this in project.xml :
<connection>scm:cvs:pserver:anonymous@cvs.cglib.sourceforge.net:/cvsroot/cgl
ib:cglib</connection>
set CVS_RSH=ssh2
But I do not need ssh to generate reports, I want to use ":pserver"
authentication, but beta7 uses ":ext"
and hungs (my ssh2 doe's not work on Windows if is executed by java).
Possible it parses "Root" file and uses
":ext:baliuka@cvs.cglib.sourceforge.net:/cvsroot/cglib".
"scm:cvs:pserver:anonymous" from project.xml is ignored.


----- Original Message -----
From: "Trygve Laugstøl" <tr...@cocell.com>
To: "Jakarta Commons Developers List" <co...@jakarta.apache.org>
Sent: Sunday, January 26, 2003 2:29 PM
Subject: Re: help building commons with maven


> ----- Original Message -----
> From: "Juozas Baliuka" <ba...@centras.lt>
> To: "Jakarta Commons Developers List" <co...@jakarta.apache.org>
> Sent: Sunday, January 26, 2003 1:11 PM
> Subject: Re: help building commons with maven
>
>
> >
> > <snip>
> > > If you care, let me know, and I'll work with you on getting the
> > > descriptors up to date when b8 is released.
> > I have problems to generate reports  with beta7, I have tried cvs
version
> > and it works, It seems it doe's not uses
> > ssh to connect to cvs server.
> > Is it possible to set some parameter on beta7 and use ":pserver" to
> generate
> > activity reports, my cvs with ssh hungs from "Runtime.exec".
>
>
>
<connection>scm:cvs:ext:trygve@80.232.35.114:/home/trygve/cvs/${pom.id}</con
> nection>
> in project.xml and
>     export CVS_RSH=ssh
> in the shell does the trick
>
> Trygve
>
> > >
> > > --
> > > dIon Gillard, Multitask Consulting
> > > Blog:      http://www.freeroller.net/page/dion/Weblog
> > > Work:      http://www.multitask.com.au
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> >
> >
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Trygve Laugstøl <tr...@cocell.com>.
----- Original Message -----
From: "Juozas Baliuka" <ba...@centras.lt>
To: "Jakarta Commons Developers List" <co...@jakarta.apache.org>
Sent: Sunday, January 26, 2003 1:11 PM
Subject: Re: help building commons with maven


>
> <snip>
> > If you care, let me know, and I'll work with you on getting the
> > descriptors up to date when b8 is released.
> I have problems to generate reports  with beta7, I have tried cvs version
> and it works, It seems it doe's not uses
> ssh to connect to cvs server.
> Is it possible to set some parameter on beta7 and use ":pserver" to
generate
> activity reports, my cvs with ssh hungs from "Runtime.exec".


<connection>scm:cvs:ext:trygve@80.232.35.114:/home/trygve/cvs/${pom.id}</con
nection>
in project.xml and
    export CVS_RSH=ssh
in the shell does the trick

Trygve

> >
> > --
> > dIon Gillard, Multitask Consulting
> > Blog:      http://www.freeroller.net/page/dion/Weblog
> > Work:      http://www.multitask.com.au
> >
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> >
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Juozas Baliuka <ba...@centras.lt>.

I think I need to clean MAVEN_HOME before to rebuild maven (possible
conflict with some old file),
my dependencies in project.xml are very trivial (bcel and junit) and I have
no problems with beta7 except ssh client.


> Yep, those are invalid all right. What do your <dependencies> look like?
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://www.freeroller.net/page/dion/Weblog
> Work:      http://www.multitask.com.au
>
>
> "Juozas Baliuka" <ba...@centras.lt> wrote on 27/01/2003 04:02:03 AM:
>
> >
> > I have update, It is  problem with dependencies, I think it is invalid
> jar
> > names:
> >  __  __
> > |  \/  |__ Jakarta _ ___
> > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > |_|  |_\__,_|\_/\___|_||_|   v. 1.0-beta-8
> >
> > C:\home\jakarta-turbine-maven
> >
> > Attempting to download 0-1.5.1.jar.
> > [ERROR] WARNING: Failed to download 0-1.5.1.jar.
> > Attempting to download commons-jelly-SNAPSHOT.jar.
> > ...............................................
> > Attempting to download 1-SNAPSHOT.jar.
> > [ERROR] WARNING: Failed to download 1-SNAPSHOT.jar.
> > Attempting to download 2-SNAPSHOT.jar.
> > [ERROR] WARNING: Failed to download 2-SNAPSHOT.jar.
> > Attempting to download 3-SNAPSHOT.jar.
> > [ERROR] WARNING: Failed to download 3-SNAPSHOT.jar.
> > Attempting to download commons-beanutils-SNAPSHOT.jar.
> > .........................
> > Attempting to download commons-util-SNAPSHOT.jar.
> > ......
> > [ERROR] The build cannot continue because of the following unsatisfied
> > dependencies:
> > [ERROR]
> > [ERROR] 0-1.5.1.jar
> > [ERROR] 1-SNAPSHOT.jar
> > [ERROR] 2-SNAPSHOT.jar
> > [ERROR] 3-SNAPSHOT.jar
> > [ERROR]
> > Total time: 1 minutes 58 seconds
> >
> >
> >
> >
> > > The xdoc tasks work fine for me in current CVS. What are your issues?
> > > --
> > > dIon Gillard, Multitask Consulting
> > > Blog:      http://www.freeroller.net/page/dion/Weblog
> > > Work:      http://www.multitask.com.au
> > >
> > >
> > > "Juozas Baliuka" <ba...@centras.lt> wrote on 26/01/2003 11:57:41 PM:
> > >
> > > > Ok, I will wait beta8.
> > > > I use version from cvs to generate reports and beta7 to build
> > > stuff.(xdoc
> > > > task doe's not work in current cvs)
> > > >
> > > > ----- Original Message -----
> > > > From: <di...@multitask.com.au>
> > > > To: "Jakarta Commons Developers List"
> <co...@jakarta.apache.org>
> > > > Sent: Sunday, January 26, 2003 2:53 PM
> > > > Subject: Re: help building commons with maven
> > > >
> > > >
> > > > > It's not possible to change the cvs access mechanism for b7.
> > > > >
> > > > > It was hardwired to use the CVS directory information on your
> machine.
> > > > >
> > > > > b8 uses the details specified in project.xml.
> > > > > --
> > > > > dIon Gillard, Multitask Consulting
> > > > > Blog:      http://www.freeroller.net/page/dion/Weblog
> > > > > Work:      http://www.multitask.com.au
> > > > >
> > > > >
> > > > > "Juozas Baliuka" <ba...@centras.lt> wrote on 26/01/2003 11:11:28
> PM:
> > > > >
> > > > > >
> > > > > > <snip>
> > > > > > > If you care, let me know, and I'll work with you on getting
> the
> > > > > > > descriptors up to date when b8 is released.
> > > > > > I have problems to generate reports  with beta7, I have tried
> cvs
> > > > > version
> > > > > > and it works, It seems it doe's not uses
> > > > > > ssh to connect to cvs server.
> > > > > > Is it possible to set some parameter on beta7 and use ":pserver"
> to
> > > > > generate
> > > > > > activity reports, my cvs with ssh hungs from "Runtime.exec".
> > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > dIon Gillard, Multitask Consulting
> > > > > > > Blog:      http://www.freeroller.net/page/dion/Weblog
> > > > > > > Work:      http://www.multitask.com.au
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > To unsubscribe, e-mail:
> > > > > > <ma...@jakarta.apache.org>
> > > > > > > For additional commands, e-mail:
> > > > > > <ma...@jakarta.apache.org>
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > To unsubscribe, e-mail:
> > > > > <ma...@jakarta.apache.org>
> > > > > > For additional commands, e-mail:
> > > > > <ma...@jakarta.apache.org>
> > > > > >
> > > > >
> > > > > > ForwardSourceID:NT000A85E2
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > > <ma...@jakarta.apache.org>
> > > > > For additional commands, e-mail:
> > > > <ma...@jakarta.apache.org>
> > > > >
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > <ma...@jakarta.apache.org>
> > > > For additional commands, e-mail:
> > > <ma...@jakarta.apache.org>
> > > >
> > >
> > > > ForwardSourceID:NT000A8606
> > >
> > > --
> > > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> >
>
> > ForwardSourceID:NT000A86FA
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by di...@multitask.com.au.
Yep, those are invalid all right. What do your <dependencies> look like?
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


"Juozas Baliuka" <ba...@centras.lt> wrote on 27/01/2003 04:02:03 AM:

> 
> I have update, It is  problem with dependencies, I think it is invalid 
jar
> names:
>  __  __
> |  \/  |__ Jakarta _ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|   v. 1.0-beta-8
> 
> C:\home\jakarta-turbine-maven
> 
> Attempting to download 0-1.5.1.jar.
> [ERROR] WARNING: Failed to download 0-1.5.1.jar.
> Attempting to download commons-jelly-SNAPSHOT.jar.
> ...............................................
> Attempting to download 1-SNAPSHOT.jar.
> [ERROR] WARNING: Failed to download 1-SNAPSHOT.jar.
> Attempting to download 2-SNAPSHOT.jar.
> [ERROR] WARNING: Failed to download 2-SNAPSHOT.jar.
> Attempting to download 3-SNAPSHOT.jar.
> [ERROR] WARNING: Failed to download 3-SNAPSHOT.jar.
> Attempting to download commons-beanutils-SNAPSHOT.jar.
> .........................
> Attempting to download commons-util-SNAPSHOT.jar.
> ......
> [ERROR] The build cannot continue because of the following unsatisfied
> dependencies:
> [ERROR]
> [ERROR] 0-1.5.1.jar
> [ERROR] 1-SNAPSHOT.jar
> [ERROR] 2-SNAPSHOT.jar
> [ERROR] 3-SNAPSHOT.jar
> [ERROR]
> Total time: 1 minutes 58 seconds
> 
> 
> 
> 
> > The xdoc tasks work fine for me in current CVS. What are your issues?
> > --
> > dIon Gillard, Multitask Consulting
> > Blog:      http://www.freeroller.net/page/dion/Weblog
> > Work:      http://www.multitask.com.au
> >
> >
> > "Juozas Baliuka" <ba...@centras.lt> wrote on 26/01/2003 11:57:41 PM:
> >
> > > Ok, I will wait beta8.
> > > I use version from cvs to generate reports and beta7 to build
> > stuff.(xdoc
> > > task doe's not work in current cvs)
> > >
> > > ----- Original Message -----
> > > From: <di...@multitask.com.au>
> > > To: "Jakarta Commons Developers List" 
<co...@jakarta.apache.org>
> > > Sent: Sunday, January 26, 2003 2:53 PM
> > > Subject: Re: help building commons with maven
> > >
> > >
> > > > It's not possible to change the cvs access mechanism for b7.
> > > >
> > > > It was hardwired to use the CVS directory information on your 
machine.
> > > >
> > > > b8 uses the details specified in project.xml.
> > > > --
> > > > dIon Gillard, Multitask Consulting
> > > > Blog:      http://www.freeroller.net/page/dion/Weblog
> > > > Work:      http://www.multitask.com.au
> > > >
> > > >
> > > > "Juozas Baliuka" <ba...@centras.lt> wrote on 26/01/2003 11:11:28 
PM:
> > > >
> > > > >
> > > > > <snip>
> > > > > > If you care, let me know, and I'll work with you on getting 
the
> > > > > > descriptors up to date when b8 is released.
> > > > > I have problems to generate reports  with beta7, I have tried 
cvs
> > > > version
> > > > > and it works, It seems it doe's not uses
> > > > > ssh to connect to cvs server.
> > > > > Is it possible to set some parameter on beta7 and use ":pserver" 
to
> > > > generate
> > > > > activity reports, my cvs with ssh hungs from "Runtime.exec".
> > > > >
> > > > > >
> > > > > > --
> > > > > > dIon Gillard, Multitask Consulting
> > > > > > Blog:      http://www.freeroller.net/page/dion/Weblog
> > > > > > Work:      http://www.multitask.com.au
> > > > > >
> > > > > >
> > > > > > --
> > > > > > To unsubscribe, e-mail:
> > > > > <ma...@jakarta.apache.org>
> > > > > > For additional commands, e-mail:
> > > > > <ma...@jakarta.apache.org>
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > > <ma...@jakarta.apache.org>
> > > > > For additional commands, e-mail:
> > > > <ma...@jakarta.apache.org>
> > > > >
> > > >
> > > > > ForwardSourceID:NT000A85E2
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > <ma...@jakarta.apache.org>
> > > > For additional commands, e-mail:
> > > <ma...@jakarta.apache.org>
> > > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> > >
> >
> > > ForwardSourceID:NT000A8606
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> >
> 
> 
> --
> To unsubscribe, e-mail: 
<ma...@jakarta.apache.org>
> For additional commands, e-mail: 
<ma...@jakarta.apache.org>
> 

> ForwardSourceID:NT000A86FA 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Juozas Baliuka <ba...@centras.lt>.
I have update, It is  problem with dependencies, I think it is invalid jar
names:
 __  __
|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|   v. 1.0-beta-8

C:\home\jakarta-turbine-maven

Attempting to download 0-1.5.1.jar.
[ERROR] WARNING: Failed to download 0-1.5.1.jar.
Attempting to download commons-jelly-SNAPSHOT.jar.
...............................................
Attempting to download 1-SNAPSHOT.jar.
[ERROR] WARNING: Failed to download 1-SNAPSHOT.jar.
Attempting to download 2-SNAPSHOT.jar.
[ERROR] WARNING: Failed to download 2-SNAPSHOT.jar.
Attempting to download 3-SNAPSHOT.jar.
[ERROR] WARNING: Failed to download 3-SNAPSHOT.jar.
Attempting to download commons-beanutils-SNAPSHOT.jar.
.........................
Attempting to download commons-util-SNAPSHOT.jar.
......
[ERROR] The build cannot continue because of the following unsatisfied
dependencies:
[ERROR]
[ERROR] 0-1.5.1.jar
[ERROR] 1-SNAPSHOT.jar
[ERROR] 2-SNAPSHOT.jar
[ERROR] 3-SNAPSHOT.jar
[ERROR]
Total time: 1 minutes 58 seconds




> The xdoc tasks work fine for me in current CVS. What are your issues?
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://www.freeroller.net/page/dion/Weblog
> Work:      http://www.multitask.com.au
>
>
> "Juozas Baliuka" <ba...@centras.lt> wrote on 26/01/2003 11:57:41 PM:
>
> > Ok, I will wait beta8.
> > I use version from cvs to generate reports and beta7 to build
> stuff.(xdoc
> > task doe's not work in current cvs)
> >
> > ----- Original Message -----
> > From: <di...@multitask.com.au>
> > To: "Jakarta Commons Developers List" <co...@jakarta.apache.org>
> > Sent: Sunday, January 26, 2003 2:53 PM
> > Subject: Re: help building commons with maven
> >
> >
> > > It's not possible to change the cvs access mechanism for b7.
> > >
> > > It was hardwired to use the CVS directory information on your machine.
> > >
> > > b8 uses the details specified in project.xml.
> > > --
> > > dIon Gillard, Multitask Consulting
> > > Blog:      http://www.freeroller.net/page/dion/Weblog
> > > Work:      http://www.multitask.com.au
> > >
> > >
> > > "Juozas Baliuka" <ba...@centras.lt> wrote on 26/01/2003 11:11:28 PM:
> > >
> > > >
> > > > <snip>
> > > > > If you care, let me know, and I'll work with you on getting the
> > > > > descriptors up to date when b8 is released.
> > > > I have problems to generate reports  with beta7, I have tried cvs
> > > version
> > > > and it works, It seems it doe's not uses
> > > > ssh to connect to cvs server.
> > > > Is it possible to set some parameter on beta7 and use ":pserver" to
> > > generate
> > > > activity reports, my cvs with ssh hungs from "Runtime.exec".
> > > >
> > > > >
> > > > > --
> > > > > dIon Gillard, Multitask Consulting
> > > > > Blog:      http://www.freeroller.net/page/dion/Weblog
> > > > > Work:      http://www.multitask.com.au
> > > > >
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > > <ma...@jakarta.apache.org>
> > > > > For additional commands, e-mail:
> > > > <ma...@jakarta.apache.org>
> > > > >
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > <ma...@jakarta.apache.org>
> > > > For additional commands, e-mail:
> > > <ma...@jakarta.apache.org>
> > > >
> > >
> > > > ForwardSourceID:NT000A85E2
> > >
> > > --
> > > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> >
>
> > ForwardSourceID:NT000A8606
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Juozas Baliuka <ba...@centras.lt>.
 I will update, it was problem with path names it was returned somethinh
like this to templetes: "c:\project\c:\project\file.xml"
possible it is fixed in cvs.
 I have slow internet connection and
it takes time to download jars from remote repository, it seems it downloads
them all after I build maven, possible I do something wrong.
----- Original Message -----
From: <di...@multitask.com.au>
To: "Jakarta Commons Developers List" <co...@jakarta.apache.org>
Sent: Sunday, January 26, 2003 3:19 PM
Subject: Re: help building commons with maven


> The xdoc tasks work fine for me in current CVS. What are your issues?
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://www.freeroller.net/page/dion/Weblog
> Work:      http://www.multitask.com.au
>
>
> "Juozas Baliuka" <ba...@centras.lt> wrote on 26/01/2003 11:57:41 PM:
>
> > Ok, I will wait beta8.
> > I use version from cvs to generate reports and beta7 to build
> stuff.(xdoc
> > task doe's not work in current cvs)
> >
> > ----- Original Message -----
> > From: <di...@multitask.com.au>
> > To: "Jakarta Commons Developers List" <co...@jakarta.apache.org>
> > Sent: Sunday, January 26, 2003 2:53 PM
> > Subject: Re: help building commons with maven
> >
> >
> > > It's not possible to change the cvs access mechanism for b7.
> > >
> > > It was hardwired to use the CVS directory information on your machine.
> > >
> > > b8 uses the details specified in project.xml.
> > > --
> > > dIon Gillard, Multitask Consulting
> > > Blog:      http://www.freeroller.net/page/dion/Weblog
> > > Work:      http://www.multitask.com.au
> > >
> > >
> > > "Juozas Baliuka" <ba...@centras.lt> wrote on 26/01/2003 11:11:28 PM:
> > >
> > > >
> > > > <snip>
> > > > > If you care, let me know, and I'll work with you on getting the
> > > > > descriptors up to date when b8 is released.
> > > > I have problems to generate reports  with beta7, I have tried cvs
> > > version
> > > > and it works, It seems it doe's not uses
> > > > ssh to connect to cvs server.
> > > > Is it possible to set some parameter on beta7 and use ":pserver" to
> > > generate
> > > > activity reports, my cvs with ssh hungs from "Runtime.exec".
> > > >
> > > > >
> > > > > --
> > > > > dIon Gillard, Multitask Consulting
> > > > > Blog:      http://www.freeroller.net/page/dion/Weblog
> > > > > Work:      http://www.multitask.com.au
> > > > >
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > > <ma...@jakarta.apache.org>
> > > > > For additional commands, e-mail:
> > > > <ma...@jakarta.apache.org>
> > > > >
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > <ma...@jakarta.apache.org>
> > > > For additional commands, e-mail:
> > > <ma...@jakarta.apache.org>
> > > >
> > >
> > > > ForwardSourceID:NT000A85E2
> > >
> > > --
> > > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> >
>
> > ForwardSourceID:NT000A8606
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by di...@multitask.com.au.
The xdoc tasks work fine for me in current CVS. What are your issues?
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


"Juozas Baliuka" <ba...@centras.lt> wrote on 26/01/2003 11:57:41 PM:

> Ok, I will wait beta8.
> I use version from cvs to generate reports and beta7 to build 
stuff.(xdoc
> task doe's not work in current cvs)
> 
> ----- Original Message -----
> From: <di...@multitask.com.au>
> To: "Jakarta Commons Developers List" <co...@jakarta.apache.org>
> Sent: Sunday, January 26, 2003 2:53 PM
> Subject: Re: help building commons with maven
> 
> 
> > It's not possible to change the cvs access mechanism for b7.
> >
> > It was hardwired to use the CVS directory information on your machine.
> >
> > b8 uses the details specified in project.xml.
> > --
> > dIon Gillard, Multitask Consulting
> > Blog:      http://www.freeroller.net/page/dion/Weblog
> > Work:      http://www.multitask.com.au
> >
> >
> > "Juozas Baliuka" <ba...@centras.lt> wrote on 26/01/2003 11:11:28 PM:
> >
> > >
> > > <snip>
> > > > If you care, let me know, and I'll work with you on getting the
> > > > descriptors up to date when b8 is released.
> > > I have problems to generate reports  with beta7, I have tried cvs
> > version
> > > and it works, It seems it doe's not uses
> > > ssh to connect to cvs server.
> > > Is it possible to set some parameter on beta7 and use ":pserver" to
> > generate
> > > activity reports, my cvs with ssh hungs from "Runtime.exec".
> > >
> > > >
> > > > --
> > > > dIon Gillard, Multitask Consulting
> > > > Blog:      http://www.freeroller.net/page/dion/Weblog
> > > > Work:      http://www.multitask.com.au
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > <ma...@jakarta.apache.org>
> > > > For additional commands, e-mail:
> > > <ma...@jakarta.apache.org>
> > > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> > >
> >
> > > ForwardSourceID:NT000A85E2
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> >
> 
> 
> --
> To unsubscribe, e-mail: 
<ma...@jakarta.apache.org>
> For additional commands, e-mail: 
<ma...@jakarta.apache.org>
> 

> ForwardSourceID:NT000A8606 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Juozas Baliuka <ba...@centras.lt>.
Ok, I will wait beta8.
I use version from cvs to generate reports and beta7 to build stuff.(xdoc
task doe's not work in current cvs)

----- Original Message -----
From: <di...@multitask.com.au>
To: "Jakarta Commons Developers List" <co...@jakarta.apache.org>
Sent: Sunday, January 26, 2003 2:53 PM
Subject: Re: help building commons with maven


> It's not possible to change the cvs access mechanism for b7.
>
> It was hardwired to use the CVS directory information on your machine.
>
> b8 uses the details specified in project.xml.
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://www.freeroller.net/page/dion/Weblog
> Work:      http://www.multitask.com.au
>
>
> "Juozas Baliuka" <ba...@centras.lt> wrote on 26/01/2003 11:11:28 PM:
>
> >
> > <snip>
> > > If you care, let me know, and I'll work with you on getting the
> > > descriptors up to date when b8 is released.
> > I have problems to generate reports  with beta7, I have tried cvs
> version
> > and it works, It seems it doe's not uses
> > ssh to connect to cvs server.
> > Is it possible to set some parameter on beta7 and use ":pserver" to
> generate
> > activity reports, my cvs with ssh hungs from "Runtime.exec".
> >
> > >
> > > --
> > > dIon Gillard, Multitask Consulting
> > > Blog:      http://www.freeroller.net/page/dion/Weblog
> > > Work:      http://www.multitask.com.au
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> >
>
> > ForwardSourceID:NT000A85E2
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by di...@multitask.com.au.
It's not possible to change the cvs access mechanism for b7.

It was hardwired to use the CVS directory information on your machine.

b8 uses the details specified in project.xml.
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


"Juozas Baliuka" <ba...@centras.lt> wrote on 26/01/2003 11:11:28 PM:

> 
> <snip>
> > If you care, let me know, and I'll work with you on getting the
> > descriptors up to date when b8 is released.
> I have problems to generate reports  with beta7, I have tried cvs 
version
> and it works, It seems it doe's not uses
> ssh to connect to cvs server.
> Is it possible to set some parameter on beta7 and use ":pserver" to 
generate
> activity reports, my cvs with ssh hungs from "Runtime.exec".
> 
> >
> > --
> > dIon Gillard, Multitask Consulting
> > Blog:      http://www.freeroller.net/page/dion/Weblog
> > Work:      http://www.multitask.com.au
> >
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> >
> 
> 
> --
> To unsubscribe, e-mail: 
<ma...@jakarta.apache.org>
> For additional commands, e-mail: 
<ma...@jakarta.apache.org>
> 

> ForwardSourceID:NT000A85E2 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Juozas Baliuka <ba...@centras.lt>.
<snip>
> If you care, let me know, and I'll work with you on getting the
> descriptors up to date when b8 is released.
I have problems to generate reports  with beta7, I have tried cvs version
and it works, It seems it doe's not uses
ssh to connect to cvs server.
Is it possible to set some parameter on beta7 and use ":pserver" to generate
activity reports, my cvs with ssh hungs from "Runtime.exec".

>
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://www.freeroller.net/page/dion/Weblog
> Work:      http://www.multitask.com.au
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Jeffrey Dever <js...@sympatico.ca>.
We care!

dion@multitask.com.au wrote:

>Henri Yandell <ba...@generationjava.com> wrote on 25/01/2003 05:33:50 AM:
>
>  
>
>>On Fri, 24 Jan 2003, Craig R. McClanahan wrote:
>>
>>    
>>
>>>
>>>I'm not a Maven guru, but it's not clear to me that the maven.xml and
>>>project.xml files for all of the Commons projects have been kept up to
>>>date (or even created in the first place), particularly for those
>>>projects that started out with Ant based builds.
>>>      
>>>
>>Maven itself hasn't had a release for quite a while. I think the
>>project.xml's and maven.xml's ought to be okayish at the moment, but 
>>    
>>
>when
>  
>
>>they release b8 I bet a lot will break and take months to get fixed.
>>    
>>
>Gee thanks!
>
>If you care, let me know, and I'll work with you on getting the 
>descriptors up to date when b8 is released.
>
>--
>dIon Gillard, Multitask Consulting
>Blog:      http://www.freeroller.net/page/dion/Weblog
>Work:      http://www.multitask.com.au
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>  
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by di...@multitask.com.au.
Henri Yandell <ba...@generationjava.com> wrote on 25/01/2003 05:33:50 AM:

> 
> 
> On Fri, 24 Jan 2003, Craig R. McClanahan wrote:
> 
> >
> >
> >
> > I'm not a Maven guru, but it's not clear to me that the maven.xml and
> > project.xml files for all of the Commons projects have been kept up to
> > date (or even created in the first place), particularly for those
> > projects that started out with Ant based builds.
> 
> Maven itself hasn't had a release for quite a while. I think the
> project.xml's and maven.xml's ought to be okayish at the moment, but 
when
> they release b8 I bet a lot will break and take months to get fixed.
Gee thanks!

If you care, let me know, and I'll work with you on getting the 
descriptors up to date when b8 is released.

--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Henri Yandell <ba...@generationjava.com>.

On Fri, 24 Jan 2003, Craig R. McClanahan wrote:

>
>
>
> I'm not a Maven guru, but it's not clear to me that the maven.xml and
> project.xml files for all of the Commons projects have been kept up to
> date (or even created in the first place), particularly for those
> projects that started out with Ant based builds.

Maven itself hasn't had a release for quite a while. I think the
project.xml's and maven.xml's ought to be okayish at the moment, but when
they release b8 I bet a lot will break and take months to get fixed.

> FWIW, I get a different error than you do on commons-logging (also using
> Maven b7) -- the "java.compile" task throws ten compilation errors and
> never gets to java:jar.  But "ant clean dist" works fine.

Yes, that's not a maven error though. The project.xml specifies the wrong
version of Log4J. I'll look to fix that.

Hen


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Fri, 24 Jan 2003, Jeffrey Dever wrote:

> Date: Fri, 24 Jan 2003 13:02:50 -0500
> From: Jeffrey Dever <js...@sympatico.ca>
> Reply-To: Jakarta Commons Developers List <co...@jakarta.apache.org>
> To: Jakarta Commons Developers List <co...@jakarta.apache.org>
> Subject: Re: help building commons with maven
>
> I have tried running maven in a commons subdirectory, such as logging
> and httpclient.  maven does go away and download the dependancies, but
> then reports:
>
> [ERROR] BUILD FAILED
> [ERROR] Goal "java:jar" does not exist in this project.
> Total time:  14 seconds
>
> I don't see where this goal is defined.  Its not in the project.xml for
> the particular project or commons, and does not appear to come from the
> common maven.xml file either.
>

I'm not a Maven guru, but it's not clear to me that the maven.xml and
project.xml files for all of the Commons projects have been kept up to
date (or even created in the first place), particularly for those
projects that started out with Ant based builds.

FWIW, I get a different error than you do on commons-logging (also using
Maven b7) -- the "java.compile" task throws ten compilation errors and
never gets to java:jar.  But "ant clean dist" works fine.

> -jsd
>

Craig


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Jeffrey Dever <js...@sympatico.ca>.
Doing that now ... thanks.

Martin van den Bemt wrote:

>Looks like your xml is treated as text.. 
>You better move this thread to maven-dev or maven-user.. :)
>
>Mvgr,
>Martin
>
>On Fri, 2003-01-24 at 19:54, Jeffrey Dever wrote:
>  
>
>>There is definately somthing wrong with my environment.  When I run that 
>>i get:
>>
>>build:
>><reactor:execute banner="Building" goals="clean,jar:install" 
>>glob="*/project.xml" ignoreFailures="true" 
>>basedir="/home/jsdever/cvs-commit/jakarta-commons"></reactor:execute>
>>BUILD SUCCESSFUL
>>Total time:  31 seconds
>>
>>But it was completely unsuccessful, other than downloading the dependancies.
>>
>>
>>Henri Yandell wrote:
>>
>>    
>>
>>>By the way, building commons itself seems to give:
>>>
>>>[ERROR] File...... /usr/local/javalib/maven-1.0-beta-7/plugins/maven-reactor-plugin-1.0/plugin.jelly
>>>[ERROR] Element... reactor:reactor
>>>[ERROR] Line...... 32
>>>[ERROR] Column.... 9
>>>[ERROR] The content of elements must consist of well-formed character data or markup.
>>>
>>>Hen
>>>
>>>On 24 Jan 2003, Martin van den Bemt wrote:
>>>
>>> 
>>>
>>>      
>>>
>>>>Probably. Never looked at a solution though (using maven head from
>>>>31/12/2002 on windows and the latest maven-head on linux afaik).
>>>>If I have time i'll see if maven head is usable for commons..
>>>>
>>>>Mvgr,
>>>>Martin
>>>>
>>>>On Fri, 2003-01-24 at 19:34, Henri Yandell wrote:
>>>>   
>>>>
>>>>        
>>>>
>>>>>So what you're saying is that a new maven user cannot build, but an old
>>>>>maven user can? Because us old users of maven have the snapshots, but the
>>>>>new ones do not?
>>>>>
>>>>>So another way to solve it would be via a zipped patch the new user could
>>>>>overlay on their maven-home?
>>>>>
>>>>>Hen
>>>>>
>>>>>On 24 Jan 2003, Martin van den Bemt wrote:
>>>>>
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>>>There are known problems with the b7 installation if you do that at
>>>>>>present (as far as I understood), since maven is depending on snapshots
>>>>>>and the snapshots are not currently anymore working on the b7 one..
>>>>>>
>>>>>>So maybe you going to have to use maven-head because of that.
>>>>>>
>>>>>>If I am wrong, please correct me :)
>>>>>>
>>>>>>Mvgr,
>>>>>>Martin
>>>>>>
>>>>>>On Fri, 2003-01-24 at 19:27, Henri Yandell wrote:
>>>>>>       
>>>>>>
>>>>>>            
>>>>>>
>>>>>>>I've done a cvs update on commons, and have successfully built [well it
>>>>>>>fails on a test] httpclient with just:  cd httpclient; maven
>>>>>>>
>>>>>>>So something weird is up.
>>>>>>>
>>>>>>>Maybe your b7 is damaged? You could try reinstalling and see if that fixes
>>>>>>>it? [yes, I've been using Windows all week!]
>>>>>>>
>>>>>>>Hopefully a 3rd person can give it a try so we can see which one of us has
>>>>>>>the weird setup.
>>>>>>>
>>>>>>>Hen
>>>>>>>
>>>>>>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
>>>>>>>
>>>>>>>         
>>>>>>>
>>>>>>>              
>>>>>>>
>>>>>>>>b7
>>>>>>>>
>>>>>>>>$MAVEN_HOME is set correctly and $MAVEN_HOME/bin is in my path.  I'm
>>>>>>>>perplexed.
>>>>>>>>
>>>>>>>>-jsd
>>>>>>>>
>>>>>>>>Henri Yandell wrote:
>>>>>>>>
>>>>>>>>           
>>>>>>>>
>>>>>>>>                
>>>>>>>>
>>>>>>>>>java:jar is afaik, the default goal to run. it's basically 'compile'.
>>>>>>>>>
>>>>>>>>>logging and lang both work for me. I'm on the latest stable maven, b7.
>>>>>>>>>
>>>>>>>>>What verison are you on?
>>>>>>>>>
>>>>>>>>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>             
>>>>>>>>>
>>>>>>>>>                  
>>>>>>>>>
>>>>>>>>>>I have tried running maven in a commons subdirectory, such as logging
>>>>>>>>>>and httpclient.  maven does go away and download the dependancies, but
>>>>>>>>>>then reports:
>>>>>>>>>>
>>>>>>>>>>[ERROR] BUILD FAILED
>>>>>>>>>>[ERROR] Goal "java:jar" does not exist in this project.
>>>>>>>>>>Total time:  14 seconds
>>>>>>>>>>
>>>>>>>>>>I don't see where this goal is defined.  Its not in the project.xml for
>>>>>>>>>>the particular project or commons, and does not appear to come from the
>>>>>>>>>>common maven.xml file either.
>>>>>>>>>>
>>>>>>>>>>-jsd
>>>>>>>>>>
>>>>>>>>>>Henri Yandell wrote:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>               
>>>>>>>>>>
>>>>>>>>>>                    
>>>>>>>>>>
>>>>>>>>>>>If you go into a particular component and type 'maven', it should build
>>>>>>>>>>>that project. I tend to use maven and maven site.
>>>>>>>>>>>
>>>>>>>>>>>However, how you do the big build of all components at the same time, I'm
>>>>>>>>>>>also clueless on.
>>>>>>>>>>>
>>>>>>>>>>>Hen
>>>>>>>>>>>
>>>>>>>>>>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>                 
>>>>>>>>>>>
>>>>>>>>>>>                      
>>>>>>>>>>>
>>>>>>>>>>>>In my local checkout of jakarta-commons, when I run *maven -g* I only
>>>>>>>>>>>>the follwoing non documented goals:
>>>>>>>>>>>>build
>>>>>>>>>>>>build:start
>>>>>>>>>>>>deploy-front-end-site
>>>>>>>>>>>>site
>>>>>>>>>>>>site-front-end
>>>>>>>>>>>>
>>>>>>>>>>>>When I run *maven build:start* I get:
>>>>>>>>>>>>
>>>>>>>>>>>>BUILD SUCCESSFUL
>>>>>>>>>>>>Total time:  14 seconds
>>>>>>>>>>>>
>>>>>>>>>>>>But in reality it did nothing, no other output, no generated files.
>>>>>>>>>>>>None of the other targets to anything useful either.  I have tried with
>>>>>>>>>>>>mavenb5 and b7 running on a linux box.
>>>>>>>>>>>>
>>>>>>>>>>>>How do we build commons with maven?  How do I build a particular
>>>>>>>>>>>>component withing commons?  I couldn't find any instructions on this.
>>>>>>>>>>>>
>>>>>>>>>>>>-jsd
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>--
>>>>>>>>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>>>>>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>                   
>>>>>>>>>>>>
>>>>>>>>>>>>                        
>>>>>>>>>>>>
>>>>>>>>>>>--
>>>>>>>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>>>>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>                 
>>>>>>>>>>>
>>>>>>>>>>>                      
>>>>>>>>>>>
>>>>>>>>>>--
>>>>>>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>>>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>               
>>>>>>>>>>
>>>>>>>>>>                    
>>>>>>>>>>
>>>>>>>>>--
>>>>>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>             
>>>>>>>>>
>>>>>>>>>                  
>>>>>>>>>
>>>>>>>>--
>>>>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>>>>>
>>>>>>>>
>>>>>>>>           
>>>>>>>>
>>>>>>>>                
>>>>>>>>
>>>>>>>--
>>>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>>>>
>>>>>>>
>>>>>>>         
>>>>>>>
>>>>>>>              
>>>>>>>
>>>>>>--
>>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>>>
>>>>>>
>>>>>>       
>>>>>>
>>>>>>            
>>>>>>
>>>>>--
>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>>
>>>>>
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>--
>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>
>>>>
>>>>   
>>>>
>>>>        
>>>>
>>>--
>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>
>>>
>>> 
>>>
>>>      
>>>
>>--
>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>
>>
>>    
>>
>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>  
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Martin van den Bemt <ml...@mvdb.net>.
Looks like your xml is treated as text.. 
You better move this thread to maven-dev or maven-user.. :)

Mvgr,
Martin

On Fri, 2003-01-24 at 19:54, Jeffrey Dever wrote:
> There is definately somthing wrong with my environment.  When I run that 
> i get:
> 
> build:
> <reactor:execute banner="Building" goals="clean,jar:install" 
> glob="*/project.xml" ignoreFailures="true" 
> basedir="/home/jsdever/cvs-commit/jakarta-commons"></reactor:execute>
> BUILD SUCCESSFUL
> Total time:  31 seconds
> 
> But it was completely unsuccessful, other than downloading the dependancies.
> 
> 
> Henri Yandell wrote:
> 
> >By the way, building commons itself seems to give:
> >
> >[ERROR] File...... /usr/local/javalib/maven-1.0-beta-7/plugins/maven-reactor-plugin-1.0/plugin.jelly
> >[ERROR] Element... reactor:reactor
> >[ERROR] Line...... 32
> >[ERROR] Column.... 9
> >[ERROR] The content of elements must consist of well-formed character data or markup.
> >
> >Hen
> >
> >On 24 Jan 2003, Martin van den Bemt wrote:
> >
> >  
> >
> >>Probably. Never looked at a solution though (using maven head from
> >>31/12/2002 on windows and the latest maven-head on linux afaik).
> >>If I have time i'll see if maven head is usable for commons..
> >>
> >>Mvgr,
> >>Martin
> >>
> >>On Fri, 2003-01-24 at 19:34, Henri Yandell wrote:
> >>    
> >>
> >>>So what you're saying is that a new maven user cannot build, but an old
> >>>maven user can? Because us old users of maven have the snapshots, but the
> >>>new ones do not?
> >>>
> >>>So another way to solve it would be via a zipped patch the new user could
> >>>overlay on their maven-home?
> >>>
> >>>Hen
> >>>
> >>>On 24 Jan 2003, Martin van den Bemt wrote:
> >>>
> >>>      
> >>>
> >>>>There are known problems with the b7 installation if you do that at
> >>>>present (as far as I understood), since maven is depending on snapshots
> >>>>and the snapshots are not currently anymore working on the b7 one..
> >>>>
> >>>>So maybe you going to have to use maven-head because of that.
> >>>>
> >>>>If I am wrong, please correct me :)
> >>>>
> >>>>Mvgr,
> >>>>Martin
> >>>>
> >>>>On Fri, 2003-01-24 at 19:27, Henri Yandell wrote:
> >>>>        
> >>>>
> >>>>>I've done a cvs update on commons, and have successfully built [well it
> >>>>>fails on a test] httpclient with just:  cd httpclient; maven
> >>>>>
> >>>>>So something weird is up.
> >>>>>
> >>>>>Maybe your b7 is damaged? You could try reinstalling and see if that fixes
> >>>>>it? [yes, I've been using Windows all week!]
> >>>>>
> >>>>>Hopefully a 3rd person can give it a try so we can see which one of us has
> >>>>>the weird setup.
> >>>>>
> >>>>>Hen
> >>>>>
> >>>>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> >>>>>
> >>>>>          
> >>>>>
> >>>>>>b7
> >>>>>>
> >>>>>>$MAVEN_HOME is set correctly and $MAVEN_HOME/bin is in my path.  I'm
> >>>>>>perplexed.
> >>>>>>
> >>>>>>-jsd
> >>>>>>
> >>>>>>Henri Yandell wrote:
> >>>>>>
> >>>>>>            
> >>>>>>
> >>>>>>>java:jar is afaik, the default goal to run. it's basically 'compile'.
> >>>>>>>
> >>>>>>>logging and lang both work for me. I'm on the latest stable maven, b7.
> >>>>>>>
> >>>>>>>What verison are you on?
> >>>>>>>
> >>>>>>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>              
> >>>>>>>
> >>>>>>>>I have tried running maven in a commons subdirectory, such as logging
> >>>>>>>>and httpclient.  maven does go away and download the dependancies, but
> >>>>>>>>then reports:
> >>>>>>>>
> >>>>>>>>[ERROR] BUILD FAILED
> >>>>>>>>[ERROR] Goal "java:jar" does not exist in this project.
> >>>>>>>>Total time:  14 seconds
> >>>>>>>>
> >>>>>>>>I don't see where this goal is defined.  Its not in the project.xml for
> >>>>>>>>the particular project or commons, and does not appear to come from the
> >>>>>>>>common maven.xml file either.
> >>>>>>>>
> >>>>>>>>-jsd
> >>>>>>>>
> >>>>>>>>Henri Yandell wrote:
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>                
> >>>>>>>>
> >>>>>>>>>If you go into a particular component and type 'maven', it should build
> >>>>>>>>>that project. I tend to use maven and maven site.
> >>>>>>>>>
> >>>>>>>>>However, how you do the big build of all components at the same time, I'm
> >>>>>>>>>also clueless on.
> >>>>>>>>>
> >>>>>>>>>Hen
> >>>>>>>>>
> >>>>>>>>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>>                  
> >>>>>>>>>
> >>>>>>>>>>In my local checkout of jakarta-commons, when I run *maven -g* I only
> >>>>>>>>>>the follwoing non documented goals:
> >>>>>>>>>>build
> >>>>>>>>>>build:start
> >>>>>>>>>>deploy-front-end-site
> >>>>>>>>>>site
> >>>>>>>>>>site-front-end
> >>>>>>>>>>
> >>>>>>>>>>When I run *maven build:start* I get:
> >>>>>>>>>>
> >>>>>>>>>>BUILD SUCCESSFUL
> >>>>>>>>>>Total time:  14 seconds
> >>>>>>>>>>
> >>>>>>>>>>But in reality it did nothing, no other output, no generated files.
> >>>>>>>>>>None of the other targets to anything useful either.  I have tried with
> >>>>>>>>>>mavenb5 and b7 running on a linux box.
> >>>>>>>>>>
> >>>>>>>>>>How do we build commons with maven?  How do I build a particular
> >>>>>>>>>>component withing commons?  I couldn't find any instructions on this.
> >>>>>>>>>>
> >>>>>>>>>>-jsd
> >>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>>--
> >>>>>>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>>>>>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>>                    
> >>>>>>>>>>
> >>>>>>>>>--
> >>>>>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>>>>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>>                  
> >>>>>>>>>
> >>>>>>>>--
> >>>>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>>>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>                
> >>>>>>>>
> >>>>>>>--
> >>>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>              
> >>>>>>>
> >>>>>>--
> >>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>>>>>
> >>>>>>
> >>>>>>            
> >>>>>>
> >>>>>--
> >>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>>>>
> >>>>>
> >>>>>          
> >>>>>
> >>>>
> >>>>--
> >>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>>>
> >>>>
> >>>>        
> >>>>
> >>>--
> >>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>>
> >>>
> >>>      
> >>>
> >>
> >>--
> >>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>
> >>
> >>    
> >>
> >
> >
> >--
> >To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >For additional commands, e-mail: <ma...@jakarta.apache.org>
> >
> >
> >  
> >
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Jeffrey Dever <js...@sympatico.ca>.
There is definately somthing wrong with my environment.  When I run that 
i get:

build:
<reactor:execute banner="Building" goals="clean,jar:install" 
glob="*/project.xml" ignoreFailures="true" 
basedir="/home/jsdever/cvs-commit/jakarta-commons"></reactor:execute>
BUILD SUCCESSFUL
Total time:  31 seconds

But it was completely unsuccessful, other than downloading the dependancies.


Henri Yandell wrote:

>By the way, building commons itself seems to give:
>
>[ERROR] File...... /usr/local/javalib/maven-1.0-beta-7/plugins/maven-reactor-plugin-1.0/plugin.jelly
>[ERROR] Element... reactor:reactor
>[ERROR] Line...... 32
>[ERROR] Column.... 9
>[ERROR] The content of elements must consist of well-formed character data or markup.
>
>Hen
>
>On 24 Jan 2003, Martin van den Bemt wrote:
>
>  
>
>>Probably. Never looked at a solution though (using maven head from
>>31/12/2002 on windows and the latest maven-head on linux afaik).
>>If I have time i'll see if maven head is usable for commons..
>>
>>Mvgr,
>>Martin
>>
>>On Fri, 2003-01-24 at 19:34, Henri Yandell wrote:
>>    
>>
>>>So what you're saying is that a new maven user cannot build, but an old
>>>maven user can? Because us old users of maven have the snapshots, but the
>>>new ones do not?
>>>
>>>So another way to solve it would be via a zipped patch the new user could
>>>overlay on their maven-home?
>>>
>>>Hen
>>>
>>>On 24 Jan 2003, Martin van den Bemt wrote:
>>>
>>>      
>>>
>>>>There are known problems with the b7 installation if you do that at
>>>>present (as far as I understood), since maven is depending on snapshots
>>>>and the snapshots are not currently anymore working on the b7 one..
>>>>
>>>>So maybe you going to have to use maven-head because of that.
>>>>
>>>>If I am wrong, please correct me :)
>>>>
>>>>Mvgr,
>>>>Martin
>>>>
>>>>On Fri, 2003-01-24 at 19:27, Henri Yandell wrote:
>>>>        
>>>>
>>>>>I've done a cvs update on commons, and have successfully built [well it
>>>>>fails on a test] httpclient with just:  cd httpclient; maven
>>>>>
>>>>>So something weird is up.
>>>>>
>>>>>Maybe your b7 is damaged? You could try reinstalling and see if that fixes
>>>>>it? [yes, I've been using Windows all week!]
>>>>>
>>>>>Hopefully a 3rd person can give it a try so we can see which one of us has
>>>>>the weird setup.
>>>>>
>>>>>Hen
>>>>>
>>>>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
>>>>>
>>>>>          
>>>>>
>>>>>>b7
>>>>>>
>>>>>>$MAVEN_HOME is set correctly and $MAVEN_HOME/bin is in my path.  I'm
>>>>>>perplexed.
>>>>>>
>>>>>>-jsd
>>>>>>
>>>>>>Henri Yandell wrote:
>>>>>>
>>>>>>            
>>>>>>
>>>>>>>java:jar is afaik, the default goal to run. it's basically 'compile'.
>>>>>>>
>>>>>>>logging and lang both work for me. I'm on the latest stable maven, b7.
>>>>>>>
>>>>>>>What verison are you on?
>>>>>>>
>>>>>>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>              
>>>>>>>
>>>>>>>>I have tried running maven in a commons subdirectory, such as logging
>>>>>>>>and httpclient.  maven does go away and download the dependancies, but
>>>>>>>>then reports:
>>>>>>>>
>>>>>>>>[ERROR] BUILD FAILED
>>>>>>>>[ERROR] Goal "java:jar" does not exist in this project.
>>>>>>>>Total time:  14 seconds
>>>>>>>>
>>>>>>>>I don't see where this goal is defined.  Its not in the project.xml for
>>>>>>>>the particular project or commons, and does not appear to come from the
>>>>>>>>common maven.xml file either.
>>>>>>>>
>>>>>>>>-jsd
>>>>>>>>
>>>>>>>>Henri Yandell wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>                
>>>>>>>>
>>>>>>>>>If you go into a particular component and type 'maven', it should build
>>>>>>>>>that project. I tend to use maven and maven site.
>>>>>>>>>
>>>>>>>>>However, how you do the big build of all components at the same time, I'm
>>>>>>>>>also clueless on.
>>>>>>>>>
>>>>>>>>>Hen
>>>>>>>>>
>>>>>>>>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>                  
>>>>>>>>>
>>>>>>>>>>In my local checkout of jakarta-commons, when I run *maven -g* I only
>>>>>>>>>>the follwoing non documented goals:
>>>>>>>>>>build
>>>>>>>>>>build:start
>>>>>>>>>>deploy-front-end-site
>>>>>>>>>>site
>>>>>>>>>>site-front-end
>>>>>>>>>>
>>>>>>>>>>When I run *maven build:start* I get:
>>>>>>>>>>
>>>>>>>>>>BUILD SUCCESSFUL
>>>>>>>>>>Total time:  14 seconds
>>>>>>>>>>
>>>>>>>>>>But in reality it did nothing, no other output, no generated files.
>>>>>>>>>>None of the other targets to anything useful either.  I have tried with
>>>>>>>>>>mavenb5 and b7 running on a linux box.
>>>>>>>>>>
>>>>>>>>>>How do we build commons with maven?  How do I build a particular
>>>>>>>>>>component withing commons?  I couldn't find any instructions on this.
>>>>>>>>>>
>>>>>>>>>>-jsd
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>--
>>>>>>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>>>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>                    
>>>>>>>>>>
>>>>>>>>>--
>>>>>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>                  
>>>>>>>>>
>>>>>>>>--
>>>>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>                
>>>>>>>>
>>>>>>>--
>>>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>              
>>>>>>>
>>>>>>--
>>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>>>
>>>>>>
>>>>>>            
>>>>>>
>>>>>--
>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>>
>>>>>
>>>>>          
>>>>>
>>>>
>>>>--
>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>
>>>>
>>>>        
>>>>
>>>--
>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>
>>>
>>>      
>>>
>>
>>--
>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>
>>
>>    
>>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>  
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Henri Yandell <ba...@generationjava.com>.
By the way, building commons itself seems to give:

[ERROR] File...... /usr/local/javalib/maven-1.0-beta-7/plugins/maven-reactor-plugin-1.0/plugin.jelly
[ERROR] Element... reactor:reactor
[ERROR] Line...... 32
[ERROR] Column.... 9
[ERROR] The content of elements must consist of well-formed character data or markup.

Hen

On 24 Jan 2003, Martin van den Bemt wrote:

> Probably. Never looked at a solution though (using maven head from
> 31/12/2002 on windows and the latest maven-head on linux afaik).
> If I have time i'll see if maven head is usable for commons..
>
> Mvgr,
> Martin
>
> On Fri, 2003-01-24 at 19:34, Henri Yandell wrote:
> >
> > So what you're saying is that a new maven user cannot build, but an old
> > maven user can? Because us old users of maven have the snapshots, but the
> > new ones do not?
> >
> > So another way to solve it would be via a zipped patch the new user could
> > overlay on their maven-home?
> >
> > Hen
> >
> > On 24 Jan 2003, Martin van den Bemt wrote:
> >
> > > There are known problems with the b7 installation if you do that at
> > > present (as far as I understood), since maven is depending on snapshots
> > > and the snapshots are not currently anymore working on the b7 one..
> > >
> > > So maybe you going to have to use maven-head because of that.
> > >
> > > If I am wrong, please correct me :)
> > >
> > > Mvgr,
> > > Martin
> > >
> > > On Fri, 2003-01-24 at 19:27, Henri Yandell wrote:
> > > >
> > > > I've done a cvs update on commons, and have successfully built [well it
> > > > fails on a test] httpclient with just:  cd httpclient; maven
> > > >
> > > > So something weird is up.
> > > >
> > > > Maybe your b7 is damaged? You could try reinstalling and see if that fixes
> > > > it? [yes, I've been using Windows all week!]
> > > >
> > > > Hopefully a 3rd person can give it a try so we can see which one of us has
> > > > the weird setup.
> > > >
> > > > Hen
> > > >
> > > > On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> > > >
> > > > > b7
> > > > >
> > > > > $MAVEN_HOME is set correctly and $MAVEN_HOME/bin is in my path.  I'm
> > > > > perplexed.
> > > > >
> > > > > -jsd
> > > > >
> > > > > Henri Yandell wrote:
> > > > >
> > > > > >java:jar is afaik, the default goal to run. it's basically 'compile'.
> > > > > >
> > > > > >logging and lang both work for me. I'm on the latest stable maven, b7.
> > > > > >
> > > > > >What verison are you on?
> > > > > >
> > > > > >On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> > > > > >
> > > > > >
> > > > > >
> > > > > >>I have tried running maven in a commons subdirectory, such as logging
> > > > > >>and httpclient.  maven does go away and download the dependancies, but
> > > > > >>then reports:
> > > > > >>
> > > > > >>[ERROR] BUILD FAILED
> > > > > >>[ERROR] Goal "java:jar" does not exist in this project.
> > > > > >>Total time:  14 seconds
> > > > > >>
> > > > > >>I don't see where this goal is defined.  Its not in the project.xml for
> > > > > >>the particular project or commons, and does not appear to come from the
> > > > > >>common maven.xml file either.
> > > > > >>
> > > > > >>-jsd
> > > > > >>
> > > > > >>Henri Yandell wrote:
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >>>If you go into a particular component and type 'maven', it should build
> > > > > >>>that project. I tend to use maven and maven site.
> > > > > >>>
> > > > > >>>However, how you do the big build of all components at the same time, I'm
> > > > > >>>also clueless on.
> > > > > >>>
> > > > > >>>Hen
> > > > > >>>
> > > > > >>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> > > > > >>>
> > > > > >>>
> > > > > >>>
> > > > > >>>
> > > > > >>>
> > > > > >>>>In my local checkout of jakarta-commons, when I run *maven -g* I only
> > > > > >>>>the follwoing non documented goals:
> > > > > >>>> build
> > > > > >>>> build:start
> > > > > >>>> deploy-front-end-site
> > > > > >>>> site
> > > > > >>>> site-front-end
> > > > > >>>>
> > > > > >>>>When I run *maven build:start* I get:
> > > > > >>>>
> > > > > >>>>BUILD SUCCESSFUL
> > > > > >>>>Total time:  14 seconds
> > > > > >>>>
> > > > > >>>>But in reality it did nothing, no other output, no generated files.
> > > > > >>>>None of the other targets to anything useful either.  I have tried with
> > > > > >>>>mavenb5 and b7 running on a linux box.
> > > > > >>>>
> > > > > >>>>How do we build commons with maven?  How do I build a particular
> > > > > >>>>component withing commons?  I couldn't find any instructions on this.
> > > > > >>>>
> > > > > >>>>-jsd
> > > > > >>>>
> > > > > >>>>
> > > > > >>>>
> > > > > >>>>--
> > > > > >>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > > > >>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > > > >>>>
> > > > > >>>>
> > > > > >>>>
> > > > > >>>>
> > > > > >>>>
> > > > > >>>>
> > > > > >>>--
> > > > > >>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > > > >>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > > > >>>
> > > > > >>>
> > > > > >>>
> > > > > >>>
> > > > > >>>
> > > > > >>>
> > > > > >>--
> > > > > >>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > > > >>For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >
> > > > > >
> > > > > >--
> > > > > >To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > > > >For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > > > For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > > For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > For additional commands, e-mail: <ma...@jakarta.apache.org>
> > >
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > For additional commands, e-mail: <ma...@jakarta.apache.org>
> >
> >
>
>
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Martin van den Bemt <ml...@mvdb.net>.
Probably. Never looked at a solution though (using maven head from
31/12/2002 on windows and the latest maven-head on linux afaik).
If I have time i'll see if maven head is usable for commons..

Mvgr,
Martin

On Fri, 2003-01-24 at 19:34, Henri Yandell wrote:
> 
> So what you're saying is that a new maven user cannot build, but an old
> maven user can? Because us old users of maven have the snapshots, but the
> new ones do not?
> 
> So another way to solve it would be via a zipped patch the new user could
> overlay on their maven-home?
> 
> Hen
> 
> On 24 Jan 2003, Martin van den Bemt wrote:
> 
> > There are known problems with the b7 installation if you do that at
> > present (as far as I understood), since maven is depending on snapshots
> > and the snapshots are not currently anymore working on the b7 one..
> >
> > So maybe you going to have to use maven-head because of that.
> >
> > If I am wrong, please correct me :)
> >
> > Mvgr,
> > Martin
> >
> > On Fri, 2003-01-24 at 19:27, Henri Yandell wrote:
> > >
> > > I've done a cvs update on commons, and have successfully built [well it
> > > fails on a test] httpclient with just:  cd httpclient; maven
> > >
> > > So something weird is up.
> > >
> > > Maybe your b7 is damaged? You could try reinstalling and see if that fixes
> > > it? [yes, I've been using Windows all week!]
> > >
> > > Hopefully a 3rd person can give it a try so we can see which one of us has
> > > the weird setup.
> > >
> > > Hen
> > >
> > > On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> > >
> > > > b7
> > > >
> > > > $MAVEN_HOME is set correctly and $MAVEN_HOME/bin is in my path.  I'm
> > > > perplexed.
> > > >
> > > > -jsd
> > > >
> > > > Henri Yandell wrote:
> > > >
> > > > >java:jar is afaik, the default goal to run. it's basically 'compile'.
> > > > >
> > > > >logging and lang both work for me. I'm on the latest stable maven, b7.
> > > > >
> > > > >What verison are you on?
> > > > >
> > > > >On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> > > > >
> > > > >
> > > > >
> > > > >>I have tried running maven in a commons subdirectory, such as logging
> > > > >>and httpclient.  maven does go away and download the dependancies, but
> > > > >>then reports:
> > > > >>
> > > > >>[ERROR] BUILD FAILED
> > > > >>[ERROR] Goal "java:jar" does not exist in this project.
> > > > >>Total time:  14 seconds
> > > > >>
> > > > >>I don't see where this goal is defined.  Its not in the project.xml for
> > > > >>the particular project or commons, and does not appear to come from the
> > > > >>common maven.xml file either.
> > > > >>
> > > > >>-jsd
> > > > >>
> > > > >>Henri Yandell wrote:
> > > > >>
> > > > >>
> > > > >>
> > > > >>>If you go into a particular component and type 'maven', it should build
> > > > >>>that project. I tend to use maven and maven site.
> > > > >>>
> > > > >>>However, how you do the big build of all components at the same time, I'm
> > > > >>>also clueless on.
> > > > >>>
> > > > >>>Hen
> > > > >>>
> > > > >>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>>>In my local checkout of jakarta-commons, when I run *maven -g* I only
> > > > >>>>the follwoing non documented goals:
> > > > >>>> build
> > > > >>>> build:start
> > > > >>>> deploy-front-end-site
> > > > >>>> site
> > > > >>>> site-front-end
> > > > >>>>
> > > > >>>>When I run *maven build:start* I get:
> > > > >>>>
> > > > >>>>BUILD SUCCESSFUL
> > > > >>>>Total time:  14 seconds
> > > > >>>>
> > > > >>>>But in reality it did nothing, no other output, no generated files.
> > > > >>>>None of the other targets to anything useful either.  I have tried with
> > > > >>>>mavenb5 and b7 running on a linux box.
> > > > >>>>
> > > > >>>>How do we build commons with maven?  How do I build a particular
> > > > >>>>component withing commons?  I couldn't find any instructions on this.
> > > > >>>>
> > > > >>>>-jsd
> > > > >>>>
> > > > >>>>
> > > > >>>>
> > > > >>>>--
> > > > >>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > > >>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > > >>>>
> > > > >>>>
> > > > >>>>
> > > > >>>>
> > > > >>>>
> > > > >>>>
> > > > >>>--
> > > > >>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > > >>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>--
> > > > >>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > > >>For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > > >>
> > > > >>
> > > > >>
> > > > >>
> > > > >
> > > > >
> > > > >--
> > > > >To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > > >For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > > For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > >
> > > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > For additional commands, e-mail: <ma...@jakarta.apache.org>
> > >
> > >
> >
> >
> >
> > --
> > To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > For additional commands, e-mail: <ma...@jakarta.apache.org>
> >
> >
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Henri Yandell <ba...@generationjava.com>.
Of course, ibiblio.org/maven being down yet again does not help.

Hen

On Fri, 24 Jan 2003, Henri Yandell wrote:

>
> So what you're saying is that a new maven user cannot build, but an old
> maven user can? Because us old users of maven have the snapshots, but the
> new ones do not?
>
> So another way to solve it would be via a zipped patch the new user could
> overlay on their maven-home?
>
> Hen
>
> On 24 Jan 2003, Martin van den Bemt wrote:
>
> > There are known problems with the b7 installation if you do that at
> > present (as far as I understood), since maven is depending on snapshots
> > and the snapshots are not currently anymore working on the b7 one..
> >
> > So maybe you going to have to use maven-head because of that.
> >
> > If I am wrong, please correct me :)
> >
> > Mvgr,
> > Martin
> >
> > On Fri, 2003-01-24 at 19:27, Henri Yandell wrote:
> > >
> > > I've done a cvs update on commons, and have successfully built [well it
> > > fails on a test] httpclient with just:  cd httpclient; maven
> > >
> > > So something weird is up.
> > >
> > > Maybe your b7 is damaged? You could try reinstalling and see if that fixes
> > > it? [yes, I've been using Windows all week!]
> > >
> > > Hopefully a 3rd person can give it a try so we can see which one of us has
> > > the weird setup.
> > >
> > > Hen
> > >
> > > On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> > >
> > > > b7
> > > >
> > > > $MAVEN_HOME is set correctly and $MAVEN_HOME/bin is in my path.  I'm
> > > > perplexed.
> > > >
> > > > -jsd
> > > >
> > > > Henri Yandell wrote:
> > > >
> > > > >java:jar is afaik, the default goal to run. it's basically 'compile'.
> > > > >
> > > > >logging and lang both work for me. I'm on the latest stable maven, b7.
> > > > >
> > > > >What verison are you on?
> > > > >
> > > > >On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> > > > >
> > > > >
> > > > >
> > > > >>I have tried running maven in a commons subdirectory, such as logging
> > > > >>and httpclient.  maven does go away and download the dependancies, but
> > > > >>then reports:
> > > > >>
> > > > >>[ERROR] BUILD FAILED
> > > > >>[ERROR] Goal "java:jar" does not exist in this project.
> > > > >>Total time:  14 seconds
> > > > >>
> > > > >>I don't see where this goal is defined.  Its not in the project.xml for
> > > > >>the particular project or commons, and does not appear to come from the
> > > > >>common maven.xml file either.
> > > > >>
> > > > >>-jsd
> > > > >>
> > > > >>Henri Yandell wrote:
> > > > >>
> > > > >>
> > > > >>
> > > > >>>If you go into a particular component and type 'maven', it should build
> > > > >>>that project. I tend to use maven and maven site.
> > > > >>>
> > > > >>>However, how you do the big build of all components at the same time, I'm
> > > > >>>also clueless on.
> > > > >>>
> > > > >>>Hen
> > > > >>>
> > > > >>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>>>In my local checkout of jakarta-commons, when I run *maven -g* I only
> > > > >>>>the follwoing non documented goals:
> > > > >>>> build
> > > > >>>> build:start
> > > > >>>> deploy-front-end-site
> > > > >>>> site
> > > > >>>> site-front-end
> > > > >>>>
> > > > >>>>When I run *maven build:start* I get:
> > > > >>>>
> > > > >>>>BUILD SUCCESSFUL
> > > > >>>>Total time:  14 seconds
> > > > >>>>
> > > > >>>>But in reality it did nothing, no other output, no generated files.
> > > > >>>>None of the other targets to anything useful either.  I have tried with
> > > > >>>>mavenb5 and b7 running on a linux box.
> > > > >>>>
> > > > >>>>How do we build commons with maven?  How do I build a particular
> > > > >>>>component withing commons?  I couldn't find any instructions on this.
> > > > >>>>
> > > > >>>>-jsd
> > > > >>>>
> > > > >>>>
> > > > >>>>
> > > > >>>>--
> > > > >>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > > >>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > > >>>>
> > > > >>>>
> > > > >>>>
> > > > >>>>
> > > > >>>>
> > > > >>>>
> > > > >>>--
> > > > >>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > > >>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>--
> > > > >>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > > >>For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > > >>
> > > > >>
> > > > >>
> > > > >>
> > > > >
> > > > >
> > > > >--
> > > > >To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > > >For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > > For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > >
> > > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > For additional commands, e-mail: <ma...@jakarta.apache.org>
> > >
> > >
> >
> >
> >
> > --
> > To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > For additional commands, e-mail: <ma...@jakarta.apache.org>
> >
> >
>
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Henri Yandell <ba...@generationjava.com>.
So what you're saying is that a new maven user cannot build, but an old
maven user can? Because us old users of maven have the snapshots, but the
new ones do not?

So another way to solve it would be via a zipped patch the new user could
overlay on their maven-home?

Hen

On 24 Jan 2003, Martin van den Bemt wrote:

> There are known problems with the b7 installation if you do that at
> present (as far as I understood), since maven is depending on snapshots
> and the snapshots are not currently anymore working on the b7 one..
>
> So maybe you going to have to use maven-head because of that.
>
> If I am wrong, please correct me :)
>
> Mvgr,
> Martin
>
> On Fri, 2003-01-24 at 19:27, Henri Yandell wrote:
> >
> > I've done a cvs update on commons, and have successfully built [well it
> > fails on a test] httpclient with just:  cd httpclient; maven
> >
> > So something weird is up.
> >
> > Maybe your b7 is damaged? You could try reinstalling and see if that fixes
> > it? [yes, I've been using Windows all week!]
> >
> > Hopefully a 3rd person can give it a try so we can see which one of us has
> > the weird setup.
> >
> > Hen
> >
> > On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> >
> > > b7
> > >
> > > $MAVEN_HOME is set correctly and $MAVEN_HOME/bin is in my path.  I'm
> > > perplexed.
> > >
> > > -jsd
> > >
> > > Henri Yandell wrote:
> > >
> > > >java:jar is afaik, the default goal to run. it's basically 'compile'.
> > > >
> > > >logging and lang both work for me. I'm on the latest stable maven, b7.
> > > >
> > > >What verison are you on?
> > > >
> > > >On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> > > >
> > > >
> > > >
> > > >>I have tried running maven in a commons subdirectory, such as logging
> > > >>and httpclient.  maven does go away and download the dependancies, but
> > > >>then reports:
> > > >>
> > > >>[ERROR] BUILD FAILED
> > > >>[ERROR] Goal "java:jar" does not exist in this project.
> > > >>Total time:  14 seconds
> > > >>
> > > >>I don't see where this goal is defined.  Its not in the project.xml for
> > > >>the particular project or commons, and does not appear to come from the
> > > >>common maven.xml file either.
> > > >>
> > > >>-jsd
> > > >>
> > > >>Henri Yandell wrote:
> > > >>
> > > >>
> > > >>
> > > >>>If you go into a particular component and type 'maven', it should build
> > > >>>that project. I tend to use maven and maven site.
> > > >>>
> > > >>>However, how you do the big build of all components at the same time, I'm
> > > >>>also clueless on.
> > > >>>
> > > >>>Hen
> > > >>>
> > > >>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> > > >>>
> > > >>>
> > > >>>
> > > >>>
> > > >>>
> > > >>>>In my local checkout of jakarta-commons, when I run *maven -g* I only
> > > >>>>the follwoing non documented goals:
> > > >>>> build
> > > >>>> build:start
> > > >>>> deploy-front-end-site
> > > >>>> site
> > > >>>> site-front-end
> > > >>>>
> > > >>>>When I run *maven build:start* I get:
> > > >>>>
> > > >>>>BUILD SUCCESSFUL
> > > >>>>Total time:  14 seconds
> > > >>>>
> > > >>>>But in reality it did nothing, no other output, no generated files.
> > > >>>>None of the other targets to anything useful either.  I have tried with
> > > >>>>mavenb5 and b7 running on a linux box.
> > > >>>>
> > > >>>>How do we build commons with maven?  How do I build a particular
> > > >>>>component withing commons?  I couldn't find any instructions on this.
> > > >>>>
> > > >>>>-jsd
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>>--
> > > >>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > >>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>>
> > > >>>--
> > > >>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > >>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > >>>
> > > >>>
> > > >>>
> > > >>>
> > > >>>
> > > >>>
> > > >>--
> > > >>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > >>For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >
> > > >
> > > >--
> > > >To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > >For additional commands, e-mail: <ma...@jakarta.apache.org>
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > > For additional commands, e-mail: <ma...@jakarta.apache.org>
> > >
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > For additional commands, e-mail: <ma...@jakarta.apache.org>
> >
> >
>
>
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Martin van den Bemt <ml...@mvdb.net>.
There are known problems with the b7 installation if you do that at
present (as far as I understood), since maven is depending on snapshots
and the snapshots are not currently anymore working on the b7 one..

So maybe you going to have to use maven-head because of that.

If I am wrong, please correct me :)

Mvgr,
Martin

On Fri, 2003-01-24 at 19:27, Henri Yandell wrote:
> 
> I've done a cvs update on commons, and have successfully built [well it
> fails on a test] httpclient with just:  cd httpclient; maven
> 
> So something weird is up.
> 
> Maybe your b7 is damaged? You could try reinstalling and see if that fixes
> it? [yes, I've been using Windows all week!]
> 
> Hopefully a 3rd person can give it a try so we can see which one of us has
> the weird setup.
> 
> Hen
> 
> On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> 
> > b7
> >
> > $MAVEN_HOME is set correctly and $MAVEN_HOME/bin is in my path.  I'm
> > perplexed.
> >
> > -jsd
> >
> > Henri Yandell wrote:
> >
> > >java:jar is afaik, the default goal to run. it's basically 'compile'.
> > >
> > >logging and lang both work for me. I'm on the latest stable maven, b7.
> > >
> > >What verison are you on?
> > >
> > >On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> > >
> > >
> > >
> > >>I have tried running maven in a commons subdirectory, such as logging
> > >>and httpclient.  maven does go away and download the dependancies, but
> > >>then reports:
> > >>
> > >>[ERROR] BUILD FAILED
> > >>[ERROR] Goal "java:jar" does not exist in this project.
> > >>Total time:  14 seconds
> > >>
> > >>I don't see where this goal is defined.  Its not in the project.xml for
> > >>the particular project or commons, and does not appear to come from the
> > >>common maven.xml file either.
> > >>
> > >>-jsd
> > >>
> > >>Henri Yandell wrote:
> > >>
> > >>
> > >>
> > >>>If you go into a particular component and type 'maven', it should build
> > >>>that project. I tend to use maven and maven site.
> > >>>
> > >>>However, how you do the big build of all components at the same time, I'm
> > >>>also clueless on.
> > >>>
> > >>>Hen
> > >>>
> > >>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>>In my local checkout of jakarta-commons, when I run *maven -g* I only
> > >>>>the follwoing non documented goals:
> > >>>> build
> > >>>> build:start
> > >>>> deploy-front-end-site
> > >>>> site
> > >>>> site-front-end
> > >>>>
> > >>>>When I run *maven build:start* I get:
> > >>>>
> > >>>>BUILD SUCCESSFUL
> > >>>>Total time:  14 seconds
> > >>>>
> > >>>>But in reality it did nothing, no other output, no generated files.
> > >>>>None of the other targets to anything useful either.  I have tried with
> > >>>>mavenb5 and b7 running on a linux box.
> > >>>>
> > >>>>How do we build commons with maven?  How do I build a particular
> > >>>>component withing commons?  I couldn't find any instructions on this.
> > >>>>
> > >>>>-jsd
> > >>>>
> > >>>>
> > >>>>
> > >>>>--
> > >>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > >>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>--
> > >>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > >>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>--
> > >>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > >>For additional commands, e-mail: <ma...@jakarta.apache.org>
> > >>
> > >>
> > >>
> > >>
> > >
> > >
> > >--
> > >To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > >For additional commands, e-mail: <ma...@jakarta.apache.org>
> > >
> > >
> > >
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > For additional commands, e-mail: <ma...@jakarta.apache.org>
> >
> >
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Martin Cooper <ma...@apache.org>.

On Sat, 25 Jan 2003, Jeffrey Dever wrote:

> I re-downloaded it and reinstalled in another location.  Now it "just
> works".  Not sure what the root cause was, will investigate later.  Too
> busy with updating the httpclient xdocs to worry and am just happy I can
> maven build.

Maven is very cool when it works (which is most of the time, thankfully),
but it drives me nuts when it doesn't. ;-)

--
Martin Cooper


>
> -jsd
>
> Martin Cooper wrote:
>
> >On Fri, 24 Jan 2003, Henri Yandell wrote:
> >
> >
> >
> >>I've done a cvs update on commons, and have successfully built [well it
> >>fails on a test] httpclient with just:  cd httpclient; maven
> >>
> >>So something weird is up.
> >>
> >>Maybe your b7 is damaged? You could try reinstalling and see if that fixes
> >>it? [yes, I've been using Windows all week!]
> >>
> >>Hopefully a 3rd person can give it a try so we can see which one of us has
> >>the weird setup.
> >>
> >>
> >
> >I just tried building HttpClient and it built and unit tested just fine
> >(apart from one deprecation warning). That's with Maven b7, and I've never
> >tried building HttpClient before.
> >
> >--
> >Martin Cooper
> >
> >
> >
> >
> >>Hen
> >>
> >>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> >>
> >>
> >>
> >>>b7
> >>>
> >>>$MAVEN_HOME is set correctly and $MAVEN_HOME/bin is in my path.  I'm
> >>>perplexed.
> >>>
> >>>-jsd
> >>>
> >>>Henri Yandell wrote:
> >>>
> >>>
> >>>
> >>>>java:jar is afaik, the default goal to run. it's basically 'compile'.
> >>>>
> >>>>logging and lang both work for me. I'm on the latest stable maven, b7.
> >>>>
> >>>>What verison are you on?
> >>>>
> >>>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>>I have tried running maven in a commons subdirectory, such as logging
> >>>>>and httpclient.  maven does go away and download the dependancies, but
> >>>>>then reports:
> >>>>>
> >>>>>[ERROR] BUILD FAILED
> >>>>>[ERROR] Goal "java:jar" does not exist in this project.
> >>>>>Total time:  14 seconds
> >>>>>
> >>>>>I don't see where this goal is defined.  Its not in the project.xml for
> >>>>>the particular project or commons, and does not appear to come from the
> >>>>>common maven.xml file either.
> >>>>>
> >>>>>-jsd
> >>>>>
> >>>>>Henri Yandell wrote:
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>>If you go into a particular component and type 'maven', it should build
> >>>>>>that project. I tend to use maven and maven site.
> >>>>>>
> >>>>>>However, how you do the big build of all components at the same time, I'm
> >>>>>>also clueless on.
> >>>>>>
> >>>>>>Hen
> >>>>>>
> >>>>>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>>In my local checkout of jakarta-commons, when I run *maven -g* I only
> >>>>>>>the follwoing non documented goals:
> >>>>>>>build
> >>>>>>>build:start
> >>>>>>>deploy-front-end-site
> >>>>>>>site
> >>>>>>>site-front-end
> >>>>>>>
> >>>>>>>When I run *maven build:start* I get:
> >>>>>>>
> >>>>>>>BUILD SUCCESSFUL
> >>>>>>>Total time:  14 seconds
> >>>>>>>
> >>>>>>>But in reality it did nothing, no other output, no generated files.
> >>>>>>>None of the other targets to anything useful either.  I have tried with
> >>>>>>>mavenb5 and b7 running on a linux box.
> >>>>>>>
> >>>>>>>How do we build commons with maven?  How do I build a particular
> >>>>>>>component withing commons?  I couldn't find any instructions on this.
> >>>>>>>
> >>>>>>>-jsd
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>--
> >>>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>--
> >>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>--
> >>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>--
> >>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>--
> >>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>>
> >>>
> >>>
> >>>
> >>--
> >>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>
> >>
> >>
> >>
> >
> >
> >--
> >To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >For additional commands, e-mail: <ma...@jakarta.apache.org>
> >
> >
> >
> >
>
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Jeffrey Dever <js...@sympatico.ca>.
I re-downloaded it and reinstalled in another location.  Now it "just 
works".  Not sure what the root cause was, will investigate later.  Too 
busy with updating the httpclient xdocs to worry and am just happy I can 
maven build.

-jsd

Martin Cooper wrote:

>On Fri, 24 Jan 2003, Henri Yandell wrote:
>
>  
>
>>I've done a cvs update on commons, and have successfully built [well it
>>fails on a test] httpclient with just:  cd httpclient; maven
>>
>>So something weird is up.
>>
>>Maybe your b7 is damaged? You could try reinstalling and see if that fixes
>>it? [yes, I've been using Windows all week!]
>>
>>Hopefully a 3rd person can give it a try so we can see which one of us has
>>the weird setup.
>>    
>>
>
>I just tried building HttpClient and it built and unit tested just fine
>(apart from one deprecation warning). That's with Maven b7, and I've never
>tried building HttpClient before.
>
>--
>Martin Cooper
>
>
>  
>
>>Hen
>>
>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
>>
>>    
>>
>>>b7
>>>
>>>$MAVEN_HOME is set correctly and $MAVEN_HOME/bin is in my path.  I'm
>>>perplexed.
>>>
>>>-jsd
>>>
>>>Henri Yandell wrote:
>>>
>>>      
>>>
>>>>java:jar is afaik, the default goal to run. it's basically 'compile'.
>>>>
>>>>logging and lang both work for me. I'm on the latest stable maven, b7.
>>>>
>>>>What verison are you on?
>>>>
>>>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
>>>>
>>>>
>>>>
>>>>        
>>>>
>>>>>I have tried running maven in a commons subdirectory, such as logging
>>>>>and httpclient.  maven does go away and download the dependancies, but
>>>>>then reports:
>>>>>
>>>>>[ERROR] BUILD FAILED
>>>>>[ERROR] Goal "java:jar" does not exist in this project.
>>>>>Total time:  14 seconds
>>>>>
>>>>>I don't see where this goal is defined.  Its not in the project.xml for
>>>>>the particular project or commons, and does not appear to come from the
>>>>>common maven.xml file either.
>>>>>
>>>>>-jsd
>>>>>
>>>>>Henri Yandell wrote:
>>>>>
>>>>>
>>>>>
>>>>>          
>>>>>
>>>>>>If you go into a particular component and type 'maven', it should build
>>>>>>that project. I tend to use maven and maven site.
>>>>>>
>>>>>>However, how you do the big build of all components at the same time, I'm
>>>>>>also clueless on.
>>>>>>
>>>>>>Hen
>>>>>>
>>>>>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>            
>>>>>>
>>>>>>>In my local checkout of jakarta-commons, when I run *maven -g* I only
>>>>>>>the follwoing non documented goals:
>>>>>>>build
>>>>>>>build:start
>>>>>>>deploy-front-end-site
>>>>>>>site
>>>>>>>site-front-end
>>>>>>>
>>>>>>>When I run *maven build:start* I get:
>>>>>>>
>>>>>>>BUILD SUCCESSFUL
>>>>>>>Total time:  14 seconds
>>>>>>>
>>>>>>>But in reality it did nothing, no other output, no generated files.
>>>>>>>None of the other targets to anything useful either.  I have tried with
>>>>>>>mavenb5 and b7 running on a linux box.
>>>>>>>
>>>>>>>How do we build commons with maven?  How do I build a particular
>>>>>>>component withing commons?  I couldn't find any instructions on this.
>>>>>>>
>>>>>>>-jsd
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>--
>>>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>              
>>>>>>>
>>>>>>--
>>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>            
>>>>>>
>>>>>--
>>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>          
>>>>>
>>>>--
>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>
>>>>
>>>>
>>>>
>>>>        
>>>>
>>>--
>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>
>>>
>>>      
>>>
>>--
>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>
>>
>>    
>>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>  
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Jeffrey Dever <js...@sympatico.ca>.
A few more questions:

Where does the nice navigation bar on the left come from?  There is one 
string I want to change (HTTP Client to HttpClient) and a few entries 
that should be removed (like Contributors which is redundant compared to 
Project Info -> Project Team).  There are a few other things that we are 
not using as well.

I see that some projects that are using maven are importing the commons 
project.xml into their own project.xml files.  HttpClient does this. 
 But I still don't see where the nav bar comes from, or how to control it.

-jsd

Martin Cooper wrote:

>On Sat, 25 Jan 2003, Jeffrey Dever wrote:
>
>  
>
>>Yea, worked for me too.  I have been making some changes in there, so
>>you need a clean checkout.  (does maven do a checkout of the source
>>files, or just compiles what is already checkout and is local?)
>>    
>>
>
>Maven will build whatever is on your local disk, so you need to do at least
>a 'cvs up' to get the latest before you build.
>
>--
>Martin Cooper
>
>
>  
>
>>-jsd
>>
>>Martin Cooper wrote:
>>
>>    
>>
>>>On Sat, 25 Jan 2003, Henri Yandell wrote:
>>>
>>>
>>>
>>>      
>>>
>>>>On Fri, 24 Jan 2003, Martin Cooper wrote:
>>>>
>>>>
>>>>
>>>>        
>>>>
>>>>>On Fri, 24 Jan 2003, Henri Yandell wrote:
>>>>>
>>>>>
>>>>>
>>>>>          
>>>>>
>>>>>>I've done a cvs update on commons, and have successfully built [well it
>>>>>>fails on a test] httpclient with just:  cd httpclient; maven
>>>>>>
>>>>>>
>>>>>>            
>>>>>>
>>>>>I just tried building HttpClient and it built and unit tested just fine
>>>>>(apart from one deprecation warning). That's with Maven b7, and I've never
>>>>>tried building HttpClient before.
>>>>>
>>>>>
>>>>>          
>>>>>
>>>>test:test:
>>>>   [junit] dir attribute ignored if running in the same VM
>>>>   [junit] Running org.apache.commons.httpclient.TestNoHost
>>>>   [junit] Tests run: 161, Failures: 0, Errors: 2, Time elapsed: 1.89 sec
>>>>   [junit] [ERROR] TEST org.apache.commons.httpclient.TestNoHost FAILED
>>>>
>>>>is the error I get.
>>>>
>>>>
>>>>        
>>>>
>>>Odd. That worked for me.
>>>
>>>test:test:
>>>   [junit] dir attribute ignored if running in the same VM
>>>   [junit] Running org.apache.commons.httpclient.TestNoHost
>>>   [junit] Tests run: 161, Failures: 0, Errors: 0, Time elapsed: 8.232 sec
>>>
>>>--
>>>Martin Cooper
>>>
>>>
>>>
>>>
>>>      
>>>
>>>>Hen
>>>>
>>>>
>>>>--
>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>
>>>>
>>>>
>>>>
>>>>        
>>>>
>>>--
>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>
>>>
>>>
>>>
>>>      
>>>
>>--
>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>
>>
>>    
>>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>  
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Martin Cooper <ma...@apache.org>.

On Sat, 25 Jan 2003, Jeffrey Dever wrote:

> Yea, worked for me too.  I have been making some changes in there, so
> you need a clean checkout.  (does maven do a checkout of the source
> files, or just compiles what is already checkout and is local?)

Maven will build whatever is on your local disk, so you need to do at least
a 'cvs up' to get the latest before you build.

--
Martin Cooper


>
> -jsd
>
> Martin Cooper wrote:
>
> >On Sat, 25 Jan 2003, Henri Yandell wrote:
> >
> >
> >
> >>On Fri, 24 Jan 2003, Martin Cooper wrote:
> >>
> >>
> >>
> >>>On Fri, 24 Jan 2003, Henri Yandell wrote:
> >>>
> >>>
> >>>
> >>>>I've done a cvs update on commons, and have successfully built [well it
> >>>>fails on a test] httpclient with just:  cd httpclient; maven
> >>>>
> >>>>
> >>>I just tried building HttpClient and it built and unit tested just fine
> >>>(apart from one deprecation warning). That's with Maven b7, and I've never
> >>>tried building HttpClient before.
> >>>
> >>>
> >>test:test:
> >>    [junit] dir attribute ignored if running in the same VM
> >>    [junit] Running org.apache.commons.httpclient.TestNoHost
> >>    [junit] Tests run: 161, Failures: 0, Errors: 2, Time elapsed: 1.89 sec
> >>    [junit] [ERROR] TEST org.apache.commons.httpclient.TestNoHost FAILED
> >>
> >>is the error I get.
> >>
> >>
> >
> >Odd. That worked for me.
> >
> >test:test:
> >    [junit] dir attribute ignored if running in the same VM
> >    [junit] Running org.apache.commons.httpclient.TestNoHost
> >    [junit] Tests run: 161, Failures: 0, Errors: 0, Time elapsed: 8.232 sec
> >
> >--
> >Martin Cooper
> >
> >
> >
> >
> >>Hen
> >>
> >>
> >>--
> >>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>
> >>
> >>
> >>
> >
> >
> >--
> >To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >For additional commands, e-mail: <ma...@jakarta.apache.org>
> >
> >
> >
> >
>
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Jeffrey Dever <js...@sympatico.ca>.
Yea, worked for me too.  I have been making some changes in there, so 
you need a clean checkout.  (does maven do a checkout of the source 
files, or just compiles what is already checkout and is local?)

-jsd

Martin Cooper wrote:

>On Sat, 25 Jan 2003, Henri Yandell wrote:
>
>  
>
>>On Fri, 24 Jan 2003, Martin Cooper wrote:
>>
>>    
>>
>>>On Fri, 24 Jan 2003, Henri Yandell wrote:
>>>
>>>      
>>>
>>>>I've done a cvs update on commons, and have successfully built [well it
>>>>fails on a test] httpclient with just:  cd httpclient; maven
>>>>        
>>>>
>>>I just tried building HttpClient and it built and unit tested just fine
>>>(apart from one deprecation warning). That's with Maven b7, and I've never
>>>tried building HttpClient before.
>>>      
>>>
>>test:test:
>>    [junit] dir attribute ignored if running in the same VM
>>    [junit] Running org.apache.commons.httpclient.TestNoHost
>>    [junit] Tests run: 161, Failures: 0, Errors: 2, Time elapsed: 1.89 sec
>>    [junit] [ERROR] TEST org.apache.commons.httpclient.TestNoHost FAILED
>>
>>is the error I get.
>>    
>>
>
>Odd. That worked for me.
>
>test:test:
>    [junit] dir attribute ignored if running in the same VM
>    [junit] Running org.apache.commons.httpclient.TestNoHost
>    [junit] Tests run: 161, Failures: 0, Errors: 0, Time elapsed: 8.232 sec
>
>--
>Martin Cooper
>
>
>  
>
>>Hen
>>
>>
>>--
>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>
>>
>>    
>>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>  
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Martin Cooper <ma...@apache.org>.

On Sat, 25 Jan 2003, Henri Yandell wrote:

>
>
> On Fri, 24 Jan 2003, Martin Cooper wrote:
>
> >
> >
> > On Fri, 24 Jan 2003, Henri Yandell wrote:
> >
> > >
> > > I've done a cvs update on commons, and have successfully built [well it
> > > fails on a test] httpclient with just:  cd httpclient; maven
> >
> > I just tried building HttpClient and it built and unit tested just fine
> > (apart from one deprecation warning). That's with Maven b7, and I've never
> > tried building HttpClient before.
>
> test:test:
>     [junit] dir attribute ignored if running in the same VM
>     [junit] Running org.apache.commons.httpclient.TestNoHost
>     [junit] Tests run: 161, Failures: 0, Errors: 2, Time elapsed: 1.89 sec
>     [junit] [ERROR] TEST org.apache.commons.httpclient.TestNoHost FAILED
>
> is the error I get.

Odd. That worked for me.

test:test:
    [junit] dir attribute ignored if running in the same VM
    [junit] Running org.apache.commons.httpclient.TestNoHost
    [junit] Tests run: 161, Failures: 0, Errors: 0, Time elapsed: 8.232 sec

--
Martin Cooper


> Hen
>
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Jeffrey Dever <js...@sympatico.ca>.
Well, its related to the NTLM support in HttpClient.  A few tests fail, 
but I would suspect any NTLM use in 1.3 would fail similarly.  Most of 
the httpclient guys have been working on 1.4 (I did the release build in 
1.4) and the gump builds don't fail so I guess its using 1.4 as well.

I've brought the issue up on the commons-httpclient-dev list so we 
should move the conversation over there.

Jandalf.


Henri Yandell wrote:

>Yeah. Linux jdk 1.3. Sun's.
>
>Hen
>
>On Sun, 26 Jan 2003 dion@multitask.com.au wrote:
>
>  
>
>  
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Henri Yandell <ba...@generationjava.com>.
Yeah. Linux jdk 1.3. Sun's.

Hen

On Sun, 26 Jan 2003 dion@multitask.com.au wrote:

> Hen is this jdk1.3?
>
> HttpClient has failed building for me on 1.3 for some months now.
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://www.freeroller.net/page/dion/Weblog
> Work:      http://www.multitask.com.au
>
>
> Henri Yandell <ba...@generationjava.com> wrote on 25/01/2003 04:13:18 PM:
>
> >
> >
> > On Fri, 24 Jan 2003, Martin Cooper wrote:
> >
> > >
> > >
> > > On Fri, 24 Jan 2003, Henri Yandell wrote:
> > >
> > > >
> > > > I've done a cvs update on commons, and have successfully built [well
> it
> > > > fails on a test] httpclient with just:  cd httpclient; maven
> > >
> > > I just tried building HttpClient and it built and unit tested just
> fine
> > > (apart from one deprecation warning). That's with Maven b7, and I've
> never
> > > tried building HttpClient before.
> >
> > test:test:
> >     [junit] dir attribute ignored if running in the same VM
> >     [junit] Running org.apache.commons.httpclient.TestNoHost
> >     [junit] Tests run: 161, Failures: 0, Errors: 2, Time elapsed: 1.89
> sec
> >     [junit] [ERROR] TEST org.apache.commons.httpclient.TestNoHost FAILED
> >
> > is the error I get.
> >
> > Hen
> >
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> >
>
> > ForwardSourceID:NT000A7EEA
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by di...@multitask.com.au.
Hen is this jdk1.3?

HttpClient has failed building for me on 1.3 for some months now.
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


Henri Yandell <ba...@generationjava.com> wrote on 25/01/2003 04:13:18 PM:

> 
> 
> On Fri, 24 Jan 2003, Martin Cooper wrote:
> 
> >
> >
> > On Fri, 24 Jan 2003, Henri Yandell wrote:
> >
> > >
> > > I've done a cvs update on commons, and have successfully built [well 
it
> > > fails on a test] httpclient with just:  cd httpclient; maven
> >
> > I just tried building HttpClient and it built and unit tested just 
fine
> > (apart from one deprecation warning). That's with Maven b7, and I've 
never
> > tried building HttpClient before.
> 
> test:test:
>     [junit] dir attribute ignored if running in the same VM
>     [junit] Running org.apache.commons.httpclient.TestNoHost
>     [junit] Tests run: 161, Failures: 0, Errors: 2, Time elapsed: 1.89 
sec
>     [junit] [ERROR] TEST org.apache.commons.httpclient.TestNoHost FAILED
> 
> is the error I get.
> 
> Hen
> 
> 
> --
> To unsubscribe, e-mail: 
<ma...@jakarta.apache.org>
> For additional commands, e-mail: 
<ma...@jakarta.apache.org>
> 

> ForwardSourceID:NT000A7EEA 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Henri Yandell <ba...@generationjava.com>.

On Fri, 24 Jan 2003, Martin Cooper wrote:

>
>
> On Fri, 24 Jan 2003, Henri Yandell wrote:
>
> >
> > I've done a cvs update on commons, and have successfully built [well it
> > fails on a test] httpclient with just:  cd httpclient; maven
>
> I just tried building HttpClient and it built and unit tested just fine
> (apart from one deprecation warning). That's with Maven b7, and I've never
> tried building HttpClient before.

test:test:
    [junit] dir attribute ignored if running in the same VM
    [junit] Running org.apache.commons.httpclient.TestNoHost
    [junit] Tests run: 161, Failures: 0, Errors: 2, Time elapsed: 1.89 sec
    [junit] [ERROR] TEST org.apache.commons.httpclient.TestNoHost FAILED

is the error I get.

Hen


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Martin Cooper <ma...@apache.org>.

On Fri, 24 Jan 2003, Henri Yandell wrote:

>
> I've done a cvs update on commons, and have successfully built [well it
> fails on a test] httpclient with just:  cd httpclient; maven
>
> So something weird is up.
>
> Maybe your b7 is damaged? You could try reinstalling and see if that fixes
> it? [yes, I've been using Windows all week!]
>
> Hopefully a 3rd person can give it a try so we can see which one of us has
> the weird setup.

I just tried building HttpClient and it built and unit tested just fine
(apart from one deprecation warning). That's with Maven b7, and I've never
tried building HttpClient before.

--
Martin Cooper


>
> Hen
>
> On Fri, 24 Jan 2003, Jeffrey Dever wrote:
>
> > b7
> >
> > $MAVEN_HOME is set correctly and $MAVEN_HOME/bin is in my path.  I'm
> > perplexed.
> >
> > -jsd
> >
> > Henri Yandell wrote:
> >
> > >java:jar is afaik, the default goal to run. it's basically 'compile'.
> > >
> > >logging and lang both work for me. I'm on the latest stable maven, b7.
> > >
> > >What verison are you on?
> > >
> > >On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> > >
> > >
> > >
> > >>I have tried running maven in a commons subdirectory, such as logging
> > >>and httpclient.  maven does go away and download the dependancies, but
> > >>then reports:
> > >>
> > >>[ERROR] BUILD FAILED
> > >>[ERROR] Goal "java:jar" does not exist in this project.
> > >>Total time:  14 seconds
> > >>
> > >>I don't see where this goal is defined.  Its not in the project.xml for
> > >>the particular project or commons, and does not appear to come from the
> > >>common maven.xml file either.
> > >>
> > >>-jsd
> > >>
> > >>Henri Yandell wrote:
> > >>
> > >>
> > >>
> > >>>If you go into a particular component and type 'maven', it should build
> > >>>that project. I tend to use maven and maven site.
> > >>>
> > >>>However, how you do the big build of all components at the same time, I'm
> > >>>also clueless on.
> > >>>
> > >>>Hen
> > >>>
> > >>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>>In my local checkout of jakarta-commons, when I run *maven -g* I only
> > >>>>the follwoing non documented goals:
> > >>>> build
> > >>>> build:start
> > >>>> deploy-front-end-site
> > >>>> site
> > >>>> site-front-end
> > >>>>
> > >>>>When I run *maven build:start* I get:
> > >>>>
> > >>>>BUILD SUCCESSFUL
> > >>>>Total time:  14 seconds
> > >>>>
> > >>>>But in reality it did nothing, no other output, no generated files.
> > >>>>None of the other targets to anything useful either.  I have tried with
> > >>>>mavenb5 and b7 running on a linux box.
> > >>>>
> > >>>>How do we build commons with maven?  How do I build a particular
> > >>>>component withing commons?  I couldn't find any instructions on this.
> > >>>>
> > >>>>-jsd
> > >>>>
> > >>>>
> > >>>>
> > >>>>--
> > >>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > >>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>--
> > >>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > >>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>--
> > >>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > >>For additional commands, e-mail: <ma...@jakarta.apache.org>
> > >>
> > >>
> > >>
> > >>
> > >
> > >
> > >--
> > >To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > >For additional commands, e-mail: <ma...@jakarta.apache.org>
> > >
> > >
> > >
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > For additional commands, e-mail: <ma...@jakarta.apache.org>
> >
> >
>
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Henri Yandell <ba...@generationjava.com>.
I've done a cvs update on commons, and have successfully built [well it
fails on a test] httpclient with just:  cd httpclient; maven

So something weird is up.

Maybe your b7 is damaged? You could try reinstalling and see if that fixes
it? [yes, I've been using Windows all week!]

Hopefully a 3rd person can give it a try so we can see which one of us has
the weird setup.

Hen

On Fri, 24 Jan 2003, Jeffrey Dever wrote:

> b7
>
> $MAVEN_HOME is set correctly and $MAVEN_HOME/bin is in my path.  I'm
> perplexed.
>
> -jsd
>
> Henri Yandell wrote:
>
> >java:jar is afaik, the default goal to run. it's basically 'compile'.
> >
> >logging and lang both work for me. I'm on the latest stable maven, b7.
> >
> >What verison are you on?
> >
> >On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> >
> >
> >
> >>I have tried running maven in a commons subdirectory, such as logging
> >>and httpclient.  maven does go away and download the dependancies, but
> >>then reports:
> >>
> >>[ERROR] BUILD FAILED
> >>[ERROR] Goal "java:jar" does not exist in this project.
> >>Total time:  14 seconds
> >>
> >>I don't see where this goal is defined.  Its not in the project.xml for
> >>the particular project or commons, and does not appear to come from the
> >>common maven.xml file either.
> >>
> >>-jsd
> >>
> >>Henri Yandell wrote:
> >>
> >>
> >>
> >>>If you go into a particular component and type 'maven', it should build
> >>>that project. I tend to use maven and maven site.
> >>>
> >>>However, how you do the big build of all components at the same time, I'm
> >>>also clueless on.
> >>>
> >>>Hen
> >>>
> >>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>>In my local checkout of jakarta-commons, when I run *maven -g* I only
> >>>>the follwoing non documented goals:
> >>>> build
> >>>> build:start
> >>>> deploy-front-end-site
> >>>> site
> >>>> site-front-end
> >>>>
> >>>>When I run *maven build:start* I get:
> >>>>
> >>>>BUILD SUCCESSFUL
> >>>>Total time:  14 seconds
> >>>>
> >>>>But in reality it did nothing, no other output, no generated files.
> >>>>None of the other targets to anything useful either.  I have tried with
> >>>>mavenb5 and b7 running on a linux box.
> >>>>
> >>>>How do we build commons with maven?  How do I build a particular
> >>>>component withing commons?  I couldn't find any instructions on this.
> >>>>
> >>>>-jsd
> >>>>
> >>>>
> >>>>
> >>>>--
> >>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>--
> >>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>--
> >>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>
> >>
> >>
> >>
> >
> >
> >--
> >To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >For additional commands, e-mail: <ma...@jakarta.apache.org>
> >
> >
> >
> >
>
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Jeffrey Dever <js...@sympatico.ca>.
b7

$MAVEN_HOME is set correctly and $MAVEN_HOME/bin is in my path.  I'm 
perplexed.

-jsd

Henri Yandell wrote:

>java:jar is afaik, the default goal to run. it's basically 'compile'.
>
>logging and lang both work for me. I'm on the latest stable maven, b7.
>
>What verison are you on?
>
>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
>
>  
>
>>I have tried running maven in a commons subdirectory, such as logging
>>and httpclient.  maven does go away and download the dependancies, but
>>then reports:
>>
>>[ERROR] BUILD FAILED
>>[ERROR] Goal "java:jar" does not exist in this project.
>>Total time:  14 seconds
>>
>>I don't see where this goal is defined.  Its not in the project.xml for
>>the particular project or commons, and does not appear to come from the
>>common maven.xml file either.
>>
>>-jsd
>>
>>Henri Yandell wrote:
>>
>>    
>>
>>>If you go into a particular component and type 'maven', it should build
>>>that project. I tend to use maven and maven site.
>>>
>>>However, how you do the big build of all components at the same time, I'm
>>>also clueless on.
>>>
>>>Hen
>>>
>>>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
>>>
>>>
>>>
>>>      
>>>
>>>>In my local checkout of jakarta-commons, when I run *maven -g* I only
>>>>the follwoing non documented goals:
>>>> build
>>>> build:start
>>>> deploy-front-end-site
>>>> site
>>>> site-front-end
>>>>
>>>>When I run *maven build:start* I get:
>>>>
>>>>BUILD SUCCESSFUL
>>>>Total time:  14 seconds
>>>>
>>>>But in reality it did nothing, no other output, no generated files.
>>>>None of the other targets to anything useful either.  I have tried with
>>>>mavenb5 and b7 running on a linux box.
>>>>
>>>>How do we build commons with maven?  How do I build a particular
>>>>component withing commons?  I couldn't find any instructions on this.
>>>>
>>>>-jsd
>>>>
>>>>
>>>>
>>>>--
>>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>>
>>>>
>>>>
>>>>
>>>>        
>>>>
>>>--
>>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>>
>>>
>>>
>>>
>>>      
>>>
>>--
>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>
>>
>>    
>>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>  
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Henri Yandell <ba...@generationjava.com>.
java:jar is afaik, the default goal to run. it's basically 'compile'.

logging and lang both work for me. I'm on the latest stable maven, b7.

What verison are you on?

On Fri, 24 Jan 2003, Jeffrey Dever wrote:

> I have tried running maven in a commons subdirectory, such as logging
> and httpclient.  maven does go away and download the dependancies, but
> then reports:
>
> [ERROR] BUILD FAILED
> [ERROR] Goal "java:jar" does not exist in this project.
> Total time:  14 seconds
>
> I don't see where this goal is defined.  Its not in the project.xml for
> the particular project or commons, and does not appear to come from the
> common maven.xml file either.
>
> -jsd
>
> Henri Yandell wrote:
>
> >If you go into a particular component and type 'maven', it should build
> >that project. I tend to use maven and maven site.
> >
> >However, how you do the big build of all components at the same time, I'm
> >also clueless on.
> >
> >Hen
> >
> >On Fri, 24 Jan 2003, Jeffrey Dever wrote:
> >
> >
> >
> >>In my local checkout of jakarta-commons, when I run *maven -g* I only
> >>the follwoing non documented goals:
> >>  build
> >>  build:start
> >>  deploy-front-end-site
> >>  site
> >>  site-front-end
> >>
> >>When I run *maven build:start* I get:
> >>
> >>BUILD SUCCESSFUL
> >>Total time:  14 seconds
> >>
> >>But in reality it did nothing, no other output, no generated files.
> >> None of the other targets to anything useful either.  I have tried with
> >>mavenb5 and b7 running on a linux box.
> >>
> >>How do we build commons with maven?  How do I build a particular
> >>component withing commons?  I couldn't find any instructions on this.
> >>
> >>-jsd
> >>
> >>
> >>
> >>--
> >>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >>For additional commands, e-mail: <ma...@jakarta.apache.org>
> >>
> >>
> >>
> >>
> >
> >
> >--
> >To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> >For additional commands, e-mail: <ma...@jakarta.apache.org>
> >
> >
> >
> >
>
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Jeffrey Dever <js...@sympatico.ca>.
I have tried running maven in a commons subdirectory, such as logging 
and httpclient.  maven does go away and download the dependancies, but 
then reports:

[ERROR] BUILD FAILED
[ERROR] Goal "java:jar" does not exist in this project.
Total time:  14 seconds

I don't see where this goal is defined.  Its not in the project.xml for 
the particular project or commons, and does not appear to come from the 
common maven.xml file either.

-jsd

Henri Yandell wrote:

>If you go into a particular component and type 'maven', it should build
>that project. I tend to use maven and maven site.
>
>However, how you do the big build of all components at the same time, I'm
>also clueless on.
>
>Hen
>
>On Fri, 24 Jan 2003, Jeffrey Dever wrote:
>
>  
>
>>In my local checkout of jakarta-commons, when I run *maven -g* I only
>>the follwoing non documented goals:
>>  build
>>  build:start
>>  deploy-front-end-site
>>  site
>>  site-front-end
>>
>>When I run *maven build:start* I get:
>>
>>BUILD SUCCESSFUL
>>Total time:  14 seconds
>>
>>But in reality it did nothing, no other output, no generated files.
>> None of the other targets to anything useful either.  I have tried with
>>mavenb5 and b7 running on a linux box.
>>
>>How do we build commons with maven?  How do I build a particular
>>component withing commons?  I couldn't find any instructions on this.
>>
>>-jsd
>>
>>
>>
>>--
>>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>>For additional commands, e-mail: <ma...@jakarta.apache.org>
>>
>>
>>    
>>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>  
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: help building commons with maven

Posted by Henri Yandell <ba...@generationjava.com>.
If you go into a particular component and type 'maven', it should build
that project. I tend to use maven and maven site.

However, how you do the big build of all components at the same time, I'm
also clueless on.

Hen

On Fri, 24 Jan 2003, Jeffrey Dever wrote:

> In my local checkout of jakarta-commons, when I run *maven -g* I only
> the follwoing non documented goals:
>   build
>   build:start
>   deploy-front-end-site
>   site
>   site-front-end
>
> When I run *maven build:start* I get:
>
> BUILD SUCCESSFUL
> Total time:  14 seconds
>
> But in reality it did nothing, no other output, no generated files.
>  None of the other targets to anything useful either.  I have tried with
> mavenb5 and b7 running on a linux box.
>
> How do we build commons with maven?  How do I build a particular
> component withing commons?  I couldn't find any instructions on this.
>
> -jsd
>
>
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>