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 H

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? > > >

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 on

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 snaps

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" [mailto:

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: Classpath Loader Differences between Surefire 2.3 and 2.4 causes tests to fail

2008-04-08 Thread Andreas Guther
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 Hi, We see a difference in classpath loading

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 flipping

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 -

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 ---

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

[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

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: De

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

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 org.apache.maven.continuum.configuration.ConfigurationSe

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

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 CONTINU

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 cur

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 surefi

RE: Maven release plug-in and SNAPSHOT dependencies

2007-04-02 Thread Andreas Guther
art using it instead 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 rel

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 report

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 t

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 S

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 PROTE

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] StatSVN

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 2.2

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 yo

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 sect

RE: [M2] Classifier removed during packaging

2006-10-12 Thread Andreas Guther
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 c

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: > &g

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 pl

RE: [M2] Classifier removed during packaging

2006-10-11 Thread Andreas Guther
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: Tuesday, October 10, 2006 11:43

[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 "something-1.0-cl

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 pr

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 h

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 PR

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 n

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 refere

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 ha

RE: Plug-in version management

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

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 On 9/23/06, Andreas Guther <[EMAIL PROTECTED]> wrote: > > Hi, > > I started to manage my dependency versions with > and I am quite pleased on the outcome and contr

Plug-in version management

2006-09-23 Thread Andreas Guther
Hi, I started to manage my dependency versions with 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 section and in our sub-project we only define what we need to use but not the version. This

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: [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 Sub

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

2006-09-18 Thread Andreas Guther
. > > Thanks > -Vincent > > >>-Original 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

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: 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

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 dependen

RE: [M2] Managing Repositories

2006-09-17 Thread Andreas Guther
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] 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 e

[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: 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 the

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 C

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

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: conne

[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 c

RE: Using Archiva as a Mirror

2006-09-04 Thread Andreas Guther
lhost:8080/proxy/repository_id/ As for indexing, this runs hourly by default. 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 > >

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 "inde

RE: Using Archiva as a Mirror

2006-09-03 Thread Andreas Guther
proxies the ibiblio 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 Ar

RE: not allowed in settings.xml

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

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: Satur

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 f

[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 **/*.properties My java files are not build anymore. Intuitively I thought or

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 pos

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: SNAPSHOT Deploy

2006-08-24 Thread Andreas Guther
. -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: It appears to me

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 unnumbe

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: [m2] Surefire report when tests fail

2006-05-27 Thread Andreas Guther
In org.apache.maven.plugins maven-surefire-plugin 2.2 true ... I think there is a way to distinguish between builds where you want to not ignore and site generation when you want to ignore in order to generate the site. I a

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 wit

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? false -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? Is there a way to

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 te

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 expendable

RE: site:deploy works once

2006-04-23 Thread Andreas Guther
with Maven 2.0.4 I am using the file protocol to deploy the site and a Windows mapping. My pom entry looks like this one flst.trunk FLST Trunk file://W:/projects/flst-trunk Andreas -Original Message- From: Andreas

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] Sent

RE: Email Notifier Configuration

2006-04-18 Thread Andreas Guther
ail true [EMAIL PROTECTED] 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. > >>Fro

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

2006-04-18 Thread Andreas Guther
TED] Sent: 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

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 w

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

2006-04-17 Thread Andreas Guther
have been pulled in transitively. 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]> wrot

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

[M2] Force order of jar files in classpath

2006-04-16 Thread Andreas Guther
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 as how the order of the jar files is compiled from the dependency section. Is this a

[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] 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

maven-changelog-plugin Page not Found

2006-04-15 Thread Andreas Guther
The link to the maven changelog plug-in on page http://maven.apache.org/plugins/ ends in a Page Not Found error: http://maven.apache.org/plugins/maven-changelog-plugin Where can I find the documentation? Andreas     --

[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
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: 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 u

RE: TimeZone Element in pom.xml

2006-04-04 Thread Andreas Guther
Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078 "Andreas Guther" <[EMAIL PROTECTED]To: "Maven Users List"

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 adjust

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)

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

2006-04-02 Thread Andreas Guther
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 with Maven 2 via a testng.xml file and a surefire configuration as included below - The JDK I am using to run Maven 2 is Java 5

[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 w

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. >

[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? Cu

RE: newbie question: timestamp on target build file

2006-03-25 Thread Andreas Guther
In Maven 1 is a jar:snapshot goals or something similar that builds a jar with a timestamp number similar to what you had in your email. Andreas -Original Message- From: Hong wu [mailto:[EMAIL PROTECTED] Sent: Friday, March 24, 2006 2:08 PM To: users@maven.apache.org Subject: newbie qu

RE: Making goals viewable in Outline of Eclipse IDE

2006-03-25 Thread Andreas Guther
Using the maven.xml file in Maven 1 always allowed me to see *all* goals in Eclipse using the MevenIde. It might be that the maven.xml file you are using is not correct. As far as I remember, it also worked with an "empty" maven.xml file, i.e. one that did not define any goals (but it needed the

RE: Clover Plugin

2006-03-25 Thread Andreas Guther
I think it would be better to have the location defined in the user's settings.xml file. That would allow having a build machine with its own license file etc. The absolute path is seldom a sufficient solution. Andreas -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sen

RE: Maven experts! Maven1.x vs Maven2.x

2006-03-23 Thread Andreas Guther
Raja, My experience comes from Java projects. If you have the choice, go with Maven 2. Currently it is sometimes a little bit difficult to find detailed documentation or examples for Maven 2, but I am sure this will improve over the time and in the near future. And the mailing list is very help

  1   2   >