RE: [m2] examples of xdoclet generating hibernate mappings please?

2006-01-03 Thread Mike Perham
Mick, HTH: org.codehaus.mojo xdoclet-maven-plugin generate-sources xdoclet

RE: [m2] examples of xdoclet generating hibernate mappings please?

2006-01-03 Thread Mike Perham
] - Original Message - From: "Mike Perham" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Tuesday, January 03, 2006 11:24 AM Subject: RE: [m2] examples of xdoclet generating hibernate ma

RE: [m2] examples of xdoclet generating hibernate mappings please?

2006-01-03 Thread Mike Perham
I don't see any Xdoclet tags in your java. -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 2:48 PM To: Maven Users List Subject: Re: [m2] examples of xdoclet generating hibernate mappings please? I am getting an error though: Generating m

RE: maven eclipse and wtp

2006-01-03 Thread Mike Perham
I submitted a patch with a true configuration element to the eclipse plugin. I believe it has been integrated but not released so you might try compiling the latest from SVN and seeing if that works for you. mike -Original Message- From: Kevin Galligan [mailto:[EMAIL PROTECTED] Sent: Tu

RE: [m2]release:prepare requires snapshots ?

2006-01-04 Thread Mike Perham
I think the idea is that if you are releasing an entire set of projects at once, you would want to keep their versions in sync. If you want to do what you say below (which is what we want to do also), you just do finer grained releases. You don't do recursive releases but only release those modul

RE: Where to specify fileset for multiple schema files with plugin xmlbeans for m2??

2006-01-04 Thread Mike Perham
I think you want schemaDirectory. src/schema src/schema/config.xsdconfig -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 04, 2

Releasing: a nightmare

2006-01-04 Thread Mike Perham
We are currently using snapshot builds for all our modules so changes propogate with each build. We'd like to move to a release-based development process but I cannot find a wagon transport which is stable. scp = session is down scpexe/plink = a 50k transfer takes minutes All our dev boxes are W

RE: Releasing: a nightmare

2006-01-04 Thread Mike Perham
tp works ok. We happen to just use ftp since it's either internal or over vpn. -Original Message----- From: Mike Perham [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 04, 2006 4:56 PM To: Maven Users List Subject: Releasing: a nightmare We are currently using snapshot builds for all ou

RE: Releasing: a nightmare

2006-01-04 Thread Mike Perham
ou experience the same problem outside of Maven? On 1/5/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > with m1 or m2 ? > > Arnaud > > On 1/4/06, Mike Perham <[EMAIL PROTECTED]> wrote: > > > > We are currently using snapshot builds for all our modules so > &

RE: Releasing: a nightmare

2006-01-04 Thread Mike Perham
e any faster, though - minutes for that transfer sounds very unusual. Do you experience the same problem outside of Maven? I'm hoping to take a look at the session down issue too. - Brett On 1/5/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > with m1 or m2 ? > > Arnaud &g

RE: Releasing: a nightmare

2006-01-04 Thread Mike Perham
Subject: RE: Releasing: a nightmare Never used it, but that's where I would start. Unfortunately the wagon site: http://maven.apache.org/wagon/ is pretty barren. -Original Message- From: Mike Perham [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 04, 2006 5:13 PM To: Maven Users

RE: [m2] war dependencies in ear

2006-01-05 Thread Mike Perham
http://jira.codehaus.org/browse/MWAR-9 We throw everything in /lib and exclude them from WEB-INF/lib. The WAR's MANIFEST.MF is autogenerated like so: org.apache.maven.plugins maven-war-plugin W

RE: call for testers: scp wagon

2006-01-05 Thread Mike Perham
Anyone else having problems contacting the snapshots machine below? -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 1:34 AM To: Maven Users List Subject: call for testers: scp wagon Hi, In the lead up to the 2.0.2 release, I'd like anyon

RE: call for testers: scp wagon

2006-01-05 Thread Mike Perham
Brett, I switched from sftp to scp and it appears to work! I hope all of this can be released with 2.0.2 as we are planning a company-wide migration from 2.0 to 2.0.2 once it has been released and I have tested it internally. Is there any practical difference between the two transports? Why shou

RE: Repository 'central' will be blacklisted -- any clue?

2006-01-05 Thread Mike Perham
Maybe the remote machine is down. Try a mirror or in a few hours. -Original Message- From: Karthik V [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 11:03 AM To: Maven Users List Subject: Re: Repository 'central' will be blacklisted -- any clue? yes i saw ur post at http://ww

RE: [m2] maven-eclipse-plugin and Borland Together 2006

2006-01-06 Thread Mike Perham
http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html Note the projectnatures property. -Original Message- From: Srepfler Srgjan [mailto:[EMAIL PROTECTED] Sent: Friday, January 06, 2006 12:03 PM To: Maven Users List Subject: [m2] maven-eclipse-plugin and Borland Together

RE: Using XDoclet2 Hibernate with Maven2

2006-01-06 Thread Mike Perham
I don't know of anything which does Xdoclet2. The plugin below is for Xdoclet1. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, January 06, 2006 2:21 PM To: Maven Users List Cc: Maven Users List Subject: Re: Using XDoclet2 Hibernate with Maven2 Exampl

RE: [m2] Default Maven repository (iBiblio) really slow on a consistent basis?

2006-01-09 Thread Mike Perham
http://maven.apache.org/guides/mini/guide-mirror-settings.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, January 09, 2006 1:18 PM To: users@maven.apache.org Subject: [m2] Default Maven repository (iBiblio) really slow on a consistent basis? It lo

RE: [m2] jxr plugin: wrong link to javadoc

2006-01-11 Thread Mike Perham
I believe this is fixed in svn but has not been released yet. http://jira.codehaus.org/browse/JXR-6 -Original Message- From: Alexandre Russel [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 2:43 AM To: Maven Users List Subject: [m2] jxr plugin: wrong link to javadoc Hi all,

[ANN] Maven PMD plugin 2.0-beta-1

2006-01-13 Thread Mike Perham
A new version of the PMD plugin for Maven 2 has been released. PMD is a source code quality analysis tool and the plugin allows for automated quality reports to be generated with your project's site documentation. Highlights: - Upgrade to PMD 3.4 - Report can be emitted in HTML, XML, CSV or TXT

RE: [ANN] Maven PMD plugin 2.0-beta-1

2006-01-13 Thread Mike Perham
thing I can do to get it to ignore mine or are you planning to have support anytime soon? Mike Perham wrote: >A new version of the PMD plugin for Maven 2 has been released. PMD is >a source code quality analysis tool and the plugin allows for automated >quality reports to be gener

RE: [ANN] Maven PMD plugin 2.0-beta-1

2006-01-13 Thread Mike Perham
"new" ... "null" ... "short" ... "super" ... "this" ... "true" ... "void" ... ... ... ... ... ... "(" ... "{" ... "@" ... "!" ... "~" ... "++" ... "--" ... "+" ... "-" ... --

RE: [ANN] Maven PMD plugin 2.0-beta-1

2006-01-14 Thread Mike Perham
Users List Subject: Re: [ANN] Maven PMD plugin 2.0-beta-1 Mike Perham wrote: > A new version of the PMD plugin for Maven 2 has been released. PMD is > a source code quality analysis tool and the plugin allows for > automated quality reports to be generated with your project's si

RE: Problem With Maven 2.0.2

2006-01-17 Thread Mike Perham
Bob, I got the same problem when I used a local snapshot of the site plugin. Deleting maven-site-plugin in my local repo so it used the latest release solved the problem. -Original Message- From: Allison, Bob [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 12:27 PM To: Maven Us

RE: Problem With Maven 2.0.2

2006-01-17 Thread Mike Perham
Note he said site.xml, not pom.xml. -Original Message- From: Allison, Bob [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 1:47 PM To: Maven Users List Subject: RE: Problem With Maven 2.0.2 Since the skin tag does not appear in the documentation yet, where does it belong? I tr

RE: pmd plugin m2

2006-01-18 Thread Mike Perham
Tony, pmd is a reporting plugin, not a build plugin. It does not go in . -Original Message- From: tony nys [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 4:11 AM To: Maven Users List Subject: Re: pmd plugin m2 Allen, Sorry I didn't mention it but I had this already define

RE: pmd plugin m2

2006-01-18 Thread Mike Perham
nough. You can enter the same request for the checkstyle plugin while you are at it. mike -Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 9:46 AM To: users@maven.apache.org Cc: Mike Perham Subject: Re: pmd plugin m2 On Wednesday 18 Januar

RE: pmd crashes

2006-01-18 Thread Mike Perham
Dan, these issues are usually one of two problems: 1) You did not configure the targetJdk parameter so PMD uses the wrong parser. 2) PMD parser bug. (2) would belong on the PMD mailing list, not here. -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 1

RE: Getting the maven pluggins from a local remote repository (Maven 2.0.2)

2006-01-18 Thread Mike Perham
We set up a local mirror of central in our settings.xml. See the guides for more details. -Original Message- From: LaCasse, John [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 12:40 PM To: users@maven.apache.org Subject: Getting the maven pluggins from a local remote reposit

RE: Worst documentation in the whole apache projects

2006-01-18 Thread Mike Perham
Yes. Go here http://jira.codehaus.org/browse/MNG and look through the components that start with "documentation". Pick something that interests you, write the docs for it and attach your documentation to the issue. We'll get it into the next version. An open source project is only as good as it

Clover running as part of the normal build

2006-01-18 Thread Mike Perham
How do we get the Clover report to generate as part of the normal build? If I run 'mvn clover:clover' it generates the report but does not perform the install process. If I run 'mvn site:site' with the clover report plugin, same as clover:clover. If I run 'mvn install site:site', it builds the pro

RE: Best Practice - Maven with WSAD or RAD6

2006-01-21 Thread Mike Perham
You don't say if you are using M1 or M2. For M2, we did the following to get things working with RSA6: WAR plugin config: org.apache.maven.plugins maven-war-plugin 2.0-beta-3-SNAPSHOT WebContent

RE: [m2] Next maven-war-plugin release?

2006-01-22 Thread Mike Perham
Why is your project depending on a plugin??? The project should be configuring and using the plugin but not depending on it (i.e. it should not be listed in ). -Original Message- From: Richard Wallace [mailto:[EMAIL PROTECTED] Sent: Sunday, January 22, 2006 2:54 PM To: Maven Users List S

RE: [m2] how to disable download from repo1.maven.org/maven2

2006-01-23 Thread Mike Perham
Setup a mirror of central in your settings.xml that points to your internal repository. -Original Message- From: Fredy [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 9:45 AM To: users@maven.apache.org Subject: [m2] how to disable download from repo1.maven.org/maven2 Hi all, i'

RE: [m2] Next maven-war-plugin release?

2006-01-23 Thread Mike Perham
o add this org.apache.maven.plugins maven-war-plugin 2.0-beta-3-SNAPSHOT in the to make m2 use the right version of the maven-war-plugin. Without that, it will use the released version which doesn't have the overlaying feature which I need. Rich Mi

RE: [m2] Next maven-war-plugin release?

2006-01-23 Thread Mike Perham
ility. You need to be able to check out the tag and build it again. - Brett On 1/23/06, Mike Perham <[EMAIL PROTECTED]> wrote: > I don't understand why release:prepare fails if you depend on a plugin > snapshot. That makes no sense. You should not depend on snapshots >

RE: [m2] PMD plugin, ClassNotFoundException

2006-01-27 Thread Mike Perham
Remove that rule from your ruleset. It sounds like you created that ruleset with some version of PMD < 3.4 and the PMD authors removed that rule from a later version. mike -Original Message- From: Stefan Fritz [mailto:[EMAIL PROTECTED] Sent: Friday, January 27, 2006 5:05 AM To: Maven Us

RE: Maven integration with WAS5

2006-01-31 Thread Mike Perham
For websphere 6 I've found that bypassing the IDE integration and using Websphere Rapid Deploy is the most reliable process so far. My ear build just copies the EAR to the WRD directory and it is auto-reloaded. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: Maven integration with WAS5

2006-01-31 Thread Mike Perham
ound) How about disabling it. How is that done? Thanks. -- Lee Meador On 1/31/06, Mike Perham <[EMAIL PROTECTED]> wrote: > > For websphere 6 I've found that bypassing the IDE integration and > using Websphere Rapid Deploy is the most reliable process so far. My > ear bui

RE: [m2] binding mojos to lifecycle

2006-01-31 Thread Mike Perham
Look at it the other way. You've told maven that you are interested in having this plugin execute at some point during your lifecycle but you haven't defined which GOAL to execute. Remember a plugin can have N goals. Maven should use the goal's default phase if you don't specify the element of

RE: [m2] binding mojos to lifecycle

2006-01-31 Thread Mike Perham
#x27;m not sure I follow - I specify the "@phase" inside my mojo (which is basically a goal, right?) so as-far-as-I-understand maven should know which goal to invoke... On 2/1/06, Mike Perham <[EMAIL PROTECTED]> wrote: > Look at it the other way. You've told maven that yo

RE: [m2] phases and goals

2006-01-31 Thread Mike Perham
Best I know of: http://maven.apache.org/guides/introduction/introduction-to-the-lifecycl e.html -Original Message- From: William Ferguson [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 6:12 PM To: users@maven.apache.org Subject: [m2] phases and goals Can someone point me to

RE: Best practice for choosing a groupId?

2006-02-03 Thread Mike Perham
The old naming practices are used for compatability with existing POMs. I think your suggestion is an excellent one if we were to import the commons jars now. For instance, new versions of spring and hibernate are going in "org.springframework" and "org.hibernate" respectively. If your module is

RE: Releasing: a nightmare

2006-02-03 Thread Mike Perham
Subject: RE: Releasing: a nightmare Mike, Could you share your settings.xml and sftp url inorder to make the site sftp work. Thanks. Sanjay Shukla, HPI Product Engineering, 2 Penn Plaza, NY. 212 904 3629 Office 732 692 4419 Cell -Original Message- From: Mike Perham [mailto:[EMAIL

RE: PMD 3.5 and/or Testng

2006-02-05 Thread Mike Perham
http://jira.codehaus.org/browse/MPMD-12 MEV-315 needs to be resolved first. http://jira.codehaus.org/browse/MSUREFIRE-23 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Guilherme Silveira Sent: Sunday, February 05, 2006 11:32 AM To: Maven Users List Sub

RE: Automating release:prepare

2006-02-07 Thread Mike Perham
I don't think the release plugin is designed to do what you want. Releases are supposed to be feature complete, developer-approved artifacts designed to be used externally. Automation is impossible with that definition. I assume you want numbered releases so you have an exact manifest of what you

RE: AW: AW: m2 and perforce ???

2006-02-07 Thread Mike Perham
"Unable to sync" usually indicates the user is not logged in. Obviously that sounds like that is not the case here. Esteban, turn on debugging with -X and send me the relevant output directly in email please. mike -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] S

RE: AW: AW: m2 and perforce ???

2006-02-07 Thread Mike Perham
4 seconds [INFO] Finished at: Tue Feb 07 20:09:15 CET 2006 [INFO] Final Memory: 3M/6M [INFO] ----- --- -Ursprüngliche Nachricht- Von: Mike Perham [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 7. Februar 2006 18:16 An: Mav

RE: AW: AW: m2 and perforce ???

2006-02-07 Thread Mike Perham
(ScmHelpe r.java:82) ... 21 more [INFO] - --- [INFO] Total time: 3 seconds [INFO] Finished at: Tue Feb 07 20:45:39 CET 2006 [INFO] Final Memory: 3M/6M [INFO] -

RE: [m2] PMD Report -> OutOfMemoryError

2006-02-08 Thread Mike Perham
set MAVEN_OPTS=-Xmx512m -Original Message- From: Fredy [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 5:09 AM To: users@maven.apache.org Subject: [m2] PMD Report -> OutOfMemoryError Hi all, i've the folowwing error: Embedded error: Failure executing PMD for: D:\..\tes

RE: M2.0.2 PMD , enum and JDK 1.5

2006-02-09 Thread Mike Perham
I forgot to document the targetJdk config element. ... 1.5 Fixed in SVN. -Original Message- From: javed mandary [mailto:[EMAIL PROTECTED] Sent: Thursday, February 09, 2006 8:13 AM To: Maven Users List Subject: M2.0.2 PMD , enum and JDK 1.5 Hi all, am currently having a pr

RE: site deploy hangs on large files

2006-02-13 Thread Mike Perham
Yes but I can't find the JIRA issue right now. Essentially there's no workaround. You need to use a different provider. Wagon unzips the files but does not use "unzip -q" so the process output buffer fills up and blocks. We use the file protocol so our build machine publishes locally to the Apa

RE: cobertura plugin

2006-02-16 Thread Mike Perham
The plugin code in SVN already uses 1.7. It's never been released so you must be using an old version you compiled. Update svn and recompile it. -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 8:36 AM To: Maven Users List Subject: cob

RE: cobertura plugin

2006-02-16 Thread Mike Perham
, February 16, 2006 9:24 AM To: Maven Users List Subject: Re: cobertura plugin Isn't it possible to release it ? Arnaud On 2/16/06, Mike Perham <[EMAIL PROTECTED]> wrote: > The plugin code in SVN already uses 1.7. It's never been released so > you must be using an old v

RE: cobertura plugin

2006-02-16 Thread Mike Perham
ura-plugin from [EMAIL PROTECTED] As this site uses CVS, this seems you've in mind another cobertura plugin. Where to find it ? Mike Perham a écrit : >The plugin code in SVN already uses 1.7. It's never been released so >you must be using an old version you compiled. Upd

resource filtering too aggressive?

2006-02-16 Thread Mike Perham
I have ${product.version} in an xml file. M2 replaces it with my POM version. Why? It's not ${version} or ${pom.version} which are the two instances I would think maven would replace. In fact I do NOT want Maven to replace this variable as it is a marketing version number with a build id on the

RE: cobertura plugin

2006-02-20 Thread Mike Perham
David, you are way overcomplicating the cobertura setup. Remove your executions and the surefire config. There's no need - all this is handled internally when the plugin executes with 'cobertura:cobertura'. _ From: David Sag [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 7:2

RE: [Maven-2.0.3] Release

2006-02-23 Thread Mike Perham
It is being voted on right now. There is an RC build available if you check the maven-dev archives from 2 days ago. -Original Message- From: Boris Vassilieff [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 12:00 PM To: users@maven.apache.org Subject: [Maven-2.0.3] Release Do

[m2] Overall code quality summary reports

2006-02-24 Thread Mike Perham
We have a nice working M2.0.2 build running in house with something like 40-50 modules and we are taking stock of some of the existing weaknesses of this build system today. Two things we would like to capture are JavaNCSS numbers and Clover/Cobertura coverage for all modules and create a single s

RE: sun jars

2005-10-20 Thread Mike Perham
Is there some reason why people can't use the geronimo-spec jars? I discovered these a few months back and never looked back. I doubt they have a spec jar for everything under the sun but importing their j2ee 1.4 jar should solve 90% of people's problems... mike

[m2] Releasing a multi-module build

2005-11-29 Thread Mike Perham
Can someone explain how releasing works with complex modules? We have a top-level module which contains a tree of 20+ modules: top/ one/ foo/ bar/ two/ something/ else/ How do version numbers work here - do all modules need to have the same version as the 't

[m2] clover and assertions

2005-11-29 Thread Mike Perham
I'm running clover:check with clover plugin 2.0a1 and finding that it is choking on my asserts. I have the compiler plugin configured as follows: org.apache.maven.plugins maven-compiler-plugin 1.4 1.4 Am I missing something else? -

[m2] site:deploy hangs?

2005-12-05 Thread Mike Perham
I'm seeing behavior where small deploys seem to work fine but larger ones (1MB+) seem to fail every time. I'm using an scp: url to a Linux Fedora Core 4 server. Here's the debug output. Is this a known issue in Wagon or jsch? [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-site-plugin:

[m2] xdoclet and xref incompatability

2005-12-05 Thread Mike Perham
I have a project which runs the xdoclet-maven-plugin and the jxr-maven-plugin report. The xdoclet plugin is adding a source directory to the project at runtime which the jxr plugin is reporting does not exist. I'm running "mvn install site:site" and it looks like the generated-sources directory i

POM in mirror is bad but central is good?

2005-12-08 Thread Mike Perham
central: http://repo1.maven.org/maven2/commons-logging/commons-logging/1.0.4/comm ons-logging-1.0.4.pom mirror: http://python.planetmirror.com/pub/maven2/commons-logging/commons-loggin g/1.0.4/commons-logging-1.0.4.pom The POM for commons-logging 1.0.4 is good in repo1 but invalid in the mirror (l

RE: Cannot add Perforce project to Continuum 1.0.2

2005-12-13 Thread Mike Perham
Neil, I'm the Perforce SCM plugin author. Perhaps I need to explain why the Perforce SCM plugin is doing what it is doing. Continuum needs to check out a project's source into a particular working directory. Perforce does not have any notion of checkout to a random directory - you need to use a

RE: Continuum with perforce

2005-12-14 Thread Mike Perham
ginal Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 7:30 AM To: continuum-users@maven.apache.org Subject: Re: Continuum with perforce Hi, it seems we have some problem with perforce provider. Mike Perham ( developer of it) works on it. All the co

Perforce issues and feedback

2005-12-14 Thread Mike Perham
Clientspec Naming http://jira.codehaus.org/browse/SCM-114 Transient vs Persistent Clientspecs http://jira.codehaus.org/browse/SCM-113 Please add your thoughts as comments to these issues. mike

Perforce testing needed

2005-12-15 Thread Mike Perham
All, I now have a version of the Perforce provider which works on Continuum 1.0.2 in my own basic testing. I would like to have a few hardy volunteers to download the patched jar and try it on their own build by placing it in apps/continuum/lib and restarting Continuum. I'd advise you to backup t

RE: Perforce testing needed

2005-12-15 Thread Mike Perham
ginal Message- > From: Mike Perham [mailto:[EMAIL PROTECTED] > Sent: 15 December 2005 16:55 > To: continuum-users@maven.apache.org > Subject: Perforce testing needed > > All, I now have a version of the Perforce provider which works on > Continuum 1.0.2 in my own basic testing. I

Reliable deployment procedure on Windows?

2005-12-19 Thread Mike Perham
I am trying to get release deployment to work within our development organization with approx 50 different developers, all on Windows machines. So far it's been a nightmare. SCP is unreliable due to MNG-678. Using the scpexe protocol along with Putty's pscp is broken in wagon's 1.0-alpha-5 relea

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

Where's 2.0.2?

2005-12-31 Thread Mike Perham
There was talk of releasing a few critical bug fixes in 2.0.1 with a 2.0.2 release 2-3 weeks ago. What's the current release schedule look like? mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

[M2] plugin configuration

2005-06-24 Thread Mike Perham
I just downloaded and started using the new Maven 2.0a3 release. It is REALLY nice so far but I do have a few simple questions: 1) How do I override the default source directory for the two compile goals? Our projects use src/java and src/test for the compile and testCompile sources respectively

RE: [M2] plugin configuration

2005-06-24 Thread Mike Perham
So does anyone know why the element works but the element does not? I have verified the same behavior on my machine. I just get an Xml exception when m2 tries to parse my pom. My build element looks like this: src/java src/test

[m2] multiple artifacts per project

2005-06-24 Thread Mike Perham
Obviously Maven is designed with the one project = one artifact rule. How would one deal with javadoc archives for instance? I have a bunch of source that I want to pack into a jar but I also want to generate the javadoc into a versioned zip file for separate distribution from the code but I want

RE: [M2] plugin configuration

2005-06-25 Thread Mike Perham
ed as supported in the POM element documentation. mike -Original Message- From: Allan Ramirez [mailto:[EMAIL PROTECTED] Sent: Friday, June 24, 2005 7:56 PM To: Maven Users List Subject: Re: [M2] plugin configuration Mike Perham wrote: > >2) We put all our necessary resources right alo

RE: "provided" dependency scope

2005-06-27 Thread Mike Perham
I noticed the same thing. It's a bug. See also http://jira.codehaus.org/browse/MNG-514. mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 27, 2005 9:08 AM To: users@maven.apache.org Subject: "provided" dependency scope I'm trying to figure ou

RE: Best approach in using maven w/ eclipse

2005-07-25 Thread Mike Perham
Anyone know if there is a Tomcat Eclipse plugin that allows you to edit JSP live in the IDE (i.e. hit the page, make a change and refresh the browser)? I ask because a co-worker showed me that it is possible in IDEA. Repeating your workflow below 100 times as you are authoring and testing a compl

RE: Best approach in using maven w/ eclipse

2005-07-26 Thread Mike Perham
Have you considered looking at the documentation for the eclipse plugin? ;-) Google "maven eclipse" and look at the properties. -Original Message- From: jk jk [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 26, 2005 3:08 AM To: Maven Users List Subject: RE: Best approach in using maven w/

RE: How to add external libraries (first post)

2005-07-27 Thread Mike Perham
Chris, it sounds like you need to RTFM. :-) You need to add a project dependency on spring in your project.xml: spring 1.2.2 Maven will auto-download the proper jar from the ibiblio repository and place it in your local repository. It will appe

RE: How to add external libraries (first post)

2005-07-27 Thread Mike Perham
Maven has great online documentation. If you haven't already, please read through maven's Getting Started guide. http://maven.apache.org/start/ -Original Message- From: Trip Kirkpatrick [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 27, 2005 11:57 AM To: Maven Users List Subject: RE:

RE: Maven Test Plug-in 1.7 release

2005-08-09 Thread Mike Perham
Carlos, is there any plan to allow different test frameworks? I have several projects which use Junit and several which use TestNG. I want 'maven jar' to run the unit tests no matter which framework is in use, but this only works with junit obviously. I have to explicitly call "maven testng" to

RE: where does my logging go?

2005-08-19 Thread Mike Perham
Look in target/test-reports You want 'maven.junit.usefile=false' in your project.properties. mike -Original Message- From: Ruud Wijnands [mailto:[EMAIL PROTECTED] Sent: Friday, August 19, 2005 9:04 AM To: users@maven.apache.org Subject: where does my logging go? Hi, when I run my jun

RE: [m2] no dependencies in webapp build (bug?)

2005-08-20 Thread Mike Perham
I believe this was fixed in SVN after alpha3. You might try a recent nightly or querying JIRA to confirm. -Original Message- From: Edwin Punzalan [mailto:[EMAIL PROTECTED] Sent: Friday, August 19, 2005 8:21 PM To: Maven Users List Subject: Re: [m2] no dependencies in webapp build (bug?)

[M2] updated road map?

2005-09-10 Thread Mike Perham
I'm sure I'm not the only one eagerly awaiting the first beta but the schedule on the road map is getting more out of date every day. Can one of the Maven team update it so us users know the latest schedule? mike - To unsubscrib

[m2] clover and assert

2005-09-13 Thread Mike Perham
Vincent posted a few months ago about how to get Clover working with the assert keyword with m1. I'm having the same problem with the latest m2 source. Could one of the maven devs perhaps add an assert statement to the Clover plugin test so that we know there is a way to make it work and it is te

RE: Fw :[m2-beta-1] Ear plugin: root-context & copied JARs/WARs

2005-09-21 Thread Mike Perham
Where's the equivalent document for the war plugin? mike -Original Message- From: Stephane Nicoll [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 1:58 AM To: Maven Users List Subject: Re: Fw :[m2-beta-1] Ear plugin: root-context & copied JARs/WARs It is except that you nee

[m2] surefire output to console?

2005-09-21 Thread Mike Perham
How do I tell surefire to output to the console? I want the same behavior as the old "usefile=false" flag. mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: clean command

2005-09-22 Thread Mike Perham
+1 You're not the only lazy one, Eli. mike -Original Message- From: Eli Doran [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 3:35 PM To: users@maven.apache.org Subject: clean command I have been wondering for some time why it is necessary to type "m2 clean:clean" instead

RE: [m2] commons-lang and commons-codec includes junit for scope compile

2005-09-22 Thread Mike Perham
Enter a JIRA issue at http://jira.codehaus.org/browse/MEV I've found that there are a HELL of a lot of problems with POMs. Many of them are either minimal with no dependencies or contain EVERY dependency without regard to scope. Spring 1.1.5, for instance, is minimal and does not declare aopa

[m2] xdoclet hibernatedoclet

2005-09-23 Thread Mike Perham
I've cobbled together a working instance of Maven 2 running the new maven-xdoclet-plugin running Xdoclet 1.x's hibernatedoclet task to generate the Hibernate HBMs. Since there's next to no docs, here it is for anyone who needs it. Kenny, feel free to add it to your docs on neonics.com:

RE: How are SNAPSHOT dependency downloads handled?

2005-09-23 Thread Mike Perham
Jason, maven-proxy has not be actively developed for approximately 18 months now (at least JIRA has not been touched since then). There does not appear to be a way to start maven-proxy as a windows service. It has a webapp version (so you could run tomcat/jetty as a service) but it does not suppo

[m2b1] tests not seeing classes?

2005-09-24 Thread Mike Perham
I have a project which is compiling some Hibernate beans into target/classes and then running an integration test with Derby to ensure that the database creation and simple queries work, etc. 2750 [main] ERROR net.sf.hibernate.proxy.LazyInitializer - CGLIB Enhancement failed java.lang.NoClassDefF

RE: [m2b1] tests not seeing classes?

2005-09-24 Thread Mike Perham
t: Re: [m2b1] tests not seeing classes? On Sat, 2005-09-24 at 11:07 -0500, Mike Perham wrote: > I have a project which is compiling some Hibernate beans into > target/classes and then running an integration test with Derby to > ensure that the database creation and simple queries work, e

FW: [m2b1] tests not seeing classes?

2005-09-26 Thread Mike Perham
From: Mike Perham Sent: Saturday, September 24, 2005 11:07 AM To: Maven Users List Subject: [m2b1] tests not seeing classes? I have a project which is compiling some Hibernate beans into target/classes and then running an integration test with Derby to ensure that the database creation and s

[m2] Xmlbeans v1 plugin?

2005-09-26 Thread Mike Perham
Jason, your plugin matrix just has a "XML Beans" plugin listed but there are two flavors, just like with Xdoclet, v1 and v2. The plugin you listed is for XMLBeans v2, do you know if there is a v1 plugin available? http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix mike -

[m2] multiple Suites and surefire

2005-09-27 Thread Mike Perham
I've got a project with multiple TestSuites and I have surefire configured like so: **/*Suite* I find that only the first TestSuite is being run. Are projects not allowed to have more than one TestSuite? mike - To unsu

RE: [m2] multiple Suites and surefire

2005-09-27 Thread Mike Perham
"**/ Emmanuel Mike Perham a écrit : > I've got a project with multiple TestSuites and I have surefire > configured like so: > > **/*Suite* > > I find that only the first TestSuite is being run. Are projects not > allowed to have mor

RE: [M2] equivalent to false

2005-09-27 Thread Mike Perham
Because you have a transitive dependency that you don't want polluting your Eclipse classpath but you still need at runtime? For example, when I hit Ctrl+Space to suggest a class I don't want to see the BSF classes but Tapestry needs that jar at runtime. Can dependency scopes solve most of this p

  1   2   3   >