Re: [m2] [webstart] Dealing with already signed jars

2006-01-26 Thread Geoffrey De Smet
I 've encountered this problem in the m1 plugin with acegisecurity.org. Basically, just add a dependency to 0.9.0 (its in ibiblio and signed by Ben Alex the lead of acegi) and see what happens when you build it and try it out in webstart. The webstart plugin in m1 couldn't handle it, because

Re: [m2] [webstart] Dealing with already signed jars

2006-01-26 Thread Geoffrey De Smet
I just tested the latest svn version, I am getting a nullpointer: org.apache.maven.lifecycle.LifecycleExecutionException: Failure to run the plugin: at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:556) snip/ Caused by:

Re: [m2] How to create multiple jars

2006-01-26 Thread Edwin Punzalan
Hi, In your ant build, how do you setup your two jars? Is there a config file that should be changed for the debug infos? Or do you need to compile once for two jars? or do you recompile for the second jar? Or both? Please provide more info and maybe we can help. ^_^ Paolo Perrucci

Beginner: creating maven 2 plugin.

2006-01-26 Thread Pleines, Karsten (III A 6)
I tryed to creat my first maven 2 plugin. As sample I used the tutorial of the apache website: http://maven.apache.org/guides/plugin/guide-java-plugin-development.html http://maven.apache.org/guides/plugin/guide-java-plugin-development.html But the problem I get if I try to call my plugin I got

RE: Beginner: creating maven 2 plugin.

2006-01-26 Thread Stevenson, Chris
Hi Karsten, Did you do an mvn install to get the plugin into your local repo? Chris -Original Message- From: Pleines, Karsten (III A 6) [mailto:[EMAIL PROTECTED] Sent: 26 January 2006 09:48 To: 'users@maven.apache.org' Subject: Beginner: creating maven 2 plugin. I tryed to creat my

Re: [m2] How to create multiple jars

2006-01-26 Thread Paolo Perrucci
Hi Edwin, in my existing ant build I have two tasks that compile the same sources (with different options) and create the jar files. I have a task named build that call sequentially the tasks build_release and build_debug. After calling the build task I have two jars: project_name.jar and

Re: Beginner: creating maven 2 plugin.

2006-01-26 Thread Allan Ramirez
Hi there, Have you installed your plugin? try to command mvn install -DupdateReleaseInfo=true before you execute your plugin. -allan Pleines, Karsten (III A 6) wrote: I tryed to creat my first maven 2 plugin. As sample I used the tutorial of the apache website:

How to integrate scm perforce into maven ?

2006-01-26 Thread Esteban Chavez
Hi everybody, I'm new in this maven2 stuff...and need a bit help (thank you in advance). I did the standard installation of maven2 on my PC. Now I would like to integrate maven with perforce (or CVS) Does someone know how to configure maven2 to work with one of these scm ? What are available

Re: m2 with hibernate3 with java 1.5 generics and xdoclet

2006-01-26 Thread Kees de Kooter
Hi Tony, I have the same setup. I also get the parsing errors. But despite the errors the files are generated correctly. BTW: if I run it from ant (also using XDoclet 1.2.3) I do no get any parsing errors. Kees - To

[M2] Failed to validate POM of an ejb-project, when packaging the enclosing ear-project

2006-01-26 Thread Stefan Rademacher
Hello, I have an ejb-project (hhla.smd.bl) and an ear-project (hhla.smd.application) which has a dependency to this ejb-project. Installing the ejb-project to my local repository works fine, but when I execute mvn package on the ear-project, the POM of the ejb-project cannot be validated (Due to

Re: How to integrate scm perforce into maven ?

2006-01-26 Thread Emmanuel Venisse
You must add an scm url in your pom (http://maven.apache.org/scm/perforce.html) After, you'll can use release plugin and scm plugin and Continuum Emmanuel Esteban Chavez a écrit : Hi everybody, I'm new in this maven2 stuff...and need a bit help (thank you in advance). I did the standard

Yet another Eclipse issue...

2006-01-26 Thread Michael Böckling
Hello list, it recently occurred to me that using Maven dependencies in Eclipse (which in itself is a good idea) screws up one thing: refactoring. When I have project workspace-dependencies, these dependencies are taken into account when I do a refactor (method calls et.c are changed

Re: Forgot password

2006-01-26 Thread Bob Herrrmann
Ok, no problem, I just setup a new copy of 1.0.2 my browser, firefox, remembered all the entries I used for setting up the project, so I was up and running on the new setup in less time that it is taking me to write this email. Derby's pretty cool. Thanks! -bob On 1/26/06, Emmanuel Venisse

Re: [m2] [webstart] Dealing with already signed jars

2006-01-26 Thread jerome lacoste
On 1/26/06, Geoffrey De Smet [EMAIL PROTECTED] wrote: I just tested the latest svn version, I am getting a nullpointer: org.apache.maven.lifecycle.LifecycleExecutionException: Failure to run the plugin: at

[m2] how to handle SNAPSHOTS in a company?

2006-01-26 Thread Fredy
Hi all, if I install a x.x-SNAPSHOT Version in the local repository, so i can depend on via x.x-SNAPSHOT. But if I deploy it to the internal company repository, the Version is something like x.x-20060126.131555-3. Is there a posibillity to depend on a snapshot an mvn will take the jar with the

[M2] multi project, one javadoc api ?

2006-01-26 Thread Justin Kim
I've created multi module project using m2. And I created project javadoc api. however, javadoc apis was created in target/javadoc directory of each modules. I want to get whole javadoc about entire child project. How do I get it? Justin.

Re: [m2] [webstart] Dealing with already signed jars

2006-01-26 Thread Geoffrey De Smet
On the first attempt this afternoon, the first error I had, resolved when I did mvn install before mvn webstart:jnlp. This will have been the reason what it failed this morning too probably. In any case the updated version from the trunk warned me that it was due the module I am building, so

M2: Valid archetypes

2006-01-26 Thread Mayorgaadame, Alex
Hello all, Anyone knows the list of valid archetypeArtifactId for the following command: mvn archetype:create -DgroupId=com.company.your -DartifactId=default-webapp -DarchetypeArtifactId=maven-archetype-webapp I would like to know what kind of projects could be created from templates as of

Re: M2: Valid archetypes

2006-01-26 Thread Wendy Smoak
On 1/26/06, Mayorgaadame, Alex [EMAIL PROTECTED] wrote: Anyone knows the list of valid archetypeArtifactId for the following command: mvn archetype:create -DgroupId=com.company.your -DartifactId=default-webapp -DarchetypeArtifactId=maven-archetype-webapp I would like to know what kind of

Re: Yet another Eclipse issue...

2006-01-26 Thread Ralph Pöllath
On 26.01.2006, at 13:40, Michael Böckling wrote: it recently occurred to me that using Maven dependencies in Eclipse (which in itself is a good idea) screws up one thing: refactoring. When I have project workspace-dependencies, these dependencies are taken into account when I do a refactor

AW: How to integrate scm perforce into maven ?

2006-01-26 Thread Esteban Chavez
Emmanuel, merci pour la réponse. I created a test project and added the following things in the pom.xml project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0

RE: M2: Valid archetypes

2006-01-26 Thread Mayorgaadame, Alex
Wendy, Thanks, but I've tried those but only this list works: maven-archetype-java maven-archetype-mojo maven-archetype-quickstart maven-archetype-site maven-archetype-webapp The rest fail like this: C:\projectsmvn archetype:create -DgroupId=com.company.your -DartifactId=defaul t-profiles

Re: M2: Valid archetypes

2006-01-26 Thread Piéroni Raphaël
2006/1/26, Mayorgaadame, Alex [EMAIL PROTECTED]: Wendy, Thanks, but I've tried those but only this list works: maven-archetype-java maven-archetype-mojo maven-archetype-quickstart maven-archetype-site maven-archetype-webapp The rest fail like this: C:\projectsmvn archetype:create

Re: [m2] [webstart] Dealing with already signed jars

2006-01-26 Thread jerome lacoste
On 1/26/06, Geoffrey De Smet [EMAIL PROTECTED] wrote: On the first attempt this afternoon, the first error I had, resolved when I did mvn install before mvn webstart:jnlp. This will have been the reason what it failed this morning too probably. In any case the updated version from the trunk

Re: M2: Valid archetypes

2006-01-26 Thread Wendy Smoak
On 1/26/06, Mayorgaadame, Alex [EMAIL PROTECTED] wrote: The rest fail like this: C:\projectsmvn archetype:create -DgroupId=com.company.your -DartifactId=defaul t-profiles -DarchetypeArtifactId=maven-archetype-profiles [INFO] Failed to resolve artifact. GroupId:

[M2] 'site' archetype failing

2006-01-26 Thread Laurie Harper
I just started getting a project set up with M2 and I've run into a problem following along with the current Getting Started Guide [1]. I'm sure I must be missing something obvious, but I'm not sure what... [tmp] $ mvn -version Maven version: 2.0.2 [tmp] $ mvn archetype:create

Link to Online report wrong

2006-01-26 Thread Michael Böckling
Hello list, when Continuum sends me a mail, the link to the Online Report looks like this: Online report : http://localhost:8080/continuum/... This of course leads nowhere. In application.xml, i configured the http-listener like this: http-listener port8090/port hostmorpheus/host

Re: [m2] [webstart] Dealing with already signed jars

2006-01-26 Thread Richard Allen
Hi Jerome, Thanks for the webstart plugin. I have also ran into the problem where JARs that are signed twice don't work with Web Start. My solution in the past has been to not sign the JARs that are already signed. However, it would be nice to be able to remove the signature from a JAR that

RE: ContinuumBuildExecutorException: Could not find Maven project descriptor

2006-01-26 Thread Johnson, Jonathan
You don't have a pom.xml in your working directory. What does 'working directory' mean. How would one define it? Is this a new pom.xml just for continuum? What has to be in it? I do have a parent pom.xml one directory above my myproject directory. For the maven 2 parent element the

cobertura plugin breaks with maven 2.02 - wors fine with 2.0

2006-01-26 Thread David Sag
I have just updated my maven 2 to 2.0.2 and now the instrumentation of my classes fails when using the cobertura plugin. I get NoClassDefFoundError: org/apache/maven/wagon/util/FileUtils any clues as to what changed between 2.0 and 2.0.2 that would lead to this error? most frustrating Kind

Re: AW: How to integrate scm perforce into maven ?

2006-01-26 Thread Emmanuel Venisse
I never use Perforce, but i think you need to log in to Perforce first. Is it the full stacktrace? Emmanuel Esteban Chavez a écrit : Emmanuel, merci pour la réponse. I created a test project and added the following things in the pom.xml project xmlns=http://maven.apache.org/POM/4.0.0;

Re: cobertura plugin breaks with maven 2.02 - wors fine with 2.0

2006-01-26 Thread Nigel Magnay
You need to svn-update the cobertura mojo and rebuild it - the bug has been fixed for 2.0.2.,.. On 26/01/06, David Sag [EMAIL PROTECTED] wrote: I have just updated my maven 2 to 2.0.2 and now the instrumentation of my classes fails when using the cobertura plugin. I get

Re: [M2] 'site' archetype failing

2006-01-26 Thread Wendy Smoak
On 1/26/06, Laurie Harper [EMAIL PROTECTED] wrote: I just started getting a project set up with M2 and I've run into a problem following along with the current Getting Started Guide [1]. I'm sure I must be missing something obvious, but I'm not sure what... ...

Re: Link to Online report wrong

2006-01-26 Thread Emmanuel Venisse
Url used in report should be configured in configuration screen (Base URL). Emmanuel Michael Böckling a écrit : Hello list, when Continuum sends me a mail, the link to the Online Report looks like this: Online report : http://localhost:8080/continuum/... This of course leads nowhere. In

Multiple Module Project and Eclipse, import doesn't work

2006-01-26 Thread Catalin Kormos
Hi there, I'm realy new to Maven, and trying to setup Maven2 for a multiple module project in Eclipse. I've been following the guide found here: http://maven.apache.org/guides/mini/guide-ide-eclipse.html step by step, but when i want to import the projects in eclipse it can't, saying:

Re: [m2] [webstart] Dealing with already signed jars

2006-01-26 Thread jerome lacoste
On 1/26/06, Richard Allen [EMAIL PROTECTED] wrote: Hi Jerome, Thanks for the webstart plugin. I have also ran into the problem where JARs that are signed twice don't work with Web Start. My solution in the past has been to not sign the JARs that are already signed. However, it would be nice

m2 and xdoclet2 classnotfoundexception on nanocontainer

2006-01-26 Thread tony nys
Hi, I have a classnotfoundexception when running xdoclet2 from maven2 On the nanocontainer The goal is to run hibernate xdoclet2 plugin but it doesn't go there yet... Is there a way to fix this ? [ERROR] BUILD ERROR [INFO]

RE: [M2] 'site' archetype failing

2006-01-26 Thread Mayorgaadame, Alex
Laurie, It's not failing but the mvn archetype:create goal has to be run in an empty folder. The site archetype is not so complex, so you're better choice IMHO is to follow this guide: http://maven.apache.org/guides/mini/guide-site.html It's very straight forward and you'll learn what's

Re: [M2] 'site' archetype failing

2006-01-26 Thread Laurie Harper
On 26-Jan-06, at 9:48 AM, Wendy Smoak wrote: On 1/26/06, Laurie Harper [EMAIL PROTECTED] wrote: I just started getting a project set up with M2 and I've run into a problem following along with the current Getting Started Guide [1]. I'm sure I must be missing something obvious, but I'm not sure

Re: [M2.0.2] cobertura-maven-plugin not working with 2.0.2

2006-01-26 Thread David Sag
ahah just saw this mail. could someone please send me the latest plugin as a zip file? I have trouble getting svn working from in here. Kind regards, Dave Sag Konstantin Polyzois [EMAIL PROTECTED] wrote on 23-01-2006 20:27:05: ok now it works again nice 2006/1/23, Brett Porter [EMAIL

Re: ContinuumBuildExecutorException: Could not find Maven project descriptor

2006-01-26 Thread Emmanuel Venisse
The 'working directory' is the directory where your files will be checkout ($CONTINUUM_HOME/apps/continuum/working_directory/projectId). The pom.xml of your project must be there. If it isn't that, your scm url is wrong. Your scm url is 'scm:cvs:pserver:[EMAIL

RE: configuring scm

2006-01-26 Thread Christopher Chase
Thanks very much for this. It is now checking out an building, but I get an access denied when trying the run the install goal. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: 25 January 2006 16:17 To: Maven Users List Subject: Re: configuring scm We need to

Re: [M2] 'site' archetype failing

2006-01-26 Thread Laurie Harper
On 26-Jan-06, at 9:50 AM, Mayorgaadame, Alex wrote: Laurie, It's not failing but the mvn archetype:create goal has to be run in an empty folder. That's the problem, though: following the Getting Started Guide, when you run the site archetype you aren't *in* an empty directory... The

Re: [m2] [webstart] Dealing with already signed jars

2006-01-26 Thread Richard Allen
Sure, I'll take the JIRA route, but it may take me a little while. Richard Allen jerome lacoste wrote: On 1/26/06, Richard Allen [EMAIL PROTECTED] wrote: Hi Jerome, Thanks for the webstart plugin. I have also ran into the problem where JARs that are signed twice don't work with Web

Next problem: svn unreliable

2006-01-26 Thread Michael Böckling
Url used in report should be configured in configuration screen (Base URL). Guess I was thinking a bit to complicated with the base-url... *g* But here's already the next problem: sometimes, I get this message when forcing a build: Provider message: The svn command failed. Command output:

Re: configuring scm

2006-01-26 Thread Emmanuel Venisse
Do you have a stack trace? Check your access rights in your local repository. Emmanuel Christopher Chase a écrit : Thanks very much for this. It is now checking out an building, but I get an access denied when trying the run the install goal. -Original Message- From: Emmanuel

Re: [m2] Axis webapp archetype

2006-01-26 Thread Jesse McConnell
this is pretty trivial really... just make a pom and through your wsdl files in src/main/wsdl and execute the plugin.. if you have any questions on it let me know, but we can put together a archetype pretty easy for it. jesse On 1/25/06, Jason van Zyl [EMAIL PROTECTED] wrote: Fredy wrote:

RE: configuring scm

2006-01-26 Thread Christopher Chase
Thanks, I made my local repos read only by mistake :-D Everything is working fine now -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: 26 January 2006 16:20 To: Maven Users List Subject: Re: configuring scm Do you have a stack trace? Check your access rights in

Antw: [M2] Failed to validate POM of an ejb-project, when packaging the enclosing ear-project

2006-01-26 Thread Stefan Rademacher
Hello, I found the origin of the problem, described below, am I right, that it's a bug in the maven-ear-plugin? The ejb-project has dependencies, e.g. to log4j and to a weblogic.jar in my local repository, without version- and scope-element. Version and scope are defined in the pom of the parent

Re: Next problem: svn unreliable

2006-01-26 Thread Michael Böckling
I just realized that some nut checked in the target directory, I fixed it and it works now. Sorry for the unnecessary noise! You must add your target directory in svn ignore list with this command: svn propset svn:ignore target

Re: [m2] Anyone have any examples of using springdoclet?

2006-01-26 Thread Mick Knutson
Yes. My question now is does this generate a separate application-myDao-config.xml? Do you use this for your controllers as well? I am using heaps of controllers and want to see how someone else has this working.

Re: [m2] does the eclipse plugin use the local repo from eclipse preferences?

2006-01-26 Thread Tom Joad
Hello, Does you work with Windows or Linux? On windows I never succeed execute phase lifecycle. I get a noclasserrofound exception .There is an issue about it on jira.codehaus. Now I try it on Linux base system. I launch eclipse with proxy and port argument but the plugin can't connect to

Re: [m2] Anyone have any examples of using springdoclet?

2006-01-26 Thread Kees de Kooter
I generate it all to one file. I am using spring all over the place, almost everyting is being wired up by spring. Kees - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] does the eclipse plugin use the local repo from eclipse preferences?

2006-01-26 Thread Tom Joad
Sorry for mispelling, I write Do you work with windows or Linux?On windows I never succeed to execute any phase lifecycle. I get a noclasserrofound exception ... 2006/1/26, Tom Joad [EMAIL PROTECTED]: Hello, Does you work with Windows or Linux? On windows I never succeed execute phase

Re: [m2] Anyone have any examples of using springdoclet?

2006-01-26 Thread Mick Knutson
is it possible to generate the controller classes in a separate files aside from the applicationContext.xml? Thanks Mick Knutson http://www.BASELogic.com http://www.MickKnutson.com MSN Messenger: [EMAIL

Re: [m2] does the eclipse plugin use the local repo from eclipse preferences?

2006-01-26 Thread Kees de Kooter
Hi Tom, I understand you are having the same NoClassDefFound problems. Maybe you could provide some extra input on the issue I filed: http://jira.codehaus.org/browse/MNGECLIPSE-56 Any extra info could help Eugene and Dimitri help solve it. Kees

dependency problem

2006-01-26 Thread Elzbieta Dziembowski
Hi, I am building my app using dist goal. Few days ago it was working correctly - my maven repository was updated with this file 01.18.06 . I tried the build on clean machine yesterday and I am getting consistent complains (below). Is the server working correctly? Any suggestions how to overcome

Re: dependency problem

2006-01-26 Thread Lukas Theussl
Hi, This has been reported already but apparently we forgot to fix it. As a workaround, you can download the batik jar from ibiblio [1] by hand and place it in your local repo. Or temporarily disable the pdf generation in your project. HTH, Lukas [1]

RE: ContinuumBuildExecutorException: Could not find Maven project descriptor

2006-01-26 Thread Johnson, Jonathan
Emmanuel, Your advice was superb. That fixed the problem. Once I added the working directory and path to the module in the scm url it all worked. The reasons for my problems were this: 1. I did not understand what a working directory was and therefore skipped the configuration setting for

Re: [m2] [webstart] Dealing with already signed jars

2006-01-26 Thread jerome lacoste
On 1/25/06, jerome lacoste [EMAIL PROTECTED] wrote: Hi all, One of the last thing I want to fix before making the m2 webstart plugin beta is related to signing jars that are already signed. [...] I would appreciate feedback (and better: test cases) to avoid releasing an m2 plugin that

Re: [m2] Anyone have any examples of using springdoclet?

2006-01-26 Thread Kees de Kooter
Hi Mick, I am afraid I do not quite understand what you are trying to achieve. Why would you want to have a separate xml for every controller (I take it you are referring to a controller of Spring MVC)? Kees - To unsubscribe,

Re: [m2] filePermissions not being used on mvn deploy

2006-01-26 Thread Kathryn Huxtable
I'm using 1.0-alpha-6. Ummm... Did I mention that I'm using scpexe in order to not put a password or passphrase in a file? If I use sftp it works. -K On 1/26/06 12:04 AM, Brett Porter [EMAIL PROTECTED] wrote: This should have been fixed in wagon 1.0-alpha-6, which is included in Maven

Re: [m2] filePermissions not being used on mvn deploy

2006-01-26 Thread Orjan Austvold
Hi, Add a filePermissions element in the server element in settings.xml. Mine is filePermissions664/filePermissions We also had to set the sticky group bit on the repository directory to allow for users to overwrite metadata files on which other users previously had released. -- Ørjan

Re: [m2] filePermissions not being used on mvn deploy

2006-01-26 Thread Orjan Austvold
Hi again, I forgot to mention that the reason is that most (new) ssh server implementations do not allow for umask changes on scp/sftp. -- Ørjan Orjan Austvold wrote: Hi, Add a filePermissions element in the server element in settings.xml. Mine is filePermissions664/filePermissions We

Re: [m2] filePermissions not being used on mvn deploy

2006-01-26 Thread Kathryn Huxtable
Ah. The sticky bit is the part I missed. I had set the directory perms to 775 and the file perms to 664 in the settings.xml. The files got the perms and the g:w didn't take on the directory. -K On 1/26/06 12:21 PM, Orjan Austvold [EMAIL PROTECTED] wrote: Hi again, I forgot to mention that

Re: [m2] Maven Documentation extension: http://docs.codehaus.org/display/MAVENUSER/Home

2006-01-26 Thread Jason van Zyl
Fredy wrote: You realy should include a Referenz on this site in the http://maven.apache.org/guides/index.html. Orhave i looked over it? Added to the nav column on the site. It's up there now. Fredy - To unsubscribe,

Re: Possibility to define central mirror on command line ?

2006-01-26 Thread Jason van Zyl
LECAN Damien wrote: Hi, I would like to define a new mirror of central on mvn command line. Is it possible ? Otherwise, where is configured url of central repository (ibiblio I guess) en maven distribution ? I don't want to use settings.xml configuration. Currently you can only use

Re: cobertura plugin breaks with maven 2.02 - wors fine with 2.0

2006-01-26 Thread Jason van Zyl
Nigel Magnay wrote: You need to svn-update the cobertura mojo and rebuild it - the bug has been fixed for 2.0.2.,.. I'll ping the current fellow working on the plugin and see if he can do a release. On 26/01/06, David Sag [EMAIL PROTECTED] wrote: I have just updated my maven 2 to 2.0.2

Re: [M2.0.2] cobertura-maven-plugin not working with 2.0.2

2006-01-26 Thread Jason van Zyl
David Sag wrote: ahah just saw this mail. could someone please send me the latest plugin as a zip file? I have trouble getting svn working from in here. http://www.codehaus.org/~jvanzyl/cobertura-maven-plugin-2.0-SNAPSHOT.jar No guarantees. Caveat emptor. Kind regards, Dave Sag

More dependencies problems...

2006-01-26 Thread Elzbieta Dziembowski
I got the previous message - thanks, I downloaded batik by hand... I continued the build.. now I have new list of not satisfied dependencies. I would like to understand what is going on - is some server down or it is other reasons. I need to be able to build on different machines - it does not

Re: [m2] does the eclipse plugin use the local repo from eclipse preferences?

2006-01-26 Thread Kees de Kooter
Workaround found (see the latest comments in the JIRA issue): In Preferences / Maven2 leave the Local Repository Folder empty. Apparently either the plugin or eclipse chokes on the spaces in the average windows home directory (C:\Documents and Settings\...).

Re: Multiple Module Project and Eclipse, import doesn't work

2006-01-26 Thread Max Cooper
You have to create a new workspace (and stop using the old workspace) in a location that isn't a parent directory of where you created the project directory: From now on you have different options to proceed. If you are working on all modules simultanously and you rather have eclipse project

Re: m2 with hibernate3 with java 1.5 generics and xdoclet

2006-01-26 Thread Hernan Javier Soulages
xDoclet 1.2.3 doesn't support Java 1.5 sourcecode. There is a JIRA issue about it in http://opensource2.atlassian.com/projects/xdoclet/browse/XJD-41. There is also a patch. I made it work using the patched xjavadoc, adding it to my local repository and changing the dependency in xdoclet

Re: More dependencies problems...

2006-01-26 Thread Max Cooper
I believe the problem is due to some issue on the ibiblio repository (maybe only the Maven 1 repo). For example, go here are see what happens when you try to download batik-1.5-fop-0.20-5.jar (you get a 404): http://www.ibiblio.org/maven/batik/jars/ One solution is to setup a maven-proxy instance

Re: dependency problem

2006-01-26 Thread Brett Porter
Fixed. On 1/27/06, Lukas Theussl [EMAIL PROTECTED] wrote: Hi, This has been reported already but apparently we forgot to fix it. As a workaround, you can download the batik jar from ibiblio [1] by hand and place it in your local repo. Or temporarily disable the pdf generation in your

Re: pmd crashes

2006-01-26 Thread jason r tibbetts
Dan, Folks my problem is PMD not the plugin, but I ask anyway here Here is the error: = [INFO] Error during report generation Embedded error: Failure executing PMD for: ..\ui\internal\launcher\configuration\PreferencePageHistory.java Encountered abstract at line 151, column

Re: pmd crashes

2006-01-26 Thread dan tran
my production build and eclispe IDE is very happy about the syntax during compilation I ended up refactor the code to make PMD happy -Dan On 1/26/06, jason r tibbetts [EMAIL PROTECTED] wrote: Dan, Folks my problem is PMD not the plugin, but I ask anyway here Here is the error:

Re: m2 with hibernate3 with java 1.5 generics and xdoclet

2006-01-26 Thread Kees de Kooter
I see that this is exactly what I did to fix my local install of XDoclet. Where exactly is this pom located? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

maven2 war plugin error

2006-01-26 Thread Mouli
I am trying to build a web app with maven2. the WEB-INF/lib includes all the jar (fromt the dependency list). I have tried the excludes tag but some how it doesn't seem to accept comma separated values (eg excludesWEB-INF/lib/xdoclet*.jar,WEB-INF/lib/servlet*.jar/excludes). It works fine if the

NullPointerException from mergeReportPluginDefinitions(ModelUtils.java:324)

2006-01-26 Thread Guo, Jiaqi
Hi, I'm working with continuum 1.0.2 and maven 2.0.2. The exact problem described at http://jira.codehaus.org/browse/MNG-1529 come to me. Basically I got project A, B and C where B extends A and C extends B. There are bunch of reports declared in A and no reports are defined in B or C.

Re: m2 with hibernate3 with java 1.5 generics and xdoclet

2006-01-26 Thread Hernan Javier Soulages
org\codehaus\mojo\xdoclet-maven-plugin\version. Kees de Kooter wrote: I see that this is exactly what I did to fix my local install of XDoclet. Where exactly is this pom located? - To unsubscribe, e-mail: [EMAIL PROTECTED]

not able to find project.xml file

2006-01-26 Thread gauri tilloo
When i am running maven cruisecontrol:run i am getting the following error...project.xml does not exist whereas when i check in the working directory project.xml is present. help me with the same __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_|

[ANN] maven 2 assembly plugin 2.0.1 released

2006-01-26 Thread Carlos Sanchez
This is a bugfix release from 2.0: - assembly jar-with-dependencies does not utilize or provide for manifest configuration - subsequent assemblies include all files from previous assemblies of the same type - Support for multiple assembly descriptors Changes:

RE: [m2] filePermissions not being used on mvn deploy

2006-01-26 Thread Treloar, Barrie (SAPOL)
-Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, 26 January 2006 4:34 PM To: Maven Users List Subject: Re: [m2] filePermissions not being used on mvn deploy This should have been fixed in wagon 1.0-alpha-6, which is included in Maven 2.0.2. What

Re: [m2] filePermissions not being used on mvn deploy

2006-01-26 Thread Brett Porter
1.0-alpha-6 should be in $M2_HOME/lib. - Brett On 1/27/06, Treloar, Barrie (SAPOL) [EMAIL PROTECTED] wrote: -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, 26 January 2006 4:34 PM To: Maven Users List Subject: Re: [m2] filePermissions not being

RE: [m2] filePermissions not being used on mvn deploy

2006-01-26 Thread Treloar, Barrie (SAPOL)
-Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Friday, 27 January 2006 10:04 AM To: Maven Users List Subject: Re: [m2] filePermissions not being used on mvn deploy 1.0-alpha-6 should be in $M2_HOME/lib. They are. Hmmm. I'm assuming it is a user error since

Re: [m2] does the eclipse plugin use the local repo from eclipse preferences?

2006-01-26 Thread Lee Meador
Will it work if you use the short folder name? (DOCUME~1 on my machine.) It would have no spaces. You can find out what it is by going to C: in the DOS box (CMD prompt) and typing dir /X. Then you see the name Document and Settings in the right column and the name something like DOCUME~1 one

Re: m2 with hibernate3 with java 1.5 generics and xdoclet

2006-01-26 Thread Kees de Kooter
I have to revoke that. Generated files do appear to be incomplete... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] how to handle SNAPSHOTS in a company?

2006-01-26 Thread Sanjay Choudhary
you may refer to Brett Porter blog explaning this url is http://blogs.codehaus.org/people/brett/archives/maven.html#001045_improved_snapshots_in_maven2 Sanjay On 1/26/06, Fredy [EMAIL PROTECTED] wrote: Hi all, if I install a x.x-SNAPSHOT Version in the local repository, so i can depend on

Re: maven2 war plugin error

2006-01-26 Thread Allan Ramirez
Hi Mouli, Set the scope of those dependency to provided. -allan Mouli wrote: I am trying to build a web app with maven2. the WEB-INF/lib includes all the jar (fromt the dependency list). I have tried the excludes tag but some how it doesn't seem to accept comma separated values (eg

Re: [m2] How to create multiple jars

2006-01-26 Thread Edwin Punzalan
Thanks, I get what you want to do. But how do you produce the two different jars? How do you set the different options that you said with ant? is there a config file or a command-line argument that build_release and build_debug uses? Paolo Perrucci wrote: Hi Edwin, in my existing ant

EJB Unit tests with Maven 2

2006-01-26 Thread Maciej Mastalarczuk
Hi Everybody, I am a recent convert from Ant to Maven and as suggested on Maven's website I started from using Maven 2. Does anybody have any good pattern for unit-testing EJBs? Sorry if this is a FAQ, but I really could not find any answer anywhere. Tried to use Cargo to do the

Re: m2 and xdoclet2 classnotfoundexception on nanocontainer

2006-01-26 Thread Sasvata Chatterjee
Tony, I had run into this as well. The reason is that you likely have defined the dist.codehaus.org repo as a legacy layout repo. With that you get a xdoclet v3.0.0 POM, and m2 simply ignores this POM (and therefore none of the xdcolet2 transitive dependencies, including nanocontainer, are

Re: maven2 war plugin error

2006-01-26 Thread Sanjay Choudhary
Hi Allan/Mouli, My experience is that if we have scope as provided then these files don't get included in the classpath entry of MANIFEST.MF file. try this, groupIdflexpub/groupId artifactIdflexpubcontroller/artifactId optionaltrue/optional this works well.

eclipse: Build path contain duplicate entry.. error with test-jar module dependencies

2006-01-26 Thread ikram tahir
Hi all, I am trying to run eclipse:eclipse from parent module to setup project dependencies(source) instead of library dependencies (jars). I also have couple of modules that use test-jar type dependencies. But it seems that project dependencies in eclipse build path are added twice

RE: [m2] How to create multiple jars

2006-01-26 Thread Brian E. Fox
Sounds to me like he's setting the compiler debug flag depending on the build. -Original Message- From: Edwin Punzalan [mailto:[EMAIL PROTECTED] Sent: Thursday, January 26, 2006 8:43 PM To: Maven Users List Subject: Re: [m2] How to create multiple jars Thanks, I get what you want to

Re: [m2] How to create multiple jars

2006-01-26 Thread dan tran
create 2 projects using same source tree ( change project.build.sourceRoot of both project point to the same tree) then tinker with the compiler plugin configuration. but you must have 2 diffrent artifact ids thou -Dan On 1/26/06, Edwin Punzalan [EMAIL PROTECTED] wrote: Thanks, I get what

was5 plugin

2006-01-26 Thread Saravanakumar . B
Hi , Can any of you please help me in integrating Maven2 with WAS5 ,I need to deploy the Ear file in WAS 5 and start the Application server. Is there any document for doing this .? Regards Saravana Fredy [EMAIL PROTECTED] 01/26/2006 01:04 PM Please respond to Maven Users List

[m2] SNAPSHOT Resolving Problem

2006-01-26 Thread Fredy
Hi all, now I've a great link to Dokumentation about it: http://blogs.codehaus.org/people/brett/archives/maven.html#001045_improved_snapshots_in_maven2 Thanks Sanjay!! But it doesn't work as I understand! If i execute deploy, mvn takes the distributionManagement.snapshotRepository and creates

Re: [m2] does the eclipse plugin use the local repo from eclipse preferences?

2006-01-26 Thread Kees de Kooter
On 1/27/06, Lee Meador [EMAIL PROTECTED] wrote: Will it work if you use the short folder name? (DOCUME~1 on my machine.) It would have no spaces. You can find out what it is by going to C: in the DOS box (CMD prompt) and typing dir /X. Then you see the name Document and Settings in the right

  1   2   >