Re: scm connection string

2006-06-27 Thread Emmanuel Venisse
continuum use the connection your scm url isn't valid. A valid format is scm:cvs:pserver:MY_NAME:[EMAIL PROTECTED]:PORT:/usr/local/cvsroot:MY_MODULE scm url/user/password in project screen can be used for projects that don't have a scm defined like ant and shell projects or if your scm urls

Re: Continuum and maven 2 project

2006-06-27 Thread Emmanuel Venisse
If your project contains sub-modules, continuum will create one project by module so they can be built independantly. all your code is already checkouted in the parent project directory, so if you don't want modules in continuum, remove them and modify the build definitions of your parent

Re: Continuum and maven 2 project

2006-06-27 Thread Jeff Mutonho
On 6/27/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: If your project contains sub-modules, continuum will create one project by module so they can be built independantly. all your code is already checkouted in the parent project directory, so if you don't want modules in continuum, remove

Re: Continuum and maven 2 project

2006-06-27 Thread Emmanuel Venisse
the directory name is a Continuum internal thing (the id of the project in continuum) and you can't change it. Emmanuel Jeff Mutonho a écrit : On 6/27/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: If your project contains sub-modules, continuum will create one project by module so they can

Re: scm connection string

2006-06-27 Thread Emmanuel Venisse
1- do you have cvs installed on your linux 2- do you have a home directory for your system user? It's possible that it can't create a .cvspass Emmanuel Srinivas Pavani a écrit : It is not the same error although the part about user password looks the same. Continuum is being run as a

build failed

2006-06-27 Thread p_m
I am trying to build maven multiproject using continnum. I am runnig continnum on linux. It seems some thing is missing. I am getting a build fail message . Below is the Build error message. When I am doing the build using mvn install it is working file.

Scope and manifest class path with M2

2006-06-27 Thread Maciej Mastalarczuk
Hi, I am building a WAR file and I need M2 to put a jar in the manifest class path, but not include it under WEB-INF/lib (this is due to the classloader confiuration issues on WAS6). Seems like a simple task, but is it possible? When I use scope 'provided' - it skips the class path entry in

Re: Any news about the update of Maven2 book with corrected errata ?

2006-06-27 Thread [EMAIL PROTECTED]
On Tuesday 27 June 2006 02:10, natalie burdick wrote: Sebastien, Are you volunteering as an author or a reviewer? I am volunteering as a reviewer Alexandre - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Inconsistency between JAR and Assembly

2006-06-27 Thread Barrie Treloar
I have the same issue that has no response to it in the archives, that is the Class-Path entry in manifest has artifactId-version-SNAPSHOT but the assembled files resolve SNAPSHOT to the dated version. Does anyone know the answer? Thanks Bae

Re: share local repository

2006-06-27 Thread Brett Porter
Please note it is highly recommended that you *do not share* your *local* repository. Maven makes no attempt to guarantee that permissions will be set correctly and that you and your colleagues won't overwrite each others work (it probably should lock the local repo while installing to allow you

RE: share local repository

2006-06-27 Thread Jörg Schaible
Brett Porter wrote on Tuesday, June 27, 2006 8:37 AM: Please note it is highly recommended that you *do not share* your *local* repository. Maven makes no attempt to guarantee that permissions will be set correctly and that you and your colleagues won't overwrite each others work (it probably

RE: Scope and manifest class path with M2

2006-06-27 Thread Andrew-A . Davies
Hi Maciej, I also had this problem, and it took a while to sort out. Here are the ways I found ... I've managed to get something into the Manifest.mf Class-Path without it appearing in the WEB-INF/lib in M2 by placing dependencies as follows in the war packaging pom ... dependency

SV: share local repository

2006-06-27 Thread Swanthe Lindgren
Check out http://proximity.abstracthorizon.org/ to set up a internal corporate repository. I use this in combination with Apache HTTPD, Tomcat and Filezilla ftp server. Its free from charge and easy to set up. In my opinion, you shouldn't share your local repository. //Swanthe Swanthe Lindgren

[m2] Library needed for project construction

2006-06-27 Thread Veyret Stephane
Hi, I've got a question of phylosophy : I've got plugins which will do actions on a given library. This library is only used with these plugins for project building and should not be passed transitively to dependent projects. What is then the best way to declare the library dependence into the

Maven2 new user: using the archetype plugin

2006-06-27 Thread Graham Leggett
Hi all, According to the docs at http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20make%20my%20first%20Maven%20project?, you can use the archetype plugin to create a new template. Trouble is, following the above instructions causes maven to complain that the archetype

Continuum and maven 2 project

2006-06-27 Thread Jeff Mutonho
Hi I'm a newbie.I've got Continuum running , checking out my maven2 project from CVS and launching a a build.I've noticed that the projects are checked out into numbered folders( 21, 24,25,26, etc).Why is this?Is there a way of getting Continuum to always checkout my code into the same directory

Continuum and maven 2 project

2006-06-27 Thread Jeff Mutonho
I've posted to the Continuum list but haven't received any responses.Maybe someone can help here. I'm a Continuum newbie.I've got Continuum running , checking out my maven2 project from CVS and launching a a build.I've noticed that the projects are checked out into numbered folders( 21,

Checking out only the modules I want

2006-06-27 Thread Jeff Mutonho
My web , messaging , business , persistence subprojects are all sitting under the module called devin CVS. dev also has other projects under it , that I'm NOT interested in.How do I tell M2 to checkout only web, messaging , business and persistence and NOT everything else? -- Jeff Mutonho

Re: How to customize the compiler plugin

2006-06-27 Thread Clifton Craig
On Friday 23 June 2006 9:37 pm, Toto Laricot wrote: Have a look at http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html The executable should be what you need. T. I misspoke earlier. In this case (compiling XSLTs) I don't think the command line is an option as there is no

Re: Emma plugin for maven 2.0

2006-06-27 Thread Janhavi Phirke
Emma is required for my project. If you search, you can see that maven-emma-plugin is available but when I am writing the code in my pom.xml for it, it is not getting downloaded. I pointed my repository to that location also. I am confused whether emma plugin for maven 2.0 is really available

Re: Continuum and maven 2 project

2006-06-27 Thread Emmanuel Venisse
Jeff Mutonho a écrit : I've posted to the Continuum list but haven't received any responses.Maybe someone can help here. I'm a Continuum newbie.I've got Continuum running , checking out my maven2 project from CVS and launching a a build.I've noticed that the projects are checked out into

Re: Continuum and maven 2 project

2006-06-27 Thread Jeff Mutonho
Second thing is that e-mailing is not working.I get the exception jvm 1| DEBUG SMTP: Found extension OK, arg jvm 1| DEBUG SMTP: use8bit false jvm 1| MAIL FROM:[EMAIL PROTECTED] jvm 1| 454 5.7.3 Client does not have permission to submit mail to this serv er. jvm 1|

Re: J2me maven plugin

2006-06-27 Thread Frank Seidinger
Vandermi Joao da Silva wrote: Is there some plugin for J2ME? If that exist plugin ,is possible create a file jad to project J2me? I see one plugin in mojo site but the URL is down. Dear Vandermi, I've created a j2me plugin for maven2. Actually it does excactly what your are looking for.

Re: Continuum and maven 2 project

2006-06-27 Thread Emmanuel Venisse
Jeff Mutonho a écrit : Second thing is that e-mailing is not working.I get the exception jvm 1| DEBUG SMTP: Found extension OK, arg jvm 1| DEBUG SMTP: use8bit false jvm 1| MAIL FROM:[EMAIL PROTECTED] jvm 1| 454 5.7.3 Client does not have permission to submit mail to

Deployment problem with Jboss

2006-06-27 Thread Vinay Kumar
Hi All, When I am deploying my application with Jboss Application Server , After starting Jboss Containers it stuck and in log in giving following warning: = 13:42:28,166 INFO [Log4jService$URLWatchTimerTask] Configuring from URL:

RE: Deployment problem with Jboss

2006-06-27 Thread Vincent Massol
Hi Vinay, This looks like a cargo issue. You should post on the Cargo list so that you can get help. When you do so it would be good to post your pom.xml and attach the log files to your mail. Thanks -Vincent -Original Message- From: Vinay Kumar [mailto:[EMAIL PROTECTED] Sent: mardi

maven_proxy : Connection timed out

2006-06-27 Thread leahpar
hello world I have many time out in the log of maven_proxy Mainly with eclipse:eclipse due to missing source or javadoc the goals take ages to perform. 1- How can I speed up the failure? Should I create dummy file? 2- is it possible to say that artifact matching com.mycorp.* must not be

Re: Any news about the update of Maven2 book with corrected errata ?

2006-06-27 Thread Alan D. Salewski
On Mon, Jun 26, 2006 at 05:10:17PM -0700, natalie burdick spake thus: Sebastien, Are you volunteering as an author or a reviewer? Please let me know and I will contact you directly off the mailing list - and if there are any other volunteers interested in being reviewers, please feel free

Re: [m2] Relocating repository-artifacts

2006-06-27 Thread Carlos Sanchez
you just add the relocation info to the old poms pointing to the new ones On 6/27/06, Stefan Hübner [EMAIL PROTECTED] wrote: Hi there, in our company we successfully introduced Maven2 for a fair lot of modules. We didn't define conventions on group- and artifact-Ids in the early days of

RE: Emma plugin for maven 2.0

2006-06-27 Thread LECAN Damien
I am confused whether emma plugin for maven 2.0 is really available or not... If anybody knows about this, then please let me know... According to this page http://emma.sourceforge.net/maven-emma-plugin/ this plugin is only avalaible for M1. Damien

Re: [m2] Relocating repository-artifacts

2006-06-27 Thread Stefan Hübner
Hi Carlos, (I'm always excited how quick users get responses to their questions here on the list. Thanks!) see my comment inside: 2006/6/27, Carlos Sanchez [EMAIL PROTECTED]: you just add the relocation info to the old poms pointing to the new ones You mean, by editing the old poms manually

Re: [m2] Relocating repository-artifacts

2006-06-27 Thread Carlos Sanchez
yes On 6/27/06, Stefan Hübner [EMAIL PROTECTED] wrote: Hi Carlos, (I'm always excited how quick users get responses to their questions here on the list. Thanks!) see my comment inside: 2006/6/27, Carlos Sanchez [EMAIL PROTECTED]: you just add the relocation info to the old poms pointing to

Re: [m2] Relocating repository-artifacts

2006-06-27 Thread Stefan Hübner
I see. Thanks! I was just wondering if there was a way to do that plugin-guided or so. --Stefan 2006/6/27, Carlos Sanchez [EMAIL PROTECTED]: yes On 6/27/06, Stefan Hübner [EMAIL PROTECTED] wrote: Hi Carlos, (I'm always excited how quick users get responses to their questions here on the

Re: using a mojo report in standalone way

2006-06-27 Thread Arnaud Bailly
Hi, In a custom report I wrote, I have /** * ... * @goal fidl-graph * @phase site */ and it works OK for me when I do: $ mvn fidl:fidl-graph HTH ! -- OQube software engineering \ génie logiciel Arnaud Bailly, PhD \web http://www.oqube.com

RE : using a mojo report in standalone way

2006-06-27 Thread Olivier Lamy
OK but do use sink to write your report ? I want to write html page(s). -- Olivier -Message d'origine- De : Arnaud Bailly [mailto:[EMAIL PROTECTED] Envoyé : mardi 27 juin 2006 15:34 À : Maven Users List Objet : Re: using a mojo report in standalone way Hi, In a custom report I

Re: Checking out only the modules I want

2006-06-27 Thread Jeff Mutonho
On 6/27/06, Jeff Mutonho [EMAIL PROTECTED] wrote: My web , messaging , business , persistence subprojects are all sitting under the module called devin CVS. dev also has other projects under it , that I'm NOT interested in.How do I tell M2 to checkout only web, messaging , business and

Re: properties file valorization during integration

2006-06-27 Thread Sebastien Moreno
Hi Wayne filter resources during build could be acceptable, but how notify the build to use a filter file for a specified environment? For example, in the pom we can write: ... build filters filtersrc/test/filters/dico.properties/filter /filters resources

how to write html pages with using the maven site layout

2006-06-27 Thread Olivier Lamy
Hi, I try to create a report which generate page with sing the maven layout (skin and site menu). I want to obtain a Skin on files and write them with this Skin object. How can I do this ? I have tryed with doxia-site-renderer:1.0-alpha-7 : File toto = new File(

Re: JDepend

2006-06-27 Thread Edwin Punzalan
Have you tried putting http://snapshots.maven.codehaus.org/maven2 in your snapshot repository ? Its there at exactly: http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/jdepend-maven-plugin/ [EMAIL PROTECTED] wrote: I'm using maven 2.0 and I'm trying to use the JDepend

Re: properties file valorization during integration

2006-06-27 Thread Sebastien Moreno
ok after good reading I see the potential issue in using profiles to put different filters file: ... build filters filtersrc/test/filters/dico.properties/filter /filters resources resource

Re: properties file valorization during integration

2006-06-27 Thread Sebastien Moreno
ok after good reading I see the potential issue in using profiles to put different filters file: ... build filters filtersrc/test/filters/dico.properties/filter /filters resources resource

Building custom assembly

2006-06-27 Thread Julien Henry
Hi, My project is a multi-module project : jwebunit/ |-pom.xml |-jwebunit-commons-tests |-pom.xml |-src/... |-jwebunit-core |-pom.xml |-src/... |-jwebunit-htmlunit-plugin |-pom.xml |-src/... I would like to create 3 packages : - jwebunit-source.zip (easy) -

scm connection string

2006-06-27 Thread spavani
Thanks Emmanuel and Edwin for your response. The last colon was easy to miss. I have advanced a little bit but haven't solved the problem completely. On Windows, Continuum is able to fetch and build successfully. On a linux box, the same pom.xml doesn't work. The build failure is that CVS is

RE: Custom Repository Handler?

2006-06-27 Thread Russell, Mark
This would be a case of me connecting two unrelated issues and jumping to conclusions. I was connecting the warning message about the missing pom with the build failure. In actuality it was working perfectly and I simply had other compile issues causing the build failure. So at this point the

plugin configuration inheritance?

2006-06-27 Thread Brad Harper
Are plugin configurations inherited/cumulative? E.g., given project 'A' descriptor containing build plugins plugin artifactIdP/artifactId configuration blah-1 and sub-project/module 'B', with descriptor containing build plugins

RE: [m204] Error with compiler plugin with new project...

2006-06-27 Thread Allison, Bob
[Snipped most of the message to shorten this reply...] I am using Maven 2.0.4 with modules running Java 5. I am not having any problems. One big difference I see between your POM and mine is that I do not specify compilerVersion at all. The one JDK on the machine is 1.5.0_05, so Maven is using

Re: plugin configuration inheritance?

2006-06-27 Thread dan tran
I use pluginManagement in A, and B will inherite A -D On 6/27/06, Brad Harper [EMAIL PROTECTED] wrote: Are plugin configurations inherited/cumulative? E.g., given project 'A' descriptor containing build plugins plugin artifactIdP/artifactId configuration

Re: scm connection string

2006-06-27 Thread Emmanuel Venisse
how do you run continuum on linux? as a service or directly on command line? Normally, password is added automatically to .cvspass in user home. If it don't works for you, you can run the cvs login command. Emmanuel spavani a écrit : Thanks Emmanuel and Edwin for your response. The last colon

Re: scm connection string

2006-06-27 Thread Emmanuel Venisse
Is it the same error? http://jira.codehaus.org/browse/CONTINUUM-701 Emmanuel Emmanuel Venisse a écrit : how do you run continuum on linux? as a service or directly on command line? Normally, password is added automatically to .cvspass in user home. If it don't works for you, you can run the

Re: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-27 Thread Marco Mistroni
hello, sorry... you have to get it from ejb3-embeddable alpha6 ... go to www.jboss.org, and look for EJB3 Download you should look for EJB3.0 RC6 PFD now they are at version 8 i'll try asap to see if my simple sample break i will if necessary update zip hth marco On 6/27/06, Srepfler

RE : how to write html pages with using the maven site layout

2006-06-27 Thread Olivier Lamy
If others interested : http://jira.codehaus.org/browse/MNG-2410 -- Olivier PS : thanks kenney for links and patches -Message d'origine- De : Olivier Lamy [mailto:[EMAIL PROTECTED] Envoyé : mardi 27 juin 2006 16:23 À : Maven Users List Objet : how to write html pages with using the

RE: Any news about the update of Maven2 book with corrected errata ?

2006-06-27 Thread Heck, Joe
I would be happy to be a technical reviewer -joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of natalie burdick Sent: Monday, June 26, 2006 5:10 PM To: Maven Users List Subject: Re: Any news about the update of Maven2 book with corrected errata ?

Re: plugin configuration inheritance?

2006-06-27 Thread Stefan Hübner
Hi Brad, see comment inside: 2006/6/27, Brad Harper [EMAIL PROTECTED]: Are plugin configurations inherited/cumulative? E.g., given project 'A' descriptor containing build plugins plugin artifactIdP/artifactId configuration blah-1 and

RE: plugin configuration inheritance?

2006-06-27 Thread Brad Harper
Stefan: Until recently, I've had the expectation that plugin configurations *should* be inherited by default. Apparently not. Another poster (Dan Tran) has recommended using pluginManagement to control build configuration inheritance. Better Builds doesn't even reference the element. I've tried

RE: M2: Using version ranges in dependencies

2006-06-27 Thread Mike Perham
Akbarr, you might want to watch this issue. http://jira.codehaus.org/browse/MRELEASE-134 -Original Message- From: Akbarr [mailto:[EMAIL PROTECTED] Sent: Thu 6/22/2006 12:22 PM To: Maven Users List Subject: M2: Using version ranges in dependencies Hi all, I have a doubt with

Re: plugin configuration inheritance?

2006-06-27 Thread dan tran
Brad plugin configuration should be inherited by default https://svn.codehaus.org/mojo/trunk/mojo/maven-native/native-maven-plugin/src/it/linkages/win32/pom.xml -D On 6/27/06, Stefan Hübner [EMAIL PROTECTED] wrote: I think, that inheriting plugin configuration, whether by plugins or

Re: plugin configuration inheritance?

2006-06-27 Thread Roland Asmann
Here's a sample of 2 of my POM's: Parent: build pluginManagement plugins plugin groupIdorg.codehaus.cargo/groupId artifactIdcargo-maven2-plugin/artifactId

Re: Checking out only the modules I want

2006-06-27 Thread Doug Douglass
I think no one has answered because your question is kind of vague WRT how you may or may not be using maven. When you ask how do I tell maven... do you mean via the command line or in a POM? And if in a POM, do you have POMs for each sub-project and modules declared in a top level POM? If

Re: plugin configuration inheritance?

2006-06-27 Thread Roland Asmann
Maybe a small note: the double configuration-tags in the child POM are correct. This has NOTHING to do with the inheritance, but rather with the way the cargo plug-in is configured! Look at cargo plug-in for more info! Roland On Tuesday 27 June 2006 19:06, Roland Asmann wrote: Here's a

Re: plugin configuration inheritance?

2006-06-27 Thread Stefan Hübner
This would meen, that the configuration contents of the second pom gets merged with that from parent pom. Is any documentation available about this feature? 2006/6/27, Roland Asmann [EMAIL PROTECTED]: Here's a sample of 2 of my POM's: Parent: build pluginManagement

Re: plugin configuration inheritance?

2006-06-27 Thread Roland Asmann
Indeed it get's merged. But only if you want it to: if you leave the configuration out of the second POM and only declare the groupId and artifactId, it takes the configuration of the first POM. I'm not sure where I found this, but I do recall reading this somewhere... It could've been the

eclipse:eclipse ExternalToolBuilder

2006-06-27 Thread Sebastien Moreno
Hi I have specified Eclipse to build a module using maven, but eclipse:eclipse goal delete the ExternalToolBuilder instance in the .project file. I saw we can specified buildcommands in the pom for the Eclipse plugin, but how to notify the arguments? The goal is to generate the following

Re: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-27 Thread Srepfler Srgjan
Marco Mistroni wrote: hello, sorry... you have to get it from ejb3-embeddable alpha6 ... go to www.jboss.org, and look for EJB3 Download you should look for EJB3.0 RC6 PFD now they are at version 8 i'll try asap to see if my simple sample break i will if necessary update zip hth marco

RE: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-27 Thread Darren Hartford
Tested with alpha 8, no problems. Although, still need to use the SUREFIRE-2.2-SNAPSHOT plugin. -D -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 11:39 AM To: Maven Users List Subject: Re: Sample project using M2/EJB3/TestNG for using

Re: RE : using a mojo report in standalone way

2006-06-27 Thread Arnaud Bailly
Olivier Lamy [EMAIL PROTECTED] writes: OK but do use sink to write your report ? I want to write html page(s). public class GraphGeneratorMojo extends AbstractMavenReport { protected void executeReport(Locale arg0) throws MavenReportException { Sink sink = getSink(); /* generate

RE: [m204] Error with compiler plugin with new project...

2006-06-27 Thread Mick Knutson
I removed what you said. I only found 1.5.0_07 and now I get this: C:\pw-90mvn -e package + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] PrO Unlimited PW-90 Project [INFO] prounlimited Core Artifact [INFO]

RE: plugin configuration inheritance?

2006-06-27 Thread Brad Harper
Dan: I think I'm getting closer to understanding the root of the problem. It may not be (non)inheritance of the configuration. The configuration element contained compilerStartOptions${compiler.debug.options}/compilerStartOptions and 'compiler.debug.options' is set in a properties element

warSourceDirectory

2006-06-27 Thread Alexandre Poitras
Why is the War plugin supporting only one war source directory instead of a list? It bothers me because I need to generate some html sources files and of course I don't want to mess with my src directory. Any hint? I think I'll try to develop a patch.

Re: java2iiop (Visibroker)

2006-06-27 Thread TimHedger
Thanks Dan - got most of it working now. -- View this message in context: http://www.nabble.com/java2iiop-%28Visibroker%29-tf1846831.html#a5071927 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail:

Re: warSourceDirectory

2006-06-27 Thread Wendy Smoak
On 6/27/06, Alexandre Poitras [EMAIL PROTECTED] wrote: Why is the War plugin supporting only one war source directory instead of a list? It bothers me because I need to generate some html sources files and of course I don't want to mess with my src directory. Any hint? I think I'll try to

Re: warSourceDirectory

2006-06-27 Thread Alexandre Poitras
I thought webResources were copied under WEB-INF/classes. Should fix my problem. Thank a lot!!! On 6/27/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/27/06, Alexandre Poitras [EMAIL PROTECTED] wrote: Why is the War plugin supporting only one war source directory instead of a list? It bothers

Re: properties file valorization during integration

2006-06-27 Thread Wayne Fay
Yes, profiles with filters are the proper way to do this, generally. Wayne On 6/27/06, Sebastien Moreno [EMAIL PROTECTED] wrote: ok after good reading I see the potential issue in using profiles to put different filters file: ... build filters

Re: warSourceDirectory

2006-06-27 Thread Alexandre Poitras
Ok it works fine except with WTP. The eclipse plugin doesn't seem to add corresponding wb-resources entries in the settings/.component file. There is already a Jira issue on this one : http://jira.codehaus.orgbrowse/MECLIPSE-111 On 6/27/06, Alexandre Poitras [EMAIL PROTECTED] wrote: I thought

Re: [m2] jboss plugin location? Not where it is suppose to be...

2006-06-27 Thread Mick Knutson
I get a new error when using jdk 1.5.0_07 even though I used your original plugin that was in the jira: [INFO] [junitdoclet:junitdoclet {execution: default}] [INFO] [ERROR] BUILD ERROR [INFO]

Re: [m204]jdk 1.5 String too long?

2006-06-27 Thread Max Cooper
Mick, On first glance, that seems like an error from the OS, saying the command line is too long. However, I am surprised that Maven would be invoking javac with a command line. I expected that Maven would invoke the compiler in the same JVM (no command line). If there is some part of your

Re: [m204]jdk 1.5 String too long?

2006-06-27 Thread Mick Knutson
I actually just sent another email about my JunitDoclet Mojo that seems to have another issue. I think they are related. Here is the jira: http://jira.codehaus.org/browse/MOJO-227 --- Thank You Mick Knutson BASE logic, inc. (415) 648-1804 (San Francisco, CA) http://www.BASELogic.com

Re: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-27 Thread Srepfler Srgjan
Darren Hartford wrote: Tested with alpha 8, no problems. Although, still need to use the SUREFIRE-2.2-SNAPSHOT plugin. -D But the set of files are completely different, what is the list we can cut/replace? Srgjan - To

RE: warSourceDirectory

2006-06-27 Thread Mike Perham
If you are generating them, why are you considering them source in the first place? Why not just generate them straight into target/artifactId-version? That's where everything is copied to so it can be jarred into a war. -Original Message- From: Alexandre Poitras [mailto:[EMAIL

Re: Sample project using M2/EJB3/TestNG for using jboss embeddable container

2006-06-27 Thread Marco Mistroni
hi darren, there are problems with surefire-2.0.. i have mailed testng mailiing lists.. if you run maven -x with both surefire-2.2 and surefire-2.0 you'llnoticd that with 2.2 there are plenty of jars being loaded in jboss, while with 2.0there areonly 3.. that was as far as i debugged.. i m

Re: warSourceDirectory

2006-06-27 Thread Alexandre Poitras
This is what I'm already doing. The problem is that the WTP .component file is not generated correctly since the files aren't placed in the war source directory. Basically, I'm just trying to unpack some css files from a resources jar file­s and I don't want to extract them under the src

RE: RE: [m204] Error with compiler plugin with new project...

2006-06-27 Thread Kieran Brady
I removed what you said. I only found 1.5.0_07 and now I get this: ... Caused by: java.io.IOException: CreateProcess: CMD.EXE /X /C javac -d Any problems running this from a Command Prompt? - To unsubscribe, e-mail: [EMAIL

maven2-xdoclet2-plugin

2006-06-27 Thread Kiran Addepalli - SECF
Hello I was using the Xdoclet2 plugin to generate my hibernate mappings a couple of days back using the steps mentioned in http://xdoclet.codehaus.org/Maven2+plugin I don't think anything has changed but I now get the error [ERROR] BUILD ERROR [INFO]

Re: [m204]jdk 1.5 String too long? (JunitDoclet error)

2006-06-27 Thread Mick Knutson
It does seem to be tied together. 1st the issue was calling the jdk as I had it installed in a c:\Program Files\... and the space was breaking. Now I installed the jdk in c:\java1.5 and I get this error again. It seems that JunitDoclet calles javac from the command line. It never did this error

Proximity forum

2006-06-27 Thread Tamás Cservenák
Hi all, there is a forum set up for Proximity users/developers on www.abstracthorizon.org Feel free to join! The Proximity project will continue to pollute the Maven Users List with rare release announcements, but we'd like to concentrate the support and development around Abstract Horizon

How to test an ejb package with Maven and TestNG?

2006-06-27 Thread Naresh Bhatia
I have a maven project with packaging set to ejb. I would like to test this project outside an ejb container by simply calling POJO classes inside it. I have written a very simple test using TestNG: public class UserServiceTest { @Test public void testGetAllUsers() { ...

RE: [m204] Error with compiler plugin with new project...

2006-06-27 Thread Steven Coco
Hi. I posted a reply to the thread on [m204]jdk 1.5 String too long? that I think is basically all related to this same problem. From the end of your trace: C:\pw-90\core\src\main \java\com\prounlimited\test\domain\client\ClientTestCase� It is clear that Maven forks javac and it seems that

Re: [m204]jdk 1.5 String too long?

2006-06-27 Thread Steven Coco
On first glance, that seems like an error from the OS, saying the command line is too long. However, I am surprised that Maven would be invoking javac with a command line. I expected that Maven would invoke the compiler in the same JVM (no command line). If there is some part of your build

Does anyone know how to use the maven DBUnit plugin?

2006-06-27 Thread Rick
A sample pom.xml would be cool. I've used the DBUnit ant tasks and am looking for some sample for Maven2 and DBUnit. I looked around but there seem to be no DBUnit maven task documents. http://jroller.com/page/RickHigh?entry=getting_dbunit_to_work_with

Re: Adding hibernate generated resources to JAR?

2006-06-27 Thread natalie burdick
Please be sure to log a JIRA issue for any ideas you have on Maven :) Natalie On 6/21/06, Jochen Wiedmann [EMAIL PROTECTED] wrote: On 6/21/06, Edwin Punzalan [EMAIL PROTECTED] wrote: Depends on the plugin author... if the generated resources is required inside the classes directory, then I

Re: warSourceDirectory

2006-06-27 Thread Alexandre Poitras
To those who are facing the same issue, I just submitted a patch that seems to fix the problem. Hope it helps. On 6/27/06, Alexandre Poitras [EMAIL PROTECTED] wrote: This is what I'm already doing. The problem is that the WTP .component file is not generated correctly since the files aren't

Does anyone know how to use the maven DBUnit plugin?

2006-06-27 Thread Rick Hightower
A sample pom.xml would be cool. I've used the DBUnit ant tasks and am looking for some sample for Maven2 and DBUnit. I looked around but there seem to be no DBUnit maven task documents. http://jroller.com/page/RickHigh?entry=getting_dbunit_to_work_with

Re: Does anyone know how to use the maven DBUnit plugin?

2006-06-27 Thread Ray Tsang
i'm using dbunit ant task to load initial data.. i have something like the following in profiles section of the pom.xml. it will execute when `mvn -DloadData=true` profile iddbunit-load-data/id activation property nameloadData/name valuetrue/value

continuum project list page listing projects in error when they are successful

2006-06-27 Thread Baron Reznik
Hi, I have continuum set up building a multimodule set of poms with 100+ projects in total. I've noticed that on the continuum home page, some of the projects will mysteriously, and seemingly randomly switch from a 'build success' to 'build error' state, even when the builds are passing. If I

[m2.0.4] Re: Inconsistency between JAR and Assembly

2006-06-27 Thread Barrie Treloar
The original email is on nabble at http://www.nabble.com/Inconsistency-between-JAR-and-Assembly-tf473891.html#a1290262 On 6/27/06, Barrie Treloar [EMAIL PROTECTED] wrote: I have the same issue that has no response to it in the archives, that is the Class-Path entry in manifest has

RE: Does anyone know how to use the maven DBUnit plugin?

2006-06-27 Thread Rick
Thanks Ray. I found out the DBUnit Maven plugin is not done yet. This will come in handy. -Original Message- From: Ray Tsang [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 2:16 PM To: Maven Users List Subject: Re: Does anyone know how to use the maven DBUnit plugin? i'm using

Re: Does anyone know how to use the maven DBUnit plugin?

2006-06-27 Thread Ray Tsang
no problems rick. i was hoping that some useful plugins can be released... e.g. dbunit, hibernate3... but in the mean time, the only way i know of executing them are through ant tasks like that. ray, On 6/27/06, Rick [EMAIL PROTECTED] wrote: Thanks Ray. I found out the DBUnit Maven plugin is

Re: Does anyone know how to use the maven DBUnit plugin?

2006-06-27 Thread Wendy Smoak
On 6/27/06, Rick [EMAIL PROTECTED] wrote: Thanks Ray. I found out the DBUnit Maven plugin is not done yet. This will come in handy. I added a Wiki page with a link to this thread... please feel free to improve it with a complete example. :) *

Plugin Question (plugin executing multiple times when it shouldn't)

2006-06-27 Thread Russell, Mark
I have a plugin that I will generally call directly from the commandline (though I don't want to preclude putting it in the lifecycle). Currently this plugin is configured inside a pom project (ie the project itself uses pom for the packaging) When I invoke the plugin from the commandline it

RE: Does anyone know how to use the maven DBUnit plugin?

2006-06-27 Thread Johann Reyes
Hello Ray Actually before the crash the hibernate3 plugin was going to be released, but the server crashed. Now after the crash I can't deploy a hibernate3 snapshot, I believe is a specific bug in cargo for me to deploy a successful snapshot, so I'm waiting for it to be fixed. As soon as I can

Re: JDepend

2006-06-27 Thread Allan Ramirez
http://maven.apache.org/guides/development/guide-testing-development-plugins.html and change the url to the url edwin has given to you. Cheers, allan Edwin Punzalan wrote: Have you tried putting http://snapshots.maven.codehaus.org/maven2 in your snapshot repository ? Its there at

  1   2   >