scm Checkin goal!!

2005-09-02 Thread NIRMALA Manivasagam
Hi All, If i want to write maven scm checkin goal...what are all the properties i should set in build.propertiesand can anyone help me to form plugin sor scm that has checkin goal. thanks, Nirmala Confidentiality Statement: This message is intended only for the individual or entity to

Re: scm Checkin goal!!

2005-09-02 Thread dan tran
scm:checkin goal is not in the current 1.5 maven-plugin-scm yet. You can checkout the trunk in SVN and build it. (1.5.1-SNAPSHOT) Hope it helps -D On 9/1/05, NIRMALA Manivasagam [EMAIL PROTECTED] wrote: Hi All, If i want to write maven scm checkin goal...what are all the properties

RE: scm Checkin goal!!

2005-09-02 Thread NIRMALA Manivasagam
Iam trying to checkin the project using cvs by custom plugin Thanks, Nirmala -Original Message- From: NIRMALA Manivasagam [mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 11:39 AM To: users@maven.apache.org Subject: scm Checkin goal!! Hi All, If i want to write maven scm

Ibiblio javax.XYZ jars

2005-09-02 Thread Matthew Smalley
More of an Ibiblio question really. I want to build something which involves a transaction manager, Spring and Hibernate. In order to do that, I need interfaces from javax.transaction (typically referred to as jta). I've seen that http://www.ibiblio.org/maven/javax.transaction/ has a POM, and

Re: Ibiblio javax.XYZ jars

2005-09-02 Thread Trygve Laugstøl
On Fri, Sep 02, 2005 at 08:03:03AM +0100, Matthew Smalley wrote: More of an Ibiblio question really. I want to build something which involves a transaction manager, Spring and Hibernate. In order to do that, I need interfaces from javax.transaction (typically referred to as jta). I've seen

Re: [M2] Problems with m2 site:site

2005-09-02 Thread Yann Le Du
Indeed, http://jira.codehaus.org/browse/MNG-476, then http://jira.codehaus.org/browse/WAGONSSH-5 Though, there seems to be no fix planned for next release. Thanks Jesse for the unzipCommand trick, it's less harmful than patching the source :) Yann --- Jesse McConnell [EMAIL PROTECTED] a

Best practices for release and version management?

2005-09-02 Thread Jose Gonzalez Gomez
Hi there, How do you use to manage your project version among releases? I mean... what do you exactly put in currentVersion in your pom and how do you change it among releases? I'm currently using the following approach: 1. Developing version 0.1 - currentVersion = 0.1-SNAPSHOT 2. V0.1 release:

Re: Best practices for release and version management?

2005-09-02 Thread Jose Gonzalez Gomez
2005/9/2, Jose Gonzalez Gomez [EMAIL PROTECTED]: Hi there, How do you use to manage your project version among releases? I mean... what do you exactly put in currentVersion in your pom and how do you change it among releases? I'm currently using the following approach: 1. Developing

no reads from my own remote, but writes go ok.

2005-09-02 Thread Peter Veentjer - Anchor Men
I have created a remote repository (ftp) and if I deploy jars it, it works like expected. But if I build another project that depends on something in my remote repository (and it jars/poms are there) I get an error that the jars can`t be resolved. I have the feeling that I only can write to the

Re: no reads from my own remote, but writes go ok.

2005-09-02 Thread Lothar Märkle
On Fri, Sep 02, 2005 at 01:24:31PM +0200, Peter Veentjer - Anchor Men wrote: I have created a remote repository (ftp) and if I deploy jars it, it works like expected. But if I build another project that depends on something in my remote repository (and it jars/poms are there) I get an error

RE: no reads from my own remote, but writes go ok.

2005-09-02 Thread Peter Veentjer - Anchor Men
I have added the http server and know it works. It is quite stupid that maven doesn`t give any errors (but it doesn`t have an problem to crash all over the place in other parts). So guys.. Fix this peace of software so I can take it seriously. -Oorspronkelijk bericht- Van: Lothar

maven jar:deploy hangs - zombie processes (mkdir and chmod)

2005-09-02 Thread Martin Burger
Hello! I want to deploy a jar to my remote repository. But the goal jar:deploy hangs. On the linux machine (Debian Sarge) there are some zombie / defunct processes. If I kill such a process, the goal continues until the next process hangs. The processes are [mkdir] defunct and [chmod]

RE: maven jar:deploy hangs - zombie processes (mkdir and chmod)

2005-09-02 Thread Jörg Schaible
Martin Burger wrote on Friday, September 02, 2005 2:06 PM: Hello! I want to deploy a jar to my remote repository. But the goal jar:deploy hangs. On the linux machine (Debian Sarge) there are some zombie / defunct processes. If I kill such a process, the goal continues until the next

RE: maven jar:deploy hangs - zombie processes (mkdir and chmod)

2005-09-02 Thread Yann Le Du
Well, IMHO, maven.repo.foorepo.ssh.executable and maven.repo.foorepo.scp.executable seem like they have to be Windows executables, since the jar has to be deployed from Windows to Linux... --- Jörg Schaible [EMAIL PROTECTED] a écrit : Martin Burger wrote on Friday, September 02, 2005 2:06 PM:

RE: maven jar:deploy hangs - zombie processes (mkdir and chmod)

2005-09-02 Thread Jörg Schaible
Yann Le Du wrote on Friday, September 02, 2005 2:48 PM: Well, IMHO, maven.repo.foorepo.ssh.executable and maven.repo.foorepo.scp.executable seem like they have to be Windows executables, since the jar has to be deployed from Windows to Linux... OK, this is different. In that case I assume,

Re: maven jar:deploy hangs - zombie processes (mkdir and chmod)

2005-09-02 Thread Martin Burger
Jörg Schaible schrieb am 02.09.2005 14:42: Well, yes. You execute Maven on Linux and expect it to respect DOS/Windows paths and executables. So what do you expect? Because I deploy from a German Windows XP machine to a Debian box I expect that it works. ;-) Regards, Martin

Re: maven jar:deploy hangs - zombie processes (mkdir and chmod)

2005-09-02 Thread Martin Burger
Jrg Schaible schrieb am 02.09.2005 14:51: Well, IMHO, maven.repo.foorepo.ssh.executable and maven.repo.foorepo.scp.executable seem like they have to be Windows executables, since the jar has to be deployed from Windows to Linux... OK, this is different. In that case I

Re: maven jar:deploy hangs - zombie processes (mkdir and chmod)

2005-09-02 Thread Martin Burger
Martin Burger schrieb am 02.09.2005 14:53: Because I deploy from a German Windows XP machine to a Debian box I expect that it works. ;-) Uups, that does not mean that a German XP is better as another one. But perhaps the different languages on the systems cause the problem...

RE: maven jar:deploy hangs - zombie processes (mkdir and chmod)

2005-09-02 Thread Jörg Schaible
Martin Burger wrote on Friday, September 02, 2005 2:56 PM: Jörg Schaible schrieb am 02.09.2005 14:51: Well, IMHO, maven.repo.foorepo.ssh.executable and maven.repo.foorepo.scp.executable seem like they have to be Windows executables, since the jar has to be deployed from Windows to Linux...

Re: maven jar:deploy hangs - zombie processes (mkdir and chmod)

2005-09-02 Thread Martin Burger
Jörg Schaible schrieb am 02.09.2005 15:06: What happens if you start plink manually (with the options from the Maven proeprties file)? Get the executed command from Maven by calling it with -X option. Using -X option shows a lot of [DEBUG] messages, but no commands: [DEBUG] Could not load

Re: maven jar:deploy hangs - zombie processes (mkdir and chmod)

2005-09-02 Thread Martin Burger
Jörg Schaible schrieb am 02.09.2005 15:06: What happens if you start plink manually (with the options from the Maven proeprties file) C:\\Programme\\INet\\Remote\\PuTTY\\plink.exe -A -2 -ssh [EMAIL PROTECTED] Using username auser. Linux ahost 2.6.11.9-050512a #1 SMP Thu May 12 20:53:02

[m2] eclipse plugin exception

2005-09-02 Thread Ashley Williams
Hi, I'm trying to configure my source directory to be the current directory like so: attempt 1: build sourceDirectory/sourceDirectory attempt 2: build sourceDirectory//sourceDirectory which works fine. The problem is when I subsequently run the eclipse:eclipse goal, which in

RE: Best practices for release and version management?

2005-09-02 Thread David Jackman
We're pretty much doing what Jose is doing, but we don't see these timeouts. I think it's because the Maven properties are set up to look in our internal repository first and then go global from there. Just about everything is in the internal repository (certainly the artifacts for our

RE: maven jar:deploy hangs - zombie processes (mkdir and chmod)

2005-09-02 Thread Jörg Schaible
Martin Burger wrote on Friday, September 02, 2005 3:35 PM: Jörg Schaible schrieb am 02.09.2005 15:06: What happens if you start plink manually (with the options from the Maven proeprties file) C:\\Programme\\INet\\Remote\\PuTTY\\plink.exe -A -2 -ssh [EMAIL PROTECTED] Using username

Re: [m2] eclipse plugin exception

2005-09-02 Thread Trygve Laugstøl
On Fri, Sep 02, 2005 at 02:47:35PM +0100, Ashley Williams wrote: Hi, I'm trying to configure my source directory to be the current directory like so: attempt 1: build sourceDirectory/sourceDirectory attempt 2: build sourceDirectory//sourceDirectory Try .. which works

Re: [m2] eclipse plugin exception

2005-09-02 Thread Ashley Williams
No that didn't work either. In fact I tried a large nonsense string too and that also resulted in the very same exception, which surprised me. I've just downloaded the maven source code so I'll check if I still get the same behaviour. On 2 Sep 2005, at 14:52, Trygve Laugstøl wrote: On

Re: [m2] eclipse plugin exception

2005-09-02 Thread Trygve Laugstøl
On Fri, Sep 02, 2005 at 03:08:30PM +0100, Ashley Williams wrote: No that didn't work either. In fact I tried a large nonsense string too and that also resulted in the very same exception, which surprised me. I've just downloaded the maven source code so I'll check if I still get the same

Re: [m2] eclipse plugin exception

2005-09-02 Thread Ashley Williams
Build has failed - it's never easy is it! I made sure M2_HOME points to a non existent directory and added nonexistentdirectory/bin to my PATH. then I ran the script and eventually got this: Building project in /Users/develop/projects/Burns/maven-components/ maven-artifact-manager ...

Re: [m2] eclipse plugin exception

2005-09-02 Thread Trygve Laugstøl
On Fri, Sep 02, 2005 at 03:27:04PM +0100, Ashley Williams wrote: Build has failed - it's never easy is it! Sorry about that, I'm fixing that any second now. It got past our CI as only do a clean build once per night. You can download the latest Maven 2 snapshot from [1]. [1]:

Re: [m2] eclipse plugin exception

2005-09-02 Thread Ashley Williams
Don't understand what you're saying the problem is, but will the fix be quick, i.e. 10 minutes?? If so then I don't mind waiting... On 2 Sep 2005, at 15:31, Trygve Laugstøl wrote: On Fri, Sep 02, 2005 at 03:27:04PM +0100, Ashley Williams wrote: Build has failed - it's never easy is it!

Re: maven jar:deploy hangs - zombie processes (mkdir and chmod)

2005-09-02 Thread Martin Burger
Jörg Schaible schrieb am 02.09.2005 16:00: Just start a remote command: plink -A -2 -ssh [EMAIL PROTECTED] ls -l This should give you a list of your home directory on the remote server. You should not have to press any key or logout manually. Strange. plink.exe -A -2 -ssh [EMAIL

RE: maven jar:deploy hangs - zombie processes (mkdir and chmod)

2005-09-02 Thread Jörg Schaible
Martin Burger wrote on Friday, September 02, 2005 4:45 PM: Jörg Schaible schrieb am 02.09.2005 16:00: Just start a remote command: plink -A -2 -ssh [EMAIL PROTECTED] ls -l This should give you a list of your home directory on the remote server. You should not have to press any key or

Re: [m2] eclipse plugin exception

2005-09-02 Thread Trygve Laugstøl
On Fri, Sep 02, 2005 at 03:34:59PM +0100, Ashley Williams wrote: Don't understand what you're saying the problem is, but will the fix be quick, i.e. 10 minutes?? If so then I don't mind waiting... Try now. -- Trygve signature.asc Description: Digital signature

RE: Best practices for release and version management?

2005-09-02 Thread dohadwala, moiz
How does one do it for m2? I am new to maven and I have decided to skip maven 1.x and start with m2 directly. -Moiz -Original Message- From: David Jackman [mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 7:00 AM To: Maven Users List Subject: RE: Best practices for release

Re: Best practices for release and version management?

2005-09-02 Thread Trygve Laugstøl
On Fri, Sep 02, 2005 at 10:54:37AM -0400, dohadwala, moiz wrote: How does one do it for m2? I am new to maven and I have decided to skip maven 1.x and start with m2 directly. In Maven 2 there is the same off-line option as in Maven 1 but you can also say that repositories can contain

Re: [m2] eclipse plugin exception

2005-09-02 Thread Ashley Williams
Oh happy day - not! Just had a glance at my console only to see the pasted text below - is this going to be a build breaker? I'm using Java 5 by default, is this a mistake?? Also Mac OS X doesn't appear to have a tools.jar file. COPY AND PASTE... Running maven-core integration tests ...

Re: [m1] Conditional dependencies

2005-09-02 Thread Wendy Smoak
From: Brett Porter [EMAIL PROTECTED] This is a bit dangerous. Agreed. :) But it works. 1) a project will have a different model depending on that property. It will ripple into needing to change other things like the final name of the built artifact to ensure you don't end up with one thing

Re: Best practices for release and version management?

2005-09-02 Thread Sanjay Choudhary
Hi David, Is it possible for you to share the internal process document with us? It will help a lot. -Sanjay On 9/2/05, David Jackman [EMAIL PROTECTED] wrote: We're pretty much doing what Jose is doing, but we don't see these timeouts. I think it's because the Maven properties are set

[m2] I'm having a problem using the SCM plugin.

2005-09-02 Thread eric . starr
I am trying to create a pom.xml file for a project that will download the latest source from cvs. scm connectionscm:cvs:pserver:host]:CVS root:CVS module /connection /scm Here is the command that I use to checkout the source:

Re: [m2] eclipse plugin broken in a different way

2005-09-02 Thread Ashley Williams
Ok the latest maven seems to work despite the build exception and happily I was able to run the eclipse:eclipse goal successfully. However when I open the project in eclipse the files appear under the (default package) node which means eclipse red crosses everywhere. This despite the fact

Re: [m2] eclipse plugin broken (sorry,still in the same way)

2005-09-02 Thread Ashley Williams
Actually forget my last comment I've just seen that eclipse:eclipse fails in the same way in the following method: private static String toRelative( File basedir, String absolutePath ) { String relative; if ( absolutePath.startsWith( basedir.getAbsolutePath() ) )

Re: [m2] eclipse plugin breakage summary

2005-09-02 Thread Ashley Williams
Ok I get four different types of behaviour in eclipse depending on what text I put in sourceDirectory after running eclipse:eclipse sourceDirectory/sourceDirectory - StringIndexOutOfBoundsException running eclipse:eclipse sourceDirectory./sourceDirectory - sources in default package,

Findbugs plugin

2005-09-02 Thread Colin Chalmers
Hi all, I started looking into the finbugs plugin today on Maven 1.0.2. Unfortunately I'm getting the following error. Is anyone using this plugin successfully and/or have come across this error before? /colin *'D:\devtools\maven\core-subproject\target\classes'* *The ' characters around the

Entity Expansion Limit Error

2005-09-02 Thread Michael Owen
Hi, Using Maven 1.1 beta and got the following error when running a multiproject site goal on a large project: BUILD FAILED File.. C:\Documents and Settings\mike\.maven\cache\maven-multiproject-plugi n-1.4.1\plugin.jelly Element... maven:reactor Line.. 104 Column -1 Unable to

FW: [m2] war plug-in does not pay attention to dependency scoping

2005-09-02 Thread Michael Cassidy
I am using m2 (alpha2-3) to build a war. I have included scoping information on dependencies, but they still end up in the war. Anyone have an idea how to fix this. Pom excerpt below... dependency groupIdtomcat-common-lib/groupId artifactId_env-sb-concierge-tomcat/artifactId

RE : Entity Expansion Limit Error

2005-09-02 Thread Pascal Larin
Michael, Add -DentityExpansionLimit=10 (or more) to your MAVEN_OPTS. Pascal -Message d'origine- De : Michael Owen [mailto:[EMAIL PROTECTED] Envoyé : September 2, 2005 14:35 À : users@maven.apache.org Objet : Entity Expansion Limit Error Hi, Using Maven 1.1 beta and got the

Re: [m2] eclipse plugin breakage summary

2005-09-02 Thread Kenney Westerhof
On Fri, 2 Sep 2005, Ashley Williams wrote: Hi, first on your previous mail (one of them anyway): a local fix is easy, if you have the plugin checked out and your m2 is beta-1-SNAPSHOT. Just fix it and run m2 install. Ok I get four different types of behaviour in eclipse depending on what text

RE: [m2] eclipse plugin breakage summary

2005-09-02 Thread Lucas Javier Bernardi
Hi guys I need to customize the dir where test reports are placed, does any body know how? One more, how can I reference to the src dir from maven.xml, the property does not work... Help please thanks Lucas - To unsubscribe,

Re: FW: [m2] war plug-in does not pay attention to dependency scoping

2005-09-02 Thread Jesse McConnell
are you certain that you are not bringing in the dependency from another one that you are sucking into the war? use -X to get a breakdown of the dependency tree and maybe even paste that into here... On 9/2/05, Michael Cassidy [EMAIL PROTECTED] wrote: I am using m2 (alpha2-3) to build a

Re: [m2] eclipse plugin breakage summary

2005-09-02 Thread Ashley Williams
Thanks, yes I managed to work out how to work locally on maven code - simple since they are all maven projects. Excellent! Whether or not the eclipse plugin has bugs, I think my problem is actually how to persuade Eclipse to work with my file structure, because from what I can tell, you

How to set a plugin's prefix?

2005-09-02 Thread Wendell Beckwith
I really hate to be dense, but I have created a settings.cml file with the following content and placed it in my .m2 directory, and the project itsself to no avail. I simply can't execute my plugin by the prefix. I looked at test it0031 and this provides no clues (for me at least) on how to

How to change the copyright info for a site build?

2005-09-02 Thread Wendell Beckwith
When using the site:site goal how do I configure the copyright message that's added to all the pages (we're using APT)? This is important since management and legal get the willies just using open source let alone having that open source what is built as copyrighted by the Apache Software

jar:deploy error

2005-09-02 Thread Fernando Ney
Hi, When using jar:deploy to deploy a jar from windows to linux machine, i get the following error: BUILD FAILED File.. C:\Documents and Settings\Fernando.Nascimento\.maven\cache\maven- artifact-plugin-1.5.2\plugin.jelly Element... artifact:artifact-deploy Line.. 90 Column 9

Re: How to change the copyright info for a site build?

2005-09-02 Thread dan tran
I have not tried m2 site yet, but in m1, it is from your project.xml 's organization. Should not be diffrent for m2. -D On 9/2/05, Wendell Beckwith [EMAIL PROTECTED] wrote: When using the site:site goal how do I configure the copyright message that's added to all the pages (we're using

Re: How to set a plugin's prefix?

2005-09-02 Thread dan tran
I am not well versed in settings.xml yet.. but if you really post you settings.xml, it would help ;-) -D On 9/2/05, Wendell Beckwith [EMAIL PROTECTED] wrote: I really hate to be dense, but I have created a settings.cml file with the following content and placed it in my .m2 directory, and

Re: [M2] Problems with m2 site:site

2005-09-02 Thread Brett Porter
MNG-476 is already fixed. On 9/2/05, Yann Le Du [EMAIL PROTECTED] wrote: Indeed, http://jira.codehaus.org/browse/MNG-476, then http://jira.codehaus.org/browse/WAGONSSH-5 Though, there seems to be no fix planned for next release.

Re: jar:deploy error

2005-09-02 Thread Brett Porter
Please install Artifact 1.6 - the 1.5.2 release was not compatible with 1.1-beta-1 (even though it was bundled with it). I have added a cautionary note to the website. - Brett On 9/3/05, Fernando Ney [EMAIL PROTECTED] wrote: Hi, When using jar:deploy to deploy a jar from windows to linux