Re: where are Maven 2.0 sources for download?

2005-05-24 Thread Brett Porter
Actually, looking back it would require some adjustments to get alpha-2 to bootstrap itself. While the alpha-2 release doesn't distribute a particular set of plugins, it needs them present to build itself. All the necessary info is there, it is just not in one directory. We are working thorugh the

Re: where are Maven 2.0 sources for download?

2005-05-24 Thread Kristian Nordal
On 5/25/05, Rahul <[EMAIL PROTECTED]> wrote: > > Hi Brett, > > There are like 20+ folders in SVN. > > Do I get all of them ? The tag you are interested in is probably all you need: http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0-alpha-2/ -- Kristian > Thanks, > > Rahul > >

Re: where are Maven 2.0 sources for download?

2005-05-24 Thread Rahul
Hi Brett, There are like 20+ folders in SVN. Do I get all of them ? Thanks, Rahul Brett Porter wrote: The sources are always available through SVN: http://svna.apache.org/repos/asf/maven/components/tags/ We intend to provide standalone source bundles as we get to the beta releases. -

Re: where are Maven 2.0 sources for download?

2005-05-24 Thread Brett Porter
The sources are always available through SVN: http://svna.apache.org/repos/asf/maven/components/tags/ We intend to provide standalone source bundles as we get to the beta releases. - Brett On 5/25/05, Rahul <[EMAIL PROTECTED]> wrote: > Hi, > > I don't see Maven 2.0 sources for download. Any ide

where are Maven 2.0 sources for download?

2005-05-24 Thread Rahul
Hi, I don't see Maven 2.0 sources for download. Any idea where I can download these ? Surprisingly, Maven 1.0.2 downloads section only has binaries listed as well. Am I missing something here? Cheers, Rahul - To unsubscri

[ann] continuum 1.0-alpha-2 released!

2005-05-24 Thread Jason van Zyl
The Maven team is pleased to announce the 1.0-alpha-2 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: http://maven.apache.org/continuum Continuum 1.0 fe

Re: Plugin support for Hibernate 3.0

2005-05-24 Thread Felipe Leme
On Tue, 2005-05-24 at 14:41 -0400, Jamie Bisotti wrote: > So, back to my original questions then...What is the status of the The status is basically "undefined" :-( > Hibernate plugin? Will it be updated to support 3.0 sometime soon? I've been too busy lately and haven't realized this last co

RE: Building webapp help

2005-05-24 Thread David Jackman
Do these files need to be in the classpath for any other reason (e.g. running tests)? If not, then I'd say move them out of src/main/resources and into src/webapp[WEB-INF]. The war plugin will copy everything in src/webapp into the war (including directory structure). ..David.. -Original Me

Re: Building webapp help

2005-05-24 Thread Charles Daniels
Put those files under src/webapp/WEB-INF and the war goal will put them in the right place. On 5/24/05, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: > Hello. As I said in a past email (from a different account though :P) > I'm starting with maven. And I'm migrating from ant, so I'm doing > everthi

Building webapp help

2005-05-24 Thread Vinicius Carvalho
Hello. As I said in a past email (from a different account though :P) I'm starting with maven. And I'm migrating from ant, so I'm doing everthing in "baby steps". Ok I got maven eclipse just fine, now I have maven war (which resolves my dependency problems, oops, I know maven is not only about that

javadoc and jxr generation

2005-05-24 Thread Adrian Herscu
Hi all, maven-javadoc-plugin-1.7 and maven-jxr-plugin-1.4.2 cannot find the their "stylesheet.css". Here is the output: E:\Documents\bmf1972\CC_WORK\checkout\test>maven -e site __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1

Re: Plugin support for Hibernate 3.0

2005-05-24 Thread vito
On Tue, 2005-05-24 at 14:41 -0400, Jamie Bisotti wrote: > No problem; however, our build team isn't crazy about non-released plugins. > > So, back to my original questions then...What is the status of the > Hibernate plugin? Will it be updated to support 3.0 sometime soon? > > On 5/24/05, Graham

Re: Plugin support for Hibernate 3.0

2005-05-24 Thread Jamie Bisotti
No problem; however, our build team isn't crazy about non-released plugins. So, back to my original questions then...What is the status of the Hibernate plugin? Will it be updated to support 3.0 sometime soon? On 5/24/05, Graham King <[EMAIL PROTECTED]> wrote: > Yes sorry I forgot. I had to pa

Problem with strutsconfigxml piece of webdoclet piece of xdoclet plugin for maven

2005-05-24 Thread AAKhopkar
Hi, I am using xdoclet1.2.3 I have the apache module setup as a dependency. However, when I run webdoclet, no struts-config file is generated. I do have the apache module as a dependency. Here's a snippet: xdoclet 1.2.3 xdoclet xdoclet-web-module

Re: scm svn cruisecontrol issue

2005-05-24 Thread Adrian Herscu
Brett, Here is another issue the seems similar - apparently, there are some plugins which are not able to find their resources. maven-jxr-plugin:report [mkdir] Created dir: E:\Documents\bmf1972\CC_WORK\checkout\test\target\docs\xref [echo] BUILD FAILED File.. D:\Documents and Settings\b

Re: scm svn cruisecontrol issue

2005-05-24 Thread Adrian Herscu
Hi Brett, Found nothing relevant. Adrian. Brett Porter wrote: While I don't remember immediately, I have seen this before. Maybe search the archives? On 5/24/05, Adrian Herscu <[EMAIL PROTECTED]> wrote: For debugging I've added two elements it the "cruisecontrol:configure" goal: ${pl

Re: Plugin support for Hibernate 3.0

2005-05-24 Thread Graham King
Yes sorry I forgot. I had to patch the plugin. See here: http://jira.codehaus.org/browse/MPHIBERNATE-14 I used the version2and3comat.diff. Jamie Bisotti wrote: I haven't tried it, but I was under the impression that Hibernate 3.0's repackaging broke the plug-in. Is that incorrect? On 5/24/

Re: Plugin support for Hibernate 3.0

2005-05-24 Thread Jamie Bisotti
I haven't tried it, but I was under the impression that Hibernate 3.0's repackaging broke the plug-in. Is that incorrect? On 5/24/05, Graham King <[EMAIL PROTECTED]> wrote: > Jamie, > > We use the hibernate:schema-export task with Hibernate 3.0 in exactly > the same way as we did for hiberna

Re: Plugin support for Hibernate 3.0

2005-05-24 Thread Graham King
Jamie, We use the hibernate:schema-export task with Hibernate 3.0 in exactly the same way as we did for hibernate 2.1.6. I'm not sure about any other part of the Hibernate plugin. Graham. Jamie Bisotti wrote: What is the status of the Hibernate plugin? Will it be updated to support 3.0

Re: [repost] dependency on a dll - ${version} in pom possible?

2005-05-24 Thread Brett Porter
On 5/25/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > What do you mean? I should put a version in the name of my dll? I > can't do that. Other programs depend on that dll and I don't have > control over them to force them to use a version number in the name. > Which leaves using as my only option,

Plugin support for Hibernate 3.0

2005-05-24 Thread Jamie Bisotti
What is the status of the Hibernate plugin? Will it be updated to support 3.0 sometime soon? -- Jamie Bisotti Software Engineer Lexmark International, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Flatten resource location on copy

2005-05-24 Thread Jamie Bisotti
My source tree looks like the following: src/conf/foo1/blah1.properties src/conf/foo2/blah2.properties ... src/conf/fooN/blahN.properties ... and I'd like for the target tree to look like the following: target/classes/blah1.properties target/classes/blah2.properties ... tar

Re: scm svn cruisecontrol issue

2005-05-24 Thread Brett Porter
While I don't remember immediately, I have seen this before. Maybe search the archives? On 5/24/05, Adrian Herscu <[EMAIL PROTECTED]> wrote: > For debugging I've added two elements it the > "cruisecontrol:configure" goal: > > ${plugin.resources} > ${maven.cruisecontrol.template} > > T

Re: xdoclet:hibernatedoclet help

2005-05-24 Thread Anatol Pomozov
To be honest I don't know the answer to your question but as solution I could suggest to try xdoclet2. It works perfect with maven. On 5/24/05, Craig McDaniel <[EMAIL PROTECTED]> wrote: > I am trying to use the xdoclet hibernate module in my project, but > when I run "maven xdoclet:hibernatedoclet

xdoclet:hibernatedoclet help

2005-05-24 Thread Craig McDaniel
I am trying to use the xdoclet hibernate module in my project, but when I run "maven xdoclet:hibernatedoclet" nothing happens (it just prints "BUILD SUCCESSFUL"). Here are the relevant entries in project.properties: maven.xdoclet.hibernatedoclet.destDir=${maven.build.dir}/xdoclet/hibernatedoclet m

Re: scm svn cruisecontrol issue

2005-05-24 Thread Adrian Herscu
For debugging I've added two elements it the "cruisecontrol:configure" goal: ${plugin.resources} ${maven.cruisecontrol.template} The output is: cruisecontrol:configure: [echo] D:\Documents and Settings\bmf1972\.maven\cache\maven-cruisecontrol-pl ugin-1.6\plugin-resources [ec

Re: [repost] dependency on a dll - ${version} in pom possible?

2005-05-24 Thread Brett Porter
On 5/24/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > > > > > >nativeAccessJni > >nativeAccessJni.dll > >1.0-SNAPSHOT > >1.0-SNAPSHOT/nativeAccessJni.dll > >dll > > Why do you need to modify the path name here? The tag is deprecated, see: http://maven.apache.org/faq.html#unv

Re: scm svn cruisecontrol issue

2005-05-24 Thread Adrian Herscu
Here is a good tutorial - copied from the "cruise-control.user" newsgroup: +++ I've managed to get SVN and Maven and CC working together. For those interested. My config.xml file is given below. Every 30 secs CC checks for up

Re: release-plugin - deprecated?

2005-05-24 Thread Nicolas Chalumeau
On 5/24/05, Maciej Zywno <[EMAIL PROTECTED]> wrote: > Hi, > > I wanted to use the release plugin. I can see that it is deprecated. > What plugin is the successor of it? The scm plugin have some useful goal in your case : http://maven.apache.org/reference/plugins/scm/releasing.html Nicolas > >

release-plugin - deprecated?

2005-05-24 Thread Maciej Zywno
Hi, I wanted to use the release plugin. I can see that it is deprecated. What plugin is the successor of it? Regards, Maciek - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem with installing ejb jar file to Maven Local or central repository

2005-05-24 Thread deepa.muthukumar
Hi, Scenario: The project.xml file contains the following: newsletter newsletter newsletter 1.0 The maven.xml calls the ejb:ejb goal to create an ejb jar newsletter-1.0.jar. I had renamed the jar file as n

RE: [clover plugin] Error on executing clover:off

2005-05-24 Thread Vincent Massol
Hi Wim, Yes, this is a bug unfortunately. See http://jira.codehaus.org/browse/MPCLOVER-38, just entered by Julien. I think this bug only happens when you specify the test.skip=true property. Is that the case with your build? Thanks -Vincent > -Original Message- > From: Wim Deblauwe [mai

RE: [clover plugin] Error on executing clover:off

2005-05-24 Thread Vincent Massol
Hi Wim, Yes, this is a bug unfortunately. See http://jira.codehaus.org/browse/MPCLOVER-38, just entered by Julien. I think this bug only happens when you specify the test.skip=true property. Is that the case with your build? Thanks -Vincent > -Original Message- > From: Wim Deblauwe [mai

[clover plugin] Error on executing clover:off

2005-05-24 Thread Wim Deblauwe
Hi, I get the following error when using the new clover plugin 1.9 in a multiproject. I get this error at the end of the first project (when not ignoring errors: Unable to obtain goal [site:deploy] -- C:\Documents and Settings\WIMD\.maven\cache\maven-clover-plugin-1.9\plugin.jelly:225:113: You m

cvs checkout

2005-05-24 Thread teknokrat
Trying to set up my first maven project. I want to check the code out of cvs. What do I need to do? Where do i place the password for cvs? Is there any uptodate information on this? thanks - To unsubscribe, e-mail: [EMAIL PRO

[repost] dependency on a dll - ${version} in pom possible?

2005-05-24 Thread Wim Deblauwe
Nobody? 2005/5/23, Wim Deblauwe <[EMAIL PROTECTED]>: > Hi, > > I have this dependency I want to specify on a dll: > > >nativeAccessJni >nativeAccessJni.dll >1.0-SNAPSHOT >1.0-SNAPSHOT/nativeAccessJni.dll >dll > > > This works fine, but the version number is in there twice.

RE: [dashboard plugin] Totals of a percentage?

2005-05-24 Thread Vincent Massol
Hi Wim, Yes, this was intended. I agree that an average would be nicer. Feel free to open a JIRA issue (and possible attach a patch ;-)). Thanks for the suggeestion -Vincent > -Original Message- > From: Wim Deblauwe [mailto:[EMAIL PROTECTED] > Sent: mardi 24 mai 2005 10:30 > To: Maven Us

RE: [dashboard plugin] Totals of a percentage?

2005-05-24 Thread Vincent Massol
Hi Wim, Yes, this was intended. I agree that an average would be nicer. Feel free to open a JIRA issue (and possible attach a patch ;-)). Thanks for the suggeestion -Vincent > -Original Message- > From: Wim Deblauwe [mailto:[EMAIL PROTECTED] > Sent: mardi 24 mai 2005 10:30 > To: Maven Us

[dashboard plugin] Totals of a percentage?

2005-05-24 Thread Wim Deblauwe
Hi, just tried the new dashboard 1.8 plugin. For columns where the total is a percentage (e.g. Clover coverage percentage), the total shows N/A. Is this the intended behaviour? Wouldn't it be nicer to provide an average? regards, Wim -

[SOLVED]: Forcing 'dist:build' to invoke 'multiproject:site' instead of plain 'site'?

2005-05-24 Thread Michael Niemaz
I manged to do it by subclassing 'site:generate' the such as: Wonder if it's the best way to do it though ... --mike Michael Niemaz wrote: Hi all, I am playing with the reactor tag and it works great. All I do is generate a zip file containing my sub-projects war files by

Forcing 'dist:build' to invoke 'multiproject:site' instead of plain 'site'?

2005-05-24 Thread Michael Niemaz
Hi all, I am playing with the reactor tag and it works great. All I do is generate a zip file containing my sub-projects war files by postgoaling the dist:prepare-bin-filesystem goal. Now, the associated documentation when launching 'maven dist:build' is the one generated for the master pro

RE: scm svn cruisecontrol issue

2005-05-24 Thread Vincent Massol
> -Original Message- > From: Carlos Sanchez [mailto:[EMAIL PROTECTED] > Sent: mardi 24 mai 2005 03:14 > To: Sebastien Arbogast; Maven Users List > Subject: Re: scm svn cruisecontrol issue > > July > http://www.oreilly.com/catalog/mavenadn/ They say July to be safe but we're planning to

RE: scm svn cruisecontrol issue

2005-05-24 Thread Vincent Massol
> -Original Message- > From: Carlos Sanchez [mailto:[EMAIL PROTECTED] > Sent: mardi 24 mai 2005 03:14 > To: Sebastien Arbogast; Maven Users List > Subject: Re: scm svn cruisecontrol issue > > July > http://www.oreilly.com/catalog/mavenadn/ They say July to be safe but we're planning to

RE: scm svn cruisecontrol issue

2005-05-24 Thread Vincent Massol
> -Original Message- > From: Arik Kfir [mailto:[EMAIL PROTECTED] > Sent: mardi 24 mai 2005 03:32 > To: Maven Users List; [EMAIL PROTECTED] > Subject: Re: scm svn cruisecontrol issue > > now I *know* I'm gonna buy it :) :-) Thanks -Vincent > > - Original Message - > From: "Car

RE: scm svn cruisecontrol issue

2005-05-24 Thread Vincent Massol
> -Original Message- > From: Arik Kfir [mailto:[EMAIL PROTECTED] > Sent: mardi 24 mai 2005 03:32 > To: Maven Users List; [EMAIL PROTECTED] > Subject: Re: scm svn cruisecontrol issue > > now I *know* I'm gonna buy it :) :-) Thanks -Vincent > > - Original Message - > From: "Car