Re: maven jar plugin: Manifest Entries?

2005-12-30 Thread Man-Chi Leung
this is my pom, it works fine! org.apache.maven.plugins maven-jar-plugin

[m2] anyone is doing m2 with cruisecontrol?

2005-12-30 Thread Man-Chi Leung
in my case, I tried to download continuum on my MacOSX and Solaris. very sadly, Continuum did not even start it up, without any error message!!! so, I think I have only one choice , thinking to integrate m2 with cruise control now anyone has a success story? btw, what is the different bet

Re: maven jar plugin: Manifest Entries?

2005-12-30 Thread Alexandre Poitras
And I think to add custom entries, you need to write them in a base manifest file wich you specify to be added to the generated manifest file. You just need to add this line to your plugin configuration : /path/to/MANIFEST.MF On 12/30/05, Alexandre Poitras

Re: maven jar plugin: Manifest Entries?

2005-12-30 Thread Alexandre Poitras
>From your example, I am guessing you are looking for a way to specify the classpath. If that the case, you work too hard. Maven is all about laziness and of course it can generate the class path for you : org.apache.maven.plugins maven-jar-plugin

RE: Id of company repository

2005-12-30 Thread Brian E. Fox
The maven-proxy configuration is completely separate from the settings.xml You want to set a mirror of central on each dev machine. This will redirect everything (except snapshots because the superpom has snapshots=false. If you need snapshots, you'll have to add a repository to the settings or pom

Re: auto download plugins from remote repo NOT central

2005-12-30 Thread Eric Redmond
I have been having the same issue. On 12/29/05, Ryan Marsh <[EMAIL PROTECTED]> wrote: > > John, > > for some reason the pluginRepositories that i have put in > settings.xml are not getting used to look for plugins. i know the > syntax is correct and the profile is active. what is the other > missi

Re: How to use continuum with Maven2? - Please Help

2005-12-30 Thread dan tran
continuum uses maven-scm-provider-clearcase to create new view only once. For every build, it only fetches the changes before each build. -D On 12/30/05, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Thanks again for the reply > > In that case is it mean that every time continuum tries to b

[m2] maven-eclipse-plugin and subversion

2005-12-30 Thread Srepfler Srgjan
Is it possible that if I do mvn eclipse:eclipse that my project would get disconnected from the subversion repository? What would be the approach to avoid this kind of behavior? Thanks Srgjan - To unsubscribe, e-mail: [EMAIL PR

Re: How to use continuum with Maven2? - Please Help

2005-12-30 Thread raghurajan . x . gurunathan
Thanks again for the reply In that case is it mean that every time continuum tries to build it will create new view?? so everytime after the build i have to go an remove the view?? Or continuum works in different way ??? How do i add multimodule url to the continuum ? can anyone please give me

Re: How to use continuum with Maven2? - Please Help

2005-12-30 Thread dan tran
the provided view in your pom's configuration already created in clearcase db, you will need to remove it first. or provide a brand new view name. -Dan On 12/30/05, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Ok guys, > > I think its got improved little now > > when i use > > >

Re: How to use continuum with Maven2? - Please Help

2005-12-30 Thread raghurajan . x . gurunathan
Ok guys, I think its got improved little now when i use scm|clearcase|Raghu_dev_prj|Shop gettin the error Provider message: The cleartool command failed. Command output: --- cleartool: Err

RE: url in comments

2005-12-30 Thread Michael Fiedler
so sorry, please disregard! I need to fix my syntax first. Sent: Friday, December 30, 2005 3:20 PM To: users@maven.apache.org Subject: url in comments Hi, I am trying to add a url to the ciManagement/system value. < and > are not working. is not working. Does anyone have a recomm

maven jar plugin: Manifest Entries?

2005-12-30 Thread Jochen Wiedmann
Hi, how do I add manifest entries to the generated Jar file? I have tried various things in the style of maven-jar-plugin Name org/apache/xmlrpc/

Re: How to use continuum with Maven2? - Please Help

2005-12-30 Thread dan tran
did you setup your viewstore according to the link? -D On 12/30/05, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > All Thanks again, > > Here after going thru url format i changed it like this > > > scm|clearcase|C:\views\Raghu_dev_prj|Shop > > > Here C:\views is where my views

url in comments

2005-12-30 Thread Michael Fiedler
Hi, I am trying to add a url to the ciManagement/system value. < and > are not working. is not working. Does anyone have a recommendation on how to place into the POM? ... This project uses Continuum 1.0.2 for its continuou

Re: [M2] How can I include a JAR in my test (build and run) classpath

2005-12-30 Thread Alexandre Poitras
On 12/30/05, Huw Roberts <[EMAIL PROTECTED]> wrote: > Hi All, [note newby] > 1. I've been given a third-party jar which forms part of the acceptance > tests that need to be run for my deliverable. This jar needs to be > available for compilation and run of my tests. I don't think the jar > reall

[M2] How can I include a JAR in my test (build and run) classpath

2005-12-30 Thread Huw Roberts
Hi All, [note newby] 1. I've been given a third-party jar which forms part of the acceptance tests that need to be run for my deliverable. This jar needs to be available for compilation and run of my tests. I don't think the jar really belongs in my repository because it's not really a deliv

Re: How to use continuum with Maven2? - Please Help

2005-12-30 Thread raghurajan . x . gurunathan
All Thanks again, Here after going thru url format i changed it like this scm|clearcase|C:\views\Raghu_dev_prj|Shop Here C:\views is where my views are there Raghu is the user name _dev_prj : project name Shop : module name where my pom.xml als

Re: Multiproject site

2005-12-30 Thread Srepfler Srgjan
Brett Porter wrote: I wanted to compliment you on a job well done with this site - it's great! - Brett Fabrizio is a genius, he's an early adopter of maven 2 (I guess he should be a model for all) and his displaytag* library is just great. I can't wait for 1.1 to go official. Buon lavoro e

Re: Multiproject site

2005-12-30 Thread Brett Porter
On 12/31/05, Fabrizio Giustina <[EMAIL PROTECTED]> wrote: > While waiting for this solution to be implemented there are possible > workarounds to make a multiproject site work. > The majority of these are now implemented for testing. > This is the result, you can look to sources in cvs to see how

Re: How to use continuum with Maven2? - Please Help

2005-12-30 Thread dan tran
use http://maven.apache.org/scm/clearcase.html to configure your cleasecase. -D On 12/30/05, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Thanks for your reply, > > i tried that but still getting some error, > > I have clearcase and lets say my views are in c:\views folder > > >sc

Re: How to use continuum with Maven2? - Please Help

2005-12-30 Thread Emmanuel Venisse
Do you have look at scm url format for clearcase? http://maven.apache.org/scm/clearcase.html Emmanuel [EMAIL PROTECTED] a écrit : Thanks for your reply, i tried that but still getting some error, I have clearcase and lets say my views are in c:\views folder scm:clearcase:/views/

Re: Multiproject site

2005-12-30 Thread Fabrizio Giustina
On 12/30/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > Is this the right one? The section is commented out. > http://cvs.sourceforge.net/viewcvs.py/displaytag/displaytag-doc/pom.xml?view=markup see http://cvs.sourceforge.net/viewcvs.py/displaytag/displaytag/pom.xml?view=markup the ant task is co

RE: How to use continuum with Maven2? - Please Help

2005-12-30 Thread raghurajan . x . gurunathan
Thanks for your reply, i tried that but still getting some error, I have clearcase and lets say my views are in c:\views folder scm:clearcase:/views/ and in my pom.xml ciManagement section i have continuum http://localhost:8080/continuum

Re: How to use continuum with Maven2? - Please Help

2005-12-30 Thread Emmanuel Venisse
http://maven.apache.org/continuum/guides/getting-started/index.html [EMAIL PROTECTED] a écrit : Hi, Is there and kind of document which describes the steps to integrate Continuum with Maven2.? Or Can anyone provide me how to do this with some sample pom ? Thanks, =

Re: Multiproject site

2005-12-30 Thread Wendy Smoak
On 12/30/05, Fabrizio Giustina <[EMAIL PROTECTED]> wrote: > After playing with different solutions I am pretty happy with the > result of having a single site.xml file, with statically-linked > reports, copied to all child modules using the maven-antrun-plugin > during the site goal. > > This is t

Re: Multiproject site

2005-12-30 Thread Fabrizio Giustina
While waiting for this solution to be implemented there are possible workarounds to make a multiproject site work. After playing with different solutions I am pretty happy with the result of having a single site.xml file, with statically-linked reports, copied to all child modules using the maven-

Re: [m2] bootstraping fails if 'settings.xml' has a repository with 'scpexe' url

2005-12-30 Thread Arik Kfir
sure: http://jira.codehaus.org/browse/MNG-1907 On 12/30/05, Brett Porter <[EMAIL PROTECTED]> wrote: > can you put it in JIRA? > > On 12/31/05, Arik Kfir <[EMAIL PROTECTED]> wrote: > > any chance it would be bundled in 2.0.2? > > > > On 12/30/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > > I gues

Re: [m2] bootstraping fails if 'settings.xml' has a repository with 'scpexe' url

2005-12-30 Thread Brett Porter
can you put it in JIRA? On 12/31/05, Arik Kfir <[EMAIL PROTECTED]> wrote: > any chance it would be bundled in 2.0.2? > > On 12/30/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > I guess all of the integration tests should override settings.xml. Bit > > of a pain WRT local repository and all though

Re: [m2] bootstraping fails if 'settings.xml' has a repository with 'scpexe' url

2005-12-30 Thread Arik Kfir
any chance it would be bundled in 2.0.2? On 12/30/05, Brett Porter <[EMAIL PROTECTED]> wrote: > I guess all of the integration tests should override settings.xml. Bit > of a pain WRT local repository and all though. > > I agree that bundling scpexe might be a wise choice. > > - Brett > > On 12/31/

RE: How to use continuum with Maven2? - Please Help

2005-12-30 Thread Dixit, Sandeep (ProSource Solutions)
Below is a sample ciManagement and scm tags from my pom.xml. Once you add this to the pom.xml, simply import or point to the pom url in continuum as per the user guide. scm|local|C:/proj_folder|module_folder continuum mail [EMAIL PROTECTED] Hope this he

How to use continuum with Maven2? - Please Help

2005-12-30 Thread raghurajan . x . gurunathan
Hi, Is there and kind of document which describes the steps to integrate Continuum with Maven2.? Or Can anyone provide me how to do this with some sample pom ? Thanks, === Raghurajan Gurunathan | ===

Re: [m2] bootstraping fails if 'settings.xml' has a repository with 'scpexe' url

2005-12-30 Thread Brett Porter
I guess all of the integration tests should override settings.xml. Bit of a pain WRT local repository and all though. I agree that bundling scpexe might be a wise choice. - Brett On 12/31/05, Arik Kfir <[EMAIL PROTECTED]> wrote: > Hi, > > The IT tests fail with exceptions stating that "Unsupport

[m2] bootstraping fails if 'settings.xml' has a repository with 'scpexe' url

2005-12-30 Thread Arik Kfir
Hi, The IT tests fail with exceptions stating that "Unsupported Protocol: 'scpexe': Cannot find wagon which supports the requested protocol: scpexe" Of course they're right since the wagon ssh-external is not bundled by default in maven. The question is: why? It's only a few kb and the benefit is

Re: Where's 2.0.2?

2005-12-30 Thread Brett Porter
On 12/31/05, Daniel Kulp <[EMAIL PROTECTED]> wrote: > surefire: the whole forkmode thing. We need the forkmode pertest to > work.This is a "must be released" thing. I think its MSUREFIRE-20. Ok, I've been a bit out of the loop on this one - I thought that made it into 2.1.1. > antrun: the

Re: Where's 2.0.2?

2005-12-30 Thread Daniel Kulp
Brett, > > However, 2.0.1 and several of the released > > plugins (surefire, antrun, compile, etc...) don't work for our builds > > and we need the updates in order to build. > Can you please list these JIRA issues out. We don't have plans to > release any of these three before 2.0.2. I'm not sur

Re: Multiproject site

2005-12-30 Thread Brett Porter
All this is covered, I think. http://docs.codehaus.org/display/MAVEN/Sites+and+Inheritence - Brett On 12/31/05, Geoffrey <[EMAIL PROTECTED]> wrote: > Nice :) > > This is a long awaited feature for me. > > How far did you go for the site navigation issues never solved in maven 1? > > All modules

[m2] Happy New Year

2005-12-30 Thread Srepfler Srgjan
We appreciate very much all the fine work that came out this 2005. You are doing a really nice framework and I hope it'll be even livelier during 2006. I hope that you'll evangelize more it's use especially among apache projects and that you'll start the "circle of trust" so that the owners mig

Re: M2 jdk 1.5 suggestion

2005-12-30 Thread Brett Porter
Yet another 2.1 feature (sorry, I know I've been promising all this stuff in the next version a lot recently!) I've added a description and page for discussion: http://docs.codehaus.org/display/MAVEN/Applying+toolchain+across+plugins Maybe some of the items on that page need JIRA references or be

Re: [m2] dbMonster or dbUnit howto's

2005-12-30 Thread Srepfler Srgjan
I don't use it. In fact, I don't even know what it does. Adam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://dbmonster.kernelpanic.pl/ dbMonster is a tool which helps

Re: Where's 2.0.2?

2005-12-30 Thread Brett Porter
On 12/31/05, Daniel Kulp <[EMAIL PROTECTED]> wrote: > I don't want to sound facetious, but these kinds of responses are not > exactly useful I agree, but I think it was meant in good humour. > However, 2.0.1 and several of the released > plugins (surefire, antrun, compile, etc...) don't work

Re: Where's 2.0.2?

2005-12-30 Thread Daniel Kulp
On Friday 30 December 2005 11:23, Jesse McConnell wrote: > 2.0.2-SNAPSHOT is available on the maven-2.0.x branch in svn > release date for 2.0.2 according to trygvis is 'next year sometime' :P I don't want to sound facetious, but these kinds of responses are not exactly useful Due to escrow

Re: Where's 2.0.2?

2005-12-30 Thread Bernd Bohmann
svn co http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/ maven-2.0.x Jesse McConnell schrieb: 2.0.2-SNAPSHOT is available on the maven-2.0.x branch in svn release date for 2.0.2 according to trygvis is 'next year sometime' :P jesse On 12/30/05, Mike Perham <[EMAIL PROT

Re: Where's 2.0.2?

2005-12-30 Thread Jesse McConnell
2.0.2-SNAPSHOT is available on the maven-2.0.x branch in svn release date for 2.0.2 according to trygvis is 'next year sometime' :P jesse On 12/30/05, Mike Perham <[EMAIL PROTECTED]> wrote: > > There was talk of a quick Maven 2.0.2 to fix some critical bugs in 2.0.1 > but it's been MIA for the l

Where's 2.0.2?

2005-12-30 Thread Mike Perham
There was talk of a quick Maven 2.0.2 to fix some critical bugs in 2.0.1 but it's been MIA for the last two weeks. What's the current release plan? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

Id of company repository

2005-12-30 Thread Tom Joad
Hello all, I want to set up a two level of maven-proxy. The firts one is located on a machine with internet connection. The second one is such that it's a mirror of the first one and installed on a machine with no internet connexion. But Developpers must reference the second instead of the first.(T

Re: Multiproject site

2005-12-30 Thread Geoffrey
Nice :) This is a long awaited feature for me. How far did you go for the site navigation issues never solved in maven 1? All modules and the multiproject are part of one single website. A single website should have a single menu, not a different one for every module (although other module men

Re: Creating archetype with resources in package directory

2005-12-30 Thread Nathan Hamblen
Thanks so much, that did the trick. Docs people: It would be helpful for the archetype create page to have Milos's example, as well as that of standard resources: src/main/resources/hibernate.properties src/main/webapp/WEB-INF/web.xml Nathan Milos Kleint wrote: > hmm, not sure if

M2 jdk 1.5 suggestion

2005-12-30 Thread Daniel Kulp
A quick suggestion for Maven... It would be nice if the pom (or top level pom in a multi-project project) could contain a single element like: 1.5 or similar that configures the java level for the project. All the plugins that need that information could then use that information as the def

Re: Multiproject site

2005-12-30 Thread Koen Maes
It is supported by providing a parent pom.xml and for each project (module in maven2) a module pom.xml. then you can simply do 'maven site' to generate the multiproject (multimodule) site. see here : http://maven.apache.org/guides/mini/guide-multi-module.html On Thursday 29 December 2005 18:29,

RE: M2 changelog plugin w/ CVS (not SVN)

2005-12-30 Thread Darren Hartford
There are no changelog reports being generated (all the data is blank). As you can see by the pom.xml example I provided, I am supplying a but the changelog appears to be ignoring it and using the (which, with at least the CVS url I provided, doesn't seem to do anything). -D > -Original Mes

RE: M2: Setting up remote/internal repository

2005-12-30 Thread Law Green-A20134
Tim, Can you check ~/.m2/settings.xml file? I guess modify section. Regards, Green -Original Message- From: Tim Davies [mailto:[EMAIL PROTECTED] Sent: Friday, December 30, 2005 9:24 PM To: users@maven.apache.org Subject: M2: Setting up remote/internal repository Hi, I have been try

M2: Setting up remote/internal repository

2005-12-30 Thread Tim Davies
Hi, I have been trying to set up maven2 to use for several projects and for several developers. One of the features I am keen to make use of is my own remote or internal repository. If I run a maven build on my local machine then maven will automatically download all the required dependenc

RE: Multiproject site

2005-12-30 Thread Damien Viel
Perfect !! Thks All !! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brett Porter Sent: jeudi 29 décembre 2005 18:30 To: Maven Users List Subject: Re: Multiproject site Actually it will be available in the next release of the site plugin, which is com

Re: [m2] how to use mvn to check out from subversion?

2005-12-30 Thread Emmanuel Venisse
You can use the maven-scm plugin : http://maven.apache.org/scm/plugins/index.html Emmanuel Man-Chi Leung a écrit : how to use mvn to perform common operation for subversion? * co * update * add * move * delete * commit? may I know the plugin configure that I need to put in pom.xml? Regards,

[m2] how to use mvn to check out from subversion?

2005-12-30 Thread Man-Chi Leung
how to use mvn to perform common operation for subversion? * co * update * add * move * delete * commit? may I know the plugin configure that I need to put in pom.xml? Regards, ~manchi - To unsubscribe, e-mail: [EMAIL PROTECTED