RE: Project specific build.properties for Maven1 build

2006-04-06 Thread Shute, James
Thanks Emmanuel - prompt reply as ever! I'm planning to have 2 instances of Continuum running: one on linux, one on windows so I can be sure my tests work on both platforms. Given the property in question is an absolute file path the project.properties approach won't work, but the command

Re: continuum build fails

2006-04-06 Thread Emmanuel Venisse
ok, you must have ant, maven, mvn, cvs and svn in your path. and it seems you have a lock on C:\svnmvn\maven\continuum\continuum-core-it\target\it\cvs-root, perhaps a dos console open in it Emmanuel Dixit, Sandeep (ProSource Solutions) a écrit : Attached... -Original Message- From:

Re: continuum build fails

2006-04-06 Thread Wayne Fay
You still have the same problem that Emmanuel already responded to: [ stacktrace ] --- java.io.IOException: Directory C:\svnctm\continuum-core-it\target\it\cvs-root unable to be deleted. As he said: and it seems you have a lock on

Re: continuum build fails

2006-04-06 Thread Emmanuel Venisse
Is it a war of continuum you try to do? In this case, it isn't possible actually. Actually, Continuum is a standalone server, a webapp will be available for 1.1 Emmanuel Dixit, Sandeep (ProSource Solutions) a écrit : I do see cvsnt getting activated on my workstation. What versions of these

jboss:start??

2006-04-06 Thread raja bangaru
Hi I'm able to run jboss:configure run successful but when i use jboss:start it is giving the following error: System cannot find the path specified.. any solutions please.

Re: jboss:start??

2006-04-06 Thread Taavi Sildeberg
Hello, Try using mvn jboss:start -X and search from the debug message, what path is missing. May the jboss:configure dont make correct configuration fail. All the best. Taavi Sildeberg raja bangaru wrote: Hi I'm able to run jboss:configure run successful but when i use jboss:start it is

Maven and JTestCase

2006-04-06 Thread Pierre Jacquot
To make Unit Test I use Junit and JTestCase. All works with eclispe but when i want to use JTestCase I have a problemem with my JDom package. I already have one but it seems to doesn't work good in Maven. If anyone have the same problem, or had have the same, Can he explain me how to resolve it ?

Re: Re: How to put a Jar in my War

2006-04-06 Thread Raymond Domingo
Hello Mang Jun Lau, Thank you for responsing, but it still isn't working :( Currently I have this in my pom.xml: plugin artifactIdmaven-war-plugin/artifactId configuration warSourceDirectoryweb/warSourceDirectory

Re: Maven Webstart Plugin

2006-04-06 Thread jerome lacoste
On 4/5/06, Jeff Louw [EMAIL PROTECTED] wrote: It is working ... but: The generated launch.jnlp file does not appear to be correct. I think the problem is the template.vm overrides the information that has already been provided in the pom.xml ? How can I setup the template.vm so that a

Re: New SVG project

2006-04-06 Thread Geoffrey De Smet
Maven itself won't use it, but having it on Ibiblio is definitely of interest to anyone using maven or Ivy to build, so a lot of people :) Mark McKay wrote: Well, I wasn't quite sure either. The main reason was that one of my users suggested it. From that, I figured it might be of interest

Re: Maven Webstart Plugin

2006-04-06 Thread jerome lacoste
On 4/5/06, Wayne Fay [EMAIL PROTECTED] wrote: In your jnlp section, do you have a mainClass defined? Line 629 in JnlpMojo is: if ( artifactContainsClass( artifact, jnlp.getMainClass() ) ) { Oups. I will try to make this configuration error more visible to the user. I created this

[m2] 2.0.4 release

2006-04-06 Thread Franz Fehringer
Hello, Is the (approximate) release date of 2.0.4 known already? Are there pending show stoppers (which)? Best regards Franz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to put a Jar in my War

2006-04-06 Thread Raymond Domingo
Hello Mang Jun Lau, Thank you for responsing, but it still isn't working :( Currently I have this in my pom.xml: plugin artifactIdmaven-war-plugin/artifactId configuration warSourceDirectoryweb/warSourceDirectory

Re: SCM plugin for MKS SI in M2

2006-04-06 Thread Emmanuel Venisse
Sharma is starting the development of it. If you want to contribute, subscribe to scm developer list. Emmanuel [EMAIL PROTECTED] a écrit : Agreed, I am very interested to know what the plan is here, or even to contribute. -j --- Justin Fung

Re: How to put a Jar in my War

2006-04-06 Thread Piéroni Raphaël
Hello Raymond, Inline answer 2006/4/6, Raymond Domingo [EMAIL PROTECTED]: Hello Mang Jun Lau, Thank you for responsing, but it still isn't working :( Currently I have this in my pom.xml: plugin artifactIdmaven-war-plugin/artifactId

Project specific build.properties for Maven1 build

2006-04-06 Thread Shute, James
Hi, Just started using Continuum and am really liking it, but have just 1 small issue I can't seem to find an answer to. One of our projects, which is built using Maven 1, needs a machine specific property set (it's an absolute path to a specific file), so that goes in build.properties in the

[m2] How to exclude a jar in WEB-INF/lib

2006-04-06 Thread Wesslan
When I build my jar with mvn package I get both cglib-2.1_3.jar and cglib-nodep-2.1_3.jar in WEB-INF/lib. I only want cglib-nodep-2.1_3.jar so how do I get rid of cglib-2.1_3.jar? Regards, Peter -- View this message in context:

Re: Project specific build.properties for Maven1 build

2006-04-06 Thread Emmanuel Venisse
I think you can put your property in project.properties and maven1 on continuum machine will use it. For developers, the value define in their build.properties will override the value in project.properties. An other solution would be to add the property on the m1 command line via the build

Re: Archetypes

2006-04-06 Thread Napoleon Esmundo Ramirez
Hello, The archetype plugin gives you a kick to start on projects immediately. It creates the template of your project as far as sources and resources are concerned. The target is defined in the project's pom.xml and it doesn't need to be in the archetype as it frequently gets cleaned in the

Maven2 : mvn site nullpointer

2006-04-06 Thread Tom Joad
Hello all, When I add ${java.home}/../lib/tools.jar dependency groupIdsun.jdk/groupId artifactIdtools/artifactId version1.4.2/version scopesystem/scope systemPath${java.home}/../lib/tools.jar/systemPath /dependency as dependency of my project and run mvn

Re: [m2] How to exclude a jar in WEB-INF/lib

2006-04-06 Thread Tom Joad
Hello, If the two jars are direct dependency in your project you can use scope provided for what you want to exclude. If they are bundled by transitive dependency mechanism , you declare them as direct dependency inside the pom.xml and use provided scope. I do it to exclude servlet-api which is

modello-plugin-xpp3 version 1.0-alpha-8

2006-04-06 Thread Tom Huybrechts
Hi all, I just checked out maven-2.0.3 from svn and I'm trying to build it. However, I'm getting an error while building Maven Model: Downloading: http://10.233.26.67/maven-proxy/repository/org/codehaus/modello/modello-plugin-xpp3/1.0-alpha-8/modello-plugin-xpp3-1.0-alpha-8.jar [INFO]

Re: [m2] How to exclude a jar in WEB-INF/lib

2006-04-06 Thread clark . rao
Dear you can exclude jar in web-intf/lib. thanks. Tel: (020)36315358-328 Fax: (020)36315170 Tom Joad

Re: [m2] How to exclude a jar in WEB-INF/lib

2006-04-06 Thread Wesslan
I've tried provided and it worked but maven keeps (correctly) telling me that: [WARNING] Artifact cglib:cglib:jar:2.1_3:provided retains local scope 'provided' overriding broader scope 'compile' given by a dependency. If this is not intended, modify or remove the local scope.

Re: [m2] How to exclude a jar in WEB-INF/lib

2006-04-06 Thread Wesslan
And how do I do that? (I have kinda hard time finding my way around the docs...) Regards, Peter -- View this message in context: http://www.nabble.com/-m2-How-to-exclude-a-jar-in-WEB-INF-lib-t1404553.html#a3780718 Sent from the Maven - Users forum at Nabble.com.

jboss-sar-maven-plugin and packaging sar

2006-04-06 Thread Peschier J. (Jeroen)
I built jboss-sar-maven-plugin-2.0-SNAPSHOT from source since it is not yet released. If I set packagingsar/packaging I get this error: [ERROR] BUILD ERROR [INFO] --- [INFO] Cannot find lifecycle mapping for packaging: 'sar'. Component

Re: Archetypes

2006-04-06 Thread Christopher Cudennec
Hey, thanks for the answer. I got to it by thinking and reading the documentation in the meantime as well ;). Archetypes are not what I was really looking for to tell the truth. I prefer copying my pom.xml in my existing projects. It's really poor that you need to define any kind of file for

RE: How to put a Jar in my War

2006-04-06 Thread hermod.opstvedt
Hi I noted that the error states: webxml attribute is required , while you have a parameter webXml (note the uppercase X) Hermod -Original Message- From: Piéroni Raphaël [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 10:25 AM To: Maven Users List Subject: Re: How to put a Jar

Re: How to put a Jar in my War

2006-04-06 Thread Raymond Domingo
Hi Piéroni Raphaël, Thank you for responding, it might be a solution... So if I understand you correctly I don't need to change my dir structure to do this, currently we have one large project which should remain this way for now. in /pom.xml (root pom) I will use packagingjar/packaging this

RE: How to put a Jar in my War

2006-04-06 Thread Raymond Domingo
thank you for clearing this out. It is indeed confusing. Documentation is mentioning webXml, but error refers to webxml. I tried both, camel case and lowercase. On Thu, 6 Apr 2006 10:46:47 +0200, hermod.opstvedt wrote Hi I noted that the error states: webxml attribute is required , while

RE: How to put a Jar in my War

2006-04-06 Thread Raymond Domingo
thank you for clearing this out. It is indeed confusing. Documentation is mentioning webXml, but error refers to webxml. I tried both, camel case and lowercase. On Thu, 6 Apr 2006 10:46:47 +0200, hermod.opstvedt wrote Hi I noted that the error states: webxml attribute is required , while

Re: PMD reports

2006-04-06 Thread Rik Bosman
Great, I'd like to use the jsp rulesets. Is the option do not check java, check jsp also included?

Re: jboss-sar-maven-plugin and packaging sar

2006-04-06 Thread Tom Huybrechts
On 4/6/06, Peschier J. (Jeroen) [EMAIL PROTECTED] wrote: I built jboss-sar-maven-plugin-2.0-SNAPSHOT from source since it is not yet released. If I set packagingsar/packaging I get this error: [ERROR] BUILD ERROR [INFO] --- [INFO]

Re: [m2] How to exclude a jar in WEB-INF/lib

2006-04-06 Thread Tom Joad
your pom.xml looks like this Spring and hibernate dependency dependency ... spring /dependency dependency ... hibernate /dependency dependency groupIdcglib/groupId artifactIdcglib/artifactId version2.1_3/version scopeprovided/provided /dependency I think warning

KEYSTORES in M2 : is it possible to create / use KEYSTORE in M2 ?

2006-04-06 Thread Sharma, Jaikumar
Dear. Is it possible to create / use keystores in M2 ? Regards. - - - - - - - DISCLAIMER- - - - - - - - Unless indicated otherwise, the information contained in this message is privileged and confidential, and is intended only for the use of the addressee(s) named above and others who have been

weblogic help

2006-04-06 Thread Paul Li
hi guys, I am using maven to package my ear file at the moment. And it automatically generates application.xml (great!) However I need to deploy to weblogic app server, which looks for weblogic-application.xml. Is there a way I could configure the maven-ear plug in to generate this file the same

RE: jboss-sar-maven-plugin and packaging sar

2006-04-06 Thread Peschier J. (Jeroen)
I got this when trying your suggestion. [INFO] -- [INFO] The plugin 'org.apache.maven.plugins:maven-sar-plugin' does not exist or no valid version could be found [INFO]

Multi modules/different pom/more than one source dir

2006-04-06 Thread Christopher Cudennec
Hey everyone, as far as I know it is not possible to set the name of the pom-file when using a multi module project. The xml schema states this: xs:element name=modules minOccurs=0 xs:annotation xs:documentation source=version4.0.0/xs:documentation xs:documentation

Re: How to put a Jar in my War

2006-04-06 Thread Piéroni Raphaël
If you take the axis archetype example you have something like this : parent-project +-- pom.xml (packaging = pom, modules= jspg-core, jspg-webapp) +-- jspg-core | +-- pom.xml (packaging = jar) +-- jspg-webapp +-- pom.xml (packaging = war, dependency = jspg-core) Do not forget to add the

Re: [m2] How to exclude a jar in WEB-INF/lib

2006-04-06 Thread Wesslan
That's exactly how my pom looks like and I'm actually glad that Maven is complaining. It should be! :-) Thanks for replying! Regards, Peter -- View this message in context: http://www.nabble.com/-m2-How-to-exclude-a-jar-in-WEB-INF-lib-t1404553.html#a3781591 Sent from the Maven - Users forum at

jars needs to be located in local repository

2006-04-06 Thread Venkatagopalaraju
Dear Maven Users, I am working in multiple projects. After building with maven tool, jars are locating in same project of classes folder. But, these jars are not locating in local repository.Even I am using some of our project jars as a dependencies(in multiple projects). Could you

Re: jars needs to be located in local repository

2006-04-06 Thread Arik Kfir
what command are you running with mvn? are you running mvn install? (install means installing the project's artifacts - e.g. the JAR files - into your local repository. P.S. I assume you are using maven 2.x On 4/6/06, Venkatagopalaraju [EMAIL PROTECTED] wrote: Dear Maven Users, I

Re: Multi modules/different pom/more than one source dir

2006-04-06 Thread Napoleon Esmundo Ramirez
Hello, Well, you are right that the module / requires a directory and that the multi-module build assumes a pom.xml in every module--but it isn't what the xsd states (it only describes the elements, types and cardinality). Anyway, I would recommend that you follow the convention. It would

Re: Continued Cobertura Plugin Issues

2006-04-06 Thread Kaare Nilsen
Hi My comments inline Best regards Kaare Nilsen On 04/04/06, Daun DeFrance [EMAIL PROTECTED] wrote: Lee, I was able to move past this issue by removing the version tag from my Cobertura plugin specifications (below) and performing a -U when executing mvn clean site. I have since found

Trouble or misunderstanding with profile and settings. ?

2006-04-06 Thread Olivier Lamy
Hi, I don't know if it's a trouble but I have made a simple test. My pom contains : plugin artifactIdmaven-antrun-plugin/artifactId executions execution phasevalidate/phase configuration tasks echo${test}/echo /tasks /configuration goals goalrun/goal /goals /execution /executions /plugin In my

RE: continuum build fails

2006-04-06 Thread Dixit, Sandeep (ProSource Solutions)
Where does it write the log? I am not able to find it in the continuum directory where I checked out the code and doing the build. Thanks, Sandeep -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 4:03 PM To:

RE: [m2.0.3] Scanning for projects... hangs

2006-04-06 Thread Allison, Bob
Is there a reason to protect against the following: connection${project.scm.developerConnection}/xx/connection developerConnection${project.scm.connection}/xx/developerConnection Looking at John's patch, it would not catch this kind of configuration issue. What I have above is certainly

RE: Weblogic help

2006-04-06 Thread Scott Ryan
Is this a file that you can truly generate or is it a fixed file that you can just place in your resources directory like the web.xml and weblogic.xml. The application.xml is easy to generate since it is predictable what is needed however I am not sure the Weblogic version is that easy to

JDOM et java.lang.NoClassDefFoundError

2006-04-06 Thread Pierre Jacquot
When i use this javacode in a maven project : setXPathClass(Class.forName(className)); where className=org.jdom.xpath.JaxenXPath i have this error : java.lang.NoClassDefFoundError: org/jaxen/NamespaceContext at java.lang.Class.forName0(Native Method) at

Re: JDOM et java.lang.NoClassDefFoundError

2006-04-06 Thread Boris Lenzinger
You are probably missing a dependency (with scope test I guess) in your pom file. This dependency should be related to jaxen. Pierre Jacquot a écrit : When i use this javacode in a maven project : setXPathClass(Class.forName(className)); where className=org.jdom.xpath.JaxenXPath i have this

[M1] Comparing properties in maven.xml

2006-04-06 Thread Shute, James
Does anybody know how I can compare 2 properties in a custom goal in my maven.xml file? e.g. For a build where the properties are java.specification.version : 1.5 maven.compile.target : 1.4 Then these steps echo${java.specification.version ne maven.compile.target}/echo

Re: continuum build fails

2006-04-06 Thread Emmanuel Venisse
In console, you must have a line with FAILURE !! or you can look in continuum-core-it/target/surefire-reports Emmanuel Dixit, Sandeep (ProSource Solutions) a écrit : Where does it write the log? I am not able to find it in the continuum directory where I checked out the code and doing the

Re: JDOM et java.lang.NoClassDefFoundError

2006-04-06 Thread Pierre Jacquot
what's scope test is ? 2006/4/6, Boris Lenzinger [EMAIL PROTECTED]: You are probably missing a dependency (with scope test I guess) in your pom file. This dependency should be related to jaxen. Pierre Jacquot a écrit : When i use this javacode in a maven project :

Re: Maven and JTestCase

2006-04-06 Thread Eric Redmond
The one relevant line: Caused by: java.lang.NoClassDefFoundError: org/jaxen/BaseXPath Anyway, I'd suggest using the Maven 2 plugin in Eclipse and get the dependencies to work that way (rather than through the classpath). So when you have the classpath set up correctly in Eclipse, it should work

Re: [M1] Comparing properties in maven.xml

2006-04-06 Thread Dion Gillard
James, there were some issues in earlier versions of maven using dotted variables. Could you try the following: j:set var=specVersion value=${java.specification.version}/ j:set var=compileTarget value=${maven.compile.target}/ and then use specVersion and compileTarget in your echo's. On

Property filter with xml files

2006-04-06 Thread Kevin Galligan
Is there any way to specify an xml file as the source of property values instead of a properties files... build filters !-- Something like this ... -- filtersrc/main/filters/filter.xml/filter !-- End of special section. Don't worry about the rest... -- /filters

Re: Archetypes

2006-04-06 Thread Kathryn Huxtable
It would be nice in designing archetypes if you could make use of package structure under the java directories, e.g. Having something like foo/bar/baz.java and specifying a package of a.b.c would yield the file a/b/c/foo/bar/baz.java instead of foo/bar/a/b/c/baz.java. -- Kathryn Huxtable

Re: Shared projects and Maven best practice

2006-04-06 Thread Eric Redmond
Oh, its unfortunate that I have run across this interesting thread just now. I actually ran across the exact same issue. Here's what I did (note this may not be the most elegant solution, however, it worked well, and was the easiest to implement). Since you mentioned that this is merely for rapid

Re: Property filter with xml files

2006-04-06 Thread Eric Redmond
Current documentation states that filters are *.properties files. I have not heard of any change to this. It should be a relatively minor patch, why don't you submit the idea? Eric On 4/6/06, Kevin Galligan [EMAIL PROTECTED] wrote: Is there any way to specify an xml file as the source of

search repository

2006-04-06 Thread Giacomo Cosenza
Hi, we are planning to use two http/s corporate repository: one for external artifacts (e.g. sun artifacts, we call it product repository) and one for internal artifacts. The two artifacts repository will be mainteined by an internal defined role. During artifacts developing, the developer

Re: Archetypes

2006-04-06 Thread Eric Redmond
Oddly enough: http://jira.codehaus.org/browse/ARCHETYPE-22#action_62607 On 4/6/06, Kathryn Huxtable [EMAIL PROTECTED] wrote: It would be nice in designing archetypes if you could make use of package structure under the java directories, e.g. Having something like foo/bar/baz.java and

Re: Property filter with xml files

2006-04-06 Thread Kevin Galligan
Not sure how the submit process works... On 4/6/06, Eric Redmond [EMAIL PROTECTED] wrote: Current documentation states that filters are *.properties files. I have not heard of any change to this. It should be a relatively minor patch, why don't you submit the idea? Eric On 4/6/06, Kevin

Re: Property filter with xml files

2006-04-06 Thread Eric Redmond
http://maven.apache.org/contributing/help.html On 4/6/06, Kevin Galligan [EMAIL PROTECTED] wrote: Not sure how the submit process works... On 4/6/06, Eric Redmond [EMAIL PROTECTED] wrote: Current documentation states that filters are *.properties files. I have not heard of any change

Re: Trouble or misunderstanding with profile and settings. ?

2006-04-06 Thread Eric Redmond
Why is the profile in your POM, but you're attempting to activate is within your settings.xml? Try and put the profile in settings, or activate it in the POM. Why debuggin profile activation issues, this goal is useful: mvn help:active-profiles

M2 native plugin

2006-04-06 Thread Marcell Manfrin Barbacena
Hi, I'm trying to run the svn example of native plugin but aparently the plugin isn't deployed to ibiblio. The msg that I get is: [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'eclipse'. [INFO] org.apache.maven.plugins: checking for updates from central

RE: continuum build fails

2006-04-06 Thread Dixit, Sandeep (ProSource Solutions)
See my log below. It does have FAILURE in it. Just doesn't have a detailed message. Do I need to run with -e option? Thanks, Sandeep -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 9:05 AM To: continuum-users@maven.apache.org Subject:

excluding parent jar

2006-04-06 Thread Vijay Shanker
Hi there, Could you please let me know how to exclude parent POM's jar in child POM? I have following pom.xml dependencies dependency groupIdjunit/groupId artifactIdjunit/artifactId version3.8.1/version scopecompile/scope /dependency dependency

RE : Trouble or misunderstanding with profile and settings. ?

2006-04-06 Thread Olivier Lamy
Look at the email I have send : In my $HOME/.m2/settings.xml . All profiles are in my settings.xml no one in my pom. I have tryed mvn help:active-profiles Output says : The following profiles are active: - snapshots (source: settings.xml) - dev (source: settings.xml) - dev (source:

Re: Shared projects and Maven best practice

2006-04-06 Thread Mang Jun Lau
Eric Redmond [EMAIL PROTECTED] wrote on 04/06/2006 09:40:38 AM: I created an alternate repository named TAG (whatever your tag is) and pointed apache to it. For example, if your corporate repo is http://corp/repo1, then create another repository named http://corp/repo1-TAG, and continuum

Re: search repository

2006-04-06 Thread Geoffrey De Smet
There are working on such a thing, it's called the repository manager I believe. I checked it out svn a couple of weeks ago, looked promising but far from finished. Giacomo Cosenza wrote: Hi, we are planning to use two http/s corporate repository: one for external artifacts (e.g. sun

Re: search repository

2006-04-06 Thread Giacomo Cosenza
Geoffrey De Smet wrote: There are working on such a thing, it's called the repository manager I believe. I checked it out svn a couple of weeks ago, looked promising but far from finished. thanks so much, I'll take a look there and http://maven.apache.org/eclipse-plugin.html to verify if

Ruby on Maven / problem with repository - Maven 2.0.3

2006-04-06 Thread Julio Oliveira
Hi As the doc say i put in maven: 1) !-- remote repository -- repositories repository idpropellors.net/id urlhttp://propellors.net/maven-repo/url

Re: Property filter with xml files

2006-04-06 Thread Kevin Galligan
Ok. More of a general question. I found the spot in the code that loads the properties and I see an easy insert. Now, I'm used to dealing with xml through jdom, and (somewhat) the standard dom. Questions: 1) Is there a standard way to load xml files in a maven project, say through some

RE: continuum build fails

2006-04-06 Thread Dixit, Sandeep (ProSource Solutions)
Here is log from today's build... 2006-04-06 11:12:12,974 [main] INFO SCHEMA - Catalog , Schema SA initialised - managing 26 classes 2006-04-06 11:12:13,489 [main] INFO Continuum - 6:Ant CVS Project:ant 2006-04-06 11:12:13,489 [main] INFO

RE: [m2.0.3] Embedder - setAlignWithUser ignored

2006-04-06 Thread Rollo, Dan
Done: MNG-2200: [m2.0.3] Embedder - no way to override the localRepository, .start() and alignWithUserInstallation broken http://jira.codehaus.org/browse/MNG-2200 Dan -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Friday, March 31, 2006 3:21 PM To: Maven

Re: continuum build fails

2006-04-06 Thread Emmanuel Venisse
I don't have the name of test in your log? The name of test is in the line that start by [surefire] Running org.apache.maven.continuum.it few lines above the Failure message, but if you open txt files in continuum-core-it/target/surefire-reports directory, it will more easy to find the test in

RE: Ruby on Maven / problem with repository - Maven 2.0.3

2006-04-06 Thread KC Baltz
Hello, Where did you put the repository definition you mention in 1) below? I would expect it to go in your %HOMEPATH%\.m2\settings.xml file. K.C. -Original Message- From: Julio Oliveira [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 8:07 AM To: Maven Users List Subject:

Re: continuum build fails

2006-04-06 Thread Emmanuel Venisse
send me the content of your surefire-reports directory. An other solution is to use snapshot builds : http://maven.zones.apache.org/~continuum/builds/branches/continuum-1.0.x/ Emmanuel Dixit, Sandeep (ProSource Solutions) a écrit : Here is log from today's build... 2006-04-06

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

2006-04-06 Thread Gautham Pamu
Hi Carlos and Wayne, Do you still want me to open the bug report on http://jira.codehaus.org/browse or is it already opened. Carlos, can you tell me on which project I should open this bug. Thanks Gautham Pamu On 4/5/06, Carlos Sanchez [EMAIL PROTECTED] wrote: I'm fixing it On 4/5/06,

Re: [m2.0.3] Scanning for projects... hangs

2006-04-06 Thread John Casey
Alright, this should be fixed now. Can you give the latest RC a try? It's here: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20060406.131501.tar.gz Thanks, John Allison, Bob wrote: It doesn't require child projects. The following POM hangs in 2.0.3 (I haven't

Setting up Ear Project

2006-04-06 Thread MTedesco
I am trying to create an initial ear project mvn archetype:create -DgroupId=com.mycompany -DartifactId=mycom -DarchetypeArtifactId=maven-archetype-ear but get the following error any ideas? [INFO] [ERROR] BUILD

Re: Question about release plugin on pom archtype

2006-04-06 Thread Todd Nine
OK, I have modified my parent pom to be in the directory immediately above my parent pom. I.E. pom.xml proj1/pom.xml proj2/pom.xml Now when I run release:prepare it updates all of my dependencies from 1.0.0-SNAPSHOT to 1.0.0. Then it returns an error that is cannot tag since the pom has

Re: M2 native plugin

2006-04-06 Thread Marcell Manfrin Barbacena
I just tought it was already release because the native plugin is not in the mojo sandbox... Anyway, i will try that. []'s On 4/6/06, dan tran [EMAIL PROTECTED] wrote: Marcell, 2 options: - build the plugin first - set the plugin version to 1.0-alpha-1-SNAPSHOT in the example. -D

Re: Archetypes

2006-04-06 Thread Kathryn Huxtable
So if I used a later archetype plugin I would get this behavior? -K On 4/6/06 8:46 AM, Eric Redmond [EMAIL PROTECTED] wrote: Oddly enough: http://jira.codehaus.org/browse/ARCHETYPE-22#action_62607 On 4/6/06, Kathryn Huxtable [EMAIL PROTECTED] wrote: It would be nice in designing

Re: maven-jetty6-plugin

2006-04-06 Thread Jan Bartel
Rolf, FYI. I have added your instructions for running the jetty plugin under the eclipse debugger as a FAQ entry on the jetty6 site at: http://docs.codehaus.org/display/JETTY/Debugging+with+the+Maven+Jetty+Plugin+inside+Eclipse I've credited your name. regards Jan Rolf Strijdhorst wrote:

Re: Setting up Ear Project

2006-04-06 Thread Wayne Fay
That archetype does not exist in ibiblio: http://www.ibiblio.org/maven2/org/apache/maven/archetypes/ Nor does it exist on Apache CVS: http://cvs.apache.org/maven-snapshot-repository/org/apache/maven/archetypes/ I think you're probably looking for j2ee? But its only hosted on Apache CVS, so

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

2006-04-06 Thread Carlos Sanchez
It's fixed now. You need to delete the poms of that plexus-* components from your local repo so they get downloaded again. On 4/6/06, Gautham Pamu [EMAIL PROTECTED] wrote: Hi Carlos and Wayne, Do you still want me to open the bug report on http://jira.codehaus.org/browse or is it already

Re: Question about release plugin on pom archtype

2006-04-06 Thread dan tran
not sure why, but could you try the latest snaphost of release plugin? I am doing a daily release, and it works fine -D On 4/6/06, Todd Nine [EMAIL PROTECTED] wrote: OK, I have modified my parent pom to be in the directory immediately above my parent pom. I.E. pom.xml proj1/pom.xml

Re: Maven 2 guide for ant users

2006-04-06 Thread Tom Joad
Hello, Please see http://maven.apache.org/ant-tasks.html it is a bit thin but very helpful. Tom. 2006/4/6, EJ Ciramella [EMAIL PROTECTED]: Is there anything like this? I'm very used to typing ant -projecthelp and seeing a list of targets an descriptions. I'm trying to learn some maven

RE: Maven 2 guide for ant users

2006-04-06 Thread EJ Ciramella
This isn't what I'm looking for. What I'm looking for is something that has things like Ant target = maven goal Ant task = maven ?? Ant -projecthelp = mvn ?? -Original Message- From: Tom Joad [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 12:48 PM To: Maven Users List

Re: Maven Webstart Plugin

2006-04-06 Thread Jeff Louw
Tim, This may all simply be due to a lack of knowledge about how this should all work, in which case I would appreciate some explanation. Here is the template.vm I am using: ## timestamp ?? ?xml version=1.0 encoding=utf-8? jnlp #if( $config.spec ) spec=${config.spec} #end #if(

[m2]recalcitrant plugin when building offline

2006-04-06 Thread Xavier Toth
I have occasion to build at locations where I don't have internet access but I do have access to a cvs repository where I have added my local maven repository. So I build a local repository with a check out from cvs and then I build my project with 'mvn -o clean install'. However I get the

Re: Maven 2 guide for ant users

2006-04-06 Thread Tom Joad
Ok , Maven 2.0.x brings abstraction on building process compared to ant. where ant deals with target maven does it with plugins. For example resources to copy are explicitely copy for ant . maven achieves it by plugin resource. If you are an experienced ant user , with a little practice of maven

Re: [m2] 2.0.4 release

2006-04-06 Thread Wayne Fay
Here's the latest RC for 2.0.4: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20060406.131501.tar.gz You'll have to watch the dev@ list to see when it is released as final. I don't believe there is any particular delivery date that is defined at this point -- it will be

Re: KEYSTORES in M2 : is it possible to create / use KEYSTORE in M2 ?

2006-04-06 Thread Wayne Fay
Keystore for... what exactly? What's the use case/what are you trying to do exactly? Wayne On 4/6/06, Sharma, Jaikumar [EMAIL PROTECTED] wrote: Dear. Is it possible to create / use keystores in M2 ? Regards. - - - - - - - DISCLAIMER- - - - - - - - Unless indicated otherwise, the

Re: Maven 2 guide for ant users

2006-04-06 Thread Tom Joad
I suggest to you to follow maven getting started documentation for a first and good approach of maven . Tom. 2006/4/6, EJ Ciramella [EMAIL PROTECTED]: This isn't what I'm looking for. What I'm looking for is something that has things like Ant target = maven goal Ant task = maven ?? Ant

Re: JDOM et java.lang.NoClassDefFoundError

2006-04-06 Thread Wayne Fay
You need to add this to your pom.xml for your project: dependency groupIdjaxen/groupId artifactIdjaxen/artifactId version1.1-beta-8/version scopecompile/scope /dependency Scope test is quite literally: scopetest/scope Boris is simply saying, you can use test scope instead

RE: Maven 2 guide for ant users

2006-04-06 Thread Vincent Massol
-Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: jeudi 6 avril 2006 18:50 To: Maven Users List Subject: RE: Maven 2 guide for ant users This isn't what I'm looking for. What I'm looking for is something that has things like Ant target =

Re: [m2] 2.0.4 release

2006-04-06 Thread Mick Knutson
Is this release going to fix my issues with site:site I have been posting about (but getting no responses)? --- Thank You Mick Knutson BASE logic, inc. (415) 648-1804 (San Francisco, CA) http://www.BASELogic.com http://www.djmick.com --- From: Wayne Fay [EMAIL PROTECTED] Reply-To: Maven

Maven 1.1 gold?

2006-04-06 Thread Shute, James
Are there any plans to turn Maven 1.1b2 into 1.1 final? I'm personally quite happy to trust using a b2 version but being in a commercial organisation eyebrows are always raised when you say you're using a beta build of an open source project! thanks James

  1   2   >