[m2] Dashboard

2006-09-21 Thread Lakshman Srilakshmanan
Hi All, Is there a maven-dashboard-plugin as in maven 1.x for maven 2 ? Thanks Lakshman - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Executin a plugin goal from another plugin

2006-09-21 Thread Mikko
Hi, Still a little bit in the dark here, is there a way to query the executed project form the MavenEmbedder? Or can I get it with the @executedProject tag? br, Mikko --- www.codeboi.com Mikko wrote: > > Hi, > > Thanks for this, how could I now tell what is the output artifact(s) > produced

Re: Skipping report generation

2006-09-21 Thread Mark Crocker
Howard Lewis Ship gmail.com> writes: > The documentation appears to state that -DgenerateReports=false will skip > report generation. > http://maven.apache.org/plugins/maven-site-plugin/site-mojo.html > However, in practice, reports are always generated (very slow for me; large > project, usi

Re: changelog error parsing date

2006-09-21 Thread Blair Cruz
It was for maven1. I would move to maven 2 however that doesn't look possible at the time in our organization. On 9/21/06, franz see <[EMAIL PROTECTED]> wrote: Blair Cruz wrote: > > I'm currently getting the following error from the changelog plugin. > > java.lang.Exception: Couldn't parse

Re: changelog error parsing date

2006-09-21 Thread franz see
Blair Cruz wrote: > > I'm currently getting the following error from the changelog plugin. > > java.lang.Exception: Couldn't parse date 2006-09-22 02:05:42 + > > > I have read the archives and found nothing colclusive on how to fix this: > http://marc.theaimsgroup.com/?l=turbine-maven-us

changelog error parsing date

2006-09-21 Thread Blair Cruz
I'm currently getting the following error from the changelog plugin. java.lang.Exception: Couldn't parse date 2006-09-22 02:05:42 + I have read the archives and found nothing colclusive on how to fix this: http://marc.theaimsgroup.com/?l=turbine-maven-user&m=109527797609903&w=2 And also fo

Re: XPath Replacement Plugin: Looking for Feedback

2006-09-21 Thread Stephen Duncan
An issue I forgot. My implementation requires Java 5. If there's interest from those who can't live with that, I will heartily welcome alternative implementations. - Stephen On 9/21/06, Stephen Duncan <[EMAIL PROTECTED]> wrote: I'm looking for some feedback on a project I started: http://www

XPath Replacement Plugin: Looking for Feedback

2006-09-21 Thread Stephen Duncan
I'm looking for some feedback on a project I started: http://www.stephenduncanjr.com/projects/xpathreplacement-maven-plugin/index.html The basic motivation behind creating this plugin is to get the type of benefits that filtering gets you, without having to put in placeholder expressions. I most

Re: exclude dependencies

2006-09-21 Thread Dirk Olmes
Iulian Costan wrote: > if it is adirect dependencies you can play with tag, you might use > test or provided scopes. the default scope is compile so that dep will be > included in war. > > on the other side if it is a transitive dependency then play with > tag, > in the sample below artifact A i

Re: Plugin Documentation and the Index Page

2006-09-21 Thread Stephen Duncan
Thanks. (Notes for anyone else: 2.0.5-SNAPSHOT builds are here: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/ ) -Stephen On 9/21/06, Brett Porter <[EMAIL PROTECTED]> wrote: It was a bug in the current release of the plugin plugin. You can use the new version, but it also re

RE: Compiler Plugin

2006-09-21 Thread franz see
Douglas Ferguson wrote: > > Anybody? > > -Original Message- > From: Douglas Ferguson > Sent: Thursday, September 21, 2006 3:05 PM > To: users > Subject: Compiler Plugin > > I tried to configure the compiler plugin to do the following: > > > > > > > > > >

Re: Remote deploy

2006-09-21 Thread dan tran
I currently ran into this problem where I have a resource lock problem (HypersonicSQL) at undeploy time. And therefor tomcat not actually does not remove my app completely out of its configuration. And there for the next deploy will fail. Check your tomcat log to see any locking issues exist -

Re: Compiler Plugin

2006-09-21 Thread dan tran
src/main/webapp/WEB-INF/classes . but you are on yr own on this ;-) On 9/21/06, Douglas Ferguson <[EMAIL PROTECTED]> wrote: Anybody? -Original Message- From: Douglas Ferguson Sent: Thursday, September 21, 2006 3:05 PM To: users Subject: Compiler Plugin I tried to configure

Re: Plugin Documentation and the Index Page

2006-09-21 Thread Brett Porter
It was a bug in the current release of the plugin plugin. You can use the new version, but it also requires a snapshot of maven 2.0.5. I'm hoping to work on correcting that shortly, but for now if you grab a Maven nightly and build the plugin plugin from SVN you should be good to go. - Brett On

Plugin Documentation and the Index Page

2006-09-21 Thread Stephen Duncan
I'm working on a new maven plugin (see an upcoming e-mail soon), and I'm trying to create the site generally matching the best practices of the new maven plugin sites. I'm having trouble though: I have an src/site/apt/index.apt, but the contents of index.html is the auto-generated plugin doc

Remote deploy

2006-09-21 Thread Prashanth Krishnamurthy
Hi, I am trying to deploy my application to a running tomcat instance on a different machine. I have tried the following and haven't been successfully. What is the right way to do this? Please suggest. 1.mvn cargo:deploy - This works fine only when the tomcat instance doesn't have my application

RE: Compiler Plugin

2006-09-21 Thread Douglas Ferguson
Anybody? -Original Message- From: Douglas Ferguson Sent: Thursday, September 21, 2006 3:05 PM To: users Subject: Compiler Plugin I tried to configure the compiler plugin to do the following: maven-compiler-plugin src

Re: mvn2: war targetPath

2006-09-21 Thread franz see
Christoph wrote: > > I run into the same issue... any idea when version 2.0.2 will be released? > > Or better yet... how do I compile and dist (locally) this plugin myself? I > downloaded and tried to build it, but there is a unresolved dependency: > > [INFO] Failed to resolve artifact. > >

Re: Need help on site building

2006-09-21 Thread franz see
Mick Knutson-4 wrote: > > The site-deploy will create the whole site for you and tie them together. > > > > > On 9/21/06, christophe blin <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I am trying to build a site for a multiprojects structure. >> Here is my structure: >> pom.xml >> module1 >> m

RE: [M2] list of built-in properties

2006-09-21 Thread franz see
Ian Springer wrote: > > This question was posted a while back - see > http://www.nabble.com/Where-can-I-find-list-of-properties--tf1432052.htm > l#a3862582. Note, you can search the maven-users list archives at > http://www.nabble.com/Maven---Users-f178.html. > > In addition to the pom/projec

Re: Maven says successful even when I have compiler error

2006-09-21 Thread lsacco
lsacco wrote: > > This is really throwing off my CI build. I end up with a compile time > error but Maven still says "Build successful" (see below). Anyone ever > experience this before? Other projects I get build failed. Could it be > because I'm using aspectJ in this project (only real dif

Maven says successful even when I have compiler error

2006-09-21 Thread lsacco
This is really throwing off my CI build. I end up with a compile time error but Maven still says "Build successful" (see below). Anyone ever experience this before? Other projects I get build failed. Could it be because I'm using aspectJ in this project (only real difference). Thanks, Lou wa

Re: JMXDoclet Generates The Interface File But Not The Method Signatures

2006-09-21 Thread Eduardo Dela Rosa
Thanks Remy and Marco. You're right guys, it's about dependency issue. It now works for me ;) Cheers! On 9/21/06, Marco Mistroni <[EMAIL PROTECTED]> wrote: Hi, my 2 cents.. somehow i have noticed long time ago that many xdoclet tasks won't produce anything if you don't have xdoclet-jmx-module

Maven2 -> Jira plugin - throwing errors

2006-09-21 Thread Satish
getting following error when running report after adding maven-jira-plugin [INFO] Trace java.lang.NullPointerException at org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginM anager.java:292) at org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-21 Thread Arnaud HERITIER
I saw it, but they certainly didn't test recent m1.1 builds. I'm happy to see that we succeed to keep a good backward compatibility ;-) Arnaud On 9/21/06, Ming Cheung <[EMAIL PROTECTED]> wrote: Here is the Apache AXIS2 website which states that I should use maven 1.0.1 to make sure tests are p

Re: Propose structure for multiproject

2006-09-21 Thread Wayne Fay
1. Yes, you will have fun configuring the complete paths in every pom. 2. You will need to use filesets with includes/excludes to specify which files to use for each test, and include that in the poms specified in #1. This is going to be complicated and troublesome for you. It is far better (and

How to get plugin dependencies?

2006-09-21 Thread Yann Albou
Hello, I tried to create a plugin in which I would like to acces dependencies (not the dependencies from the project that use this plugin but only the dependencies from this plugin). I tried the following: /** * My Goal. * @goal mygoal */ public class MyMojo extends AbstractMojo { /

Compiler Plugin

2006-09-21 Thread Douglas Ferguson
I tried to configure the compiler plugin to do the following: maven-compiler-plugin src/main/webapp/WEB-INF/classes But I get this error: [INFO] Error conf

Schedules not working

2006-09-21 Thread Prashanth Krishnamurthy
Hi, The schedules used to work fine for 2-3 months now. Since past 2-3 days, both my schedules( hourly build and daily build ) are not working. I restarted my continuum instance, but no luck. thanks --Prashanth __ Do You Yahoo!? Tired of spam? Yah

Re: stopping maven 1.0 from downloading jars

2006-09-21 Thread Wayne Fay
SNAPSHOTs are always checked against the remote repo, to see if a newer SNAPSHOT build is available. If so, it is downloaded and used rather than the current SNAPSHOT version. You will need to run maven offline to guarantee these Maven will not attempt to update these artifacts during the executi

RE: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-21 Thread Brad Harper
Yes. I removed the plugin from my local repository and watched it download the version from the snapshot repository. You didn't mention the version, but I found the one (1.0-alpha-2-SNAPSHOT) built at about the time you sent your e-mail from 23:00 yesterday. Brad > -Original Message- > F

RE: stopping maven 1.0 from downloading jars

2006-09-21 Thread Yadav, Yogendra \(IT\)
Although the file axis2-java2wsdl-SNAPSHOT.jar exists in repository, maven build still tried to download it why ? And same this is true about woden-SNAPSHOT.jar ? Is there a way to force maven not to download these but look in repository ? -Original Message- From: Arnaud HERITIER [mailto

Re: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-21 Thread dan tran
did you set 1.0-alpha-2-SNAPSHOT as your version? -Dan On 9/21/06, Brad Harper <[EMAIL PROTECTED]> wrote: Dan: You might want to double check. I have downloaded http://snapshots.repository.codehaus.org//org/codehaus/mojo/native-maven-plugin/1.0-alpha-2-SNAPSHOT/ and still see the same p

RE: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-21 Thread Brad Harper
Dan: You might want to double check. I have downloaded http://snapshots.repository.codehaus.org//org/codehaus/mojo/native-maven-plugin/1.0-alpha-2-SNAPSHOT/ and still see the same problem using a abc element where the file has no suffix (or dot delimiter). Brad > -Original Message

[m2] How to add timestamp of build to properties file using filtering?

2006-09-21 Thread Paul Spencer
Maven 2.0.4 I need to include the build time to a properties file. Using resource filtering, I am setting the version number, but I have not found the property name, i.e. ${build.timestamp}, that contains the current build time. I have found many related questions posted to this list, but no

Re: exclude dependencies

2006-09-21 Thread Iulian Costan
if it is adirect dependencies you can play with tag, you might use test or provided scopes. the default scope is compile so that dep will be included in war. on the other side if it is a transitive dependency then play with tag, in the sample below artifact A is excluded from war. ...

Re: Problems checking out 2 subversion modules using M2

2006-09-21 Thread Roberto de Castro
Hi all. I managed to check out more than 1 subversion module al last. I included an "id" tag in each execution of scm plugin to identify it. Like this: module_name process-resources

Re: exclude dependencies

2006-09-21 Thread Lee Meador
This page http://maven.apache.org/plugins/maven-war-plugin/examples/war-overlay.html has information on this as relates directly to the war contents. You might also want to look into the tag on your dependencies. I'm not sure why you would need a jar to compile but not to run the code itself.

Re: Problem with conflicting classes in classpath

2006-09-21 Thread Lee Meador
If Selenium RC Server will run with Jetty 6 you may be able to add an exclusion to your dependency on Selenium. Here is an example from a pom of mine: jmock jmock-cglib 1.0.1 test

Re: Progress indicators for project management

2006-09-21 Thread Donnchadh Ó Donnabháin
I tried it quicly and came across a few issues (most of which are easily dealt with). I took the example configuration on the maven2 QALab plugin page ( http://qalab.sourceforge.net/maven2/faq.html ) and simplified it to just working with PMD. I came across the following issues: * By default PMD

Re: Database Initialization Prior to Testing

2006-09-21 Thread jerome lacoste
On 9/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I didn't implement DBunit in each test case because I wanted to avoid: 1.) changing each of the database related test cases to extend from a dbunit base class (reducing my test's coupling to the framework) -and- 2.) I only want to insert t

[m2]Plugins transitive dependencies in EAR ?

2006-09-21 Thread Alexandre Touret
Hello I did a plugin which have some dependencies. This plugin is called in a EAR artifact during the install phase. Unfortunately, maven always include the dependencies of the plugin in the generated archive and I dont want this behaviour. All the plugin's dependencies are declared as:

RE: Database Initialization Prior to Testing

2006-09-21 Thread LECAN Damien
> I want to make the database set up part of the integration tests as > external as possible to the test cases themselves, governed as part of > the build process associated with integration tests. You need your own framework, with configuration of what to do before, after each test class only whe

exclude dependencies

2006-09-21 Thread Rogerio Baldini
Hi, Is it possible to exclude dependencies from my packaged war file ? I mean, I 'd like to remove some jar files from my lib directory because I am not using them in runtime. Thanks, Rogerio Baldini.

Issue with Maven 2 Site Plugin

2006-09-21 Thread JayKallaher
Is it possible, using the Maven 2 site plugin, to generate links that open in a new browser window. In the Maven 1 site plugin, you can use the target attribute of the anchor tag to do this, but the Maven 2 site plugin seems to ignore it. -- View this message in context: http://www.nabble.com/I

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-21 Thread Ming Cheung
Here is the Apache AXIS2 website which states that I should use maven 1.0.1 to make sure tests are passed. http://ws.apache.org/axis2/siteHowTo.html Sincerely, Ming Cheung WebSphere Web Services Developer Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758 Tie Line: 678-0733 Email: [EMAIL P

Problem with conflicting classes in classpath

2006-09-21 Thread Julien HENRY
Hi, I have a conflict with 2 versions of Jetty. The first one is a dependency of Selenium RC Server (Jetty 5x), and I'm using Jetty 6 for my tests. As soon as I add the Selenium Server dependency in my pom, I get strange error. How can I solve this issue ? Thanks Julien

Re: Need help on site building

2006-09-21 Thread Mick Knutson
The site-deploy will create the whole site for you and tie them together. On 9/21/06, christophe blin <[EMAIL PROTECTED]> wrote: Hi, I am trying to build a site for a multiprojects structure. Here is my structure: pom.xml module1 module2 what I would like to do is to create ONE site that g

Need help on site building

2006-09-21 Thread christophe blin
Hi, I am trying to build a site for a multiprojects structure. Here is my structure: pom.xml module1 module2 what I would like to do is to create ONE site that groups ALL the modules. Can someone point me to a GOOD documentation to do this task please ? regards, chris --

Re: error with doccheck still

2006-09-21 Thread Mick Knutson
So are you saying I do NOT need this and to remove it from my repository and my pom.xml? On 9/20/06, Shinobu Kawai <[EMAIL PROTECTED]> wrote: Hi Mick, > What is this plugin then: > http://www.ibiblio.org/maven2/doccheck/maven-doccheck-plugin/1.4-0.1/ > > Is this just the plugin? It's the resu

Re: error with doccheck still

2006-09-21 Thread Mick Knutson
I removed the item you stated, but do not understand what I am suppose to do for MJAVADOC-81 [1]...??? Is there something else I must compile and run and/install? I just do not understand... On 9/20/06, Shinobu Kawai <[EMAIL PROTECTED]> wrote: Hi Mick, The new fix for MJAVADOC-81 [1] is slig

Re: error with doccheck still

2006-09-21 Thread Mick Knutson
I already installed the doccheck jar into my repository. On 9/20/06, Shinobu Kawai <[EMAIL PROTECTED]> wrote: Hi Mick, > I get this error now when running: > - Cannot find doclet class com.sun.tools.doclets.doccheck.DocCheck You need to install the doccheck jar to your m2 repository. Pleas

Re: error with doccheck still

2006-09-21 Thread Mick Knutson
I installed that jar myself, but get this error: [INFO] Velocimacro : VM library template macro registration complete. [INFO] Velocimacro : allowInline = true : VMs can be defined inline in templates [INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previou

RE: Database Initialization Prior to Testing

2006-09-21 Thread Jason.Yankus
I didn't implement DBunit in each test case because I wanted to avoid: 1.) changing each of the database related test cases to extend from a dbunit base class (reducing my test's coupling to the framework) -and- 2.) I only want to insert the test data once, before a run of integration tests -- I

MavenProject property added by MOJO not inherited?

2006-09-21 Thread Pete
1) I have a MOJO that adds property to the MavenProject, using :- project.getProperties().put("myNewProperty", value); This mojo gets invoked during the parent pom's generate-resources 2) But I then find that child poms cannot see the property, even though they have the above as a parent.

Re: Multiple execution of a plugin

2006-09-21 Thread dan tran
No, maven pom file does not support iteration. your plugin need to support some type on Collection configuration to trigger it to iterate inside the plugin. However you can run a mojo mutiple times by configuring mulitple s On 9/21/06, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED

RE: Database Initialization Prior to Testing

2006-09-21 Thread LECAN Damien
> I've considered, but rejected, DBunit since the dbunit plugin doesn't > apparently exist for Maven2 Why do you need a maven plugin to use DBUnit ? It's an extension of JUnit, run it as a JUnit test ! It doesn't work ? Damien

RE: classpath while executing junit tests

2006-09-21 Thread Jörg Schaible
Sorry, I have to take back my statement, it is not fixed in version 2.2 (the latest release). At the time it was released this was already an issue and I was always convinced, the test classes have precedence now. Jörg Schaible wrote on Thursday, September 21, 2006 3:51 PM: > Detlef Brendle wr

Release plugin & dependencies

2006-09-21 Thread Jan Hoskens
Hi all, I'm using the release plugin for a particular project. The global structure of this project consists of a parent pom with several modules. When the release plugin runs, everything is fine until the tests are run. Some modules have tests that depend on other modules test-jars. But at the mo

Re: Progress indicators for project management

2006-09-21 Thread Christophe Deneux
Thanks Doug, I will try QALab. It seems that no Maven2 plugin exists for XRadar. Christophe -- Initial Header --- >From : "Doug Douglass" [EMAIL PROTECTED] To : "Maven Users List" users@maven.apache.org Cc : Date : Thu, 21 Sep 2006 08:00:37 -0600 Su

RE: Creating a Java application

2006-09-21 Thread Or_Daniel
Thanks Alexandre! POMStrap is great. I'll sure use it a lot for development purposes. However, what I'd like is to package an application and then distribute it (without requiring users to have Maven installed). Let's say I've written a cool application. You download it. You have Java on your mach

Multiple execution of a plugin

2006-09-21 Thread Morgovsky, Alexander \(US - Glen Mills\)
Is it possible to execute a Maven plugin multiple times by iterating over a list to get properties. I am going for something like the Antcontrib foreach task where inside in Ant I could have a property like print ${param} Here, I would like to execute a Maven plugin in a for loop, I wi

Re: Creating a Java application

2006-09-21 Thread Alexandre Russel
Do you know POMStrap ? http://pomstrap.prefetch.com/en/index.xml Commande Line Interface POMStrap can work as an application bootstrap. It just requires a pom file (Maven 2 project file) and a class/method to fetch all required dependencies and launch the application using a command line syntax

Re:Database Initialization Prior to Testing

2006-09-21 Thread Christophe Deneux
You can use a Ant task (through the antrun plugin) to use an external SQL client Christophe -- Initial Header --- >From : [EMAIL PROTECTED] To : users@maven.apache.org Cc : Date : Thu, 21 Sep 2006 09:56:53 -0400 Subject : Database Initialization Prio

Re: Progress indicators for project management

2006-09-21 Thread Doug Douglass
Checkout qalab[1], there's a maven plugin around for it, though I haven't used it. Perhaps search the [EMAIL PROTECTED] list archives, I think there was a thread over there in the last few weeks regarding the maven reporting API. Many people are very, very interested in this type of capability. X

Database Initialization Prior to Testing

2006-09-21 Thread Jason.Yankus
I need to clear and initialize a database prior to running our integration tests, so I can have a reliable dataset during the test cases. Are there any suggestions as to plugins or best practices for managing the cleaning and initialization of database contents prior to integration testing? I'

Progress indicators for project management

2006-09-21 Thread Christophe Deneux
Hi all, For project management purpose, I am interesting to have some progress indicators. These indicators are provided by several maven plugins: Checkstyle, PMD, surefire, Findbugs, ... But they are not merged with their values in previous builds to display an historical graph showing the ind

RE: classpath while executing junit tests

2006-09-21 Thread Jörg Schaible
Detlef Brendle wrote on Thursday, September 21, 2006 3:26 PM: > Hello, > > when executing the surefire plugin my unit tests are executed. > Unfortunately they do run as I expect them to run. > The thing is that the classpath looks like: > > > ils\1.1\plexus-utils-1.1.jar > [DEBUG] Test Classpat

Re: mvn2: war targetPath

2006-09-21 Thread Christoph
I run into the same issue... any idea when version 2.0.2 will be released? Or better yet... how do I compile and dist (locally) this plugin myself? I downloaded and tried to build it, but there is a unresolved dependency: [INFO] Failed to resolve artifact. GroupId: org.apache.maven.plugins Arti

classpath while executing junit tests

2006-09-21 Thread Detlef Brendle
Hello, when executing the surefire plugin my unit tests are executed. Unfortunately they do run as I expect them to run. The thing is that the classpath looks like: ils\1.1\plexus-utils-1.1.jar [DEBUG] Test Classpath : [DEBUG] E:\develop\frontnet\NPG\target\classes [DEBUG] E:\develop\frontne

Re: Assemblies created from a pom project

2006-09-21 Thread Busch, Hendrik (LNG-MUE)
Hi! I get the following when I run mvn assembly:assembly (shortened to 2 important lines): [INFO] Building jar: /server/ccsapi/target/ccsapi-1.0-SNAPSHOT.jar [INFO] Included module: com.corelets:ccsapi:jar:1.0-SNAPSHOT does not have an artifact with a file. Please ensure the package phase is run

Re: SCM conflict problem

2006-09-21 Thread Emmanuel Venisse
In your tests, you can copy hsqldb files in target directory and load them from it instead of from the source directory. So you won't work directly on your scm files. Emmanuel Naess, Ronny a écrit : Hi. We use HSQLDB as testdatabase (standalone mode aka file) when running test in maven. Thi

RE: [M2] list of built-in properties

2006-09-21 Thread Ian Springer
This question was posted a while back - see http://www.nabble.com/Where-can-I-find-list-of-properties--tf1432052.htm l#a3862582. Note, you can search the maven-users list archives at http://www.nabble.com/Maven---Users-f178.html. In addition to the pom/project elements, the following are also mad

Assemblies created from a pom project

2006-09-21 Thread Ståle Undheim
I have a pom type project, with 5 sub-projects. I want to create the assembly (tar.gz and such) in the pom project, including dependencies and artifacts from child modules. I get the following when I run mvn assembly:assembly (shortened to 2 important lines): [INFO] Building jar: /server/ccsapi/ta

Re: JMXDoclet Generates The Interface File But Not The Method Signatures

2006-09-21 Thread Marco Mistroni
Hi, my 2 cents.. somehow i have noticed long time ago that many xdoclet tasks won't produce anything if you don't have xdoclet-jmx-module as dependency.. make sure it is included, and i ms ure everything will work fine hth marco On 9/21/06, Rémy Sanlaville <[EMAIL PROTECTED]> wrote: Hi, Preha

SCM conflict problem

2006-09-21 Thread Naess, Ronny
Hi. We use HSQLDB as testdatabase (standalone mode aka file) when running test in maven. This works fine, however our tests fail each time after updating the hsqldb.script file. The problem is that Continuum runs all tests every now and then and since we load the testdatabase with testdata pre te

SV: Conflict problem

2006-09-21 Thread Naess, Ronny
Ok, I thougt this might be a SCM question. I will ask it at Maven users instead. -Ronny -Opprinnelig melding- Fra: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sendt: 21. september 2006 14:51 Til: scm-users@maven.apache.org Emne: Re: Conflict problem Ronny, This list is for Maven-SCM

Re: [M2] maven.plugin.classpath

2006-09-21 Thread Rémy Sanlaville
Good dayt to you, Franz To use maven.plugin.classpath, you must first set an ant property reference to that. You might want to take a look at [1]. It's the latest revision to the maven-antrun-plugin. Thanks. I already show this page but the example is just to display maven's classpaths. What

Re: Conflict problem

2006-09-21 Thread Emmanuel Venisse
Ronny, This list is for Maven-SCM project, the right list for your pb is the maven users list (users@maven.apache.org) Emmanuel Naess, Ronny a écrit : Hi. We use HSQLDB as testdatabase (standalone mode aka file) when running test in maven. This works fine, however our tests fail each time

Re: multiproject structure

2006-09-21 Thread Fneuch
Hi, What you need is a project with modules... Create a pom.xml file with pom packaging (pom) in this file, place tag with contains all the module (your sub-project). Regards, Sylvain Deschênes On 9/21/06, Neeraj Bisht <[EMAIL PROTECTED]> wrote: Hello all, Please help to get out of the foll

Conflict problem

2006-09-21 Thread Naess, Ronny
Hi.   We use HSQLDB as testdatabase (standalone mode aka file) when running test in maven. This works fine, however our tests fail each time after updating the hsqldb.script file. The problem is that Continuum runs all tests every now and then and since we load the testdatabase with testdata

forceBuilds.py

2006-09-21 Thread Christopher Cobb
I'm sorry, my last message may have been directed to the wrong person. Toli, are you the author of forceBuilds.py? Can you tell me where I can obtain a copy this script and any needed support files? Thank you. cc > -Original Message- > From: Toli Kuznets [mailto:[EMAIL PROTECTED] > Sen

forceBuilds.py

2006-09-21 Thread Christopher Cobb
Andrew, Where can I find the forceBuilds.py script you mention in your message? Thanks. cc > -Original Message- > From: Andrew Williams [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 23, 2006 6:56 AM > To: Maven Users List > Cc: continuum-users@maven.apache.org > Subject: Re: XML-R

[M2] list of built-in properties

2006-09-21 Thread CodingPlayer
Hi, i'm currently looking for a complete list of built-in properties for Maven2. the only list i could find, was this: http://maven.apache.org/maven-1.x/reference/properties.html which is only for Maven 1.x, and i'm not sure if all of these properties are still valid/used. maybe someone has an

Re: Changing the team-list page template

2006-09-21 Thread Martin van den Bemt
And it would be nice to change any other page for that matter :) (SCM page eg) Mvgr, Martin Wendy Smoak wrote: I'd like to change the template for the team-list page [1]. How can I do it? It seems to come from the 'project info reports' plugin, but I don't see any options that look useful:

Re: [M2] maven.plugin.classpath

2006-09-21 Thread franz see
Rémy Sanlaville wrote: > > Hi all, > > I wanted to use the maven.plugin.classpath (see [1]), but it seems that > this variable does not exist any more >> Embedded error: Reference maven.plugin.classpath not found. > It is normal ? > > My context : > -- > I want to use the

Re: Maven2 / antrun / phases / classpath

2006-09-21 Thread Rémy Sanlaville
[snip] You should add the dependency to the ant-run-plugin: maven-antrun-plugin ... ... - Jörg Hi Jörg, Prehaps you don't see my previous post but it's what I'm trying to do but it's not working : A better solution would be to use the plugin de

RE: Maven2 / antrun / phases / classpath

2006-09-21 Thread Jörg Schaible
Marco Mistroni wrote on Tuesday, September 19, 2006 10:25 AM: > hi all, > i am facing a problem with antrun plugin. > I am running xdoclet task from antrun plugin (need to run > strutsconfigxml task, which seems not to work with xdoclet plugin) > > I'd like to run my xdoclet task at > generated-

Re: JMXDoclet Generates The Interface File But Not The Method Signatures

2006-09-21 Thread Rémy Sanlaville
Hi, Prehaps it's a problem of lacking dependencies As Finn-Robert says : Regarding the problem with xdoclet not generating anything sounds very familiar, it's definitely a classpath problem. http://www.nabble.com/-M2--maven.plugin.classpath-tf2292286.html#a6366996 Hope this help, Rémy 2006/

Re: Maven2 / antrun / phases / classpath

2006-09-21 Thread Rémy Sanlaville
Hello Marco, After two hard days, I finaly found a solution. You have to used the scope provided for your dependency and to use the 1.2-SNAPSHOT version of the maven-antrun-plugin. This does not work with the previous versions (1.1 and 1.0). So you must have : xdoclet-ejb-module xdoclet

RE: Prepare after dryRun does not tag the scm

2006-09-21 Thread _Seb_
Here is a book excerp : BetterBuildsWithMaven wrote: > > Try the dry run again: > C:\mvnbook\proficio> mvn release:prepare -DdryRun=true > Now that you've gone through the test run and are happy with the results, > you can go for the real thing > with the following command: > C:\mvnbook\profici

Re: [M2] maven.plugin.classpath

2006-09-21 Thread Rémy Sanlaville
Hi Finn-Robert, I use the xdoclet-maven-plugin from the mojo project hosted by codehaus. Check it at http://mojo.codehaus.org/ They also have a webdoclet plugin which I think just wraps the xdoclet-plugin. Regarding the problem with xdoclet not generating anything sounds very familiar, it's defi

RE: Creating a Java application

2006-09-21 Thread Or_Daniel
10x Martin. The assembly plugin just bundles binaries and (optionally) sources. What I'd like is something that I can open and execute. For example, uberjar bundles the java application, along with all its dependencies into one executable jar (you need only to specify in your project properties wh

multiproject structure

2006-09-21 Thread Neeraj Bisht
Hello all, Please help to get out of the following confusions: I am having many projects which may be dependent on each other or not.But we need to make one ear having all the archives file made of all projects. In one project, we can have one jar,jar+war,jar+war+har,or some other application sp

RE: Prepare after dryRun does not tag the scm

2006-09-21 Thread LECAN Damien
Hello > As mentionned in the Better Builds with Maven book, I am > trying to cut a > release. To do so, i first run "mvn release:prepare -DdryRun" > and if this is > ok I run "mvn release:prepare". > > If I do so, the second release:prepare call does not tag my > scm, thus the > "release:perfo

Re: Who is the maintainer of the fop:fop project found on repo1.maven.org?

2006-09-21 Thread Markus KARG
Jörg, No need to, it will be rejected. See, how could Maven ever locate and download a unique artifact without a version? That's one of the critical poiints providing a POM for a library that is not build with Maven. First you have to look at the provided docs to learn about the deps and thei

Re: Creating a Java application

2006-09-21 Thread Martin Gilday
I think you need the Assembly plugin http://maven.apache.org/plugins/maven-assembly-plugin/introduction.html HTH, Martin. - Original message - From: [EMAIL PROTECTED] To: users@maven.apache.org Date: Thu, 21 Sep 2006 04:22:57 -0400 Subject: Creating a Java application I know of two plug

RE: Who is the maintainer of the fop:fop project found on repo1.maven.org?

2006-09-21 Thread Jörg Schaible
Hi Markus, Markus KARG wrote on Thursday, September 21, 2006 10:01 AM: > Jörg Schaible schrieb: > >> Markus KARG wrote on Thursday, September 21, 2006 9:27 AM: >> >> >> >>> Carlos, >>> >>> I don't know if you ALSO read the part where I said that I will >>> provide another pom.xml instead of

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-21 Thread Arnaud HERITIER
ok. FYI, I succeed to build the axis website with maven 1.1 RC1 - SNAPSHOT Arnaud On 9/21/06, Ming Cheung <[EMAIL PROTECTED]> wrote: you are right about the error. after adding the new dependency, maven-plugin-plugin-1.8.jar, to the project.xml, my build is working fine under maven 1.0.2. I

Creating a Java application

2006-09-21 Thread Or_Daniel
I know of two plugins for the purpose of creating a Java application (i.e. something that packages an application along with it's dependencies): 1. uberjar 2. javaapp However, both of them look like history. Does anyone know of such a plugin that works with Maven2 ? Tha

  1   2   >