RE: Maven documentation

2008-09-08 Thread Andreas Guther
You might get some information about Maven history from Wikipedia: http://en.wikipedia.org/wiki/Apache_Maven Andreas -Original Message- From: Matthias Dorfner [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2008 6:57 AM To: users@maven.apache.org Subject: Maven documentation

RE: Is there a list of available variables or expressions to use in POM file

2008-05-27 Thread Andreas Guther
://docs.codehaus.org/display/MAVENUSER/MavenPropertiesGuide Thanks, Deng On Thu, May 22, 2008 at 10:46 PM, Andreas Guther [EMAIL PROTECTED] wrote: Hi, Is there a list of available variables and expressions one can insert into a pom file? In particular I am looking for inserting

Is there a list of available variables or expressions to use in POM file

2008-05-22 Thread Andreas Guther
Hi, Is there a list of available variables and expressions one can insert into a pom file? In particular I am looking for inserting variables like the current date into the manifest entries. Andreas

RE: retrieving jar with highest version

2008-05-22 Thread Andreas Guther
Repositories have metadata xml files from where you can retrieve the highest number. It is usually pretty straightforward downloading the metadata file, extracting the information and constructing the required version number. Andreas -Original Message- From: Brane F. Gračnar

RE: Downloading a unique snapshot

2008-05-22 Thread Andreas Guther
Did you try to define in your dependency the part after myproduct as version, i.e. 1.0-SNAPSHOT-20080522.114841-2? Andreas -Original Message- From: Richard Chamberlain [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22, 2008 8:48 AM To: Maven Users List Subject: Downloading a unique

RE: Maven Unplugged (no network access)

2008-05-22 Thread Andreas Guther
In your scenario Nexus is not necessary since you are actually not proxying anything. If I understand your scenario correctly you need to provide a managed and controlled repository. An Apache Server is good enough. I would suggest having the folks with the external access to run the builds

RE: Classpath Loader Differences between Surefire 2.3 and 2.4 causes tests to fail

2008-04-08 Thread Andreas Guther
that this was the default behavior in Surefire 2.3 and that it was reversed in Surefire 2.4. -Original Message- From: Andreas Guther [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 12:07 PM To: Maven Users List Subject: Classpath Loader Differences between Surefire 2.3 and 2.4 causes tests to fail

Classpath Loader Differences between Surefire 2.3 and 2.4 causes tests to fail

2008-04-07 Thread Andreas Guther
Hi, We see a difference in classpath loading between Surefire 2.3 and 2.4. If we run the attached test against Surefire 2.3 and TestNG 5.1 we get the following output: mvn test -Pthree --- T E S T S

RE: classloader testing

2008-04-07 Thread Andreas Guther
Did you try to use different profiles? Andreas -Original Message- From: Jason Nerothin [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 12:14 PM To: users@maven.apache.org Subject: classloader testing I've written a basic ClassLoader and can test it to my satisfaction by

Maven Plug-in Development: How to check for Maven Options?

2007-11-25 Thread Andreas Guther
I would like to check in my Maven 2 plug-in if certain mvn options have be enabled and if not would then like to print a recommendation how to set Maven to run the plug-in. Is there a way to access information on which Maven options where set, for example mvn -N? Andreas

[1.1-beta-3] Description: $build.buildDefinition.description

2007-11-09 Thread Andreas Guther
I see the following line in my build status mail notifications: Description: $build.buildDefinition.description It comes up under the Build Definition section. Where is this entry defined or missing so I can add the missing content? Andreas

RE: [1.1-beta-3] Description: $build.buildDefinition.description

2007-11-09 Thread Andreas Guther
used by your project (project group or project level) and set the description field. Emmanuel Andreas Guther a écrit : I see the following line in my build status mail notifications: Description: $build.buildDefinition.description It comes up under the Build Definition section. Where

Continuum 1.1-beta-3: Cannot Delete Some Projects

2007-11-08 Thread Andreas Guther
Hi, I have a situation where I have two projects in a group that I cannot delete. I can delete all other projects in that group. The error message I get is the following: javax.jdo.JDOUserException: One or more instances could not be deleted NestedThrowables: javax.jdo.JDODataStoreException:

Continuum Release Process Documentation

2007-10-31 Thread Andreas Guther
I noticed that Continuum provides a Release function. So far I failed located documentation on this function. We are using the Maven Release process and I am exited about the possibility to execute a release from within Continuum. Unfortunately I do not have the time to play with the function

java.lang.NullPointerException in 1.1-beta-3 after adding parent pom

2007-10-29 Thread Andreas Guther
I have added a parent pom file with an URL to our company logo. This worked fine and the company logo appeared on the right side of the header section. I then was looking in changing the default build configuration by enabling the component

RE: java.lang.NullPointerException in 1.1-beta-3 after adding parent pom

2007-10-29 Thread Andreas Guther
, Andreas Guther [EMAIL PROTECTED]: I have added a parent pom file with an URL to our company logo. This worked fine and the company logo appeared on the right side of the header section. I then was looking in changing the default build configuration by enabling the component

Can Maven 2 check its version and fail?

2007-09-10 Thread Andreas Guther
I am looking for some means (pom configuration) that makes the Maven build checking the Maven version and fails the build if the Maven version is less than expected. Somehow I think I saw that somewhere, but since my friend Google seems not to know as well I am not sure if I was just dreaming.

RE: mvn.bat and error_code (Maven 2.0.7 and Windows XP)

2007-08-24 Thread Andreas Guther
-3084 On 8/23/07, Andreas Guther [EMAIL PROTECTED] wrote: Maven 2.0.7 mvn.bat errorlevel return code problem. Hi I am failing to capture the mvn.bat return code. Basically I have a batch file that calls mvn several times. In case of an error I would like to stop calling following mvn calls

mvn.bat and error_code (Maven 2.0.7 and Windows XP)

2007-08-23 Thread Andreas Guther
Maven 2.0.7 mvn.bat errorlevel return code problem. Hi I am failing to capture the mvn.bat return code. Basically I have a batch file that calls mvn several times. In case of an error I would like to stop calling following mvn calls. Example call mvn clean:clean IF ERRORLEVEL 0 GOTO

Upgrade Strategy from 1.1-beta-1 to 1.1-beta-2

2007-08-20 Thread Andreas Guther
Hi, I would like to update my Continuum 1.1.beta-1 installation to the latest beta-2 release. I tried to locate upgrade information but could not find any. Could someone please point me to the document? In case there is none: What is the best or recommended strategy to upgrade and keep the

RE: continuum-1.1-beta-1: Error while generating mail contents.

2007-08-09 Thread Andreas Guther
To: continuum-users@maven.apache.org Subject: RE: continuum-1.1-beta-1: Error while generating mail contents. Issue CONTINUUM-1374. Simple workaround add a jdk to your profile. Will be fix in beta-2. -- Olivier -Message d'origine- De : Andreas Guther [mailto:[EMAIL PROTECTED] Envoyé

RE: continuum-1.1-beta-1: Error while generating mail contents.

2007-08-09 Thread Andreas Guther
Found the problem: I did not fully configure the profile: it had no JDK installation assigned. This is not very clear in the current documentation. After fixing this the build succeeded and email were sent. Andreas -Original Message- From: Andreas Guther [mailto:[EMAIL PROTECTED

continuum-1.1-beta-1: Error while generating mail contents.

2007-08-06 Thread Andreas Guther
Hi, After installing continuum-1.1-beta-1 last week all went fine and I was very pleased with the changes and new features. We just discovered that since a few days we do not get email messages anymore. The logs say: Error while generating mail contents. (Stack trace below) I can send email

RE: TestNG documentation

2007-05-28 Thread Andreas Guther
...and when will be there a combination that does not require SNAPSHOT versions? Andreas -Original Message- From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] Sent: Monday, May 28, 2007 9:12 AM To: Maven Users List Subject: Re: TestNG documentation When will there be a version of

RE: Maven release plug-in and SNAPSHOT dependencies

2007-04-02 Thread Andreas Guther
by simply changing the version specified in the pom. But in the meantime, you can cut releases of your own projects with this fake non-snapshot build. Wayne On 4/1/07, Andreas Guther [EMAIL PROTECTED] wrote: We are using the Maven 2 release plug-in for our release process. The plug-in checks

Maven release plug-in and SNAPSHOT dependencies

2007-04-01 Thread Andreas Guther
We are using the Maven 2 release plug-in for our release process. The plug-in checks for SNAPSHOT dependencies and refuses to proceed in case it finds a SNAPSHOT dependency. This makes perfectly sense and is what is desired. What I do not understand is the fact that it also checks in my

RE: How to remove a hanging build process

2007-01-14 Thread Andreas Guther
-ef? Cant you just kill the task using the kill pid command? Anoop On 1/13/07, Andreas Guther [EMAIL PROTECTED] wrote: Hi, We are using Continuum 1.0.3. I have a build task that is hanging somehow now for several days. The delete icon is disabled and I cannot find a way to either kill

How to remove a hanging build process

2007-01-13 Thread Andreas Guther
Hi, We are using Continuum 1.0.3. I have a build task that is hanging somehow now for several days. The delete icon is disabled and I cannot find a way to either kill or remove the task from the builds. Is there a way to get rid of this task? Andreas

RE: seperation of goals

2006-12-30 Thread Andreas Guther
This might be a question more suited for the Maven user list. Andreas -Original Message- From: Roald Bankras [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 27, 2006 5:35 AM To: continuum-users@maven.apache.org Subject: seperation of goals Hi Can anyone tell me if it is possible

RE: Username in release commit

2006-11-29 Thread Andreas Guther
I am using release on Windows and I have no problems. I think you might need to use svn from command line first before you use the release goal. SVN stores user credentials locally and then later will not ask you again. Andreas -Original Message- From: Wim Deblauwe [mailto:[EMAIL

RE: deploy sources

2006-11-29 Thread Andreas Guther
The mvn release goal generates three jars during the perform sub-goal: 1) the packaged artifact, 2) a jar with sources, 3) a jar with javadoc. Andreas -Original Message- From: Santosh Iralapalle [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 2:59 AM To: Maven Users List

RE: [ANN] StatSVN 0.2.0 released as well as a Maven 2 plugin for it.

2006-11-28 Thread Andreas Guther
That looks great! Maven 1 had a similar plug-in and I was looking for something like this here. I can't wait to give it a try. Thanks, Andreas -Original Message- From: Benoit Xhenseval [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 4:05 PM To: maven Subject: [ANN]

RE: surefire - testng report - format cross reference links

2006-11-27 Thread Andreas Guther
You might get more information if you browse the TestNG user mailing list. There are several threads discussing Maven Surefire with TestNG. It depends also on the TestNG version that you use. I still use the 4.7 version which is compliant with the current Maven Surefire plug-in (I think it is

Checckstyle and other static code analysis tools do not run or generate reports if configured in profile

2006-11-04 Thread Andreas Guther
Hi, I came across a strange problem with Checkstyle, PMD, and Findbugs defined in a profile: They do not create the desired reports as long as they are defined in a profile in a parent pom. My idea was to move definition of static code analysis tools and other reports in a reporting profile

RE: Exclude tests from packaged artifact

2006-11-04 Thread Andreas Guther
If you follow the standard layout with production code under src/main and test classes under src/test than you test classes will be excluded from the resulting artifact automatically. But maybe I am misreading your email. Do you want to create a binary containing the source (.java) files or are

RE: [M2] Classifier removed during packaging

2006-10-12 Thread Andreas Guther
- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 8:36 PM To: Maven Users List Subject: Re: [M2] Classifier removed during packaging It is a definitely a bug. Please file a Jira against war plugin -D On 10/11/06, Andreas Guther [EMAIL PROTECTED] wrote: So far it looks

RE: [M2] Classifier removed during packaging

2006-10-12 Thread Andreas Guther
the artifact file name which is unexpected. maven-dependency-plugin does a lots of artfacts manipulations, unless the user tells it so, the file name remains the same. -D On 10/12/06, Andreas Guther [EMAIL PROTECTED] wrote: Dan, What makes you think this is a bug? The classifier behavior seems

RE: [M2] Classifier removed during packaging

2006-10-11 Thread Andreas Guther
of the classifier behind the scene is a little bit unexpected and confusing in my view. Is there a way to force Maven (i.e. the responsible plug-in) to keep the jar file classifier while adding jars to the war file? Andreas -Original Message- From: Andreas Guther [mailto:[EMAIL PROTECTED] Sent

RE: Maven XSLT Plugin Question

2006-10-11 Thread Andreas Guther
I am not aware of an XSLT plug-in, but writing one should be a pretty straight forward task. I guess I then would try to associate the plug-in with source code generation or something similar during the site creation life cycle. Writing Maven 2 plug-ins is an easy to achieve task and there are

[M2] Classifier removed during packaging

2006-10-10 Thread Andreas Guther
I have the following situation with Maven 2, classifier usage, and packaging to a war file: The classified jar file is correctly downloaded from repository but ends in the war file without the classifier part in the jar file name. I.e. in my local repository I get the dependency

RE: Creating a shared Maven 2 repository

2006-10-02 Thread Andreas Guther
Alexander, I would suggest looking into Maven Archiva[1]. Maven Archiva comes with a Maven repository proxy that we used to replace our Maven central repository. We configured then Maven Archiva to proxy the Maven central repository at Ibiblio. I am not aware of any tools that are explicitly

RE: Checkstyle Behind A Firewall

2006-09-30 Thread Andreas Guther
Looking at the content of the URL a checkstyle config xml file comes up. Did you try to overwrite the configuration and point to a checkstyle configuration file of your own? I bet you can have that file somewhere behind your firewall and either have a reltaive, absolute, or internal URL

RE: Checkstyle Behind A Firewall

2006-09-30 Thread Andreas Guther
You could use a parent pom file that defines the Checkstyle settings globally. Deploy the parent pom to your internal repository. In your modules use the parent pom file (do not use the relativePath element (or whatever the name is)) since you have deployed it to your internal server, it is not

RE: Re: Patching plugins

2006-09-30 Thread Andreas Guther
Maintain an internal repository and put there your own jars and plug-ins and whatever you have patched for your own purposes. To distinguish your own patched versions you can use the classifier marker in the dependency declaration. Andreas -Original Message- From: news [mailto:[EMAIL

RE: Creating a shared Maven 2 repository

2006-09-30 Thread Andreas Guther
I am not quite sure if I understand you correctly. If you want to maintain an internal repository, there is not that much to do and I am not sure what a script could add. Basically you define a space on your web server (you mentioned Apache) and then put your dependencies there. That is all you

RE: Plug-in version management

2006-09-24 Thread Andreas Guther
-in version management http://jira.codehaus.org/browse/MNG-1931 you should have given the search a try ;) On 9/23/06, Andreas Guther [EMAIL PROTECTED] wrote: The next question now is: Does this work for reporting as well? I looked at reporting but that does not have a pluginManagement

Plug-in version management

2006-09-23 Thread Andreas Guther
Hi, I started to manage my dependency versions with dependencyManagement and I am quite pleased on the outcome and control this configuration provides. We defined in a parent pom all dependency versions we are using in the dependencyManagement section and in our sub-project we only define what

RE: Plug-in version management

2006-09-23 Thread Andreas Guther
] Sent: Saturday, September 23, 2006 6:30 PM To: Maven Users List Subject: Re: Plug-in version management buildpluginManagement On 9/23/06, Andreas Guther [EMAIL PROTECTED] wrote: Hi, I started to manage my dependency versions with dependencyManagement and I am quite pleased on the outcome

RE: Plug-in version management

2006-09-23 Thread Andreas Guther
: Plug-in version management buildpluginManagement On 9/23/06, Andreas Guther [EMAIL PROTECTED] wrote: Hi, I started to manage my dependency versions with dependencyManagement and I am quite pleased on the outcome and control this configuration provides. We defined in a parent pom all

RE: [Solved] Proxing a repository

2006-09-20 Thread Andreas Guther
I made the same mistake a few weeks ago. This is certainly a subject that should be more clearly addressed in the documentation. Andreas -Original Message- From: Raphaël Piéroni [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 11:41 PM To: archiva-users@maven.apache.org

RE: [Solved] Proxing a repository

2006-09-20 Thread Andreas Guther
Right, there is only the index page: http://maven.apache.org/archiva/ Andreas -Original Message- From: Raphaël Piéroni [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 8:21 AM To: archiva-users@maven.apache.org Subject: Re: [Solved] Proxing a repository 2006/9/20, Andreas

RE: Exception while registering Admin user

2006-09-18 Thread Andreas Guther
Hi, If this is a bug in the current source, then you might want to try a version from around 9/3. I downloaded that time the source and build it and it works fine in our environment. As far as I remember, installation was a no-brainer. Just drop the war file into your Tomcat webapps folder.

RE: [M2] Announcement plug-in for Maven 2?

2006-09-18 Thread Andreas Guther
Message- From: Andreas Guther [mailto:[EMAIL PROTECTED] Sent: lundi 18 septembre 2006 02:17 To: Maven Users List Subject: [M2] Announcement plug-in for Maven 2? Hi, I am having a hard time finding a Maven 2 version of the Announcement plug-in from Vincent Massol that is available for Maven 1. I

[M2] Announcement plug-in for Maven 2?

2006-09-17 Thread Andreas Guther
Hi, I am having a hard time finding a Maven 2 version of the Announcement plug-in from Vincent Massol that is available for Maven 1. I looked at http://mojo.codehaus.org/ and http://maven.apache.org/plugins/ and used all my limited Google skills. Maybe I am just blind or maybe it just does not

RE: [M2] Managing Repositories

2006-09-17 Thread Andreas Guther
. This would first put the files into the internal repository before installing it in my local repository. Hope this helps. Thanks Lakshman -Original Message- From: Andreas Guther [mailto:[EMAIL PROTECTED] Sent: Sunday, 17 September 2006 3:59 AM To: Maven Users List Subject: [M2] Managing

RE: [M2] Managing Repositories

2006-09-17 Thread Andreas Guther
Subject: Re: [M2] Managing Repositories On 9/17/06, Andreas Guther [EMAIL PROTECTED] wrote: Hi, I am struggling with the question on how to maintain a controlled internal repository with Maven 2. We want to have full control over the downloaded dependencies and configured Maven to use

RE: AddressException in notifying with multiple email addresses

2006-09-17 Thread Andreas Guther
Jonathan, I tried to follow your example but it does not work for me. What is your experience? You talked about some problems with parent poms. I have a definition in the parent pom for ciManagement and that works with a single mailing list for all sendOns. After reading your email I tried to

[M2] Managing Repositories

2006-09-16 Thread Andreas Guther
Hi, I am struggling with the question on how to maintain a controlled internal repository with Maven 2. We want to have full control over the downloaded dependencies and configured Maven to use as central repository our internal repository server. With this configuration no external repository

RE: Surefire report not running on test failures

2006-09-08 Thread Andreas Guther
You need to configure surefire to ignore test failures. Look here for testFailureIgnore: http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html I remember that I have read about a way to have this flag set dynamically so it is only ignored if you plan to generate reports (I think

RE: Combining multiple wars

2006-09-08 Thread Andreas Guther
We are using cargo to merge war files: http://cargo.codehaus.org/Merging+WAR+files Andreas -Original Message- From: johne [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 2:34 PM To: users@maven.apache.org Subject: Combining multiple wars Hello, I am mostly through

RE: Using Archiva as a Mirror

2006-09-04 Thread Andreas Guther
, 2006 8:30 PM To: archiva-users@maven.apache.org Subject: Re: Using Archiva as a Mirror On 04/09/2006, at 10:50 AM, Andreas Guther wrote: The indexing issue I could resolve. After changing the folder name for the index directory from maven-archiva-index to index only, the index

RE: Using Archiva as a Mirror

2006-09-04 Thread Andreas Guther
. Currently, the proxy doesn't automatically index new artifacts though there is an issue open to do that. - Brett On 04/09/2006, at 4:57 AM, Andreas Guther wrote: How to use Archiva as Maven2 Mirror Hi, I have build and installed the Archiva Maven Repository Manager (MRM

[M2] The plugin 'org.apache.maven.plugins:maven-compiler-plugin' does not exist or no valid version could be found

2006-09-04 Thread Andreas Guther
Hi, I am currently trying to take our development environment offline from the Maven2 central repository at Ibiblio. I have configured a profile that redefines the central repository and points to a copy of all I found in my local repository. My assumption was that this should be enough for my

RE: iBiblio Snapshot?

2006-09-04 Thread Andreas Guther
Hi, I am trying to mirror the Maven2 repository internally. Can someone share with me a working rsync command? What I found so far and tried is the following: $ rsync -rlHtSv [EMAIL PROTECTED]:/pub/packages/maven2/ . ssh: connect to host ftp.ibiblio.org port 22: Connection refused rsync:

RE: super pom filter

2006-09-04 Thread Andreas Guther
I stopped using the URL for parent or master poms. Instead I deploy a shared pom to our internal respository. You have to make sure that the using pom defines either the repository where you deployed the master pom or have it defined in your settings.xml. Either way you have to provide to maven

distributionManagement not allowed in settings.xml

2006-09-03 Thread Andreas Guther
Hi, I noticed that it is not possible to define the distribution management inside the settings.xml. In my case the distribution management configuration is the same for all projects and so far I had it defined within a parent pom. Since distribution management configuration is only relevant

RE: release:perform

2006-09-03 Thread Andreas Guther
Isn't the release plug-in asking for the tag version during the prepare phase? If I remember correctly you then could just correct the version number in the pom manually before you run the prepare. Andreas -Original Message- From: Douglas Ferguson [mailto:[EMAIL PROTECTED] Sent:

RE: distributionManagement not allowed in settings.xml

2006-09-03 Thread Andreas Guther
itself. Andreas -Original Message- From: Andreas Guther [mailto:[EMAIL PROTECTED] Sent: Sunday, September 03, 2006 4:54 PM To: Maven Users List Subject: distributionManagement not allowed in settings.xml Hi, I noticed that it is not possible to define the distribution management inside

RE: Using Archiva as a Mirror

2006-09-03 Thread Andreas Guther
repository. Andreas -Original Message- From: Andreas Guther Sent: Sunday, September 03, 2006 11:57 AM To: 'archiva-users@maven.apache.org' Subject: Using Archiva as a Mirror How to use Archiva as Maven2 Mirror Hi, I have build and installed the Archiva Maven Repository Manager (MRM

[M2] org.apache.maven.plugins: includes not additive?

2006-08-31 Thread Andreas Guther
Hi, To include files to the org.apache.maven.plugins compile process one has to specify those files in the configuration/includes section. I noticed that if I add an includes section like the following includes include**/*.properties/include /includes My java files are not build

SNAPSHOT Deploy

2006-08-24 Thread Andreas Guther
Question: How can I get Maven to deploy version-less SNAPSHOT files to our SNAPSHOT repository? Background: It appears to me as if the mvn deploy command on a SNAPSHOT version does only deploy numbered snapshot files, but not unnumbered ones. The mvn install command in contrary puts an unnumbered

RE: SNAPSHOT Deploy

2006-08-24 Thread Andreas Guther
configuration in the POM. -Nathan -Original Message- From: Andreas Guther [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 2:35 PM To: Maven Users List Subject: SNAPSHOT Deploy Question: How can I get Maven to deploy version-less SNAPSHOT files to our SNAPSHOT repository? Background

RE: SNAPSHOT Deploy

2006-08-24 Thread Andreas Guther
- From: Andreas Guther [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 4:07 PM To: Maven Users List Subject: RE: SNAPSHOT Deploy Nathan, Thank you for your help. Indeed that forces Maven to generate a non unique SNAPSHOT version. But now I have no unique versions anymore. What I am

RE: [m2] DBUnit plugin form m2?

2006-08-24 Thread Andreas Guther
I am not quite sure why you would need a dbUnit plug-in. dbUnit is a JUnit extension and if used together with JUnit will be executed by Surefire with your unit tests. Andreas Srepfler Srgjan wrote: Hi, Does anyone know if there is a m2 plugin for DBUnit and if not, can someone post

Favicon location

2006-08-18 Thread Andreas Guther
Hi, Does someone know where to put the favicon.ico on the jetty server that is used by Continuum? Thanks in advance, Andreas

RE: False Build Errors

2006-08-14 Thread Andreas Guther
I have noticed that too; I am having Continuum 1.0.3 running on a Windows system. But I do not see that on a regular basis, rather as an exception that occurs from time to time. Andreas -Original Message- From: Steven Vetzal [mailto:[EMAIL PROTECTED] Sent: Monday, August 14, 2006 4:51

RE: Default goals with maven 2

2006-05-27 Thread Andreas Guther
I am not so sure if having a clean deploy in an automated build is a good idea, unless you are planning to deploy snapshots. If you are updating with each build the version number, it might make sense in some way, but I still think a deployment should be a well thought decision and nothing left

RE: log within surefire 2.2

2006-05-27 Thread Andreas Guther
Did you search the mailing list archive? I think I read not too long ago a thread on that issue with a similar problem. Andreas -Original Message- From: Wim Deblauwe [mailto:[EMAIL PROTECTED] Sent: Saturday, May 27, 2006 11:36 AM To: Maven Users List; langlois yan Subject: Re: log

RE: [m2] Surefire report when tests fail

2006-05-27 Thread Andreas Guther
In build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId version2.2/version configuration testFailureIgnoretrue/testFailureIgnore /configuration /plugin ... I think there is a way

Surefire: More details on failed tests--How?

2006-05-21 Thread Andreas Guther
Is there a way to get more information from surefire about test failures than just the statistics without looking at reports generated with the surefire reports plug-in? Running surefire with for example the following, gives me no information what exactly failed. My problem is, that running my

RE: Surefire: More details on failed tests--How?

2006-05-21 Thread Andreas Guther
7:33 PM To: Maven Users List Subject: RE: Surefire: More details on failed tests--How? useFilefalse/useFile -Original Message- From: Andreas Guther [mailto:[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 8:47 PM To: Maven Users List Subject: Surefire: More details on failed tests--How

RE: log4j.properties expendable and ignored

2006-05-13 Thread Andreas Guther
Could you find out which log4j configuration file actually was used? Is it the one under main or the one under test? Andreas -Original Message- From: Ido M. Tamir [mailto:[EMAIL PROTECTED] Sent: Saturday, May 13, 2006 2:26 AM To: Maven Users List Subject: Re: log4j.properties

RE: site:deploy works once

2006-04-23 Thread Andreas Guther
/distributionManagement Andreas -Original Message- From: Andreas Guther Sent: Friday, April 21, 2006 5:55 PM To: Maven Users List Subject: RE: site:deploy works once This is a bug. I have filed a bug report on that a few weeks ago and I think it is now in work. My current workaround

RE: site:deploy works once

2006-04-21 Thread Andreas Guther
This is a bug. I have filed a bug report on that a few weeks ago and I think it is now in work. My current workaround is a batch file that triggers the site deploy and prior to that deletes the target folder. Andreas -Original Message- From: Vijay Shanker [mailto:[EMAIL PROTECTED]

RE: Maven a Developer's notebook : Upgraded to M2 is available somewhere online ?

2006-04-18 Thread Andreas Guther
Jaikumar, A while ago I read that a Maven 2 book is in work and will be made available online. If I remember correctly it is planned to be available this quarter, but I haven't seen any new information on that project. If you use Maven 2 it does make little sense to use the Maven 1 book (which

RE: [M2] Force order of jar files in classpath

2006-04-18 Thread Andreas Guther
: Monday, April 17, 2006 5:18 PM To: Maven Users List Subject: Re: [M2] Force order of jar files in classpath On 4/18/06, Andreas Guther [EMAIL PROTECTED] wrote: Maybe it is indeed in this particular case a problem with the eclipse plug-in and the request should go against the eclipse plug-in to honor

RE: Email Notifier Configuration

2006-04-18 Thread Andreas Guther
/ciManagement Emmanuel Andreas Guther a écrit : Hi, I am using continuum 1.0.2 with Maven 2.0.4. I am having problems finding detailed information about the email notifier configuration. From the few examples I could find I have the impression that there is always a mailing list to be used

RE: [M2] Force order of jar files in classpath

2006-04-17 Thread Andreas Guther
that requires this feature. -D On 4/16/06, Andreas Guther [EMAIL PROTECTED] wrote: Hi, I am encountering different situations where it would be helpful to force the order of the jar files within the classpath. So far I could not figure out if Maven 2 allows this to configure at all as well

RE: [M2] Force order of jar files in classpath

2006-04-17 Thread Andreas Guther
pulled in transitively. exclusions/ in the testng dependency for beanshell is the appropriate change to the pom. I'm not sure about the jaxb 1 scenario. I've never encountered it. Is that while running the pap, or xjc? - Brett On 4/18/06, Andreas Guther [EMAIL PROTECTED] wrote: One problem I

[M2] mojo.codehaus.org simian-report-maven-plugin usage

2006-04-15 Thread Andreas Guther
Hi, Is someone using the simian report under Maven 2? http://mojo.codehaus.org/simian-report-maven-plugin/ I used it with Maven 1 and would like to add it to my Maven 2 generated site reports. The configuration example on the plug-in site does not work for me. Maybe someone who uses the report

[M2] Winword to HTML plug-in

2006-04-15 Thread Andreas Guther
In my previous company we used with Maven 1 a plug-in that could create HTML pages from WinWord documents. Unfortunately I do not remember the name of the plug-in but I would like to use it in my Maven 2 project. Does by any chance someone know what I am talking about and maybe know if this

[M2] Example configuration for mailing build errors

2006-04-14 Thread Andreas Guther
Hi, I am not able to find a Maven 2 example on how to catch build errors and send them via email as notification. It would be great if someone who has set this up could share the settings. Thanks in advance, Andreas    

RE: Missing 2.0.4 release notes

2006-04-11 Thread Andreas Guther
Thanks for the link! I was facing the same problem last night when I visited the Maven site and noticed the new release. I was hunting for the release notes as well but I gave up. I forgot about the Announcement mailing list and I will subscribe to it but I agree with Howard that it would be

RE: Missing 2.0.4 release notes

2006-04-11 Thread Andreas Guther
Oops, it is already there! Someone was fast! Andreas -Original Message- From: Andreas Guther Sent: Tuesday, April 11, 2006 9:22 AM To: Maven Users List Subject: RE: Missing 2.0.4 release notes Thanks for the link! I was facing the same problem last night when I visited the Maven

RE: TimeZone Element in pom.xml

2006-04-04 Thread Andreas Guther
-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078 Andreas Guther [EMAIL PROTECTED]To: Maven Users List users@maven.apache.org

TimeZone Element in pom.xml

2006-04-03 Thread Andreas Guther
Hi, Is there a way in Maven to adjust the TimeZone element in the pom.xml to daylight savings time? We have an international team and I like the fact that we can see on the maven generated web site's team list what time it is for a specific developer. What I am missing is the automatic

RE: [M2] Problem with TestNG, Surefire, Java 5, and Java 1.4 JavaDoc Annotations

2006-04-02 Thread Andreas Guther
be ok, but please file a bug and it will be investigated. - Brett On 4/3/06, Andreas Guther [EMAIL PROTECTED] wrote: I am having problems running TestNG tests with Maven 2 and the following configuration: - all tests are using the JavaDoc annotations (Java 1.4) - The tests are executed

[M2] Order of jars in classpath

2006-04-01 Thread Andreas Guther
Hi, Is there a way to force Maven 2 to put jar files in a specific order on the classpath? I noticed that the jar files as defined in the dependencies section are not added to the path in that order. Is the order arbitrary? Is there something that determines the order? I have some problems

[M2] Generate JavaDoc for test classes under src/test/java

2006-03-31 Thread Andreas Guther
Problem: Generate JavaDoc for test classes under src/test/java using the Maven JavaDoc plug-in. Question: Is there a way to tell the maven-javadoc-plugin (http://maven.apache.org/plugins/maven-javadoc-plugin/configuration.html) to include java classes under the src/test/java folder as well?

RE: [M2] Generate JavaDoc for test classes under src/test/java

2006-03-31 Thread Andreas Guther
Subject: Re: [M2] Generate JavaDoc for test classes under src/test/java Just curious, why do you want Javadocs for test files? Wayne On 3/31/06, Andreas Guther [EMAIL PROTECTED] wrote: Problem: Generate JavaDoc for test classes under src/test/java using the Maven JavaDoc plug-in. Question

  1   2   >