Deployed class files different to local compiled files

2006-04-09 Thread Michael McCrann
t are different. Any thoughts? Michael McCrann NOTICE This e-mail and any attachments are confidential and may contain copyright material of Macquarie Bank or third parties. If you are not the intended recipient of this email you should not read, print, re-transmit, store or act in reliance

Release plugin

2005-10-11 Thread Michael McCrann
Is there any documentation on how the release plugin works with M2? NOTICE This e-mail and any attachments are confidential and may contain copyright material of Macquarie Bank or third parties. If you are not the intended recipient of this email you should not read, print, re-transmit, store o

[m2] Plugin release:prepare gives exception: 'isn't a snapshot'

2005-10-11 Thread Michael McCrann
el_1_35. - build the artifact and deploy it to a remote repository as -1.35. Regards Michael McCrann NOTICE This e-mail and any attachments are confidential and may contain copyright material of Macquarie Bank or third parties. If you are not the intended recipient of this email you should

RE: [m2] Plugin release:prepare gives exception: 'isn't a snapshot'

2005-10-12 Thread Michael McCrann
I was really looking for more detailed documentation. For example: What do the two stages (release:prepare and release:perform) actually do? A release.properties file is generated by release:plugin, how is this used? Can I use the release plugin without using snapshots? Thanks Michael McCrann

RE: [m2] Plugin release:prepare gives exception: 'isn't a snapshot'

2005-10-12 Thread Michael McCrann
Hi, In my pom.xml, I am setting my version to be a SNAPSHOT version: 1.35-SNAPSHOT when I run the release:prepare, I get the the error shown below. Any ideas? Michael McCrann Provider message: The cvs command failed. Command output: [INFO

RE: [m2] Plugin release:prepare gives exception: 'isn't a snapshot'

2005-10-12 Thread Michael McCrann
SCM/CVS url. Is there are simple m2 SCM command I can run to check that the URL is correct? Thanks Michael McCrann -Original Message- From: Yann Le Du [mailto:[EMAIL PROTECTED] Sent: Wednesday, 12 October 2005 7:22 PM To: Maven Users List Subject: RE: [m2] Plugin release:prepare gives

RE: [m2] Plugin release:prepare gives exception: 'isn't a snapshot'

2005-10-12 Thread Michael McCrann
l m2 release:prepare and specify tag name rel_1_35, which results in : * - rel_1_35 tag is created with version 1.35 * - trunk version is changed to 1.36-SNAPSHOT * you call m2 release:perform, which deploys version 1.35 from the tag HTH, Yann --- Michael McCrann <[EMAIL PROTECTED]> a

RE: [m2] Plugin release:prepare gives error: release-pom.xml should be removed and is still there (or is back again)

2005-10-12 Thread Michael McCrann
is back again) Has anyone seen this before? Has anyone any ideas what it might be? Thanks Michael McCrann NOTICE This e-mail and any attachments are confidential and may contain copyright material of Macquarie Bank or third parties. If you are not the intended recipient of this email you

[m2] Converting from Ant based projects that have create than one artifact

2005-10-13 Thread Michael McCrann
Hi, I am converting an Ant based project to M2. The project creates two artifacts: a war and a jar. My understanding is that an M2 project should only produce one artifact. So, what would the M2 approach be? multiple modules? Regards Michael McCrann NOTICE This e-mail and any attachments

RE: [m2] Plugin release:prepare gives error: release-pom.xml should be removed and is still there (or is back again)

2005-10-13 Thread Michael McCrann
(client/server) Any thoughts? Regards, Michael McCrann -Original Message- From: Yann Le Du [mailto:[EMAIL PROTECTED] Sent: Thursday, 13 October 2005 7:56 PM To: Maven Users List Subject: RE: [m2] Plugin release:prepare gives error: release-pom.xml should be removed and is still there

Transitive dependency on same jar file

2005-10-13 Thread Michael McCrann
compiled against? If my project built a war file, which version of log4j would be in it? Regards Michael McCrann NOTICE This e-mail and any attachments are confidential and may contain copyright material of Macquarie Bank or third parties. If you are not the intended recipient of this email you

RE: Transitive dependency on same jar file

2005-10-13 Thread Michael McCrann
all given ranges (if no ranges are used, it is simply the nearest). We unfortunately had to omit other resolution strategies from this release due to time constraints. - Brett On 10/14/05, Michael McCrann <[EMAIL PROTECTED]> wrote: > Hi, > > How does the transative dependency mechanism

RE: [m2] Maven release plugin and CVS: bug?

2005-10-16 Thread Michael McCrann
t tell why... Michael McCrann was also trying the release plugin with CVS, and seemed to have come further than you. Maybe he'll be able to help you ? http://marc.theaimsgroup.com/?l=turbine-maven-user&m=112925914521071&w=2 Regards, Yann --- [EMAIL PROTECTED] a écrit : > > >

RE: [m2] Plugin release:perform gives error:

2005-10-16 Thread Michael McCrann
. What I know is m2 release:prepare creates then commits a file named release-pom.xml. So, if this file already exists in your baseline (because of your precedent tries), you could get such a message. Try "cvs remove release-pom.xml". HTH, Yann --- Michael McCrann <[EMAIL PROTECTED]>

[m2] log4j

2005-10-17 Thread Michael McCrann
Hi, Does M2 use Log4j? If so, can I do some like: m2 -Dlog4j.configuration=file:log4j.properties -Dlog4j.debug=true compile:compile Michael NOTICE This e-mail and any attachments are confidential and may contain copyright material of Macquarie Bank or third parties. If you are not the inten

[M2] log4j

2005-10-17 Thread Michael McCrann
Hi, Related to my earlier question: If M2 uses log4j, does the log4j jar come with the M2 distribution? Or will M2 see that it needs log4j and download it? Michael NOTICE This e-mail and any attachments are confidential and may contain copyright material of Macquarie Bank or third parties.

[M2 RC] plugin eclipse:eclipse can't find is missing jar: org.apache.maven:maven-model:2.0-beta-4-SNAPSHOT:jar

2005-10-17 Thread Michael McCrann
Hi, I am having problem using plugin eclispe:eclispe. See error below. PS. Does nobody live in Australia? I seem to be the only awake and working at this time! Michael [INFO] [ERROR] BUILD ERROR [INFO]

[M2 RC] problems with release:perform

2005-10-17 Thread Michael McCrann
Hi, I am still having problems with release:perform. I have tried to follow the source code, and this is what I think release:perform does: 1. It checks out a version of a project, based on the values in release.properties, which was created in release:prepare stage. This version is checked o

RE: [M2 RC] problems with release:perform

2005-10-17 Thread Michael McCrann
Hi, In attempt to find a solution to the my release:perform problem, I checked out the trunk version and built maven using the m2-bootstrap-all.bat script. I ran the release:perform again and got the error below. Ignoring the m2 deprecated message! could the problem be something to do with '/'

RE: [m2] Another exception when executing war:war

2005-10-18 Thread Michael McCrann
Christian, Does your web.xml exist at: D:\eclipse\workspace\MyProject\target\MyWebApp\WEB-INF\web.xml. You can tell the plugin where to find your web.xml by adding the snippet below to your pom.xml: maven-war-plugin 2.0-beta-1 web/web.xml

FW: [jira] Commented: (SCM-61) CVS errors using release:prepare

2005-10-18 Thread Michael McCrann
Sent: Tuesday, 18 October 2005 7:33 PM To: Michael McCrann Subject: [jira] Commented: (SCM-61) CVS errors using release:prepare [ http://jira.codehaus.org/browse/SCM-61?page=comments#action_48770 ] Emmanuel Venisse commented on SCM-61: - How do you defin

RE: [M2 RC] release:prepare release:perform now working

2005-10-18 Thread Michael McCrann
Hi, The release:prepare release:perform plugin/goals are working for me in M2 RC. Thanks everyone who gave me help. Michael NOTICE This e-mail and any attachments are confidential and may contain copyright material of Macquarie Bank or third parties. If you are not the intended recipient of

RE: [M2 RC] release:prepare release:perform now working

2005-10-18 Thread Michael McCrann
- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 October 2005 3:15 AM To: Maven Users List Subject: RE: [M2 RC] release:prepare release:perform now working On Wed, 2005-10-19 at 10:47 +1000, Michael McCrann wrote: > Hi, > > The release:prepare release:perform plugi

RE: [m2] Maven release plugin and CVS: bug?

2005-10-18 Thread Michael McCrann
5:55 PM To: Michael McCrann Subject: RE: [M2 RC] problems with release:perform Hi Michael, This release plugin seems to be quite tricky... I still haven't succeeded in making the prepare goal working! Could you please show me how your pom looks like so that I can try to find what's wrong

RE: Réf. : RE: [m2] Maven release plugin and CVS: bug?

2005-10-19 Thread Michael McCrann
I connect to CVS via the command line, my user/password account is correct and I'm not rejected. Best Regards / Cordialement, Fabrice BELLINGARD DINQ/DSIN/INSI/EATE/IDVS/AIDV (+33) (01 61) 45 15 91 - [EMAIL PROTECTED] Michael McCrann

RE: Plugin release dates

2005-10-24 Thread Michael McCrann
Brett, Are there still outstanding issues with the release plugin? Michael -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 October 2005 10:55 AM To: Maven Users List Subject: Re: Plugin release dates Right, I forgot surefire. That's very close, we're j

POM properties

2005-10-26 Thread Michael McCrann
Hi, Is there any documentation that describes what things from the POM are available as variables? For example, I want to copy my war file into the Weblogic application dir. In my POM I have maven-antrun-plugin package

RE: POM properties

2005-10-26 Thread Michael McCrann
ailto:[EMAIL PROTECTED] Sent: Thursday, 27 October 2005 4:14 PM To: Maven Users List Subject: Re: POM properties On Thu, 2005-10-27 at 15:25 +1000, Michael McCrann wrote: > Hi, > > Is there any documentation that describes what things from the POM are available as variables? Anything in

[m2] NullPointerException running maven package

2005-11-07 Thread Michael McCrann
Hi, Has anyone seen the NullPointerException, below, before? I have searched for it in Nabble, but I can't find any references to it. Michael McCrann [INFO] [surefire:test] [INFO] Setting reports dir: c:\maven_projects\myhome\target\checkout\target/surefire-reports

[m2] Windows input line too long

2005-11-09 Thread Michael McCrann
there is some way to increase the Windows input line size. Michael _ Fixed in SVN. (There is another problem it is trying to report, but the cause was unknown). - Brett > _ > From: Mic

RE: [m2] Windows input line too long

2005-11-09 Thread Michael McCrann
o: Maven Users List Subject: Re: [m2] Windows input line too long Are the JAR files those dumped in your previous mail? They are not on the command line, so it shouldn't be an issue. The surefire tests are not forking right now so no external java process is executed. What is the NPE you get?

RE: [m2] Windows input line too long

2005-11-09 Thread Michael McCrann
replacement for maven-error-diagnostics from SVN, and install it in $M2_HOME/lib. - Brett On 11/10/05, Michael McCrann <[EMAIL PROTECTED]> wrote: > Brett, > > Here is the full output: > - To unsubscribe, e-mail: [EM

[m2] standard set of archetypes

2005-11-10 Thread Michael McCrann
Is there a standard set of archetypes that come with Maven2? If so, what are they? Michael NOTICE This e-mail and any attachments are confidential and may contain copyright material of Macquarie Bank or third parties. If you are not the intended recipient of this email you should not read, pri

RE: [m2] CVSNT problem

2005-11-13 Thread Michael McCrann
7; in tag names) I thought doing some Java code in the plugin section might do the trick: maven-release-plugin rel_${version.replace("-SNAPSHOT","").replaceAll("\.", "_") Alas, this doesn't work. Any idea

Multi-module wars

2005-11-29 Thread Michael McCrann
Hi, I am trying to create an application that is made up of a number of war files that are almost identical. Each war differs only by resource descriptors (web.xml, etc) and a few images. Can I do this using a multi-module project as shown below: Project (pom.xml) | |---ear module (pom.xml) |

[m2] MavenProxy maven-proxy.rb Proximity

2005-12-06 Thread Michael McCrann
Hi, Does the CodeHaus MavenProxy work with Maven 2 repositories? Has anyone had any experience with MavenProxy alternatives: maven-proxy.rb and Proximity; do they work with Maven 2 respositories? Michael McCrann NOTICE This e-mail and any attachments are confidential and may contain copyright

[m2] Encrypting proxy passwords in settings.xml

2005-12-07 Thread Michael McCrann
Hi, Is there any way to encrypt a user's proxy password in the settings.xml file? Michael NOTICE This e-mail and any attachments are confidential and may contain copyright material of Macquarie Bank or third parties. If you are not the intended recipient of this email you should not read, pri

RE: [ANN] Maven 2.0.1 Released

2005-12-12 Thread Michael McCrann
John, Where can I download 2.0.1 from? The Maven web site only has the 2.0 downloads. Michael -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Tuesday, 13 December 2005 10:27 AM To: Maven Users List; announce@apache.org Subject: [ANN] Maven 2.0.1 Released The Apach

RE: [ANN] Maven 2.0.1 Released

2005-12-12 Thread Michael McCrann
Many thanks I have got it now. Michael -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Tuesday, 13 December 2005 12:57 PM To: Maven Users List Subject: RE: [ANN] Maven 2.0.1 Released http://maven.apache.org/download.html -Original Message- From: Michael

[m2.0.1] Problems with release:perform and the maven-project-2.0.1 plugin

2006-01-22 Thread Michael McCrann
Hi, Until today, I have had 'release:prepare' and 'release:perform' working with Maven2. Today, I did a 'release-prepare', which worked fine. However, when I did the 'release-perform' I got the build error below. Any ideas anyone? Michael MCrann [INFO] [jar:jar] [INFO] Building jar: c:\maven_p

[m2] Memory errors using CMD but not with CYGWIN

2006-02-22 Thread Michael McCrann
Hi, I use both DOS CMD and CYGWIN to run Maven2. I have a large project (869) files. I have discovered a stange thing: If my project is in a directory with a long pathname, when I use Maven2 in a CMD window to compile the project I get OutOfMemory errors. However, if I do the compile from the sa

scm:checkout:

2005-08-18 Thread Michael McCrann
I am having a problem using scm:checkout: /c/michaels_projects/master_build> maven scm:checkout -Dmaven.scm.cvs.module=project1 __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.1-beta-1 build:start: scm:find-connection: [

Source code tar

2005-08-18 Thread Michael McCrann
Is it possible to get the Maven source code release beta1.1 in a tar file? It's not available in the Apache download area. NOTICE This e-mail and any attachments are confidential and may contain copyright material of Macquarie Bank or third parties. If you are not the intended recipient of t

RE: scm:checkout:

2005-08-18 Thread Michael McCrann
of and ie .../repository:project1 b) pass in the whole URL from the command line with -Dmaven.scm.url=scm:cvs:.../repository:project1 Cheers, Brett On 8/19/05, Michael McCrann <[EMAIL PROTECTED]> wrote: > I am having a problem using scm:checkout: > > > /c/michaels_project

RE: scm:checkout:

2005-08-18 Thread Michael McCrann
e key passphrase it will hang on the input. Please ensure you can ssh to the server without any input first. Cheers, Brett On 8/19/05, Michael McCrann <[EMAIL PROTECTED]> wrote: > Thanks. That has got me further now, but now it is hanging: > > > maven -be scm:checkout >

downloading Maven source code from SVN

2005-09-01 Thread Michael McCrann
I am trying to download the Maven source code from SVN. To do this, I am using the commands on the Maven website: svn co http://svn.apache.org/repos/asf/maven/maven-1/core/trunk maven-1/core/trunk svn co http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk maven-1/plugins/trunk But I ge

RE: downloading Maven source code from SVN

2005-09-01 Thread Michael McCrann
Hi, How about using https protocol (svn co https://svn.apache.org ...). Regards, Edward Trygve Laugstøl wrote: >On Fri, Sep 02, 2005 at 08:03:50AM +1000, Michael McCrann wrote: > >>I am trying to download the Maven source code from SVN. To do this, I am >>using the comman

Maven beta 1.1 artifact plugin

2005-09-01 Thread Michael McCrann
Any ideas with this problem. I am trying to use the artifact plugin (Maven 1.1 beta). I have a simple goal in my project's maven.xml: I have setup the repository in the build.properties. When I run this I get: __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \