RE: TimeZone Element in pom.xml

2006-04-05 Thread Jörg Schaible
Hi Ian, [EMAIL PROTECTED] wrote on Tuesday, April 04, 2006 7:09 PM: public static TimeZone getTimeZone(String ID) Gets the TimeZone for the given ID. Parameters: ID - the ID for a TimeZone, either an abbreviation such as PST, a full name such as

Re: maven-idea-plugin fails (from trunk)

2006-04-05 Thread Edwin Punzalan
Hi, I'm currently adding unit tests to this plugin and I unknowingly put a hardcoded drive into the tests... I'll fix that asap. Arik Kfir wrote: hey everyone Has anyone been able to build the 'maven-idea-plugin' from the trunk, using a trunk-built maven from the 2.0.x branch? The

issue with jetty plugin????

2006-04-05 Thread raja bangaru
Hi guys, I started the jetty plugin using the command maven jetty:run now how do i need to stop it?? When i start the jboss server..i'm getting the error that 8080 port is already in use... it might be getting used by jetty.. so can anyone tell me how to stop the jettly i dont find any goals

Re: [M2] Custom 'packaging' without a custom plugin?

2006-04-05 Thread dan tran
http://mojo.codehaus.org/build-helper-maven-plugin/howto.html basically right after you use exec or antrun plugin to build your swf file, you can use build-helper-maven-plugin:attach-artifact goal to configure maven to install or deploy your swf to repo as needed On 4/4/06, Martin Cooper [EMAIL

Re: maven-idea-plugin fails (from trunk)

2006-04-05 Thread Arik Kfir
cooland when you activate the plugin, do you also get the Unable to build dependencies error? (I tried it on a simple hello world project too) I'm now trying it with the standard 2.0.3 release, to see if the error results from a regression in the 2.0.x branch or it is a bug in the plugin

Re: maven-idea-plugin fails (from trunk)

2006-04-05 Thread Edwin Punzalan
Fixed the test and the NPE in svn. Thanks for asking, btw. ^_^ Arik Kfir wrote: hey everyone Has anyone been able to build the 'maven-idea-plugin' from the trunk, using a trunk-built maven from the 2.0.x branch? The org.apache.maven.plugin.idea.IdeaModuleTest fails with a Dependency is

Re: issue with jetty plugin????

2006-04-05 Thread Boris Lenzinger
I've read somewhere (cannot remember where) the server must be stopped via Ctrl-C...There is no other way from what I remember. I start jetty using the command line with jetty:run. The command line does not give me back the control and to stop it, I must use Ctrl-C. What is the option -P ?

Re: Maven Webstart Plugin

2006-04-05 Thread jerome lacoste
On 4/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am using maven-2.0.2 The dependencies are correctly in the repository. I have created the log and can send you my pom.xml ... what is your email address? Reply to [EMAIL PROTECTED] so I have your email address. Jeff, I looked at your

[maven-proxy] How to shutdown?

2006-04-05 Thread Khin, Gerald
Hi! I'm using the standalone maven-proxy. I wonder if there is a way to shutdown the maven-proxy other than sending SIGINT at the process level but through a http request? Cheers, Gerald

Archetypes

2006-04-05 Thread Christopher Cudennec
Hello everyone, I try to get to know what I can do by the archetype plugin. The guide to creating archetypes is alright for the basics but I would like to know how to set more variables by the archetype.xml. The documentation talks about setting the source and test-source-directory. But what

Re: SCM plugin for MKS SI in M2

2006-04-05 Thread Emmanuel Venisse
If you want to start to write a MKS provider for Maven-SCM, you're welcome. Subscribe to maven scm developer list([EMAIL PROTECTED]) and we'll help you to start. Emmanuel Sharma, Jaikumar a écrit : Oops! Typo. It would be really helpful to lots of people, if somebody can take the initiative!

RE: SCM plugin for MKS SI in M2

2006-04-05 Thread Sharma, Jaikumar
Fine for me. Subscribed to [EMAIL PROTECTED] -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 1:25 PM To: Maven Users List Subject: Re: SCM plugin for MKS SI in M2 If you want to start to write a MKS provider for Maven-SCM, you're

RE: [surefire] xml report not well formed failure.message contains

2006-04-05 Thread Jens Zastrow
What kind of tests this junit-test is supposed to do??? [test3] public class SurefireTest3 extends TestCase { public SurefireTest3( ) { super( ); } public SurefireTest3( String name ) { super( name ); } public void testQuote() {

Re: [M1] Checkstyle plugin: how to retrieve config via https

2006-04-05 Thread Arnaud HERITIER
Hi Gisbert Sorry for the delay I don't know if it works but can you test something like that : In your project's properties : maven.checkstyle.propertiesURL=https://${maven.svn.username }:${maven.svn.password [EMAIL PROTECTED]/ In your private properties : maven.svn.username=??

Re: [M2] using tomcat-maven-plugin to stop a no existing war

2006-04-05 Thread Mark Hobson
Currently all tomcat errors are treated as fatal by the tomcat-maven-plugin. It would be possible to supply a config param to the plugin to say ignore tomcat errors - is there a good enough use-case for this? BTW, probably best continue this discussion at [EMAIL PROTECTED] Cheers, Mark On

Re: [M2] using tomcat-maven-plugin to stop a no existing war

2006-04-05 Thread Mark Hobson
[resend to correct mojo address - gets me everytime!] Currently all tomcat errors are treated as fatal by the tomcat-maven-plugin. It would be possible to supply a config param to the plugin to say ignore tomcat errors - is there a good enough use-case for this? BTW, probably best continue this

RE: [surefire] xml report not well formed failure.message contains

2006-04-05 Thread Jens Zastrow
You are right, it works using maven2 from the commandline. In my case it is used within Cruisecontrol.. May there a problem with different versions of junit.jar usd by maven2 and cruisecontrol??? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos

Re: Error w/ Cobertura

2006-04-05 Thread Rinku
Hi, Have there been any interesting/important changes in settings.xml with Maven 2.0.3? Could anyone please detail if this is the case. I also notice that the release notes on the websites still display for version 2.0 - is that correct? Is it not possible to extract into the release notes the

Re: Need advice on version numbering convention

2006-04-05 Thread Yann Le Du
Hi Man-Chi, About the Maven conventions, you can check out the first paragraph of http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict+Resolution HTH, - Yann On 4/5/06, Eric Redmond [EMAIL PROTECTED] wrote: Well, sorry to dissapoint, but I'm not an expert... I am, however,

Re: Error w/ Cobertura

2006-04-05 Thread Yann Le Du
Hi Rahul, AFAIK there has been no changes in settings.xml with Maven 2.0.3 : - sample conf/settings.xml hasn't changed a bit - rare source changes for 2.0.3 seem to be only bug fixes :

Re: Need advice on version numbering convention

2006-04-05 Thread Brian Topping
I would echo Eric's sentiments, with a caveat. A lot of smaller (in house, no exposed APIs) projects can be helped by starting with build numbers taken directly from the subversion revision ID. This is a monotonically increasing integer, and by using that for your release ID, there's

[M2] Is it possible to create an assembly w/o assembly.xml?

2006-04-05 Thread Szczepan Faber
Is it possible to create an assembly w/o assembly.xml (assembly descriptor)? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [M2] Is it possible to create an assembly w/o assembly.xml?

2006-04-05 Thread Valerio Schiavoni
yes, there are pre-defined assembly descriptors. http://maven.apache.org/plugins/maven-assembly-plugin/howto.html m2 assembly:assembly -Dmaven.assembly.descriptorId=bin or m2 assembly:assembly -Dmaven.assembly.descriptorId=jar-with-dependencies or m2 assembly:assembly

Re: [maven-proxy] How to shutdown?

2006-04-05 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Gerald, I'm using the standalone maven-proxy. I wonder if there is a way to shutdown the maven-proxy other than sending SIGINT at the process level but through a http request? Simply open the proxy URL in your web browser, go into the admin

Re: [M2] Is it possible to create an assembly w/o assembly.xml?

2006-04-05 Thread Szczepan Faber
I tried all of them: mvn assembly:assembly -Dmaven.assembly.descriptorId=bin mvn assembly:assembly -Dmaven.assembly.descriptorId=jar-with-dependencies mvn assembly:assembly -Dmaven.assembly.descriptorId=src , but still: No assembly descriptors found. Do I need to download Pre-defined

Re: [M2] Is it possible to create an assembly w/o assembly.xml?

2006-04-05 Thread Valerio Schiavoni
no, they should be there... what version of mvn are you using ? On 4/5/06, Szczepan Faber [EMAIL PROTECTED] wrote: I tried all of them: mvn assembly:assembly -Dmaven.assembly.descriptorId=bin mvn assembly:assembly -Dmaven.assembly.descriptorId=jar-with-dependencies mvn assembly:assembly

Re: [M1] Checkstyle plugin: how to retrieve config via https

2006-04-05 Thread Gisbert Amm
Nope. Same error: org.apache.commons.jelly.JellyTagException: /home/myuser/.maven/cache/maven-checkstyle-plugin-3.0/plugin.jelly:163:63: lt;ant:checkstylegt; Unable to create a Checker: unable to read https://myuser:[EMAIL PROTECTED]:myport/path/to/webde_checks.xml For the moment I've

Re: [M2] Is it possible to create an assembly w/o assembly.xml?

2006-04-05 Thread Valerio Schiavoni
try instead: mvn assembly:assembly -DdescriptorId=bin mvn assembly:assembly -DdescriptorId=jar-with-dependencies mvn assembly:assembly -DdescriptorId=src i think the site of the plugin is a bit out dated. On 4/5/06, Szczepan Faber [EMAIL PROTECTED] wrote: I tried all of them: mvn

Re: [M2] Is it possible to create an assembly w/o assembly.xml?

2006-04-05 Thread Jakub Pawlowicz
Hi Szczepan, Try removing the maven.assembly. prefix, eg. use this: mvn assembly:assembly -DdescriptorId=bin It works perfectly for me (maven 2.0.3). HTH Regards, Jakub On Wed, 5 Apr 2006 13:53:35 +0200, Szczepan Faber wrote I tried all of them: mvn assembly:assembly

Re: Maven Webstart Plugin

2006-04-05 Thread [EMAIL PROTECTED]
Is there an example documented anywhere of a src\jnlp\resources directory ? The documentation at http://mojo.codehaus.org/webstart-maven-plugin-parent/webstart-maven-plugin/howto.html says: (location where all resources are taken. All contents are copied into the work directory) What resources

Re: Maven Webstart Plugin

2006-04-05 Thread jerome lacoste
On 4/5/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is there an example documented anywhere of a src\jnlp\resources directory ? The documentation at http://mojo.codehaus.org/webstart-maven-plugin-parent/webstart-maven-plugin/howto.html says: (location where all resources are taken. All

Re: How to compile with external .JARS - How to skip compile from the maven site

2006-04-05 Thread Julio Oliveira
Eric For #1 what if i have 100 .jars have i to do it one by one... or is there any tip to do in a one line ( take all a folder with the 100 .jar's ) - For #2 i probe site:site but also do compile

Re: [maven-proxy] How to shutdown?

2006-04-05 Thread Khin, Gerald
Hi Thorsten! Thanks a lot! Indeed, http://localhost:/servlets/Admin?shutdown is the solution. Cheers, Gerald From: Thorsten Heit [mailto:[EMAIL PROTECTED] Sent: Mi 05.04.2006 13:49 To: Maven Users List Subject: Re: [maven-proxy] How to shutdown?

problem with mvn command

2006-04-05 Thread Pierre Jacquot
when I use one of the mvn commands i have this error message, no action have be donne after and after. mvn Exception in thread main java.lang.NoClassDefFoundError: Xmx256m where the problem is and how resolve it ?

RE: TimeZone Element in pom.xml

2006-04-05 Thread ian . d . stewart
As far as I know, the timezone element is purely informational, so there is no need to specify when a particular location observes Daylight Savings Time. However, we do have a valid usecase for including the fact that a particular timezone does observe Daylight Savings Time. I have no problem

Re: problem with mvn command

2006-04-05 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, when I use one of the mvn commands i have this error message, no action have be donne after and after. mvn Exception in thread main java.lang.NoClassDefFoundError: Xmx256m where the problem is and how resolve it ? Sounds as if you're

Re: Maven Webstart Plugin

2006-04-05 Thread [EMAIL PROTECTED]
Thanks Jerome, I appreciate you taking your time to look at this, and your patience. I don't really want to break the project apart like that. Would I be able to accomplish the same by placing the jnlp goal inside a profile - or would it always first try to perform the packaging? Is there a

Re: problem with mvn command

2006-04-05 Thread Pierre Jacquot
thanks for your help, mvn works now. 2006/4/5, Thorsten Heit [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, when I use one of the mvn commands i have this error message, no action have be donne after and after. mvn Exception in thread main

Re: [surefire] xml report not well formed failure.message contains

2006-04-05 Thread Carlos Sanchez
Maybe you are using an old version of the surefire plugin inside cruisecontrol. Force it using version inside build/plugins/plugin in your pom On 4/5/06, Jens Zastrow [EMAIL PROTECTED] wrote: You are right, it works using maven2 from the commandline. In my case it is used within Cruisecontrol..

Re: [M2] Custom 'packaging' without a custom plugin?

2006-04-05 Thread ian . d . stewart
Dan, you rock! Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078

RE: TimeZone Element in pom.xml

2006-04-05 Thread Jörg Schaible
[EMAIL PROTECTED] wrote on Wednesday, April 05, 2006 3:48 PM: As far as I know, the timezone element is purely informational, so there is no need to specify when a particular location observes Daylight Savings Time. However, we do have a valid usecase for including the fact that a

Re: Configuration files

2006-04-05 Thread Naz
Hey Eric, Many Many thanks for your response. I 'm trying to figure out if Maven is simply a repository of JAR only and that its more for dependency management. What ultimatly need is the ability to have a config directory with all sorts of config files from log4i to database settings, which

Re: How to compile with external .JARS - How to skip compile from the maven site

2006-04-05 Thread Wayne Fay
On 4/5/06, Julio Oliveira [EMAIL PROTECTED] wrote: For #1 what if i have 100 .jars have i to do it one by one... or is there any tip to do in a one line ( take all a folder with the 100 .jar's ) Yes, one by one. So 100 will take a while. Have fun. Wayne

Re: How to compile with external .JARS - How to skip compile from the maven site

2006-04-05 Thread Julio Oliveira
ok Wayne I think it will be modified . But how to do the site without compile, site:site doesn't work regards On 4/5/06, Wayne Fay [EMAIL PROTECTED] wrote: On 4/5/06, Julio Oliveira [EMAIL PROTECTED] wrote: For #1 what if i have 100 .jars have i to do it one by one... or is

Re: How to compile with external .JARS - How to skip compile from the maven site

2006-04-05 Thread Wayne Fay
Then you've got something wrong/weird on your end, because it should work, and I just confirmed that it works for me too... ;-) Are you using Maven 2.0.3 or what? Wayne On 4/5/06, Julio Oliveira [EMAIL PROTECTED] wrote: ok Wayne I think it will be modified . But how to do the site

M2 antrun plugin problem

2006-04-05 Thread A. Alonso Dominguez
Hi there, Can anyone give me a hand? I can't get this to work. I'm tring to run an ant task written in an external build.xml file: project name=portal-meta taskdef name=collect-metainfo classname= com.social_labs.portal.container.tools.ProviderMetaInfoCollector classpath

depedencies problem with maven2

2006-04-05 Thread Pierre Jacquot
I'v got this message error when i want to uses an external jar for my project : [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. Downloading: http://repo1.maven.org/maven2/dependance/jtetscase4.0.0/1.0/jtetscase4.0.0-1.0.pom [WARNING] Unable to get resource

Re: depedencies problem with maven2

2006-04-05 Thread Mang Jun Lau
my dependcy node in my pom.xml dependency groupIddependance/groupId artifactIdjtetscase4.0.0/artifactId version1.0/version /dependency Is there a typo for artifactId? I notice you have jtetscase4.0.0 there. _Mang

How to put a Jar in my War

2006-04-05 Thread Raymond Domingo
Hello all, Can any one please explain to me how I can add my Jar file to my War file... it seems such an easy thing to do... So currently I have an assembly which create a jar file (I like this) I also can create a second assembly creating a zip file (looks good) But if I change the format of

RE: M2 antrun plugin problem

2006-04-05 Thread Siegmann Daniel, NY
Does anyone know what's happening? Is there another different way to do what I'm trying? Regards, Alonso Try defining the properties explicitly before calling the antfile, like so... tasks property name=maven.plugin.classpath value=${maven.plugin.classpath} / ant

Re: M2 antrun plugin problem

2006-04-05 Thread Carlos Sanchez
You may need the latest version of the plugin 1.2-SNAPSHOT, building it from sources or adding this repository to your pom: http://cvs.apache.org/maven-snapshot-repository On 4/5/06, A. Alonso Dominguez [EMAIL PROTECTED] wrote: Hi there, Can anyone give me a hand? I can't get this to work.

Re: How to put a Jar in my War

2006-04-05 Thread Mang Jun Lau
Hi, In your pom.xml for your war, I believe you need the following: build plugins plugin artifactIdmaven-war-plugin/artifactId configuration webXml/path/to/web.xml/webXml !-- specify location of web.xml here -- /configuration /plugin

Re: depedencies problem with maven2

2006-04-05 Thread Pierre Jacquot
i've found the error, it was a wrong name in my path and my artifact id, thx for your help 2006/4/5, Mang Jun Lau [EMAIL PROTECTED]: my dependcy node in my pom.xml dependency groupIddependance/groupId artifactIdjtetscase4.0.0/artifactId version1.0/version /dependency

Re: depedencies problem with maven2

2006-04-05 Thread Wayne Fay
Mang has those eagle eyes... First the pomVersion 4.0 rather than 4.0.0 and now this. ;-) Wayne On 4/5/06, Pierre Jacquot [EMAIL PROTECTED] wrote: i've found the error, it was a wrong name in my path and my artifact id, thx for your help 2006/4/5, Mang Jun Lau [EMAIL PROTECTED]: my

PMD reports

2006-04-05 Thread Venkatagopalaraju
Dear Maven Users, I am trying to generate PMD reports. I have used maven-pmd-plugin as shown below. reporting plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-pmd-plugin/artifactId configuration

Re: PMD reports

2006-04-05 Thread Wayne Fay
1. Remove the whole rulesets node from your configuration. At this moment, the PMD plugin does not actually use those values. Instead it automatically uses basic, controversial, and hmm I forget the last, and they are all stored within the plugin Jar itself. 2. Use mvn site and it will

Re: Non-java projects

2006-04-05 Thread Eric Redmond
The only support for Ruby is making plugins with ruby scripts. My plan is to add integration with RubyForge, but for the time being, its pretty basic. http://mojo.codehaus.org Eric On 3/31/06, Arnaud Bailly [EMAIL PROTECTED] wrote: Hi to all, I think there is some support for alien projects

Re: M2 antrun plugin problem

2006-04-05 Thread A. Alonso Dominguez
Hi again, I tried with the two different instructions I got, the one from Siegmann and the other one from Carlos Sanchez. None of them did work. I also tired to go a bit ahead: I have notice that the property ... / tag doesn't declares any path-like structure so I changed a bit the response I

Re: How to compile with external .JARS - How to skip compile from the maven site

2006-04-05 Thread Julio Oliveira
I was working with 2.0.2 now i download 2.0.3 and see Maven version: 2.0.3 mvn site:site does'n work do compile to. see that .. E:\Work\eclipse3_1\JFP_Sitemvn -v Maven version: 2.0.3 E:\Work\eclipse3_1\JFP_Sitemvn site:site [INFO] Scanning for projects...

Re: [M2] Custom 'packaging' without a custom plugin?

2006-04-05 Thread Martin Cooper
On 4/4/06, dan tran [EMAIL PROTECTED] wrote: http://mojo.codehaus.org/build-helper-maven-plugin/howto.html Yes, I found that. By the way, the page title looks wrong. It's currently Maven Build Dependency Plugin - Maven Build Helper Plugin. basically right after you use exec or antrun plugin

RE: SCM plugin for MKS SI in M2

2006-04-05 Thread justin_fung
Agreed, I am very interested to know what the plan is here, or even to contribute. -j --- Justin Fung [EMAIL PROTECTED] Sr. Analyst, Business Systems IT Banking Systems, e-Business HSBC Bank Canada http://www.hsbc.ca p: (604) 643-6605 f: (604)

RE: PMD reports

2006-04-05 Thread Vijay Shanker
Can anybody give me list of available variables(like ${artifactId} etc) while building. Actually, I am looking for name of currently being built project so that I could use while sending email notification. Help will be appreciated. Thanking you. Vijay

m2 Getting error while running mvn install.. Cannot find parent: org.codehaus.plexus:plexus-compiler for project: null:plexus-compiler-api:jar:1.5.2

2006-04-05 Thread Gautham Pamu
Hi Everyone, I am running mvn install command and I getting this error with the build. Is this a bug in maven or some problem with the repository. [INFO] Using default encoding to copy filtered resources. [INFO] [ERROR]

Re: How to compile with external .JARS - How to skip compile from the maven site

2006-04-05 Thread Wayne Fay
You included surefire-report in your reporting plugins section. This reports on the success and failure of any of your unit tests in your project. To generate this report, surefire has to actually go out into your code, compile it, compile the tests, and execute the tests. Thus, this report WILL

Re: How to compile with external .JARS - How to skip compile from the maven site

2006-04-05 Thread Eric Redmond
Because I'm such a nice guy :), here is a ruby script to install all jars in a given directory to Maven. Just ensure there are no spaces in your directory path. Eric - BEGIN SCRIPT - # Set the MVN SCRIPT # Eric Redmond / Propellors.net MVN_SCRIPT = C:/maven-2.1-SNAPSHOT/bin/mvn.bat

Re: How to compile with external .JARS - How to skip compile from the maven site

2006-04-05 Thread Wayne Fay
While you're at it, why not write out the dependencies list for the installed jars at the end of the program run? Otherwise this only solves half the problem. ;-) Wayne On 4/5/06, Eric Redmond [EMAIL PROTECTED] wrote: Because I'm such a nice guy :), here is a ruby script to install all jars in

Re: m2 Getting error while running mvn install.. Cannot find parent: org.codehaus.plexus:plexus-compiler for project: null:plexus-compiler-api:jar:1.5.2

2006-04-05 Thread Gautham Pamu
Using SuSe 9 Linux for build the maven. My quess, there is something wrong with this pom.xml file in 1.5.2 version of plexus compiler, it could be having some special characters... Thanks Gautham Pamu On 4/5/06, Gautham Pamu [EMAIL PROTECTED] wrote: Hi Everyone, I am running mvn install

jar packaging

2006-04-05 Thread Pierre Monestie
Hello, For my project I would like to have the classes in the jar file and the resources in a directory, unpacked I was wondering if the following was possible: -when you create an artifact, have the classes packaged in a jar file and the resources in a separate directory/jar. -when you use

m2 unable to build on linux with maven-compiler-plugin 2.0.1 version

2006-04-05 Thread Gautham Pamu
Hi Everyone, There seems to be a problem in the pom.xml files of plexus-compiler-api:jar: 1.5.2 and maven-compiler-plugin 2.0.1 is using this version. I have seem this sun.io.MalformedInputException error while compile java code if the code has special characters in comments. The code is not

Re: m2 unable to build on linux with maven-compiler-plugin 2.0.1 version

2006-04-05 Thread Wayne Fay
Sounds like a bug report. Try to find the bad character (or other root cause) and post the issue on JIRA. Wayne On 4/5/06, Gautham Pamu [EMAIL PROTECTED] wrote: Hi Everyone, There seems to be a problem in the pom.xml files of plexus-compiler-api:jar: 1.5.2 and maven-compiler-plugin 2.0.1 is

[m2] Problem running 2.0.3

2006-04-05 Thread Richard Wallace
I tried to upgrade from version 2.0.2 to 2.0.3 because I've been bumping into the problem where the activeByDefault/ seems to be ignored. So I untarred everything (I'm running Ubuntu Linux) and tried to run mvn --version and here's what I get: $ mvn --version [INFO] Scanning for projects...

RE: PMD reports

2006-04-05 Thread Mike Perham
It certainly does use it if you are using 2.0-beta-1 or later. The rulesets are packaged in pmd-3.x.jar, not the plugin. -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 10:36 AM To: Maven Users List Subject: Re: PMD reports 1. Remove the

Re: [M2] Custom 'packaging' without a custom plugin?

2006-04-05 Thread Martin Cooper
On 4/5/06, Martin Cooper [EMAIL PROTECTED] wrote: On 4/4/06, dan tran [EMAIL PROTECTED] wrote: http://mojo.codehaus.org/build-helper-maven-plugin/howto.html Yes, I found that. By the way, the page title looks wrong. It's currently Maven Build Dependency Plugin - Maven Build Helper

Re: PMD reports

2006-04-05 Thread Wayne Fay
I'm running maven-pmd-plugin version 2.0-alpha-2. That explains why its not working on my end. ;-) Will have to upgrade. Wayne On 4/5/06, Mike Perham [EMAIL PROTECTED] wrote: It certainly does use it if you are using 2.0-beta-1 or later. The rulesets are packaged in pmd-3.x.jar, not the

Re: [M2] Custom 'packaging' without a custom plugin?

2006-04-05 Thread dan tran
On 4/5/06, Martin Cooper [EMAIL PROTECTED] wrote: On 4/4/06, dan tran [EMAIL PROTECTED] wrote: http://mojo.codehaus.org/build-helper-maven-plugin/howto.html Yes, I found that. By the way, the page title looks wrong. It's currently Maven Build Dependency Plugin - Maven Build Helper

build error on win2k

2006-04-05 Thread Dixit, Sandeep (ProSource Solutions)
I am getting a following error while building on win2k machine. Can someone please help me with this error? Thanks in advance, Sandeep [INFO] Scanning for projects... [INFO] [ERROR] FATAL ERROR [INFO]

Re: build error on win2k

2006-04-05 Thread Carlos Sanchez
You proably need to checkout also the plugins folder from svn On 4/5/06, Dixit, Sandeep (ProSource Solutions) [EMAIL PROTECTED] wrote: I am getting a following error while building on win2k machine. Can someone please help me with this error? Thanks in advance, Sandeep [INFO] Scanning

Re: m2 unable to build on linux with maven-compiler-plugin 2.0.1 version

2006-04-05 Thread Gautham Pamu
There seems to be some special character in the white spaces in pom.xml files for plexus-compiler-manager, plexus-compiler-javac, plexus-compiler-api for 1.5.2 version. Could you please fix it as soon as possible and upload to the maven repository. ThanksGautham PamuOn 4/5/06, Wayne Fay [EMAIL

Re: m2 unable to build on linux with maven-compiler-plugin 2.0.1 version

2006-04-05 Thread Wayne Fay
Again, this sounds like something you should file as a bug report in JIRA. http://jira.codehaus.org/browse Wayne On 4/5/06, Gautham Pamu [EMAIL PROTECTED] wrote: There seems to be some special character in the white spaces in pom.xml files for plexus-compiler-manager, plexus-compiler-javac,

[m2] Maven Release Notes

2006-04-05 Thread haginow2001-nabble
How do I find out what has changed between the various Maven 2.x.x releases? E.g. I need to understand what has changed between 2.0.2 and 2.0.3, so that we can determine if it's worth upgrading and what the effort is (please understand that we had to customize some plugins because of existing bugs

Re: [m2] Maven Release Notes

2006-04-05 Thread Mang Jun Lau
Release notes are on JIRA. http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12107styleName=HtmlprojectId=10500 _Mang Lau [EMAIL PROTECTED] 04/05/2006 01:37 PM Please respond to Maven Users List users@maven.apache.org To users@maven.apache.org cc Subject [m2] Maven Release Notes

Re: Maven Webstart Plugin

2006-04-05 Thread [EMAIL PROTECTED]
I am using an alternate pom that specifies: packagingpom/packaging and is almost exactly the same as the example found on: http://mojo.codehaus.org/webstart-maven-plugin-parent/webstart-maven-plugin/howto.html and I still get: [DEBUG] Skipping artifact of type pom for jnlp [INFO]

RE: build error on win2k

2006-04-05 Thread Dixit, Sandeep (ProSource Solutions)
I used the following: svn co https://svn.apache.org/repos/asf/maven/trunks maven I do see plugins folder along with components and archtype folders. Thanks, Sandeep -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanchez Sent: Wednesday, April

Re: M2 antrun plugin problem

2006-04-05 Thread Carlos Sanchez
There's a test in maven-antrun-plugin\src\it\test6 and it's working for me On 4/5/06, A. Alonso Dominguez [EMAIL PROTECTED] wrote: Hi again, I tried with the two different instructions I got, the one from Siegmann and the other one from Carlos Sanchez. None of them did work. I also tired to

Re: Maven Webstart Plugin

2006-04-05 Thread Wayne Fay
In your jnlp section, do you have a mainClass defined? Line 629 in JnlpMojo is: if ( artifactContainsClass( artifact, jnlp.getMainClass() ) ) { Wayne On 4/5/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am using an alternate pom that specifies: packagingpom/packaging and is almost

Re: m2 unable to build on linux with maven-compiler-plugin 2.0.1 version

2006-04-05 Thread Carlos Sanchez
I'm fixing it On 4/5/06, Gautham Pamu [EMAIL PROTECTED] wrote: There seems to be some special character in the white spaces in pom.xml files for plexus-compiler-manager, plexus-compiler-javac, plexus-compiler-api for 1.5.2 version. Could you please fix it as soon as possible and upload to

Re: How to compile with external .JARS - How to skip compile from the maven site

2006-04-05 Thread Julio Oliveira
OK it's fine and working. tanks to you Eric and Wayne. Now i'm registered to the Eric web and read some notes. I'm download ruby and install it, I supose maven need it to work with the scrip... ?? I will try the script and send you the result???' I have more than 100 jar, and the problem

Re: [ANN] Maven surefire plugin 2.1.3 and surefire 1.5.3 released

2006-04-05 Thread Lee Meador
I'm not sure http://maven.apache.org/surefire is worth the trouble. It is just a page with the Maven borders that says Surefire is a test framework project. grinAlthough, someone might need to know that./grin -- Lee On 4/4/06, Carlos Sanchez [EMAIL PROTECTED] wrote: The Maven team is pleased

Re: How to compile with external .JARS - How to skip compile from the maven site

2006-04-05 Thread Eric Redmond
Of course, that was just a simple hack. Anyone can extend it into something more robust, and make a ruby/maven plugin out of it ( http://mojo.codehaus.org/rubyscript-maven-plugin). That way you can run the thing as part of a maven build. Good luck! Eric On 4/5/06, Julio Oliveira [EMAIL

Re: PMD reports

2006-04-05 Thread Rik Bosman
Is support for PMD 3.6 already planned or in sandbox?

Re: Maven Webstart Plugin

2006-04-05 Thread Jeff Louw
Thanks Wayne, Where can I find an example of a template.vm ... It seems I must have one defined. Thanks ... Jeff -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3770729 Sent from the Maven - Users forum at Nabble.com.

Re: Maven Webstart Plugin

2006-04-05 Thread Jeff Louw
I found a jnlp.vm template in the source for the plugin. Could I just use this one? -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3771135 Sent from the Maven - Users forum at Nabble.com.

continuum build fails

2006-04-05 Thread Dixit, Sandeep (ProSource Solutions)
I am getting the following error message while trying to build on winxp machine. How do I resolve this? Thanks in advance, Sandeep --- [2006.04.05 14:55:39] Integration test settings

Re: Maven Webstart Plugin

2006-04-05 Thread Jeff Louw
In answer to my own question ;) Yes I can ... perhaps the plugin should supply a default template if one is not specificed. Thanks to everyone for all your help ... it is working now :) -- View this message in context: http://www.nabble.com/Maven-Webstart-Plugin-t1371503.html#a3771215 Sent from

RE: PMD reports

2006-04-05 Thread Mike Perham
It's in svn and will be coming soon in the 2.0 release. Brett called a vote about 5 days ago to release it. -Original Message- From: Rik Bosman [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 1:38 PM To: Maven Users List Subject: Re: PMD reports Is support for PMD 3.6 already

RE: TimeZone Element in pom.xml

2006-04-05 Thread ian . d . stewart
The offset alone is not sufficient to convey the information that the timezone element is supposed to convey. Example: I live in Columbus, OH, which is in the Eastern Timezone (GMT -5). As with most of the United States, we observe Daylight Savings Time. John lives in Gary, IN. Gary is also

[ANN] Maven2 Netbeans freeform plugin 2.0

2006-04-05 Thread rafale
The Mojo team is pleased to announce the AspectJ Plugin 2.0 release! http://mojo.codehaus.org/netbeans-freeform-maven-plugin/ This plugin allows user to: - Show maven 2 projects inside the Netbeans IDE versions 4.x 5.X - Call maven goals from inside the ide In order to use the plugin:

New SVG project

2006-04-05 Thread Mark McKay
I manage the SVG Salamander project on http://svgsalamander.dev.java.net. Recently a user suggested I post my binaries to Maven because this would help Maven users. I started the issue below, but so far have had no feedback: http://jira.codehaus.org/browse/MAVENUPLOAD-805 Anyone know what

Re: New SVG project

2006-04-05 Thread Wayne Fay
No feedback? Check again... Carlos responded on April 3rd. Wayne On 4/5/06, Mark McKay [EMAIL PROTECTED] wrote: I manage the SVG Salamander project on http://svgsalamander.dev.java.net. Recently a user suggested I post my binaries to Maven because this would help Maven users. I started the

Re: New SVG project

2006-04-05 Thread Mark McKay
The bundle file is a jar/zip file containing the other jars. There wasn't a good explanation of what exactly a bundle was on the website. What is expected? Also, how does Maven use this bundle? Mark McKay Wayne Fay wrote: No feedback? Check again... Carlos responded on April 3rd. Wayne

  1   2   >