release:prepare fails to tag a ClearCase view

2011-01-10 Thread Perez Ronen
Hi All, I am trying to setup a release to a Maven project with release:prepare and release:perform. My project layout is something like: /VIEW-NAME/VOB-NAME/parent-dir/workspace/my-proj/pom.xml When running the release prepare, one of the things needed to be done is put a label (tag)

RE: release:prepare fails to tag a ClearCase view

2011-01-10 Thread Perez Ronen
-release-p and ClearCase is that I manually need to put the label on the folder above my project (all the way to the root) after I perform release:prepare. Then I can execute release:perform. /Anders On Mon, Jan 10, 2011 at 12:08, Perez Ronen ronen.pe...@comverse.com wrote: Hi All, I am trying

RE: release:prepare fails to tag a ClearCase view

2011-01-10 Thread Perez Ronen
: release:prepare fails to tag a ClearCase view I haven't really investigated any alterantive, but that's what I do. It's pain though, and sooner or later I'll look into if it can be automated. However, as it currently isn't I'm guessing it might not be possible. /Anders 2011/1/10 Perez Ronen

release:prepare fails to tag a ClearCase view

2010-09-28 Thread Perez Ronen
Hi All, I am trying to setup a release to a Maven project with release:prepare and release:perform. My project layout is something like: D:\VIEW-NAME\VOB-NAME\parent-dir\workspace\my-proj\pom.xml When running the release prepare, one of the things needed to be done is put a label (tag) on

RE: release:prepare fails to tag a ClearCase view

2010-09-28 Thread Perez Ronen
: release:prepare fails to tag a ClearCase view Is your scm url correct? I use clearcase successfully with scm urls like this: scm:clearcase:load /VOBNAME/PATH /Anders On Tue, Sep 28, 2010 at 16:02, Perez Ronen ronen.pe...@comverse.com wrote: Hi All, I am trying to setup a release to a Maven project

SNAPSHOT versions Vs. incremental versions

2010-09-20 Thread Perez Ronen
Hi All, I am in a process of pushing Maven in my organization and I have a methodology question. Up until now (before Maven), in most RD teams, the development was broken into builds. If, for example we have a module called my-module with version 4.7.1.0, each build produced a jar will the

Running Findbugs with Maven fails

2010-09-15 Thread Perez Ronen
Hi, I am trying to analyze a Maven project with Findbugs, as follows: mvn org.codehaus.mojo:findbugs-maven-plugin:2.3.1:findbugs The build is successful, but there is no trace of the analysis reports and I also get the following output: [INFO] [findbugs:findbugs {execution: default-cli}] [INFO]

can't set portTypeName in axistools-maven-plugin

2010-03-24 Thread Perez Ronen
Hi All, It seems that the portTypeName parameter of the axistools-maven-plugin (version 1.3) cannot be set. The classOfPortType parameter is a required parameter and cannot be omitted but when setting it alongside portTypeName the following error appear: Embedded error: Java2WSDL execution

RE: How to perform ordered tasks in Maven2 build

2010-03-19 Thread Perez Ronen
Hi guys, I still didn’t get any technical answer about my question regarding the sporadic goals execution. Do you think Maven Dev forum will be more appropriate? Just to clarify on some points you were talking about: 1) I didn’t say that all Ant users are zealous, I just said that there are

How to perform ordered tasks in Maven2 build

2010-03-18 Thread Perez Ronen
Hi, I am trying to migrate a Java application built by Ant to Maven2. among other the build perform the following operations: 1) Running a javadoc doclet to find annotated Java files to be externalize later as web services 2) compile a small part of the code for step 3 3) run Axis java2wsdl on

RE: How to perform ordered tasks in Maven2 build

2010-03-18 Thread Perez Ronen
phases to ensure the order. In the same phase you cannot gaurantee any order AFAIK. Subir -Original Message- From: Perez Ronen [mailto:ronen.pe...@comverse.com] Sent: Thursday, March 18, 2010 12:42 PM To: Maven Users List Subject: How to perform ordered tasks in Maven2 build Hi, I am trying

RE: How to perform ordered tasks in Maven2 build

2010-03-18 Thread Perez Ronen
: ה 18 מרץ 2010 14:45 To: Maven Users List Subject: Re: How to perform ordered tasks in Maven2 build Another Best Practice example about how to structure a project into Maven projects with libraries and dependencies to avoid the Big Bang theory of deployment. Ron Perez Ronen wrote: Hi, I am