Re: [m2] entry is being ignored

2005-08-13 Thread Jason Grant
Whoops pasted a 'clutching at straws' experiment by mistake. The problem is manifest without the offline switch too. In that case, I don't understand why it goes to repo1.maven.org when I'm trying to tell it otherwise in my pom. Output below. J. [EMAIL PROTECTED] eclipse-libraries]$ m2 install

Re: Dependency Management - Need advice

2005-08-13 Thread Brett Porter
Ok, there are a few ways to attack this. 1) dependency mangement, as you say. 2) hold each of the dependencies at snapshot. This will effectively do what you want, but that build won't be reproducible. 3) use a range. Again, not reproducible, but means you can get the latest release instead of j

Re: [m2] entry is being ignored

2005-08-13 Thread Brett Porter
Offline means remote repositories (even file ones) will be ignored. The error message is misleading because it seems to indicate it tried :) - Brett On 8/14/05, Jason Grant <[EMAIL PROTECTED]> wrote: > I have a entry that seems to be ignored, since it > produces the following output: > > --

Re: Assembly plugin -- couple of questions [m2a3]

2005-08-13 Thread Brett Porter
This is eomthing we want to make possible in beta-1. In Maven 1 (and what we have supported so far), aggregation was done through a separate project, pulling in the dependencies (eg, an EAR). However, we want to support top level aggregation that pulls in subprojects instead, as well. A workarou

Re: An oversight in the plugin matrix WRT the existing M1 plugin for commons-attributes

2005-08-13 Thread Brett Porter
will do. Actually, I think commons-attributes provides this themselves... - Brett On 8/14/05, Andy Glick <[EMAIL PROTECTED]> wrote: > It turns out that there is a working maven plugin that is distributed > with commons-attributes. It was used with out difficulty at a company > where i did some wo

Re: [m1.1] ant-optional classes not found

2005-08-13 Thread Lukas Theussl
dan tran wrote: in 1.1 you need to load the optional jars yourself http://maven.apache.org/reference/backwards-compatibility.html -D I was aware of that but that's the point: I am not using any optional tasks. It already happens if I just run the genapp plugin inside an empty directory. I

Dependency Management - Need advice

2005-08-13 Thread dan tran
Hello all, I am going to have a m2 build system that contains lots of sub projects. my daily build uses the same version of all sub projects. and the version is incremented for each daily build. In M1, I use one global version property in project.properties of the master project root. For each

[m2] entry is being ignored

2005-08-13 Thread Jason Grant
I have a entry that seems to be ignored, since it produces the following output: --- [EMAIL PROTECTED] eclipse-libraries]$ m2 --offline install [INFO] Maven is running in offline mode. [INFO] -

An oversight in the plugin matrix WRT the existing M1 plugin for commons-attributes

2005-08-13 Thread Andy Glick
It turns out that there is a working maven plugin that is distributed with commons-attributes. It was used with out difficulty at a company where i did some work, and I have been able to get it to work. So the keeper of the matrix might want to move the entry for commons-attributes out of the

Re: Multiproject site navigation question

2005-08-13 Thread Phil Steitz
Wendy Smoak wrote: From: "Jay H. Hartley" <[EMAIL PROTECTED]> You mention that you "need" to have the documentation as part of the root web site. Would having it one link down but clearly labeled at the top of the sub-project list satisfy the need? No, the files really need to be up at the t

RE: [1.1Beta] BUILD FAILED on jelly plugin. Please help.

2005-08-13 Thread Arnaud HERITIER
Can you fill an issue for the xdoc plugin please. The error message isn't really explicit :-) Arnaud > -Message d'origine- > De : Hogeweg, Erwin (GE Infrastructure) [mailto:[EMAIL PROTECTED] > Envoyé : samedi 13 août 2005 16:10 > À : Maven Users List > Objet : RE: [1.1Beta] BUILD FAILE

Re: [m2] Mojo development: need ClassWorld

2005-08-13 Thread Trygve Laugstøl
On Sat, Aug 13, 2005 at 10:33:51AM -0400, Andy Glick wrote: > Trygve Laugstøl wrote: > > > > >The reason as to why you can't get access to the classloader of the core > >is that the Mojos are supposed to be independent of their enviroment and > >they should be executed independently in separate cl

Re: [m2] Mojo development: need ClassWorld

2005-08-13 Thread Kenney Westerhof
On Sat, 13 Aug 2005, Andy Glick wrote: If you want to access the ClassRealm, just add a private field of type ClassRealm to the mojo, marking it as a @parameter. I needed this to construct a classpath string since the classloading of the app I embedded didn't implement classloading properly. I w

Re: [m2] Mojo development: need ClassWorld

2005-08-13 Thread Andy Glick
Trygve Laugstøl wrote: The reason as to why you can't get access to the classloader of the core is that the Mojos are supposed to be independent of their enviroment and they should be executed independently in separate class loaders. Giving the Mojos access to the root class loader will conflic

RE: [1.1Beta] BUILD FAILED on jelly plugin. Please help.

2005-08-13 Thread Hogeweg, Erwin \(GE Infrastructure\)
You need to set the in the section of the project.xml file. > -Original Message- > From: Hogeweg, Erwin (GE Infrastructure) > Sent: Saturday, August 13, 2005 10:01 AM > To: Maven Users List > Subject: [1.1Beta] BUILD FAILED on jelly plugin. Please help. > > > All, > > How and where

[1.1Beta] BUILD FAILED on jelly plugin. Please help.

2005-08-13 Thread Hogeweg, Erwin \(GE Infrastructure\)
All, How and where am I supposed to set the 'defaultValue' as indicated below? Thanks, Erwin xdoc:jelly-transform: About to use JSL stylesheet file:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl [echo] en [echo] The current Locale is the default one [echo] Sca

Re: Maven2: Managing entire build process

2005-08-13 Thread Trygve Laugstøl
Note that my answers are what Maven 2 can do. On Fri, Aug 12, 2005 at 05:23:25PM -0400, Rizwan Merchant wrote: > > I am working on implementing a build process for our project. This process > is required to be run as a cron job. > The build process is going to do a number of things, such as: > 1.

Re: [m2] site documentation typo (with large consequences)

2005-08-13 Thread Trygve Laugstøl
On Fri, Aug 12, 2005 at 12:08:43PM -0600, Julian Wood wrote: > On this page: > > http://maven.apache.org/maven2/site.html > > where it says to configure reports, the groupId is > > org.apache.maven.reports > > but I think it should be > > org.apache.maven.plugins Seems right, please f

Re: Plugin support for Hibernate 3.0

2005-08-13 Thread Trygve Laugstøl
On Sat, Aug 13, 2005 at 02:43:31AM -0700, Nadeem Bitar wrote: > Where can I find the source code for Maven2's hibernate plugin? http://svn.mojo.codehaus.org/trunk/mojo/maven-hibernate-plugin/ -- Trygve signature.asc Description: Digital signature

Re: URL format [a3 and m2a3]

2005-08-13 Thread Trygve Laugstøl
On Fri, Aug 12, 2005 at 10:53:40PM -0700, Sidart Kurias wrote: > Reading the posts I still cannot seem to get my url > format correct...Keep getting the message you must > provide a valid url. > > My url is > scm:cvs:pserver:[EMAIL PROTECTED]:/cvsroot:projectname/pom.xml > > I have tried both wit

Assembly plugin -- couple of questions [m2a3]

2005-08-13 Thread Sidart Kurias
All, I am trying to build an assembly for a multiproject setup in m2a3. I would like to verify what I am doing is ok (even if it may not be correct). What I would like to do is to build one tar/zip containing the jars (and dependencies) of all subprojects. I have defined an assembly descripto

Re: Plugin support for Hibernate 3.0

2005-08-13 Thread Nadeem Bitar
Where can I find the source code for Maven2's hibernate plugin? - Nadeem On Fri, 2005-08-05 at 18:57 +1000, Brett Porter wrote: > The Maven2 hibernate support should be equivalent of the m1 hibernate > support (just not an official release yet - but we're happy to have > testers). > > And no mo

Re: [M1] Merge some web.xml deployment discriptor

2005-08-13 Thread Keisuke Matsubara
Hi, Vincent Thank you for your information. But I had selected method with xsl. I will try cactus in the future. Thanks, Keisuke Vincent Massol wrote: Hi, There is a Cactus Ant task that can possibly help you: http://jakarta.apache.org/cactus/integration/ant/task_webxmlmerge.html -Vincent

RE: [m1.1] ant-optional classes not found

2005-08-13 Thread Arnaud HERITIER
It's only an ant warning (new in 1.6.X). Don't care about it if you don't have a problem. Anraud > -Message d'origine- > De : Lukas Theussl [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 12 août 2005 23:07 > À : Maven Users List > Objet : [m1.1] ant-optional classes not found > > > I