[m2] is there a new release date?

2005-08-29 Thread Ittay Dror
according to the web site, the schedule for beta 1 was supposed to be mid-august. ittay -- === Ittay Dror ([EMAIL PROTECTED]) Application Team Leader, R&D Qlusters Inc. +972-3-6081994 Fax: +972-3-6081841 --

Re: [m2] Proxy Settings Test

2005-08-29 Thread Brett Porter
Hi, You should find the validation to be improved in the next release of Maven. Cheers, Brett On 8/30/05, Pepper Jobe <[EMAIL PROTECTED]> wrote: > > Update, > > I have figured out what my problem was. I had entered my element > directly within my element in my xml, instead of nesting it >

Weblogic Deployment!!!!

2005-08-29 Thread NIRMALA Manivasagam
Hello All, When iam trying to deploy a war file in weblogic using maven-webtest-plugin,iam getting the following errror. my settings in build.properties file is: maven.weblogic.username=weblogic maven.weblogic.password=weblogic maven.weblogic.targets=myserver maven.weblogic.verbose=true maven.

[m1] Conditional dependencies

2005-08-29 Thread Wendy Smoak
I'm working on a project that needs to compile and build with *either* the JSF Reference Implementation *or* Apache MyFaces. This has to be user-specified, at build time. In addition to compilation and including the correct .jar files in a webapp, there's also a modification that must be done

RE: [m2] Proxy Settings Test

2005-08-29 Thread Pepper Jobe
Update, I have figured out what my problem was. I had entered my element directly within my element in my xml, instead of nesting it inside of a element. This brings me to a new question though. Shouldn't the xml be checked against a schema or DTD before maven continues with its invocati

Re: [M2] - The value of ${basedir} has changed?

2005-08-29 Thread Trygve Laugstøl
On Tue, Aug 30, 2005 at 01:59:52AM +0200, [EMAIL PROTECTED] wrote: > Hei, > > I have recognised that the evaluation of ${basedir} has changed from my > Maven2 build on 23.august to the one I downloaded and built on 29.august. > > Building with Maven2 of 23.august would give the value of the actua

[m2] Proxy Settings Test

2005-08-29 Thread Pepper Jobe
Team, This is my first time posting to this list, so my apologies if I am not following suggested practices or formats. I have downloaded the maven-2.0-alpha-3-bin.zip for windows from your site and followed the installation instructions. I have also configured my settings.xml file in my {home}/

Re: [M2] - The value of ${basedir} has changed?

2005-08-29 Thread Sachin Patel
Yes, I'm am seeing a similar issue but on the Alpha 3 version and its causing build failures when invoking a build from the parent POM. My Child POM's have plugin configuration info relative to that project, but when invoked from the parent POM, those goals fail as it looks for resources relat

[M2] - The value of ${basedir} has changed?

2005-08-29 Thread tore.larsen
Title: [M2] - The value of ${basedir} has changed? Hei, I have recognised that the evaluation of ${basedir} has changed from my Maven2 build on 23.august to the one I downloaded and built on 29.august. Building with Maven2 of 23.august would give the value of the actual directory where th

Re: Cobertura 1.1 for M1.1b1

2005-08-29 Thread Carlos Sanchez
Hi, The plugin is as *ready* as an open source project made in free time can be. That error you comment was already noticed by other people, but I had no time to take a look at it. Any help is appreciate. Sorry On 8/29/05, Vitaliy Geraymovych <[EMAIL PROTECTED]> wrote: > I am trying incorporate

Re: Cobertura 1.1 for M1.1b1

2005-08-29 Thread Aaron Smuts
http://jira.codehaus.org/browse/MPJCOVERAGE-25 I submitted a version that works fine for me. Aaron --- Vitaliy Geraymovych <[EMAIL PROTECTED]> wrote: > I am trying incorporate cobertura into my project > reports. So far not > much luck. When I run cobertura on individual > project it shows >

Cobertura 1.1 for M1.1b1

2005-08-29 Thread Vitaliy Geraymovych
I am trying incorporate cobertura into my project reports. So far not much luck. When I run cobertura on individual project it shows completion but than report shows 0% coverage. When I run multiproject:site cobertura fails in test:test because of missing classpath dependencies. Test:test runs fine

How to install a plugin for m2?

2005-08-29 Thread Wendell Beckwith
I have been trying to piece together the exact steps required to compile,install and test a java-based helloworld type plugin and it still fails miserable. I'm currently using 2.0-alpha-3. The plugin builds and installs fine, but I get the following: E:\dev\workspace\maven-myhello-plugin>m2 cle

RE: [m2] Finding a plugin we wrote?

2005-08-29 Thread Dave Neuer
Sorry to waste bandwidth, fixed this myself (needed a RELEASE.version.txt file). Thanks anyway. Dave -Original Message- From: Dave Neuer Sent: Monday, August 29, 2005 4:55 PM To: users@maven.apache.org Subject: [m2] Finding a plugin we wrote? Hi, In order to be able to reuse test code

RE: m2, scm:update & subversion

2005-08-29 Thread Kahn, Peter
Ahh. Its always, but now I crash in a new and different way: Now scm:update yields: [ERROR] Cause: org.apache.maven.plugin.MojoExecutionException: Error configuring plugin for execution of 'scm:update'. at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa nager.java

RE: m2, scm:update & subversion

2005-08-29 Thread Kenney Westerhof
On Mon, 29 Aug 2005, Kahn, Peter wrote: Replace 'releases' with 'snapshots' and 'false' with 'true'.. :) -- Kenney > Thanks for the information. I realize that I'm requesting a snapshot, I > do not know why it is that I am as I do not see anything in my > settings.xml or my local repository that

[m2] Finding a plugin we wrote?

2005-08-29 Thread Dave Neuer
Hi, In order to be able to reuse test code (see http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/%3cD1BD [EMAIL PROTECTED]), I've written a plugin which will create a test artifact so that other projects can depend on that. However, I'm only able to invoke the plugin if it's in my

RE: m2, scm:update & subversion

2005-08-29 Thread Kahn, Peter
Thanks for the information. I realize that I'm requesting a snapshot, I do not know why it is that I am as I do not see anything in my settings.xml or my local repository that would indicate this dependency. In addition, it looks like according to the xsd that the use of the element releases is no

Re: Does APT support Figures in M2?

2005-08-29 Thread Vincent Siveton
Hi again, > One difference I noticed was the layout. > > I originally had: > > +- src/ >+- site/ >+- apt/ >| +- test.apt >+- resources/ >| +- myNewImage.gif You are right. I did a wrong cut and paste ;) Sorry. [SNIP] Test again with your sample. Seems t

Re: m2, scm:update & subversion

2005-08-29 Thread Emmanuel Venisse
maven-scm-plugin doesn't exist in ibiblio because it's a snapshot. If you want to use it, you need to use our snapshot plugins repositories. Add this in your pom : snapshots-plugins Maven Snapshot Plugins Development Repository http://snapshots.maven.codehaus.org/mave

Re: Does APT support Figures in M2?

2005-08-29 Thread Wendell Beckwith
One difference I noticed was the layout. I originally had: +- src/ +- site/ +- apt/ | +- test.apt +- resources/ | +- myNewImage.gif However you had the resources folder at the same level as the site folder. So I changed my layout to the following: +-

m2, scm:update & subversion

2005-08-29 Thread Kahn, Peter
I have a simple project that I'm trying to get build under continuum, but I seem to have and issue with scm:update which is stopping me. I have the following in my pom.xml scm:svn:http://svn/svn/basecamp/SplitTop/m2main/Ftp http://svn/svn/basecamp/SplitTop/m2main/

Re: Does APT support Figures in M2?

2005-08-29 Thread Vincent Siveton
Hi, Seems to work for me with this following site structure: +- src/ +- site/ +- apt/ | +- index.apt +- resources/ +- img/ | +- myimage.gif And in the index.apt, the following definition [img/myimage.gif] My image Cheers, Vincent 2005/8/29, Wendell Beckwith <[EM

Re: M1 dependency

2005-08-29 Thread Sachin Patel
Nevermind. User error. Sachin Patel wrote: In M1, I'm having a basic problem just trying to add a dependency to another projects artifact. In debug mode as you can see the blah-1.0-SNAPSHOT.jar gets picked up, but then the build fails because of an unsatisfied dependency. What could be wrong

M1 dependency

2005-08-29 Thread Sachin Patel
In M1, I'm having a basic problem just trying to add a dependency to another projects artifact. In debug mode as you can see the blah-1.0-SNAPSHOT.jar gets picked up, but then the build fails because of an unsatisfied dependency. What could be wrong? [DEBUG] Adding reference: maven.dependen

Does APT support Figures in M2?

2005-08-29 Thread Wendell Beckwith
I have tried unsuccessfully to include a image in an apt document when using the "m2 site:site" goal. I have added the image to the resources folder as well as put it in the same directory with the apt document, but it still fails to render a link to it. However, if I run aptconvert from the c

Re: [M2] Problem building repoclean

2005-08-29 Thread Andy Glick
Trygve Laugstøl wrote: On Mon, Aug 29, 2005 at 03:14:21AM -0400, Andy Glick wrote: I've been having difficulty building repoclean for a number of days, and I get the same error message every time: Sounds like a bug in Maven somewhere, can you try to change the version back to SNAPSHOT? Thoug

Re: [m2] Use variables in configuration of a plug in

2005-08-29 Thread Kenney Westerhof
On Mon, 29 Aug 2005, Gilles Scokart wrote: Hi Gilles, Lucky for you I can reproduce this :) You want to use 'runtime' dependencies in the generate-test-resources phase, but they are not resolved there yet (the velocity-dep dependency). I'm not sure but you could try specifying 'test' as a scope,

Re: [m2] Use variables in configuration of a plug in

2005-08-29 Thread Gilles Scokart
Here is a sample pom.xml When I execute it, I actually obtain this in the result.txt file : runtimeclasspath = C:\Dev\cygwin\home\ScokartG\project\testantrun\target\classes;C:\dev\data\maven2_repository\log4j\log 4j\1.2.11\log4j-1.2.11.jar;C:\dev\data\maven2_repository\ant\ant\1.6\ant-1.6.jar

RE: POM inheritence in M2

2005-08-29 Thread Vincent Massol
> -Original Message- > From: Kenney Westerhof [mailto:[EMAIL PROTECTED] > Sent: lundi 29 août 2005 15:51 > To: Maven Users List > Subject: RE: POM inheritence in M2 > > On Mon, 29 Aug 2005, Vincent Massol wrote: > > Hi, > > The inherited tag is only present for Report, ReportSet, Plugi

Re: [m2] Use variables in configuration of a plug in

2005-08-29 Thread Gilles Scokart
> I have tried to use ${project.compileClasspathElements} into the > configuration tag of a plugin (antrun), and it seems to work. How did you use it? Could you post the pom.xml? I will try to clean it a little bit, then I will post it here. > But when I use ${project.runtimeClasspathEleme

Re: [m2] Use variables in configuration of a plug in

2005-08-29 Thread Kenney Westerhof
On Mon, 29 Aug 2005, Gilles Scokart wrote: Hi Gilles, > I have tried to use ${project.compileClasspathElements} into the > configuration tag of a plugin (antrun), and it seems to work. How did you use it? Could you post the pom.xml? > But when I use ${project.runtimeClasspathElements}, I only h

Re: [m1] multiproject dependency problem

2005-08-29 Thread stéphane bouchet
sorry for long delay ... see below . Jörg Schaible a écrit : stéphane bouchet wrote on Friday, August 26, 2005 3:44 PM: Jörg Schaible a écrit : stéphane bouchet wrote on Friday, August 26, 2005 11:54 AM: OK, more infos : 1/ Using the multiproject 1.4.1 plugin 2/ Using Eclipse 3.1 wit

[m2] Use variables in configuration of a plug in

2005-08-29 Thread Gilles Scokart
I have tried to use ${project.compileClasspathElements} into the configuration tag of a plugin (antrun), and it seems to work. But when I use ${project.runtimeClasspathElements}, I only have the same result. The pure runtime dependencies are not present in the list. Is it a general behaviour

RE: POM inheritence in M2

2005-08-29 Thread Kenney Westerhof
On Mon, 29 Aug 2005, Vincent Massol wrote: Hi, The inherited tag is only present for Report, ReportSet, Plugin, and Execution (nested in Plugin). Normally everything get's inherited. However, for some plugins you don't want this, so you can override this behavior by specifying the false. At lea

RE: Dependencies for EAR file containing several war files

2005-08-29 Thread Christopher White
Hi Vincent, Thanks for the reply. Everything woerks fine now. Best regards, Christopher -Message d'origine- De : Vincent Massol [mailto:[EMAIL PROTECTED] Envoyé : 29 August 2005 13:08 À : 'Maven Users List' Objet : RE: Dependencies for EAR file containing several war files Hi Christ

RE: POM inheritence in M2

2005-08-29 Thread Vincent Massol
Hi Sachin, > -Original Message- > From: Sachin Patel [mailto:[EMAIL PROTECTED] > Sent: lundi 29 août 2005 14:21 > To: Maven Users List > Subject: POM inheritence in M2 > > I'm looking at POM inheritence in M2.. If I specify a parent POM what > gets included in the child POM, only elements

Re: maven.jar.override

2005-08-29 Thread Sachin Patel
To add to my last response... even if I place the jar inside my local repo and run offline, it still tries to download the .pom from the remote repo. Is there anyway around this? Downloading: http://repo1.maven.org/maven2/eclipse-plugins/org.eclipse.core.resources/3.1.0/org.eclipse.core.resou

Re: maven.jar.override

2005-08-29 Thread Sachin Patel
Well as long as you prepended the file based override with a property like ${eclipse-home}/plugins/org.eclipse.core.resource_3.1.0. That would prevent that. No? I'm working on copying all the eclipse plugins to the repo, but its not as easy as I thought. Let me know if I'm wrong but I can't

POM inheritence in M2

2005-08-29 Thread Sachin Patel
I'm looking at POM inheritence in M2.. If I specify a parent POM what gets included in the child POM, only elements in the Parent POM that specify ? In M1, everything was pushed down, so how do things like organization, url, etc.. get inherited? Or is it the opposite where everything gets incl

dependencies on the same artifact, with different versions

2005-08-29 Thread Ittay Dror
Hi, My war:webapp project depends on the same artifact (commons-collections) but with different versions (2.0 and 3.1), meaning, i want to have both downloaded to the local repository (of course, i will only use one in the war). It seems that maven downloads only one. How can I make it downlo

RE: Dependencies for EAR file containing several war files

2005-08-29 Thread Vincent Massol
Hi Christopher, > -Original Message- > From: Christopher White [mailto:[EMAIL PROTECTED] > Sent: lundi 29 août 2005 12:25 > To: users@maven.apache.org > Subject: Dependencies for EAR file containing several war files [snip] > I have tried to use : > > > > ... > > > > true

Dependencies for EAR file containing several war files

2005-08-29 Thread Christopher White
Hi all, I am trying to build an ear archive containing several webapps. These webapps share a number of jar files. I would like the jar files to be included in the ear but not within each of the war archives. I would also like to keep the dependencies within the POMs of each war archive to al

Re: Réf. : Re: [M2] Proposal to a dd Inheritent property in pom.xml

2005-08-29 Thread Brett Porter
the artifactId is automatically appended to the SCM connection when it is inherited. This can actually help in the case of a default. I think you want access to ${parent.scm.connection}. I think that is a good feature request for JIRA. - Brett On 8/29/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wr

Re: [M2] Problem building repoclean

2005-08-29 Thread Trygve Laugstøl
On Mon, Aug 29, 2005 at 03:14:21AM -0400, Andy Glick wrote: > I've been having difficulty building repoclean for a number of days, and I > get the same error message every time: Sounds like a bug in Maven somewhere, can you try to change the version back to SNAPSHOT? Though I fear that this can b

Réf. : Re: [M2] Proposal to add Inheritent property in pom.xml

2005-08-29 Thread fabrice . belingard
> > Is it possible in term of M2 architecture? > > Certainly, but I don't think it is necessary... Brett, I have a multiple project application developed under Eclipse, so my projects are at the same level as my root project (use of the "../" in the list). As a consequence, for every project

[M2] Problem building repoclean

2005-08-29 Thread Andy Glick
I've been having difficulty building repoclean for a number of days, and I get the same error message every time: [INFO] - [INFO] BUILD FAILURE [INFO] -

RE: I can not connect to internaet in one project

2005-08-29 Thread Matthew Yeh \( 葉荊東 \)
Thanks Dan, I am a maven newbie. Sorry for my negligence to find maven document. Best regards, Matthew -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Monday, August 29, 2005 12:09 PM To: Maven Users List Subject: Re: I can not connect to internaet in one project I

Re: [M2] Proposal to add Inheritent property in pom.xml

2005-08-29 Thread dan tran
On 8/28/05, Brett Porter <[EMAIL PROTECTED]> wrote: > On 8/29/05, dan tran <[EMAIL PROTECTED]> wrote: > > For example: > > > > > > parentgroupid > > parentid > > ${my.version} > > > > This won't work without specifying my.version in ever