Re: errors adding maven2 project

2006-10-13 Thread Martin Burger
: http://jira.codehaus.org/browse/CONTINUUM-957 Regards, Martin Burger -- View this message in context: http://www.nabble.com/errors-adding-maven2-project-tf2371950.html#a6795507 Sent from the Continuum - Users mailing list archive at Nabble.com.

Re: https 401 error

2006-10-13 Thread Martin Burger
both IE and firefox. any clue as to what's going on? See: http://jira.codehaus.org/browse/CONTINUUM-957 Regards, Martin Burger -- View this message in context: http://www.nabble.com/https-401-error-tf2360369.html#a6795521 Sent from the Continuum - Users mailing list archive at Nabble.com.

Re: Configuring Continuum to authenticate with SCM

2006-10-13 Thread Martin Burger
to find such a ticket. So, I created a new one. See: http://jira.codehaus.org/browse/CONTINUUM-957 Regards, Martin Burger -- View this message in context: http://www.nabble.com/Configuring-Continuum-to-authenticate-with-SCM-tf2005777.html#a6795535 Sent from the Continuum - Users mailing list

[m2] How to generate Download report using Maven 2

2006-04-25 Thread Martin Burger
Hello! In Maven 1 it was possible to add a download report to the generated site (maven.xdoc.distributionUrl). I cannot found any information about this feature in the documentation of Maven 2. Is this feature missing? Regards, Martin Burger -- Martin Burger Researcher Software

Re: remote repository authentication

2005-09-15 Thread Martin Burger
WIEDERAENDERS Klaus schrieb am 15.09.2005 13:21: I'd like to setup a Maven remote repository with an Apache web server that uses authentication. How can I specify user name and password for this in my build.properties file? Would you like to download or to upload / deploy? For download:

Naming convention for Maven plugin

2005-09-12 Thread Martin Burger
Hello, is there any naming convention for new Maven plugins? If my project is named foo, should I name the belonging Maven plugin maven-foo-plugin ($pom.id)? Are names starting with maven- reserved for official plugins? Background: I named my plugin ddchange-maven-debugging and I wonder if

New plugin available: DDchange Maven

2005-09-09 Thread Martin Burger
you will find information about the Maven Plugin. If you're interested in a short overview of DDchange Maven, look at http://ddchange.martin-burger.de/DDchangeWiki/ProductInformation/DDchangeMaven/UseShortIntro. I'm looking forward to your feedback about DDchange Maven. Regards, Martin

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

2005-09-05 Thread Martin Burger
Martin Burger schrieb am 02.09.2005 14:05: 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

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 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 Martin Burger
class (org.apache.tools.ant.taskdefs.optional.ejb.DDCreator) for type ddcreator [echo] Deploying... Using userBuildPropertiesFile: C:\Dokumente und Einstellungen\Martin Burger\build.properties Using projectPropertiesFile: E:\Uni\DiplInf\repository\trunk\ddchange-framework-debugging

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

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: How to access default value of property of another plugin

2005-08-23 Thread Martin Burger
Arnaud HERITIER schrieb am 23.08.2005 00:52: Maven:pluginVar is deprecated. You must use maven:get http://maven.apache.org/tags.html#maven:get Thank you very much! That's exactly what I looked for. Regards Martin - To

Re: jellybean awaits setter with File instead of String argument

2005-08-22 Thread Martin Burger
Dion Gillard schrieb am 12.08.2005 23:53: What are the other methods on that class? I violated the bean specification, there was a getter returning File instead of String. And how do you know its passing in a File or expecting one to go to the class? Log message of the beanutils:

How to access default value of property of another plugin

2005-08-22 Thread Martin Burger
Hello, I need the value of the property maven.test.reportsDirectory in the plugin.jelly of my plugin even if it is not set via a project.properties file. Regard this simple goal: goal name=some:goal echoValue of maven.test.reportsDirectory: ${maven.test.reportsDirectory}/echo /goal If

jellybean awaits setter with File instead of String argument

2005-08-12 Thread Martin Burger
Hello, I'm using a jellybean in my Maven Plugin to start the entry point of my plugin - a Java bean. The jellybean awaits for the attributes a setter that accepts a single String value. Now, I added an attribute testClasses and set it to MARTIN. My Java bean class has a setter

Re: jellybean awaits setter with File instead of String argument

2005-08-12 Thread Martin Burger
Martin Burger schrieb am 12.08.2005 14:15: Hello, I'm using a jellybean in my Maven Plugin to start the entry point of my plugin - a Java bean. The jellybean awaits for the attributes a setter that accepts a single String value. Now, I added an attribute testClasses and set it to MARTIN

How to write to Maven's console and how to trigger failed build from jellybean

2005-08-05 Thread Martin Burger
Hello, I'm writing a Maven 1.1 plugin that is launched via an jellybean defined in plugin.jelly. While my plugin is running, I want to write info and error messages to the Maven console and want to cause that the build fail if certain exceptions occur. For writing to the console, is

Re: [JAR] maven jar:deploy constructs different file names for .pom and .jar (different timestamps)

2005-07-28 Thread Martin Burger
Martin Burger schrieb am 28.07.2005 18:26: Note the different timestamps of the pom and the jar file. Is that intended of a (known) bug? intended _or_ a (known) bug Sorry! - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Problems with dependencies (Digester) of self written plugin

2005-07-18 Thread Martin Burger
Brett Porter schrieb am 16.07.2005 06:51: Unfortunately you are stuck here. The version in MAVEN_HOME/lib is used above the others due to the classloader hierachy in use and the fact that plugins are not separated. What about upcoming 2.0? Will the plugins be separated (with respect to the

[M1] Adding tools.jar

2005-07-18 Thread Martin Burger
Hello, I added JDK's tools.jar as follows: project.properties: === snip === maven.jar.override=on maven.jar.tools=${java.home}/../lib/tools.jar === snap === project.xml === snip === !-- Sun's tool.jar -- dependency groupIdsun/groupId

Re: [M1] Adding tools.jar

2005-07-18 Thread Martin Burger
Marc Jambert schrieb am 18.07.2005 15:16: Hello Martin, Thanks for answering. the only problem is that I am using Maven2 and it appears there is no sun groupid in the m2 repo... Sorry, my email was intended as question, not as answer. Regards, Martin

test

2005-07-15 Thread Martin Burger
test - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problems with dependencies (Digester) of self written plugin

2005-07-15 Thread Martin Burger
Hello, I'm developing a plugin for Maven (1.0.2) and run into trouble. The plugin has - among other - the following dependencies: dependency groupIdcommons-beanutils/groupId artifactIdcommons-beanutils/artifactId version1.7.0/version

How can I get Log4j messages sent while plugin is running?

2005-07-15 Thread Martin Burger
Hello, I developed a Maven plugin. That plugin uses Log4j to log messages (SocketAppender and ConsoleAppender). While running maven plugin:install I get the messages sent to SocketAppender using Chainsaw, the messages sent to ConsoleAppender are stored in the test report files. Fine. But

Re: Problems with dependencies (Digester) of self written plugin

2005-07-15 Thread Martin Burger
Martin Burger schrieb am 15.07.2005 17:05: I think while running the plugin Digester 1.7 is not used, Maven's 1.4.1 is used instead. Therefore some parts of the XML report are ignored. In my code, I added a call of the method Digester.getSAXLogger(). That method was added in Digester 1.6

Re: How can I get Log4j messages sent while plugin is running?

2005-07-15 Thread Martin Burger
Martin Burger schrieb am 15.07.2005 17:19: So, how can I get the messages sent while the plugin is running? Found a solution: 1. Set MAVEN_OPTS to -Dlog4j.configuration=file:/e:/log4j.xml -Dlog4j.debug 2. In your log4j.xml, you have add the following tags: appender name=mavenconsole

Re: Problems with dependencies (Digester) of self written plugin

2005-07-15 Thread Martin Burger
Martin Burger schrieb am 15.07.2005 17:05: I think while running the plugin Digester 1.7 is not used, Maven's 1.4.1 is used instead. Therefore some parts of the XML report are ignored. Switching to Maven 1.1-beta-1 helped. But how to provide backward compatibility? Regards, Martin

[Eclipse Plugin] Defining dependency as Eclipse project

2005-06-30 Thread Martin Burger
Hello, I tried to define an Eclipse project as dependency in the project.xml. But after calling maven eclipse maven tries to download a JAR instead of adding an entry to the .classpath file. I used the sample code at http://maven.apache.org/reference/plugins/eclipse/. Did I misunderstand

Re: [Eclipse Plugin] Defining dependency as Eclipse project

2005-06-30 Thread Martin Burger
Edmund Urbani schrieb am 30.06.2005 09:36: The maven eclipse plugin just includes the artifacts from the maven repository for you. It does not create dependencies between eclipse projects (even though this would be desirable for SNAPSHOT dependencies). AFAIK this can't be done with the current

Re: [Eclipse Plugin] Defining dependency as Eclipse project

2005-06-30 Thread Martin Burger
Marcell Manfrin Barbacena schrieb am 30.06.2005 10:02: However, you can add an Eclipse project to the classpath by defining the following in your project.properties file: maven.eclipse.classpath.include=/test1 This adds E:/test1 to the .classpath as classpathentry (note the drive

Clover plug-in: code coverage of assertions / assert statements

2005-06-07 Thread Martin Burger
Hello, I'm using a lot of assert statements in my code, and it seems that I will never get 100% coverage because clover says the assertion's expression is never executed. AFAIK the Eclipse plug-in of clover allows to filter assert statements, but I was not able to find such a feature for

Re: Clover plug-in: code coverage of assertions / assert statements

2005-06-07 Thread Martin Burger
Vincent Massol schrieb am 07.06.2005 12:21: Why don't you use a context filter? (see http://cenqua.com/clover/doc/adv/contexts.html). This is supported by the latest versions of the Clover plugin I added maven.clover.context.block.names=assert to my project.properties, but the assert

Re: Clover plug-in: code coverage of assertions / assert statements

2005-06-07 Thread Martin Burger
Vincent Massol schrieb am 07.06.2005 12:56: I added maven.clover.context.block.names=assert to my project.properties, but the assert statements are not covered. Any idea? Nope. It should work. After running update commands (http://maven.apache.org/start/download.html) it works.