Re: Maven beginner: A few problems

2006-04-22 Thread Wayne Fay
I downloaded it last week but haven't looked at it yet... guess I should! Wayne On 4/22/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > Wow what a great documentation. I honestly don't think I need to > continue the tutorial I was writting. > > By the way, does the license allow to distribute

Re: Maven beginner: A few problems

2006-04-22 Thread Alexandre Poitras
Wow what a great documentation. I honestly don't think I need to continue the tutorial I was writting. By the way, does the license allow to distribute it in our organization? On 4/23/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > Oh didn't know that! Thank for the hint. > > On 4/22/06, Gwyn

Re: Maven beginner: A few problems

2006-04-22 Thread Alexandre Poitras
Oh didn't know that! Thank for the hint. On 4/22/06, Gwyn <[EMAIL PROTECTED]> wrote: > > > Alexandre Poitras wrote: > > > > On 4/22/06, Tommy Svensson <[EMAIL PROTECTED]> wrote: > >> I've read what documentation I can find on the Maven home page, but it > >> is unfortunately not very helpful. > >

[m2] Anyone using Luntbuild?

2006-04-22 Thread Wayne Fay
Wondering if anyone is using Luntbuild CI server [1] with M2 projects... Just ran across it for the first time in some blog comments, and thought I'd ask. I see a lot of people using Continuum and CruiseControl on this list, but no (recent) mentions of Luntbuild + M2 according to the Nabble archiv

Re: Using profile property from settings.xml in plugin with requiresProject=false

2006-04-22 Thread Wayne Fay
Just to be clear... Running Maven 2.0.3 does not necessarily mean you are using Maven Help Plugin 2.0.1 or higher. You can pass the -X parameter to mvn (ie mvn -X test) to check the versions of plugins (and other dependencies) being used by Maven while it executes. Wayne On 4/22/06, Aaron Anders

Re: m2 Can a web project depend on source code from other web project

2006-04-22 Thread Arik Kfir
same here - that's the whole idea of reuse. If you have code that you want or need to share, then it should be its own as a component of the bigger project. On 4/23/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > > On 4/22/06, Simon Kitching <[EMAIL PROTECTED]> wrote: > > It's quite common to generate

Re: Re: [m2] Where are sources for org.codehaus.mojo->changes-maven-plugin

2006-04-22 Thread Arik Kfir
10x... I thought I might be losing it ;-) On 4/23/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > > Your url works for me too, Arik. > > I think the connection issue must be on Fredy's end... ;-) > > Wayne > > On 4/22/06, Arik Kfir <[EMAIL PROTECTED]> wrote: > > hi, > > > > well both work for me, perha

Re: Re: [m2] Where are sources for org.codehaus.mojo->changes-maven-plugin

2006-04-22 Thread Wayne Fay
Your url works for me too, Arik. I think the connection issue must be on Fredy's end... ;-) Wayne On 4/22/06, Arik Kfir <[EMAIL PROTECTED]> wrote: > hi, > > well both work for me, perhaps you are behind a firewall or something of the > sort that blocks it. > > anyway, goodluck :) > > On 4/22/06,

Re: m2 Can a web project depend on source code from other web project

2006-04-22 Thread Wayne Fay
On 4/22/06, Simon Kitching <[EMAIL PROTECTED]> wrote: > It's quite common to generate "variants" of projects (sorry, there's > some maven terminology for this which I can't remember for the moment). > For example, a jar project can build foo.jar plus variants like > foo-src.jar, foo-jdk14.jar, etc.

Re: m2 Can a web project depend on source code from other web project

2006-04-22 Thread Simon Kitching
On Sat, 2006-04-22 at 03:25 -0500, Gautham Pamu wrote: > Hi Everyone, > > I have strange scenario. I have two web projects, one web project A is > accesing code from another web project B. Since > RAD allows it, the developer add the dependency on another web project in > RAD. > > Even though I d

Re: m2 how to package nonjava project as zip file

2006-04-22 Thread Arik Kfir
Hi Gautham, I recommend you take a look at the assembly plugin, at http://maven.apache.org/plugins/maven-assembly-plugin/ Hope this helps, Arik. On 4/23/06, Gautham Pamu <[EMAIL PROTECTED]> wrote: > > Hi Everyone, > > I have a none java project, I would like to package the project as a zip > f

m2 how to package nonjava project as zip file

2006-04-22 Thread Gautham Pamu
Hi Everyone, I have a none java project, I would like to package the project as a zip file.Are there any plugins to create this zip file. Do I have to use the antrun plugin for it or are they any plexus archiver plugins which can create a zip file.

Re: Which century are you guys in?

2006-04-22 Thread Brett Porter
If you file a JIRA under http://jira.codehaus.org/browse/MNG (component: Errors), we'll happily improve that. There was a cyclic reference - the docbook plugin appears to include itself. - Brett On 4/23/06, Martin West <[EMAIL PROTECTED]> wrote: > Another really helpful message > > org.apache.ma

Which century are you guys in?

2006-04-22 Thread Martin West
Another really helpful message org.apache.maven.BuildFailureException: The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='com.objectgizmos:maven-docbook-plugin'}' and 'Vertex{label='com.objectgizmos:maven-docbook-plugin'}' introduces to cycle in the graph com.obje

Re: Maven beginner: A few problems

2006-04-22 Thread Gwyn
Alexandre Poitras wrote: > > On 4/22/06, Tommy Svensson <[EMAIL PROTECTED]> wrote: >> I've read what documentation I can find on the Maven home page, but it >> is unfortunately not very helpful. > > ... > > http://docs.codehaus.org/display/MAVENUSER/The+Maven+2+tutorial. > > The tutorial'

Re: Using profile property from settings.xml in plugin with requiresProject=false

2006-04-22 Thread Aaron Anderson
Hmm, I am running 2.0.3 I did some additional debugging and opened up a JIRA issue about the profiles not being loaded in the standaloneSuperProject http://jira.codehaus.org/browse/MNG-2236 Thanks for your help! it is greatly appreciated Alexandre Poitras <[EMAIL PROTECT

Re: Re: [m2] Where are sources for org.codehaus.mojo->changes-maven-plugin

2006-04-22 Thread Arik Kfir
hi, well both work for me, perhaps you are behind a firewall or something of the sort that blocks it. anyway, goodluck :) On 4/22/06, Fredy <[EMAIL PROTECTED]> wrote: > > Hi, > don't work! > > Now i've tried: > > http://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-changes-plugin > > it w

Re: Using profile property from settings.xml in plugin with requiresProject=false

2006-04-22 Thread Alexandre Poitras
It is fix in the version 2.0.1 so ensure you use the latest one :) http://jira.codehaus.org/browse/MPH-11 On 4/22/06, Aaron Anderson <[EMAIL PROTECTED]> wrote: > I get a build error: > > [INFO] Cannot execute mojo: effective-settings. It requires a project with > an ex > isting pom.xml, but the

Re: Re: [m2] Where are sources for org.codehaus.mojo-> changes-maven-plugin

2006-04-22 Thread Fredy
Hi, don't work! Now i've tried: http://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-changes-plugin it works! Hope it is an actual version Fredy -Ursprüngliche Nachricht- Von: "Maven Users List" Gesendet: 22.04.06 18:56:45 An: "Maven Users List" Betreff: Re: Re: [m2] Where ar

Re: Re: [m2] Where are sources for org.codehaus.mojo->changes-maven-plugin

2006-04-22 Thread Arik Kfir
strange - works fine for meare you sure you've copied it properly? perhaps you've copied it with a new-line character? On 4/22/06, Fredy <[EMAIL PROTECTED]> wrote: > > Hi Arik, > > i've problems to connect to " > http://svn.apache.org/viewcvs.cgi/maven/sandbox/plugins/maven-changes-plugin/ > "

Re: Re: [m2] Where are sources for org.codehaus.mojo-> changes-maven-plugin

2006-04-22 Thread Fredy
Hi Arik, i've problems to connect to "http://svn.apache.org/viewcvs.cgi/maven/sandbox/plugins/maven-changes-plugin/";. Take a look on the error message attached. What does 301 Moved means? Is it moved ;-) Thanks Fredy -Ursprüngliche Nachricht- Von: "Maven Users List" Gesendet: 22.04.0

Re: Re: [m2] Where are sources for org.codehaus.mojo->changes-maven-plugin

2006-04-22 Thread Arik Kfir
yes, that would be " http://svn.apache.org/viewcvs.cgi/maven/sandbox/plugins/maven-changes-plugin/ " as for the site - it is not yet deployed, because the plugin has recently moved from the mojo project. I think it will be deployed sometime soon. In the mean time, you can checkout the sources, and

Re: Using profile property from settings.xml in plugin with requiresProject=false

2006-04-22 Thread Aaron Anderson
I get a build error: [INFO] Cannot execute mojo: effective-settings. It requires a project with an ex isting pom.xml, but the build is not using one. Alexandre Poitras <[EMAIL PROTECTED]> wrote: What does "mvn help:effective-settings" output? On 4/20/06, Aaron Anderson wrote: > I am

Re: [m2] Where are sources for org.codehaus.mojo->chan ges-maven-plugin

2006-04-22 Thread Fredy
And maybe a site withe the desciption? Fredy -Ursprüngliche Nachricht- Von: "Maven Users List" Gesendet: 22.04.06 18:34:04 An: "Maven Users List" Betreff: Re: [m2] Where are sources for org.codehaus.mojo->changes-maven-plugin hi Fredy, they are currently in the sandbox: svn checkou

Re: Re: [m2] Where are sources for org.codehaus.mojo-> changes-maven-plugin

2006-04-22 Thread Fredy
Do you know the svn url? Fredy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] Where are sources for org.codehaus.mojo->changes-maven-plugin

2006-04-22 Thread Arik Kfir
hi Fredy, they are currently in the sandbox: svn checkout https://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-changes-plugin enjoy! On 4/22/06, Fredy <[EMAIL PROTECTED]> wrote: > > Hi, > i can find the sources! Are they moved? > > Fredy > >

[m2] Where are sources for org.codehaus.mojo->changes-maven-plugin

2006-04-22 Thread Fredy
Hi, i can find the sources! Are they moved? Fredy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Using properties in settings.xml

2006-04-22 Thread Arik Kfir
Hi, I'm trying to deploy my maven site to a server (using "mvn site site:deploy"), with private-key authentication. My settings.xml has a definition, like this: myserver ${user.home}/.ssh/id_dsa Note the "${user.home}" property. The wagon-ssh does not i

Re: jboss:deploy Issue

2006-04-22 Thread Wayne Fay
You've got >![CDATA[[ Try >![CDATA[ Hopefully that will work... CDATA section basically tells XML "hey this next section is not XML-compliant, its just a string, please don't parse it and just keep it as-is". Wayne On 4/22/06, RobJac <[EMAIL PROTECTED]> wrote: > > Sorry wayne, but i did not act

Re: m2 Can a web project depend on source code from other web project

2006-04-22 Thread Alexandre Poitras
Well my first guess would be it has something to do with the dependency "type" element (Maven probably set it automatically as a war dependency). Another value would maybe solve the problem but I don't know for sure. I suggest you to do some reseach in the archive of this list or maybe some other p

Re: m2 Can a web project depend on source code from other web project

2006-04-22 Thread Gautham Pamu
Hi Alexandre, Thanks Alexandre for responding to my question. Even I follow that rule, for common code, I try to have a project for it and use it across web projects but this project was created by another developer. if possible I don't want to change it for this iteration, later I will definitel

Re: Jira Changes plugin

2006-04-22 Thread John Allen
A simple fix for this is to patch the plugin to support an explicit jiraUrl configuration property which, if defined, is used in preference to the to generate the correct XML based page link.We did this in 5 minutes to enable the JIRA report to be included in a recent demo - I'll create a JIRA

Re: jboss:deploy Issue

2006-04-22 Thread RobJac
Sorry wayne, but i did not actually understand what you meant here, I corrected my deployUrlPath tag as ![CDATA[[/jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=deploy&argType=java.net.URL&arg0=?and=yes]] and iam still getting the same parse exce

Re: Maven beginner: A few problems

2006-04-22 Thread Wendy Smoak
On 4/22/06, Tommy Svensson <[EMAIL PROTECTED]> wrote: > When I used Ant to build my project I made the 2 generators executable > with java -jar by supplying a Main-Class and Class-path entries in the > MANIFEST.MF file of the jar files. Put MANIFEST.MF in src/main/resources/META-INF and it will a

Re: Maven beginner: A few problems

2006-04-22 Thread Alexandre Poitras
On 4/22/06, Tommy Svensson <[EMAIL PROTECTED]> wrote: > Hello, > > From reading the information on the maven web and trying the plugins > for NetBeans and Eclipse I was quickly sold on Maven, and decided to > give it a try by converting an old very simple project with 4 parts into > maven projects

Maven beginner: A few problems

2006-04-22 Thread Tommy Svensson
Hello, From reading the information on the maven web and trying the plugins for NetBeans and Eclipse I was quickly sold on Maven, and decided to give it a try by converting an old very simple project with 4 parts into maven projects. The four parts of my project are: A library, 1 code generat

Re: [m2] PDF output with the site plugin

2006-04-22 Thread Alexandre Poitras
Maybe you should ask this question on the developer list. But my guess would be it is linked to Doxya current state. On 4/21/06, Mikael Andersson <[EMAIL PROTECTED]> wrote: > Hi, > just saw a plugin matrix confluence page and it said that PDF output for the > maven2 site pugin is planned. > I wond

Re: m2 Can a web project depend on source code from other web project

2006-04-22 Thread Alexandre Poitras
Why don't you extract the common Java code in a utility library? This is what people usually do. On 4/22/06, Gautham Pamu <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > I have strange scenario. I have two web projects, one web project A is > accesing code from another web project B. Since > RAD all

Re: combining sites of modules

2006-04-22 Thread Alexandre Poitras
Just do a quick search on the list, there was a long discussion about it just yesterday. On 4/22/06, Torsten Curdt <[EMAIL PROTECTED]> wrote: > Ok, now I got JCI split into different modules. > But how can I combine the sites of the individual modules into one? > > BTW: > > Can someone explain why

Re: jboss:deploy Issue

2006-04-22 Thread Wayne Fay
Give this a try, I think it should work for you: ![CDATA[/your/path/here?and=yes]] Wayne On 4/22/06, RobJac <[EMAIL PROTECTED]> wrote: > > I am trying to deploy an EAR from my local PC to a remote jboss server using > maven2 The plugin that i am using is jboss-maven-plugin and iam trying to do >

jboss:deploy Issue

2006-04-22 Thread RobJac
I am trying to deploy an EAR from my local PC to a remote jboss server using maven2 The plugin that i am using is jboss-maven-plugin and iam trying to do a jboss:deploy. But it throws me a parse exception for my pom xml for the tag that i have in my pom xml for this plugin. Please find below my u

combining sites of modules

2006-04-22 Thread Torsten Curdt
Ok, now I got JCI split into different modules. But how can I combine the sites of the individual modules into one? BTW: Can someone explain why there can be a situation where "mvn clean package" works and "mvn clean package site" works but "mvn clean site" - fails because of a dependency to one

Re: m2 how to package a manifest file in a jar

2006-04-22 Thread Gautham Pamu
Thanks Everyone for answering my questions. Thanks Tim Kettler for sending the code snippet to configure the manifest in the jar. Thanks Gautham Pamu On 4/22/06, dan tran <[EMAIL PROTECTED]> wrote: > > There are some discussions last couple weeks to have a maven 2 plugin to > build eclipse PDE a

m2 Can a web project depend on source code from other web project

2006-04-22 Thread Gautham Pamu
Hi Everyone, I have strange scenario. I have two web projects, one web project A is accesing code from another web project B. Since RAD allows it, the developer add the dependency on another web project in RAD. Even though I defined the dependency in pom.xml between the web projects, the second w

Re: m2 how to package a manifest file in a jar

2006-04-22 Thread dan tran
There are some discussions last couple weeks to have a maven 2 plugin to build eclipse PDE artifacts. May be you can yell out loud, the person that has the plugin may speedup the submission process to MOJO ;-) -D On 4/21/06, Tim Kettler <[EMAIL PROTECTED]> wrote: > > > > Wayne Fay schrieb: > >

Re: jetty out of memory reloading spring app

2006-04-22 Thread Jan Bartel
Dub, Your ClassCast exceptions indicate that you have a class that is loaded by your webapp's classloader (and therefore changes on each redeploy) but that is set statically on some classes that are in the system classpath (which doesn't change with each redeploy). I recently found a bug in the