Re: convert maven 1 to maven 2

2008-05-05 Thread mathapfahl
Is there any doc for the modules section? What advantages I get with the modules ? And what disadvantages? Is there any other handling with dependencies ? I can not find any guides for the modules... mathapfahl wrote: I got a few problem s to migrate some projects from maven 1 to maven 2

convert maven 1 to maven 2

2008-04-30 Thread mathapfahl
I got a few problem s to migrate some projects from maven 1 to maven 2 I have several main components to migrate. Under every component there are other components, and each of them has a client project, a server project and a common project. example: project A -- project A.1 -- client, server,

Problem with File Input Output with Jelly,Ant,Maven1

2007-05-23 Thread mathapfahl
Hi, I have a problem. I want to read the content of a file. If a special string is in the file, then I want to go further. If not I want to write the string in the file. Does anyone have an idea how I should realize this ? I begin with goal name=filetest util:loadText file=test.txt

Problem running Cruisecontrol - clearcase - maven

2007-01-24 Thread mathapfahl
anyone experience with clearcase running cruisecontrol ? Arnaud HERITIER wrote: This goal is now deprecated : http://maven.apache.org/maven-1.x/plugins/cruisecontrol/goals.html You have to launch it manuallly Arnaud On 1/23/07, mathapfahl [EMAIL PROTECTED] wrote: Hi, I have a problem

Problem running Cruisecontrol

2007-01-23 Thread mathapfahl
-- View this message in context: http://www.nabble.com/Problem-running-Cruisecontrol-tf3062780s177.html#a8517088 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Problem running Cruisecontrol

2007-01-23 Thread mathapfahl
Hi, I have a problem running Cruiscontrol with Maven 1.0 When I enter maven cruisecontrol:run I've got the Problem: Attempting to download jaxen-1.0-FCS-full.jar. Error retrieving artifact from [http://www.ibiblio.org/maven/jaxen/jars/jaxen-1.0-FCS-full.jar]: java.net.ConnectException:

Problem with the release - plugin in Maven 2 using clearcase -

2006-05-29 Thread mathapfahl
I wanted to release a component. The pom.xml is under source control in clearcase. The plugin is running, creates the release.properties, asks me about the tag and then it wants to update the version in the pom.xml If I have a chekout at the pom.xml during the release I've got the Exception,

Re: Problem with the release - plugin in Maven 2 using clearcase -

2006-05-29 Thread mathapfahl
of course: scm connectionscm|clearcase|C:\Daten\ClearCase\ViewStorage\A13173_L00370021931_production_dynamic.vws\configspec/connection developerConnectionscm|clearcase| \system\pas_build_common_xa\configspec.txt/developerConnection

Re: Problem with the release - plugin in Maven 2 using clearcase -

2006-05-29 Thread mathapfahl
You mean the tag: clearcase-settings viewstore\\mymachine\myvwstore/viewstore /clearcase-settings ? No I haven't. I use a dynamic view and I don't know to which location I should point here. I meant, this could not be the problem, cause it seems, the plugin knows about the clearcase. Ins't

Re: Problem with the release - plugin in Maven 2 using clearcase -

2006-05-29 Thread mathapfahl
I' ve tried following: clearcase-settings viewstore\\l00370021931\ViewStorage/viewstore /clearcase-settings Unfortunately I ' ve got the same Exception. -- View this message in context:

Re: Cannot checkin/checkout ...

2006-05-22 Thread mathapfahl
But this would mean, I have to checkin the pom.xml because Maven needs a clean environment. At the same time I have to checkout the pom.xml because Maven would like to change the version. ??? -- View this message in context:

Cannot checkin/checkout ...

2006-05-18 Thread mathapfahl
... in clearcase using the release and scm plugin I've got this Exception [INFO] Verifying there are no local modifications ... viewName = O pathname = \Test\Dev_Zentral\system\pas_build_common_xa\configspec.txt [INFO]

Re: Cannot checkin/checkout ...

2006-05-18 Thread mathapfahl
but I thougt the plugin will check in automatically. release:prepare ? -- View this message in context: http://www.nabble.com/Cannot-checkin-checkout-...-t1643004.html#a4451354 Sent from the Maven - Users forum at Nabble.com.

Clearcase - Maven2

2006-05-16 Thread mathapfahl
Can anyone help me to connect ClearCase and Maven 2 ? I've got an NoSuchScmProviderException I defined the clearcase-settings.xml: clearcase-settings viewstoreC:\Daten\clearcase\Viewstorage/viewstore /clearcase-settings Now I want to define the scm, connection, developerConnection and the url

Please help me with the scm plugin ...

2006-05-15 Thread mathapfahl
Hi, I have a problem with the scm plugin using clearcase. I use a dynamic view as base for the sourceCode - vob. Now I want execute the mvn release:prepare. In the pom.xml of the component I declare following: scm

Does anyone use clearcase dynamic views with the scm plugin ?

2006-05-11 Thread mathapfahl
I don't know how to handle clearcase dynamic views with the scm plugin. BUILD ERROR Can't load the scm provider. Where I have to declare the scm-connection and what in detail ? Thanks in advance -- View this message in context:

mvn install sort classpath

2006-05-08 Thread mathapfahl
I have a problem. Executing the mvn install, I want to sort the classpath. How can I manipulate it ? Any ideas ? Thanks in advance ! matha -- View this message in context: http://www.nabble.com/mvn-install-sort-classpath-t1575823.html#a4278242 Sent from the Maven - Users forum at Nabble.com.

Installing a jar in my local repo I want to use a systemproperty

2006-05-05 Thread mathapfahl
Hi friends, I want to install a jar in my local repo. mvn install -f pom_components.xml The problem: In the pom_components.xml I have a dependency with a variable ${maven.build.parent} Now I thought I can write following: mvn install -f pom_components.xml -Dmaven.build.parent=sys But it