RE: Unable to perform SCP transfer during mvn release:perform

2006-05-10 Thread Michael Fiedler
To help out with the SCP message did you try: ... adding a '.ssh' folder on the client machine's home dir (C:\Documents and Settings\user\.ssh). This is obviously a win os for the client. Michael -Original Message- From: Richard Gould [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10,

RE: [m2] ignore known hosts

2006-02-14 Thread Michael Fiedler
host which use ssh to connect to the target host. i don't know. but someone is able to deploy in this way? tnx, Luca On 2/8/06, Michael Fiedler [EMAIL PROTECTED] wrote: If you are a Windows user, make a folder named .ssh in %USER_HOME%, i.eC:\Documents and Settings\user id\.ssh Michael

RE: [m2] ignore known hosts

2006-02-08 Thread Michael Fiedler
If you are a Windows user, make a folder named .ssh in %USER_HOME%, i.e C:\Documents and Settings\user id\.ssh Michael -Original Message- From: Luca Gmail [mailto:[EMAIL PROTECTED] Sent: Friday, February 03, 2006 10:39 AM To: 'Maven Users List' Subject: RE: [m2] ignore known hosts In

RE: [testng-users] TestNG from a custom Maven2 MOJO/plugin

2006-01-18 Thread Michael Fiedler
loading? Has anyone else experienced this? Would anyone be interested in seeing more of the code, pom, etc.? Thank you, Michael -Original Message- From: Michael Fiedler Sent: Tuesday, January 17, 2006 4:02 PM To: Maven Users List Subject: RE: [testng-users] TestNG from a custom Maven2 MOJO

RE: [testng-users] TestNG from a custom Maven2 MOJO/plugin

2006-01-17 Thread Michael Fiedler
Sorry that I have not tried this yet. I have been in and out of meetings all day. I will let you know the results after I run it. Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 1:43 AM To: Michael Fiedler Cc: [EMAIL

TestNG from a custom Maven2 MOJO/plugin

2006-01-16 Thread Michael Fiedler
Hi, I am writing a custom plugin for determining EMMA code coverage of TestNG tests. I am having trouble with the TestNG Test annotation. TestNG is a dependency (see below). The TestNG version is 4.0, maven version is 2.0.1, jdk version is sun jdk1.5. It feels like a class loader

RE: [testng-users] TestNG from a custom Maven2 MOJO/plugin

2006-01-16 Thread Michael Fiedler
7:53 PM To: [EMAIL PROTECTED]; Michael Fiedler Cc: Maven Users List Subject: Re: [testng-users] TestNG from a custom Maven2 MOJO/plugin Hi Michael, First of all, I just learned something today... I had never heard of this TypeNotPresentException, much less that it was in java.lang! Its

RE: [testng-users] TestNG from a custom Maven2 MOJO/plugin

2006-01-16 Thread Michael Fiedler
(); throw new MojoFailureException(e1.getMessage()); } Result: ... [INFO] org.codehaus.classworlds.RealmClassLoader [INFO] org.testng.annotations.Test ... -Original Message- From: Michael Fiedler Sent: Monday, January 16, 2006 8:07 PM

RE: [testng-users] TestNG from a custom Maven2 MOJO/plugin

2006-01-16 Thread Michael Fiedler
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, January 16, 2006 8:56 PM To: [EMAIL PROTECTED] Cc: Maven Users List; Michael Fiedler Subject: Re: [testng-users] TestNG from a custom Maven2 MOJO/plugin Another suggestion/question, Michael: Are you running this code

added an ant build, which failed, and all builds are now suspended

2006-01-12 Thread Michael Fiedler
Hi, A newly added ant script project was added to Continuum 1.0.2. The other projects normally build successfully. The ant script has yet to finish, but the log shows an apparent failure: [ejbcompile] Invoking weblogic.appc [java] [java] [java]

forced build exception

2006-01-10 Thread Michael Fiedler
Fyi. This build is for a maven2 plug-in used by other modules in the build. javax.jdo.JDODataStoreException: Insert request failed: INSERT INTO PROJECTDEPENDENCY (PROJECTDEPENDENCY_ID,ARTIFACT_ID,VERSION,GROUP_ID) VALUES (?,?,?,?) at

unit testing MOJOs

2006-01-10 Thread Michael Fiedler
Hi, I would like to unit test my MOJO (Maven2 plugin). I could add a setter for each private instance variable, but I would like to have them injected (like when they run). What is the recommended way to unit test MOJOs? public class Instr extends AbstractMojo { /**

RE: forced build exception

2006-01-10 Thread Michael Fiedler
version? Michael Fiedler a écrit : Fyi. This build is for a maven2 plug-in used by other modules in the build. javax.jdo.JDODataStoreException: Insert request failed: INSERT INTO PROJECTDEPENDENCY (PROJECTDEPENDENCY_ID,ARTIFACT_ID,VERSION,GROUP_ID) VALUES

RE: [m2]release:prepare requires snapshots ?

2006-01-09 Thread Michael Fiedler
... I am not comfortable enough with them to count on it working right every time. That is not completely accurate. I discovered the checkpoints after learning (through trial and error) about the release plug-in. I can see in the code that they should work every time, but I did not know about

RE: [m2]release:prepare requires snapshots ?

2006-01-06 Thread Michael Fiedler
Patrick, I usually perform a synch or compare before executing the release:prepare. I agree that a failure or user abort during that goal is not transactional in nature. I know that checkpoints exist in the release.properties file, but I am not comfortable enough with them to count on it

url in comments

2005-12-30 Thread Michael Fiedler
Hi, I am trying to add a url to the ciManagement/system value. lt; and gt; are not working. code/code is not working. Does anyone have a recommendation on how to place A HREF=/A into the POM? project ... ciManagement systemThis project uses lt;A

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. lt; and gt; are not working. code/code is not working. Does anyone

RE: two problems

2005-12-21 Thread Michael Fiedler
Emmanuel, I do believe that a build was taking place while I was adding/changing the mail notifiers. I have created an issue for each: CONTINUUM-523 CONTINUUM-524 Because it can not be said enough - thank you for you work on Continuum. Thank you, Michael -Original

two problems

2005-12-20 Thread Michael Fiedler
Hi, I am getting two problems. One is that when mail notifiers are being entered, they are being persisted with all options on even though I explicitly unchecked the success option. Even when I edit the entry and re-uncheck them, they eventually become checked again. My second

RE: Is it possible to make pom.xml simpler?

2005-12-20 Thread Michael Fiedler
I agree. Thank you for your work and effort in the other areas - bug fixes and functionality. Michael -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Saturday, December 17, 2005 11:52 AM To: Maven Users List Subject: RE: Is it possible to make pom.xml simpler?

FW: Continuum 1.0.2

2005-12-15 Thread Michael Fiedler
with this problem since 1.0.1 release. Do you have 'READ_UNCOMMITTED' at line 339 and 343 in apps/continuum/continuum/application.xml? Emmanuel Michael Fiedler a écrit : Hi, I am getting the 'Locate request failed' error again. I am using Continuum 1.0.2. The layout is below. Do you have

RE: FW: Continuum 1.0.2

2005-12-15 Thread Michael Fiedler
guess you copied application.xml from 1.0, i have release continuum 1.0.1 and 1.0.2 with READ_UNCOMMITTED. I think it will be good to use application.xml distributed with continuum 1.0.2 Emmanuel Michael Fiedler a écrit : Actually, no. I will change it to 'READ_UNCOMMITTED' in both places

Continuum 1.0.2

2005-12-14 Thread Michael Fiedler
Hi, I am getting the 'Locate request failed' error again. I am using Continuum 1.0.2. The layout is below. Do you have a suggestion on what I should change? Thank you, Michael Layout: pom |___ applications ||___ ... |___ modules |___ pom --

RE: Continuum 1.0.2

2005-12-14 Thread Michael Fiedler
Yes project modelVersion4.0.0/modelVersion Thank you, Michael -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 1:02 PM To: continuum-users@maven.apache.org Subject: Re: Continuum 1.0.2 Dumb question, but you have:

Continuum 1.0.2

2005-12-12 Thread Michael Fiedler
(ThreadPool.java:520) Thank you, Michael Fiedler

RE: Continuum 1.0.2

2005-12-12 Thread Michael Fiedler
: dan tran [mailto:[EMAIL PROTECTED] Sent: Monday, December 12, 2005 1:59 PM To: continuum-users@maven.apache.org Subject: Re: Continuum 1.0.2 are you able to build your project manually before addin it to continuum? it seems, your pom is not a 4.0.0 model. -D On 12/12/05, Michael Fiedler [EMAIL

scpexe from win XP to W2K

2005-12-07 Thread Michael Fiedler
|_mod4 Thank you, Michael Fiedler - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: scpexe from win XP to W2K

2005-12-07 Thread Michael Fiedler
Subject: Re: scpexe from win XP to W2K I dont know the magic behind scpexe, but scp comes with cygwin work for me. ( I have %CYGWIN_HOME%\bin in my path thou ) -D On 12/7/05, Michael Fiedler [EMAIL PROTECTED] wrote: Hi, I am trying to use scpexe instead of scp. The client and the host both

RE: scpexe from win XP to W2K

2005-12-07 Thread Michael Fiedler
about this problem. There is a JIRA issue for this as well. It works very fine on one my my machine and fails baddly on othe machine. However, base on your log, it seems you have a directory permission problem at remote host. -Dan On 12/7/05, Michael Fiedler [EMAIL PROTECTED] wrote: Thank you

RE: maven2 deploy using wagon-ftp

2005-12-05 Thread Michael Fiedler
before using an earlier version. Not this exact one, but alpha-5 has been perfect for me. -Original Message- From: Michael Fiedler [mailto:[EMAIL PROTECTED] Sent: Friday, December 02, 2005 12:08 PM To: Maven Users List (E-mail) Subject: maven2 deploy using wagon-ftp Hi, I am trying

compile time check

2005-12-05 Thread Michael Fiedler
is to run 'm2 clean install', and then I am able to see the failure in JAR2. But I don't want to run 'clean' every time I do a build. Has anyone else come across this issue? Any workarounds? Thank you, Michael Fiedler

RE: maven2 deploy using wagon-ftp

2005-12-05 Thread Michael Fiedler
05, 2005 1:18 PM To: Maven Users List Subject: RE: maven2 deploy using wagon-ftp Where can I get alpha-5 version? What is the url? -Original Message- From: Michael Fiedler [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 1:37 PM To: Maven Users List Subject: RE: maven2 deploy

maven2 deploy using wagon-ftp

2005-12-02 Thread Michael Fiedler
Hi, I am trying to deploy for the first time. I am using wagon-ftp, 1.0-alpha-4 as an extension for a maven 2 deploy. The repository location (on the host) is new and empty. Besides copying my local repository to the new location, is there anything else I can do? Should I file a bug in

mvn release:deploy

2005-12-01 Thread Michael Fiedler
] [INFO] Error installing artifact's metadata: Error while deploying metadata: Did receive proper ACK: '1' Thank you, Michael Fiedler - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Newbie repository question

2005-12-01 Thread Michael Fiedler
You can specify where they go, but by default they end up under $USER_NAME$/.m2 (for Maven2) You can place a dependency there by hand or through Maven. I have done it by hand, but is that the best way? Michael -Original Message- From: Kervin L. Pierre [mailto:[EMAIL PROTECTED] Sent:

RE: [m2] sftp how to disable asking continue ?

2005-12-01 Thread Michael Fiedler
I added a .ssh dir to $USER_HOME$. After you say trust this host (prompt noted below), a known_hosts file will exist in that dir. Michael -Original Message- From: Olivier Lamy [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005 11:56 AM To: Maven Users List Subject: [m2] sftp

unzip command during site:deploy

2005-11-29 Thread Michael Fiedler
you, Michael Fiedler - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

default version for the release, but not the development

2005-11-18 Thread Michael Fiedler
Hi, When the prepare goal of release is executed, a default exists for the release version of each pom.xml. However, the development version prompt did not have a default listed in all cases. Only one had a default. Is this considered a bug? If not, I would like to request/suggest

new Continuum project via POM URL

2005-11-15 Thread Michael Fiedler
Hi, I am trying to create a build project by loading the pom via the url option. I have to use the pom url option because this pom contains modules. For the url, I am using 'scm:svn:http://username:[EMAIL PROTECTED]/blah/trunk/modules/pom.xml/'. I have checked it against svn by using

RE: new Continuum project via POM URL

2005-11-15 Thread Michael Fiedler
POM URL url in Add Project page are standard url like http, file, ftp and not scm url Emmanuel Michael Fiedler a écrit : Hi, I am trying to create a build project by loading the pom via the url option. I have to use the pom url option because this pom contains modules. For the url

RE: new Continuum project via POM URL

2005-11-15 Thread Michael Fiedler
url in Add Project page are standard url like http, file, ftp and not scm url Emmanuel Michael Fiedler a écrit : Hi, I am trying to create a build project by loading the pom via the url option. I have to use the pom url option because this pom contains modules. For the url, I am