Re: Adding projects with parent poms

2005-10-07 Thread Emmanuel Venisse
we use the same command line that a user. continuum call m2 command (m2 --batch-mode --non-recursive clean:clean install by default) Emmanuel Mark Hobson a écrit : Hi, It seems continuum has problems downloading parent poms when adding m2 projects. I've added the bootstrap repo to the

Re: Adding projects with parent poms

2005-10-07 Thread Mark Hobson
On 07/10/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: No, actually, you can add a pom project with modules, continuum will add all modules in database but not project with pom type. So continuum will build all modules but if you update your parent pom without install it manually in your

Re: Cannot find m2.. and then builds

2005-10-07 Thread Mark Hobson
On 07/10/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: can you send logs or open an issue for it? Sure, http://jira.codehaus.org/browse/CONTINUUM-344. Mark

Re: [beta-1] [m2b3] XSD version ?

2005-10-07 Thread Emmanuel Venisse
Mark Hobson a écrit : On 07/10/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: we don't have update it for the moment it will be in the next version. You can replace maven* libs in apps/continuum/lib by 2.0-beta-3 files So continuum has it's own version of m2 within itself? When does

Réf. : Where are the report plugins??

2005-10-07 Thread fabrice . belingard
Cristiano, some report plugins are available on the Maven site: http://maven.apache.org/maven2/plugins/index.html some others on CodeHaus: http://mojo.codehaus.org/ More generally, look at http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix to know more about plugins ported to m2.

RE: [m11b2] Long coercion exception

2005-10-07 Thread Anthony Kong
Hi, Attached is the trace file. Couldn't tell what expression is causing the problem from it... Cheers, AK -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: Friday, 7 October 2005 1:50 PM To: [EMAIL PROTECTED] Cc: Maven Users List Subject: Re: [m11b2] Long

Réf. : Maven 2.x documentation

2005-10-07 Thread fabrice . belingard
Hi Jason, basically, I would add to your existing list some of the items that are already listed on Maven 2 web site (http://maven.apache.org/maven2/docs-required.html): - Development process with Maven best practices (snapshot handling - different from m1, scm plugin, ...) - Plugin writing:

Re: Maven 2.x documentation

2005-10-07 Thread Graham King
Jason, One thing I would love to see is how to setup maven to get one project to target different environments - dev, uat, live. For example each environment will want a different log4j.properties, some different tokens for filtering, etc. I keep thinking there must be a clean,

Re: cannot find xdoclet.modules.ejb.EjbDocletTask. Huh?

2005-10-07 Thread Rault David
Hi i've had quite a tough ride on this one too here's what i found : you need to explicitly define a lot of dependencies towards xdoclet co here's what i need to declare to have xdoclet run ejbdoclet dependency groupIdxdoclet/groupId

Re: ssh deployment on linux using maven 1.1-beta-1 (from CVS HEAD)

2005-10-07 Thread Brett Porter
Arik, Sorry for the delay, am plumbing the depths of my mailbox. Did you get a resolution to this? - Brett On 9/6/05, Arik Kfir [EMAIL PROTECTED] wrote: Hi all, I have a project which worked great on 1.0.2, and I've been trying to move it to 1.1-beta-1. The build itself works excellent,

Re: [m1.1b1] multiproject failed projects

2005-10-07 Thread Brett Porter
Hi Wim, Did you get this resolved? If not, could you file it in JIRA? Thanks, Brett On 9/6/05, Wim Deblauwe [EMAIL PROTECTED] wrote: Hi, after upgrading to maven 1.1b1, I don't get any failed builds anymore. I use the 'maven.multiproject.ignoreFailures=true' property in my multiproject so

[ANN] Continuum 1.0 Beta 1 Released

2005-10-07 Thread Emmanuel Venisse
The Maven team is pleased to announce the 1.0-beta-1 release of Continuum. This release offers users both an advance look at what's in Continuum 1.0 and a head start in helping to shape the final Continuum release. You can find everything here: a

Re: Add project on linux

2005-10-07 Thread Emmanuel Venisse
It's fixed in beta-1 Emmanuel Mark Hobson a écrit : Hi there, I've got continuum alpha4 installed on linux within a continuum user's homedir, but am getting the following error in the logs when adding projects via the ui: org.apache.maven.continuum.store.ContinuumStoreException: Could not

RE: Maven 2.x documentation

2005-10-07 Thread Tony Steele
Jason wrote:, One thing I would love to see is how to set-up maven to get one project to target different environments - dev, uat, live. For example each environment will want a different log4j.properties, some different tokens for filtering, etc. I keep thinking there must be

Re: ssh deployment on linux using maven 1.1-beta-1 (from CVS HEAD)

2005-10-07 Thread Arik Kfir
Hi brett, Actually no - would be great if you could pin point the problem (jsch bug?). Problem is, I have no idea where to look... What's weird is, it only happens at home (works at my office, but with a different project). On 10/7/05, Brett Porter [EMAIL PROTECTED] wrote: Arik, Sorry for

Re: [m2] Filtering problems

2005-10-07 Thread Kees de Kooter
On 10/6/05, Jason van Zyl [EMAIL PROTECTED] wrote: On Thu, 2005-10-06 at 15:48 +0200, Philippe HUET wrote: Kees, It seems than m2b3 use filter tag instead of filtersFile now: build filters filtersrc/filters/internet-server.properties/filter /filters resources

Re: Maven 2.x documentation

2005-10-07 Thread Kees de Kooter
Jason, here are some more suggestions: - how do I create a war file, or more in general: describe packaging - how can I set my own remote repository, and how should it be structured Thanks, Kees - To unsubscribe, e-mail: [EMAIL

Re: [m2] plugin as module, timestamp checking and jar install

2005-10-07 Thread Brett Porter
Hi John, Sorry for the late reply. On 9/8/05, John Fallows [EMAIL PROTECTED] wrote: Where is the default implementation class for the ArtifactInstaller interface? DefaultArtifactInstaller (consult components.xml to find this) in maven-artifact-manager. It may very well already be

Re: [ANN] Continuum 1.0 Beta 1 Released

2005-10-07 Thread Wim Deblauwe
Are there somewhere screenshots or a working demo (like luntbuild has)? 2005/10/7, Emmanuel Venisse [EMAIL PROTECTED]: The Maven team is pleased to announce the 1.0-beta-1 release of Continuum. This release offers users both an advance look at what's in Continuum 1.0 and a head start in

Re: [ANN] Continuum 1.0 Beta 1 Released

2005-10-07 Thread Brett Porter
http://maven.zones.apache.org:8080/continuum On 10/7/05, Wim Deblauwe [EMAIL PROTECTED] wrote: Are there somewhere screenshots or a working demo (like luntbuild has)? 2005/10/7, Emmanuel Venisse [EMAIL PROTECTED]: The Maven team is pleased to announce the 1.0-beta-1 release of Continuum.

Re: Cannot find m2.. and then builds

2005-10-07 Thread Mark Hobson
On 07/10/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: is it in your path? We find m2 in path. Yep, the logs show it's checking the correct dirs in path, but it still reports that it can't find m2 before proceeding to use it. Mark

Re: [ANN] Continuum 1.0 Beta 1 Released

2005-10-07 Thread Brett Porter
Sorry, I should point out than many features are not shown here due to it being in guest mode... We will do some screenshots for the admin functions by the final release (of course it is easy to download and try!) On 10/7/05, Brett Porter [EMAIL PROTECTED] wrote:

m2 multiple parents

2005-10-07 Thread Brian E. Fox
We are moving over a large project from ant based build directly to m2. Part of this process is breaking a monolithic application into multiple modules. Some of these modules may be used as part of several different projects. Is it possible to specify multiple parents? Is there some other way to

Re: m2 multiple parents

2005-10-07 Thread Stephen Duncan
If they're just used as part of multiple projects, then the modules should probably just be declared as dependencies for those other projects. Do you really want to rebuild these modules every time you build these other projects? -Stephen On 10/7/05, Brian E. Fox [EMAIL PROTECTED] wrote: We

RE: m2 multiple parents

2005-10-07 Thread Brian E. Fox
Most of the time no, but it is possible that we will have a parent project for each application that would cause a full rebuild. -Original Message- From: Stephen Duncan [mailto:[EMAIL PROTECTED] Sent: Friday, October 07, 2005 8:34 AM To: Maven Users List Subject: Re: m2 multiple parents

[m2] Turning off download log messages

2005-10-07 Thread Kees de Kooter
Is it possible to turn the progress logging (1/514K, 2/514K etc) while downloading dependencies off? It is quite polluting my console. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Hi

2005-10-07 Thread kim
Hi, I'm new to this list and new to maven. I've been using ant for a couple of years now and my experiences with it are quite good. We have set up some multiproject like stuff in ant, since ant will let you and is quite flexible. Maven with its plugins should be as well, but I'm not able to find

Re: Cannot find m2.. and then builds

2005-10-07 Thread Emmanuel Venisse
Thanks. Mark Hobson a écrit : On 07/10/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: can you send logs or open an issue for it? Sure, http://jira.codehaus.org/browse/CONTINUUM-344. Mark

Re: Hi

2005-10-07 Thread Jesse McConnell
http://jira.codehaus.org/browse/MNG-743 that jira issue has a example project layout that I point people at that has a pretty good sample layout that builds out the empty artifacts...nice to play with to get started imo.. good luck and lots of help here and on irc :) jesse On 10/7/05, [EMAIL

Re: Adding projects with parent poms

2005-10-07 Thread Mark Hobson
On 07/10/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: Do you have try the command I wrote in my previous mail? I've just tried that it works fine from the console. By default, we don't use a specific settings.xml file. I suppose you don't define the use of an other settings.xml file in

Re: [m2] Turning off download log messages

2005-10-07 Thread Jesse McConnell
are you saying that you get each number of the download streamed to the console? that might be an issue with your console if that is the case, my window just updates the number on the same line... if you are asking about the more general info of checking dependencies and whatnot, that is status

Re: Adding projects with parent poms

2005-10-07 Thread Emmanuel Venisse
I think I understand the pb. When you run m2 in cli, m2 doesn't use parent in repo but find parent in parent directories. In continuum, we have a project directory by module that doesn't contains the parent pom, so m2 need to find parent in repo. Emmanuel Mark Hobson a écrit : On 07/10/05,

RE: m2 multiple parents

2005-10-07 Thread David Jackman
With my understanding, one project can be set up to build any projects it wants--those project don't have to list the one project as a parent. Here's an example. Say I have three projects (A, B, and C) that each build some jar. I have a parent project (called Parent) that is a POM project, and

Re: Adding projects with parent poms

2005-10-07 Thread Mark Hobson
On 07/10/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: I think I understand the pb. When you run m2 in cli, m2 doesn't use parent in repo but find parent in parent directories. In continuum, we have a project directory by module that doesn't contains the parent pom, so m2 need to find

Re: [m2] Turning off download log messages

2005-10-07 Thread Mark Hobson
On 07/10/05, Jesse McConnell [EMAIL PROTECTED] wrote: are you saying that you get each number of the download streamed to the console? that might be an issue with your console if that is the case, my window just updates the number on the same line... if you are asking about the more general

[m2] How can I exclude specific jars from the war

2005-10-07 Thread Kees de Kooter
[m2] How can I exclude specific jars from the war thanks -- Kees de Kooter Boplicity Software tel +31 10 2427171 web http://www.boplicity.nl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [m2] How can I exclude specific jars from the war

2005-10-07 Thread Stephen Duncan
Specify the dependency with scopeprovided/scope -Stephen On 10/7/05, Kees de Kooter [EMAIL PROTECTED] wrote: [m2] How can I exclude specific jars from the war thanks -- Kees de Kooter Boplicity Software tel +31 10 2427171 web http://www.boplicity.nl

Re: [m2] How can I exclude specific jars from the war

2005-10-07 Thread Jesse McConnell
scopeprovided/scope in the dependency declaration in the pom.xml if it is still coming in that you have a dependency that is requiring it in and you need to track down that reference in it's pom.xml On 10/7/05, Kees de Kooter [EMAIL PROTECTED] wrote: [m2] How can I exclude specific jars from

SIGQUIT

2005-10-07 Thread Jon Strayer
I'm having a problem with a Maven build hanging under cruisecontrol. When I send cruisecontrol a SIGQUIT I get a stack trace, but when I send it to the maven process cc is waiting for I don't. Does Maven trap SIGQUIT? If not, does anyone have any idea where the stack trace is? -- Esse quam

RE: m2 multiple parents

2005-10-07 Thread Brian E. Fox
Thank you, this helps a lot. -Original Message- From: David Jackman [mailto:[EMAIL PROTECTED] Sent: Friday, October 07, 2005 9:37 AM To: Maven Users List Subject: RE: m2 multiple parents With my understanding, one project can be set up to build any projects it wants--those project

Re: [m2] How can I exclude specific jars from the war

2005-10-07 Thread Kees de Kooter
thanx guys On 10/7/05, Jesse McConnell [EMAIL PROTECTED] wrote: scopeprovided/scope in the dependency declaration in the pom.xml if it is still coming in that you have a dependency that is requiring it in and you need to track down that reference in it's pom.xml On 10/7/05, Kees de

xml transformation with jsl. how to sort numbers?

2005-10-07 Thread Vov@ Sadovyy
Hi Guru, I can't find out how to sort the xml digital data with jsl. It seems that output is sorted like strings with code like xml:set var=somevar... sort=@id/ and there are not attribute to set data type. Could you purpose any approach to make sort for numbers? Thanks, V

FTP Deploy can't open input stream?

2005-10-07 Thread Brian E. Fox
I was able to successfully make the ftp deploy work using Brett's suggestions to add extensions. I created a new project that is from what I can see, exactly the same as my test project except I get a new exception. It seems to be getting hung up trying to retrieve previous metadata. I checked the

Re: adding osgi dependency logic to m2

2005-10-07 Thread Jorg Heymans
Bennett, Timothy (JIS - Applications) wrote: I know that M2 has a transitive dependency walker built into it, but it sounds like what you are proposing is for M2's dependency walker to be pluggable; i.e. users can optionally plug in a different dependency resolution algorithm. Am I correct?

Re: [m2] repository deploy + site:deploy not working for me

2005-10-07 Thread Ashley Williams
(using mac os x tiger) I've changed over to using key authent and I still get the same problem, ie an inexplicable hang when I deploy to repos. I know my credentials are fine because I can use them to do the job manually. So as an experiment I downloaded the latest maven HEAD just to be

Re: [m2] Turning off download log messages

2005-10-07 Thread Wim Deblauwe
In a normal console, they do update on the same line for me, but when you stream this to a text file for logging (using maven mygoal mylogfile.txt), each line is printed out, so it would be nice to be able to tweak that (That said, it would also be nice if Maven natively supported logfiles)

RE: FTP Deploy can't open input stream?

2005-10-07 Thread Brian E. Fox
Apparently the problem isn't with my new project. I cleaned the repository and retried my test project and it fails the same way. I replaced the ftp with file like this: repository idSTCRepo/id urlfile:///X:/Maven/STC/url /repository And now it's ok.

[M2] Extensions, module and cycle

2005-10-07 Thread Gilles Scokart
I have written a code genrator that has an ant interface. In order to test it, I have a separate module that use ant run. In order to be able to call my owns task, I have to use the extensions. The problem is that I receive a cycle error. The structure is this : - I have my parent project

RE: [M2] How to add custom entries in a MANIFEST.MF file?

2005-10-07 Thread Jason van Zyl
On Fri, 2005-10-07 at 07:35 +0200, Jörg Schaible wrote: it would be nice if the Specification-Version could be easily generated to be major.minor of pom.currentVersion i.e. that 1.2 == 1.2 1.2.1 == 1.2 1.2-SNAPSHOT == 1.2 for the javaapp-plugin I did something like this in Jelly ...

[m2] Changelog plugin: can't make it work...

2005-10-07 Thread fabrice . belingard
Hi, I'm trying to evaluate the m2 changelog plugin (2.0-beta-1) work, but I run out of ideas to make it work properly... I'm working on a project that can be built both with m1 and m2. The password is stored in the .cvspass file in the user home directory. m1 changelog plugin generates a

Re: Réf. : Maven 2.x documentation

2005-10-07 Thread Jason van Zyl
On Fri, 2005-10-07 at 10:35 +0200, [EMAIL PROTECTED] wrote: Hi Jason, basically, I would add to your existing list some of the items that are already listed on Maven 2 web site (http://maven.apache.org/maven2/docs-required.html): - Development process with Maven best practices

Re: Maven 2.x documentation

2005-10-07 Thread Jason van Zyl
On Fri, 2005-10-07 at 09:39 +0100, Graham King wrote: Jason, One thing I would love to see is how to setup maven to get one project to target different environments - dev, uat, live. For example each environment will want a different log4j.properties, some different tokens for

Re: Help on errors when loaing Maven2 POM

2005-10-07 Thread Mark Hobson
On 07/10/05, Allison, Bob [EMAIL PROTECTED] wrote: The way I got around this issue was to alter the POM on disk (the one uploaded into Continuum) so that it was packaging=jar and no modules. It uploaded fine, built a single job for the whole project and checked everything out of SCM

[M1.0.2] SCM plugin

2005-10-07 Thread Ballard, Ken
I'm using the SCM plugin to do versioned releases and I love it. I have a question that I wanted to ask so that I don't go scripting something in my maven.xml that I didn't need to script. Here's my situation: after I've used the SCM plugin to set the version and tag, I want the currentVersion

[beta-1] [m2b3] XSD version ?

2005-10-07 Thread Yann Le Du
Hi, Just gave a shot at beta-1, and really appreciate new features such as online configuration, users/groups and working directory browsing. I'm using a Maven 2 project whose POM uses the maven-2.0-beta-3 plugindependencies feature. Building the project with Maven is OK. With Continuum, I get a

JWSDP Maven 2 ?

2005-10-07 Thread Russell, Mark
Has anyone setup a repository for maven 2 containing the JWSDP stuff? I'm trying to figure out how best to lay it out, and determine if I have to append version numbers to all of the jar's in order for maven to pick them up. Additionally I'm curious about maybe setting up a .pom so that I only

Re: JWSDP Maven 2 ?

2005-10-07 Thread Arik Kfir
I think JWSDP belongs to Sun, which means - due to licensing issues - that the JARs cannot be placed in the Maven central repository. What you need to do is to install them in your local repository (see http://maven.apache.org/maven2/general.html#importing-jars for storing external JARs in your

Re: JWSDP Maven 2 ?

2005-10-07 Thread Ashley Williams
I've done exactly that at the moment with the webservices jaxb subset. If you'd like to join forces then let me know as I have the stuff available on an accessible repository and subversion control ready to work on. email me at [EMAIL PROTECTED] If you rather carry on as you are then take a

RE: JWSDP Maven 2 ?

2005-10-07 Thread Russell, Mark
I knew it wouldn't/couldn't be in the central repo. Was more looking to see how it was handled by someone else. The primary reason I ask is because none of the jars actually have any version information on them, so is everyone else just using the jwsdp version or are they doing something else?

Re: JWSDP Maven 2 ?

2005-10-07 Thread Mark Hobson
On 07/10/05, Russell, Mark [EMAIL PROTECTED] wrote: I knew it wouldn't/couldn't be in the central repo. Was more looking to see how it was handled by someone else. The primary reason I ask is because none of the jars actually have any version information on them, so is everyone else just

Re: [beta-1] [m2b3] XSD version ?

2005-10-07 Thread Mark Hobson
On 07/10/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: we don't have update it for the moment it will be in the next version. You can replace maven* libs in apps/continuum/lib by 2.0-beta-3 files So continuum has it's own version of m2 within itself? When does continuum use it's private

RE: FTP Deploy can't open input stream? --bug fix.

2005-10-07 Thread Brian E. Fox
Looks like a bug. I added code to wagon-ftp to handle the case where the file is missing (mostly copied from the wagon-file): is = ftp.retrieveFileStream( PathUtils.filename( resource.getName() ) ); //handle missing file if ( is == null ) { throw

Re: [m2] Turning off download log messages

2005-10-07 Thread Trygve Laugstøl
On Fri, 2005-10-07 at 14:40 +0200, Kees de Kooter wrote: Is it possible to turn the progress logging (1/514K, 2/514K etc) while downloading dependencies off? It is quite polluting my console. As the others said your console is a bit broken, but using --batch-mode or -B should help. -- Trygve

Re: [m2] Turning off download log messages

2005-10-07 Thread Jesse McConnell
he was using it within eclipse so it would have been whatever shell eclipse was providing, when he used a normal terminal it worked right...from my understanding at least On 10/7/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Fri, 2005-10-07 at 14:40 +0200, Kees de Kooter wrote: Is it

Re: [M2] Extensions, module and cycle

2005-10-07 Thread Kenney Westerhof
On Fri, 7 Oct 2005, Gilles Scokart wrote: Can you post the POMs of the two projects? Usually this happens when a plugin project uses itself to build itself. Might also be because you define a dependency to the plugin AND the plugin itself (using build/plugins/plugin). -- Kenney I have written

where is jdo-2.0-20050507.jar?

2005-10-07 Thread phillip rhodes
My maven build is failing because it can't find this jar file. I would appreciate what I should be looking for to get past this this jar is not in jarhoo.com Thanks Downloading: http://repo1.maven.org/maven2/javax/jdo/jdo/2.0-20050507/jdo-2.0-20050507.jar [WARNING] Unable to get resource

Re: [m2] Turning off download log messages

2005-10-07 Thread Kees de Kooter
Yep, only in eclipse. On 10/7/05, Jesse McConnell [EMAIL PROTECTED] wrote: he was using it within eclipse so it would have been whatever shell eclipse was providing, when he used a normal terminal it worked right...from my understanding at least On 10/7/05, Trygve Laugstøl [EMAIL PROTECTED]

Re: where is jdo-2.0-20050507.jar?

2005-10-07 Thread Carlos Sanchez
It's probably derived from hibernate. http://prdownloads.sourceforge.net/jpox/jdo2-snapshot.jar On 10/7/05, phillip rhodes [EMAIL PROTECTED] wrote: My maven build is failing because it can't find this jar file. I would appreciate what I should be looking for to get past this this jar is

Re: How to unsubscribe from the mailing list (was: Maven 2.0 Beta 3 Released)

2005-10-07 Thread Klaus Johannes Rusch
Richard Palfalvi wrote: I am still trying to find a possibility to unsubscribe from this mailing list (I am not a developper) but can still not find out where. Unsubscribe instructions are included in the mail headers: List-Unsubscribe: mailto:[EMAIL PROTECTED] -- Klaus Johannes Rusch

Re: [ann] Maven 2.0 Beta 3 Released

2005-10-07 Thread Jocelyn Duquette
same for me, this is a crazy list! Richard Palfalvi [EMAIL PROTECTED] wrote:Hi! I am still trying to find a possibility to unsubscribe from this mailing list (I am not a developper) but can still not find out where. :'( can somebody give me a hint? Richard Brett Porter schrieb: The Apache

RE: JWSDP Maven 2 ?

2005-10-07 Thread Russell, Mark
That was similar to the route I was starting down. Specifically all the jars the come from the jwsdp were going to end up in a jwsdp group. Primarily this was to ensure that everything from each jwsdp release stays in one place, and it becomes very simple to determine where the jars originally

Re: JWSDP Maven 2 ?

2005-10-07 Thread Mark Hobson
On 07/10/05, Russell, Mark [EMAIL PROTECTED] wrote: That was similar to the route I was starting down. Specifically all the jars the come from the jwsdp were going to end up in a jwsdp group. Primarily this was to ensure that everything from each jwsdp release stays in one place, and it

Re: JWSDP Maven 2 ?

2005-10-07 Thread Ashley Williams
I have used the javax.xml groups for the individual artifacts, but my invented 'top level' pom that includes the artifacts as dependencies is in the jwsdp group. After all some of those jars included in the jwsdp download aren't specific to jwsdp. AW On 7 Oct 2005, at 20:28, Russell, Mark

RE: JWSDP Maven 2 ?

2005-10-07 Thread Russell, Mark
Could you post your invented 'top level' pom? I'm interested in seeing how others are handling this. MAR -Original Message- From: Ashley Williams [mailto:[EMAIL PROTECTED] Sent: Friday, October 07, 2005 1:43 PM To: Maven Users List Subject: Re: JWSDP Maven 2 ? I have used the

Configuring pom.xml to use a local repo (rather than a remote http repo) (m2)

2005-10-07 Thread Russell, Mark
At one point with maven 1.0 you could have the repository local and it would fetch from there. How can you setup the pom.xml in maven 2 to do something similar? As an example, imagine the following directory structure: fx_toolkit pom.xml projectA pom.xml projectB pom.xml fx_3p

Re: JWSDP Maven 2 ?

2005-10-07 Thread Ashley Williams
This is what I have in my local repository: project modelVersion4.0.0/modelVersion groupIdjwsdp/groupId artifactIdxjc/artifactId version1.6/version nameJAXB XML Binding Code Generator Package/name description Part of the Java Web

Re: [ann] Maven 2.0 Beta 3 Released

2005-10-07 Thread Arik Kfir
Hi, Simply send a blank mail to [EMAIL PROTECTED] Have a good one! :) On 10/7/05, Jocelyn Duquette [EMAIL PROTECTED] wrote: same for me, this is a crazy list! Richard Palfalvi [EMAIL PROTECTED] wrote:Hi! I am still trying to find a possibility to unsubscribe from this mailing list (I am

RE: Configuring pom.xml to use a local repo (rather than a remote http repo) (m2)

2005-10-07 Thread Russell, Mark
A little further info... When I try to use a local repo it seems to be able to find the .pom for the dependency, but can never seem to find/download the jar. The message I get: Downloading: file://../../fx_3p/commons-logging/commons-logging/1.0.4/commons-logging -1.0.4.jar [WARNING] Unable to

[m2] unable to download from local repository

2005-10-07 Thread Ashley Williams
Hi This question straddles both Maven and Apache and I'm hoping that someone who has experience creating a local repository from scratch can offer some assistance. The problem is when I try to build a project, the jars fail to download correctly with the message: [WARNING] *** CHECKSUM

Re: Configuring pom.xml to use a local repo (rather than a remote http repo) (m2)

2005-10-07 Thread Brett Porter
Relative paths won't work - try including ${basedir} in the repository URL. - Brett On 10/8/05, Russell, Mark [EMAIL PROTECTED] wrote: A little further info... When I try to use a local repo it seems to be able to find the .pom for the dependency, but can never seem to find/download the jar.

Re: [M1.0.2] SCM plugin

2005-10-07 Thread Brett Porter
We'd accept that change as a patch to the SCM plugin, since that's how the m2 release plugin works. - Brett On 10/8/05, Ballard, Ken [EMAIL PROTECTED] wrote: I'm using the SCM plugin to do versioned releases and I love it. I have a question that I wanted to ask so that I don't go scripting

Re: [m2] unable to download from local repository

2005-10-07 Thread Ashley Williams
Actually scratch that question, the problem is definitely apache-only related as I can't even download the jar file correctly from my browser. Over to httpd.apache.org... On 7 Oct 2005, at 23:24, Ashley Williams wrote: Hi This question straddles both Maven and Apache and I'm hoping that

Re: SIGQUIT

2005-10-07 Thread Brett Porter
No, it doesn't trap it. Is it waiting for input, or has it forked any children processes it is waiting for? - Brett On 10/8/05, Jon Strayer [EMAIL PROTECTED] wrote: I'm having a problem with a Maven build hanging under cruisecontrol. When I send cruisecontrol a SIGQUIT I get a stack trace, but

Re: [m2] repository deploy + site:deploy not working for me

2005-10-07 Thread Brett Porter
You're right that it is probably not auth problems, but it's hard for us to diagnose this for you. I believe others have got scp working on Mac OS X in general. You probably need to examine the server logs. the scp -t command is run server side and will copy the file back to the originating

Error with deploy:deploy

2005-10-07 Thread dohadwala, moiz
I updated maven from svn today. Now, when I try deploy:deploy after running clean:clean and install, I get the following error: [INFO] Searching repository for plugin with prefix: 'deploy'. [INFO] [INFO] Building

Re: Error with deploy:deploy

2005-10-07 Thread Brett Porter
Packaging plugins are required to call project.getArtifact().setFile( fileYouGenerated ) to properly work in the reactor. As a side note, please don't build from SVN unless you intend to patch the Maven core or need to use a feature specifically introduced in the last couple of days. We have

Re: [m2] repository deploy + site:deploy not working for me

2005-10-07 Thread Ashley Williams
Just checked and system.log indicates successful authentication. Tricky to try out sftp, but will do so as soon as my build stops failing - artifact downloads are currently being truncated to 64k from my apache server. Interesting info about the scp -t option since my client and server are

Re: [m2] repository deploy + site:deploy not working for me

2005-10-07 Thread Arik Kfir
Hi, this happened to me too on my previous machine (haven't tried on this one yet). Happened with m1 as well... Here too, the dir on the server was created, and the logs don't tell much. I'll give it another try in a few days on this machine. Does this happen to anyone else? On 10/8/05, Ashley

Re: [m2] repository deploy + site:deploy not working for me

2005-10-07 Thread Brett Porter
On 10/8/05, Ashley Williams [EMAIL PROTECTED] wrote: Tricky to try out sftp, but will do so as soon as my build stops failing - artifact downloads are currently being truncated to 64k from my apache server. note that sftp:// is the ssh2 version, not the other one (it's confusing). So it

Re: [m2] unable to download from local repository

2005-10-07 Thread Ashley Williams
Just some advice for those (few) people in the same environment as me... If you are setting up a repository with Mac OS X 10.4+ under Apache 2 + then an apache httpd bug truncates files that are more than 100KB to around 64KB and yet in the log files marks them as successfully sent (hard

Re: Maven 2.x documentation

2005-10-07 Thread Eric Biesterfeld
Jason, where do you list all these archetypes that you're creating? Is there any way to pick up all the options from a plugin in general? On 10/7/05, Jason van Zyl [EMAIL PROTECTED] wrote: On Fri, 2005-10-07 at 09:39 +0100, Graham King wrote: Jason, One thing I would love to see

RE: Réf. : Maven 2.x documentation

2005-10-07 Thread Brian E. Fox
Hi Jason, I saw your work on the documentation...looks great. Or if you have submitted something and you know of a particular JIRA issue you would like me to look at please send that my way too. I wrote a new JIRA issue against wagon-ftp today. I also posted some code that seems to have fixed

Re: Réf. : Maven 2.x documentation

2005-10-07 Thread Brett Porter
It's on the list. - Brett On 10/8/05, Brian E. Fox [EMAIL PROTECTED] wrote: Hi Jason, I saw your work on the documentation...looks great. Or if you have submitted something and you know of a particular JIRA issue you would like me to look at please send that my way too. I wrote a new JIRA