Any help regarding remote deployment it urget

2006-08-02 Thread neeraj daffodil
hi all i am useing tomcate plugin to deploy the war file in remote server but when ever i gave any command it give the following error war:init: tomcat:init: [echo] Found context file C:\workcruise\googlemultiprojectcheckoutnew\GWTFrameworkNewTestMaven\framework_gwtMaven\framwork_g

RE: Maven downloading wrong JARS

2006-08-02 Thread Roald Bankras
Probably you have another dependency which still depends on 1.0.b2. Try running with the -X option Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Pintu Kumar [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 7:21 AM To: Maven Users List Subject: Maven downloa

RE: svn check-in history report

2006-08-02 Thread Roald Bankras
Take a look at the maven changelog plugin Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Sanjiv Jivan [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 1:19 AM To: Maven Users List Subject: svn check-in history report Is there a report that lists the recent c

Maven downloading wrong JARS

2006-08-02 Thread Pintu Kumar
Hi I have changed the version of xml-apis.jar from 1.0.b2 to 1.3.02 in my project.xml. When I run maven it downloads 1.3.02 and 1.0.b2 both. Can anyone help me why it is happening and how can I fix it. Thanks Pintu

Re: Hibernate plugin not binding?

2006-08-02 Thread GoPokes64
I'm having the same issue. Is there a way to override the execution of the hibernate goals default phase of compile? I need to run the generation in the generate-sources and then have the compile run. Thanks -- View this message in context: http://www.nabble.com/Hibernate-plugin-not-binding--

code obfuscation plugin?

2006-08-02 Thread Kapil Gupta\(CT\)
Hi, I would like to obfuscate my java code after compiling. Is there any Maven plugin available that does this? Thanks, Kapil

Re: Descriptions of Stock Archetypes?

2006-08-02 Thread franz see
Hi Jamie, You can try and check this out, http://people.apache.org/~oching/maven-archetype-plugin/ . This is a documentation of the maven-archetype-plugin, however, this has not yet been released. It is still being reviewed. But nonetheless, this might contain some information that you are looki

[M2] Executing a single lifecycle phase

2006-08-02 Thread Mark Hansen
When I do "mvn integration-test" - all the previous lifecycles phases (e.g., validate, compile, test, etc.) are executed first. Is there a workaround that I can use to only run the integration-test lifecycle phase - without all the precursor phases getting invoked? Thanks, Mark

Re: maven2 surefire haltOnFailure

2006-08-02 Thread Edwin Punzalan
Maybe its just you... I've never experienced surefire to default haltOnFailure to false. Dennis Klavans wrote: My test execution does not seem to stop on a failure. Essentially, I need the JUnit haltOnFailure/haltOnError functionality. Researching snippets on the web seems to suggest that sho

DistributionManagement, maven adds to the url

2006-08-02 Thread kvpetrov
I have a parent pom that has the following snippet in it: agia-repository scp://maven/home/maven/root/sites/${project.artifactId}/${project.version} when I check the effective pom I get: agia-repository scp://maven/home/maven/root/sites/convertnsave/1.0/convertnsave As you see ma

Re: accessing artifacts in local repository from pom expressions or antrun scripts

2006-08-02 Thread J. Matthew Pryor
Ok Thanks John. Any hints on where to look for a reasonably simple example of dependency resolution Java/Mojo code that will help me on my way? Cheers, Matthew John Casey wrote: > I'd suggest writing a custom maven plugin to handle this. You can lookup > files in the local repository from inside

svn check-in history report

2006-08-02 Thread Sanjiv Jivan
Is there a report that lists the recent checkins into SVN along with date / author info? Thanks, Sanjiv

Re: How do I add a directory to the classpath visible to a Maven plugin?

2006-08-02 Thread Barrie Treloar
Specifically, I am trying to use BEA Kodo 4, the enhancer, and it appears to require that the directory containing the license.bea file be on the classpath. From my understanding stuff on the classpath is treated the same, regardless of whether it came from a jar or a directory. So if you put

Re: How do I add a directory to the classpath visible to a Maven plugin?

2006-08-02 Thread David J. M. Karlsen
Bryan Loofbourrow wrote: Sorry if this is an elementary question, I am learning about Maven (2), but I've certainly tried to do my homework. I have a need to add a directory to the classpath that's visible to a plugin I'm writing, and I don't see how to do it. All I see is stuff that seems to as

RE: XML-RPC client - getting build state by BuildId/BuildDefinition

2006-08-02 Thread Baron.Reznik
I'm using continuum 1.0.3, and also the continuum-rpc-client v1.0.3. Sorry for not including that originally. Also, I noticed that project.getState() will return the state that shows on the Continuum Projects page, which, has a bug and isn't always correct. Thanks, Baron -Original Messag

Re: XML-RPC client - getting build state by BuildId/BuildDefinition

2006-08-02 Thread Andrew Williams
what version of continuum are you using? XML-RPC has more in SVN that in 1.0.3 I have not yet updated the ProjectsReader to reflect, however. Andy On Wed, 2006-08-02 at 14:05 -0500, [EMAIL PROTECTED] wrote: > I tried playing with the java XML-RPC client for continuum, and had a couple > questio

Re: [m1.1] artifactId or id?

2006-08-02 Thread Dion Gillard
Sounds like a bug in the pom plugin. On 8/3/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Well, it's supposed to be deprecated, see MAVEN-1410. But if I use Maven-1.1-beta-3 and do maven pom:validate on a project.xml file that does not have an id, the validation will fail. Add an id to pro

How do I add a directory to the classpath visible to a Maven plugin?

2006-08-02 Thread Bryan Loofbourrow
Sorry if this is an elementary question, I am learning about Maven (2), but I've certainly tried to do my homework. I have a need to add a directory to the classpath that's visible to a plugin I'm writing, and I don't see how to do it. All I see is stuff that seems to assume: - Maven controls the

Re: Maven Presentation

2006-08-02 Thread Brett Porter
I'd consider taking a look at Jetty6. - Brett On 03/08/06, John Casey <[EMAIL PROTECTED]> wrote: Depending on what sort of software your company builds, you might consider using the Maven project itself as an example. It has multiple levels of hierarchy in places, with modules specified at each

Re: Profiles.xml

2006-08-02 Thread Alexis Midon
many htanks for your answer John. The website mentions this restriction: http://maven.apache.org/guides/introduction/introduction-to-profiles.html "Profiles specified in external files (i.e in settings.xml or profiles.xml) are not portable in the strictest sense. (...) Therefore, you will only

Re: [m1.1] artifactId or id?

2006-08-02 Thread Dennis Lundberg
Well, it's supposed to be deprecated, see MAVEN-1410. But if I use Maven-1.1-beta-3 and do maven pom:validate on a project.xml file that does not have an id, the validation will fail. Add an id to project.xml and it validates. -- Dennis Lundberg Arnaud HERITIER wrote: If my memory is goo

Doxia module

2006-08-02 Thread Arnaud Bailly
Hi to all, Not sure this is the right place to asx, but I would like to add a new module to doxia/site plugin. I chked out doxia from apache and copied the twiki files of interest but how do I tell doxia/site plugin/maven to handle my custom format. thx, -- OQube < software engineering \ génie l

resource file overriding/excluding for unit testing

2006-08-02 Thread fagfa
Hi, I'd like use different resource file (eg, persistence.xml for ejb3) for unit testing and the problem is that "maven-surefire-plugin" always include "target/classes" in the classpath and its sub dir "MATA-INF" contains my resource file, which overrides the same file in "target/test-classes", w

Re: accessing artifacts in local repository from pom expressions or antrun scripts

2006-08-02 Thread John Casey
I'd suggest writing a custom maven plugin to handle this. You can lookup files in the local repository from inside a custom plugin pretty easily, and in any case you're still going to need some way to fire off your merge app. -j On 8/2/06, J. Matthew Pryor <[EMAIL PROTECTED]> wrote: I am using

Re: settings.xml file "inheritance" (for lack of a better word)

2006-08-02 Thread John Casey
Yes, everything is inherited, and the local settings take precedence. If you have questions about how the inheritance is computed, try: mvn help:effective-settings HTH, john On 8/2/06, Thomas Van Buskirk <[EMAIL PROTECTED]> wrote: Hello, My group is working in an NFS mounted environment.

Re: Maven Presentation

2006-08-02 Thread John Casey
Depending on what sort of software your company builds, you might consider using the Maven project itself as an example. It has multiple levels of hierarchy in places, with modules specified at each level. It also has examples of an organizational POM (at least, in the 2.1, or trunk, SVN), along w

Re: Profiles.xml

2006-08-02 Thread John Casey
Well, it's giving you the correct feedback in that error message. In fact, there are two distinct types of profile in Maven. Those which are embedded in the POM have access to many more configuration points, since they will always travel with the POM (traversing a remote deployment, for example),

M2-Release:prepare

2006-08-02 Thread Matilda Robert
Hi all, I have been working on the release:prepare command line for a few days now and can't get it to work. I added the link in my pom.xml to perform the release, after making a copy of the trunk and created a branch in svn. I ran both the mvn release:prepare and the mvn release: prepare wit

Profiles.xml

2006-08-02 Thread Alexis Midon
Hi all,can some one tell me what's wrong with my Profiles.xml file?I always get the following root error:Caused by: org.codehaus.plexus.util.xml.pull.XmlPullParserException: Unrecognised tag: 'build' (position: START_TAG seen ...\r\n    ... @5:20)     at org.apache.maven.profiles.io.xpp

XML-RPC client - getting build state by BuildId/BuildDefinition

2006-08-02 Thread Baron.Reznik
I tried playing with the java XML-RPC client for continuum, and had a couple questions. - For a given project, I would like to query the state of the most recent build for each build definition. Is this possible? - For a given project, what is contained in the list returned by project.getBuil

Maven Presentation

2006-08-02 Thread Hilco Wijbenga
Hi all, I've been asked to do a presentation about Maven. It's the familiar story: we have an Ant build but are interested in moving to Maven. I am looking for an Open Source project that uses Maven2 that shows most of the interesting features. I was hoping to find a medium complexity Maven2 bui

Re: Unable to deploy to remote repository

2006-08-02 Thread neeraj daffodil
we also understand that we canot deploy directly in webapps but i want to know than why tomcat and jboss plugin is there? On 8/2/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: Even if it's urgent for you, it's not the case for me. And it's the problem of the OSS. In theory you'll have a better

Re: Getting the ear plugin to recognise har files

2006-08-02 Thread Doug Douglass
Ian, The goal of the jboss-packaging-maven-plugin is to consume the existing functionality of the jboss-sar-maven-plugin and extend it to support as many packagings as JBoss supports and users request. My initial need was for JBoss Spring packagings (.spring files) for use with the JBoss Spring D

Re: Re: maven2 xdoclet2 plugin

2006-08-02 Thread Grégory Joseph
Sure, no worries :) g On 01/08/06, Marco Mistroni <[EMAIL PROTECTED]> wrote: Hello Gregory, thx for mail.. no i m still on XDoclet1.. i m trying to move my whole environment to eclipse + maven2 + xdoclet.. i got xdoclet1 working with maven2.. i'll try to get eclipse in then i'll try to move to

Re: Problem with scm:changelog

2006-08-02 Thread neeraj daffodil
use scm:checkout-project goal to checkout and also define scm.cvs.module="your module name in your repository" write in ur project.properties file On 8/2/06, eman forever <[EMAIL PROTECTED]> wrote: Hi everyone .. I am a newbie to maven .. I've been using the scm api and it seems that it's wo

settings.xml file "inheritance" (for lack of a better word)

2006-08-02 Thread Thomas Van Buskirk
Hello, My group is working in an NFS mounted environment. I would like to have everyone running maven from a central location, with a centrally located settings.xml file in the conf directory, rather than everyone having their own settings.xml file in their $HOME/.m2 directories. That way,

RE: Getting the ear plugin to recognise har files

2006-08-02 Thread Ian Springer
Doug, Does jboss-packaging-maven-plugin have any relation to jboss-sar-maven-plugin [1], or are these just two competing plugins for creating SARs? One feature which I require which doesn't seem to be provided by either plugin is the ability to have jar/war/ear/etc. dependencies packaged within th

maven2 surefire haltOnFailure

2006-08-02 Thread Dennis Klavans
My test execution does not seem to stop on a failure. Essentially, I need the JUnit haltOnFailure/haltOnError functionality. Researching snippets on the web seems to suggest that should be the default behavior. No-one else seems to have complained about this. I found that this was fixed in 1.8

Re: SVN Revision Number in the name of a snapshot artifact

2006-08-02 Thread Binil Thomas
The discussion at http://mail-archives.apache.org/mod_mbox/maven-users/200602.mbox/[EMAIL PROTECTED] useful in this context. Thanks, Binil On 8/2/06, Binil Thomas <[EMAIL PROTECTED]> wrote: Thanks for replying! I think I understand this better now. In my build logs, I have [INFO] [deploy:de

Re: SVN Revision Number in the name of a snapshot artifact

2006-08-02 Thread Binil Thomas
Thanks for replying! I think I understand this better now. In my build logs, I have [INFO] [deploy:deploy] [INFO] Retrieving previous build number from artifacts Uploading: /path/to/shared/repo/project/mymodule/1.0-SNAPSHOT/mymodule-1.0-20060802.093051-13.jar 71K uploaded So, it looks like Mav

Re: m2/eclipse/wtp configuration + tapestry

2006-08-02 Thread Borut Bolčina
Hello Kev, I configured Eclipse 3.2, WTP 1.5 and Maven 2.0.4 to play in the same band. Here is how I prepared my environment for developing Tapestry web applications: 1. Create new Dynamic Web project with Eclipse. Enter src/main/webapp for Content Directory. Enter src/main/java for Ja

Re: Descriptions of Stock Archetypes?

2006-08-02 Thread Jamie Jackson
Hmm, I saw that, but didn't get a lot out of it. I guess the only way to get any more detail is to try them... Thanks, Jamie On 8/2/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 8/2/06, Jamie Jackson <[EMAIL PROTECTED]> wrote: > Are the stock archetypes documented somewhere? I'm wondering how

Re: Descriptions of Stock Archetypes?

2006-08-02 Thread Wendy Smoak
On 8/2/06, Jamie Jackson <[EMAIL PROTECTED]> wrote: Are the stock archetypes documented somewhere? I'm wondering how one normally chooses an archetype for a given project. http://docs.codehaus.org/display/MAVENUSER/Archetypes+List -- Wendy --

Descriptions of Stock Archetypes?

2006-08-02 Thread Jamie Jackson
Hi, Are the stock archetypes documented somewhere? I'm wondering how one normally chooses an archetype for a given project. Thanks, Jamie

Problem with scm:changelog

2006-08-02 Thread eman forever
Hi everyone .. I am a newbie to maven .. I've been using the scm api and it seems that it's working properly except when I execute the scm:changelog goal I get this error [INFO] [scm:changelog] [INFO] Executing: cvs -z3 -f -d :pserver:[EMAIL PROTECTED]:repository -q log [INFO] Working director

Re: accessing artifacts in local repository from pom expressions or antrun scripts

2006-08-02 Thread J. Matthew Pryor
I am using the native-maven-plugin to compile C source for the ATmelplatform This produces two binary/object files as artifacts from sibling modules. I need to be able to pass the path names of these 2 files to a Java program we have written that merges the 2 object files together Thanks for any

Re: SVN Revision Number in the name of a snapshot artifact

2006-08-02 Thread Jesse McConnell
ah I see where your going, have you tried the maven users list? that is very much something that would be configured directly in maven, if it can be done like you are shooting for, which I am not to confident would be supported without adding some custom artifact resolvers. cheers! On 8/2/06, B

Re: accessing artifacts in local repository from pom expressions or antrun scripts

2006-08-02 Thread Denis Cabasson
Merging 2 artifacts Looks like a task for maven-assembly-plugin: http://maven.apache.org/plugins/maven-assembly-plugin/unpack-mojo.html It can unpack jar/zip dependencies to an assembly directory and package them as you need. I'm afraid I can't help any futher without more informations abou

accessing artifacts in local repository from pom expressions or antrun scripts

2006-08-02 Thread J. Matthew Pryor
I am migrating a maven 1 project to a maven 2 project. I have one module that creates its artifact by merging together 2 artifacts created by dependent modules At the moment, I am trying to do it all with the antrun plugin, rather than writing Mojos. In the maven 1 version I did somethign like

Re: Jabber notification message

2006-08-02 Thread Roland Kofler
as Admin Continuum>General Configuration > Base URL John Smart wrote: Hi, I've been trying to configure Jabber notification in Continuum 1.0.3. The notification works, but the message contains a reference to 'localhost', which is obviously not of much use to a developer on anot

Re: Getting the ear plugin to recognise har files

2006-08-02 Thread neeraj daffodil
hi can any one tell me from where i have got the tutorial in which i can find how to deploy the war file in jboss server ,i already downloaded the jboss plugin but i am unable to set the properties like jmx and other same happen with tomcate i was able to deploy the war file in local srver bu

Re: Re: Re: m2/eclipse/wtp configuration

2006-08-02 Thread Stefan Magnus Landrø
Hi, it should not be necessary to put the jars in the lib folder. maven should handle it automatically. what happens if you try a mvn package? do the dependencies end up in the web-inf\lib folder then? "Kev D'Arcy" skrev 02.08.2006 15:25:53: > Stefan, > > Still no joy, the JSF libraries sti

Re: Re: m2/eclipse/wtp configuration

2006-08-02 Thread Kev D'Arcy
Stefan, Still no joy, the JSF libraries still aren't being picked up by the tomcat runtime: SEVERE: Error configuring application listener of class org.apache.myfaces.webapp.StartupServletContextListener java.lang.ClassNotFoundException: org.apache.myfaces.webapp.StartupServletContextListener Sho

Re: Re: Eclipse tomcat maven upgrade

2006-08-02 Thread Stefan Magnus Landrø
I've used this approach myself. It works perfectly. Denis McCarthy <[EMAIL PROTECTED]> skrev 02.08.2006 15:10:39: > Stefan - I was actually in the process of investigating the approach > you've recommended. Thanks for confirming this is sensible. > Denis > > Stefan Magnus Landrø wrote: > > Hi t

Re: Eclipse tomcat maven upgrade

2006-08-02 Thread Denis McCarthy
Stefan - I was actually in the process of investigating the approach you've recommended. Thanks for confirming this is sensible. Denis Stefan Magnus Landrø wrote: Hi there, I recommend using eclipse with wtp (seb tools platform). Setup tomcat as a server in eclipse, and add the maven project

Re: unable to deploy to tomcat

2006-08-02 Thread Arnaud HERITIER
Sharmishta is using maven 1 not m2. ;-) Arnaud On 8/2/06, devillina <[EMAIL PROTECTED]> wrote: i'm deploying to tomcat using the tomcat-maven-plugin from codehaus org.codehaus.mojo tomcat-maven-plugin 1.0-SNAPSHOT /ta

Re: unable to deploy to tomcat

2006-08-02 Thread devillina
i'm deploying to tomcat using the tomcat-maven-plugin from codehaus org.codehaus.mojo tomcat-maven-plugin 1.0-SNAPSHOT /target/dev/${artifactId}-${version}-dev.war (you can just put it between t

Re: [M1] maven-stylus.css moved?

2006-08-02 Thread Arnaud HERITIER
The style is here : http://maven.apache.org/maven-1.x/style/maven-stylus.css This style is bundle in the xdoc plugin. Where did you see it when you run maven site ? Arnaud On 8/2/06, Benoit Xhenseval <[EMAIL PROTECTED]> wrote: Hi *, I was wondering if the CSS file has moved from: http://maven

Re: test-classes in War

2006-08-02 Thread devillina
I really should get it done in one project, because i work with profiles and in one profile i want to include the test-classes in the war and in the other one i just want to execute them. thx for the help anyway :) http://www.nabble.com/user-files/185/pom.xml pom.xml -- View this message in co

unable to deploy to tomcat

2006-08-02 Thread sharmishta.kaul
Thanks for your help. I have been able to upload to the repository. I had > missed out the maven-artifact-plugin. Now I want to deploy remotely to the > tomcat's webapps. What plugin should I use. I'm using FileZilla server - To u

[M1] maven-stylus.css moved?

2006-08-02 Thread Benoit Xhenseval
Hi *, I was wondering if the CSS file has moved from: http://maven.apache.org/style/maven-stylus.css It is referred in the generated html when running "maven site"... Where is it now? Has it been removed? many thanks Benoit

Re: Unable to deploy to remote repository

2006-08-02 Thread Arnaud HERITIER
Even if it's urgent for you, it's not the case for me. And it's the problem of the OSS. In theory you'll have a better support if you join the users on the list instead of me directly. For your reply : You can't deploy directly to a web application. In HTTP you can only read data. You have to ins

RE: Arbitrary Classpath Entry in MANIFEST.MF

2006-08-02 Thread michel . verbist
I'm having the same problem as Chas Douglass (2006/05/02) I want to add '.' (the current directory) to the classpath. The main reason for this is to be able to access files like log4j.properties hibernate.cfg.xml ... outside the jar, so I don't have to rebuild my jar if, e.g., I want to increase

Re: Surefire plugin

2006-08-02 Thread David J. M. Karlsen
Johan Lindquist wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I was wondering what the status of the surefire plugin is - was hoping to be able to take advantage of the new redirect stdout to file. Planning to release a new version soon? Thanks, Joahn There are still some na

please look in

2006-08-02 Thread manoj.kaushik
hi everybody please describe how the decision can be made on the basis of test cases wether to deploy the current build on to tomcat server or not. i am operating on JUnit test cases using cruisecontol plugin of maven version 1.0 to configure whole process. -

Surefire plugin

2006-08-02 Thread Johan Lindquist
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I was wondering what the status of the surefire plugin is - was hoping to be able to take advantage of the new redirect stdout to file. Planning to release a new version soon? Thanks, Joahn - -- you too? -BEGIN PGP SIGNATURE- Versi

[Problem web]

2006-08-02 Thread Francois Le Fevre
Dear Scm support team, I am new to the communauty. I have tried to have a look to the plugin web site http://maven.apache.org/scm/plugins/introduction.html but every link are broken - or link to no pages found. Has the web site move to another adress? Thanks Francois -- Francois Le Fevre Bio

Re: Eclipse tomcat maven upgrade

2006-08-02 Thread Stefan Magnus Landrø
Hi there, I recommend using eclipse with wtp (seb tools platform). Setup tomcat as a server in eclipse, and add the maven project to the server configuration. The libs will be deployed automaticallly. Remember adding wtp support to your pom (config setting in the maven-eclipse-plugin) - see ear

[ANN] Maven 1.1-beta-3 Released

2006-08-02 Thread Arnaud HERITIER
The Apache Maven team is pleased to announce the release of Maven 1.1-beta-3! Download [1] Maven 1.1-beta-3 and read the Installation Instructions[2]. Maven is a project management and

Re: Maven and Selenium?

2006-08-02 Thread Christophe DENEUX
Right, the 2.x website is not deployed yet. jWebUnit is a young and promissing project. Christophe DENEUX / Capgemini Sud / Méditerranée Technical Leader Tel: + 33 4 93 72 43 74 / www.capgemini.com Fax: + 33 4 93 21 0

Re: Writing plugins and dependencies on other software

2006-08-02 Thread Ole-Martin Mørk
How are things progressing with the macker plugin? I am really interested in using it.. On 6/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Thx Jerome. Andy -Original Message- From: jerome lacoste [mailto:[EMAIL PROTECTED] Sent: 21 June 2006 10:43 To: Maven Users List Subject: Re

Re: Maven and Selenium?

2006-08-02 Thread Wim Deblauwe
I have no experience with other web test frameworks, but it looks nice looking at the quick start. The link to the 2.x site does not work currently, better fix this. regards, Wim 2006/8/2, Christophe DENEUX <[EMAIL PROTECTED]>: Hi Daniel, Some advantages of using jWebUnit to test a web appl

Eclipse tomcat maven upgrade

2006-08-02 Thread Denis McCarthy
Hi, I'm looking at moving an ant based tomcat project to maven. I'm using eclipse as the IDE. Currently I use the eclipse tomcat plugin to get the project running in tomcat (I have a web/ dir in the project that holds WEB-INF/ and all jsp's etc). I'd like to know how to handle this common scen

Re: Unable to deploy to remote repository

2006-08-02 Thread Arnaud HERITIER
Sharmishta I you want to use ftp to deploy locally your settings must be : maven.repo.list=R1 maven.repo.R1=ftp://localhost maven.repo.R1.directory=/ROOT/repository maven.repo.R1.username=sharmishta maven.repo.R1.password=hrhk http://maven.apache.org/maven-1.x/plugins/artifact/examples.html A

Re: problem in uploading to internal repository

2006-08-02 Thread Arnaud HERITIER
Hi sharmishta What you want to do is to deploy on your localhost ? In this case what you have to set is : maven.repo.list=R1 maven.repo.R1=file://c:\\ maven.repo.R1.directory=repository http://maven.apache.org/maven-1.x/plugins/artifact/examples.html Arnaud On 7/31/06, sharmishta.kaul <[EM

Re: Maven and Selenium?

2006-08-02 Thread Christophe DENEUX
Hi Daniel, Some advantages of using jWebUnit to test a web application are: - easier test case writing, - faster test case running, - No graphic server is needed with the engine "htmlunit", so the integration into a continuous integration system is easier (no browser is needed), -

Re: questions on 'mvn site'

2006-08-02 Thread Denis Cabasson
For the documentation, good starting points should be: http://maven.apache.org/guides/mini/guide-site.html http://maven.apache.org/plugins/maven-site-plugin/howto.html When adding reports to your site, I guess you have to provide a site.xml file. Either you take the default behaviour, or if you w

Re: [M2] Equivalent of ant dist in Maven

2006-08-02 Thread Denis Cabasson
mvn clean install will do much of the trick for you (deleting everything under target, and building a 'standard' jar out of your project). If you want a different jar, you have to change the maven-jar-plugin configuration. If you want a more subtle bundling of your project (a jar including depe

Re: Problem with scm:changelog

2006-08-02 Thread Denis Cabasson
Your working directory looks weird to me. Shouldn't you be in the subdir created by the checkout before executing the scm:changelog command? Aryam Online wrote: > > Hi everyone .. > > I am a newbie to maven .. > I've been using the scm api and it seems that it's working properly except > when

RE: [M2] Surefire POJO / Inner class issue

2006-08-02 Thread Denis Cabasson
Guess this issue is related to: http://jira.codehaus.org/browse/SUREFIRE-44 You can just vote for it, or better, find a way to fix it, if you feel like it :) Denis. Chris Hilton-2 wrote: > > I also ran into this issue and found this page with a workaround: > > http://www.jroller.com/page/gri

Re: Re: Re: m2/eclipse/wtp configuration

2006-08-02 Thread Stefan Magnus Landrø
Hi Kev, Try adding something like this to your pom: test-app org.apache.maven.plugins maven-eclipse-plugin 1.0 see plugin doc for more details. Stefan "Kev D'Arcy" skrev 01.08.2006 11:

Re: maven site into Trac?

2006-08-02 Thread Denis Cabasson
That would indeed be nice, and I'd like to do the same thing for JIRA. Problem is I don't know much about how this is taken care of (either in JIRA or in TRAC). If anyone of you has a clear idea of this could be handled, please post a JIRA issue for the maven-changes-plugin, and I'll have a look a