RE: maven-pmd-plugin can't find my source files SOLVED

2006-07-06 Thread Andrew-A . Davies
Hi, Thanks for that it worked. I referenced the ones in the plugin and it worked. A word of warning to anyone else though. If no tags are used, the PMD software / plugin decides to give you an empty report. This isn't mentioned in the docs A Rgds Andy -Original Message- From: Mike Pe

Fwd: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-06 Thread Jose Gonzalez Gomez
Just in case anybody else needs it... -- Forwarded message -- From: Jose Gonzalez Gomez <[EMAIL PROTECTED]> Date: 06-jul-2006 8:40 Subject: Re: [m2] Frustration getting Maven 2 and Hibernate working together To: Paul Kuykendall <[EMAIL PROTECTED]> Ok, here we go... First of all,

[m2] Is there a way to pickup sub-project dependencies?

2006-07-06 Thread Eric Brown
If I have a layout like this: + head +-- A +-- A1 +-- A2 +-- B I want B to depend on A1 & A2 (& A3 when I add that). Is there any way to tell it to depend on all of A's modules instead of having to specify the artifact, group and version for A1, A2, etc.? ---

RE: Assembly and parent pom

2006-07-06 Thread Jörg Schaible
Martijn Dashorst wrote on Wednesday, July 05, 2006 4:58 PM: > All, > > If you have a project setup where all your projects have a common > parent project, and some are dependend on the others, how can you > accomodate the downloaders of your assemblies such that they still can > build your projec

Re: Projects in Continuum not building

2006-07-06 Thread Emmanuel Venisse
Alex Lam a écrit : Hi all, I have a question on how Continuum works. I set up a script to check things out of SVN and burn it to a CD every night. However, Continuum doesn't seem to be executing the script on a nightly basis. The script did seem to work on Jun 29, when the revision number w

Re: Cyclic references in M2 projects

2006-07-06 Thread Jo Vandermeeren
Did this issue got resolved? I have a similar situation with 2 EJB modules depending on each other's ejb-client jar... Since it's a legacy project, costs need to stay low and refactoring is no option.. Is it possible to manage the build of this project with maven 2? On 6/16/06, Lucas Opara <[EMA

Re: [m2] maven-jar-plugin-2.1 status?

2006-07-06 Thread jerome lacoste
On 7/5/06, Sebastien Cesbron <[EMAIL PROTECTED]> wrote: Ok, On this page http://docs.codehaus.org/display/MOJO/Webstart+Plugin I saw that the plugin was not in the snapshot repo so I did not checked it. Now I have a dependency error because webstart plugin need version 0.3+ of keytool but there i

repository.codehaus.org (WAS: [m2] maven-jar-plugin-2.1 status?)

2006-07-06 Thread Jörg Schaible
jerome lacoste wrote on Thursday, July 06, 2006 10:12 AM: > On 7/5/06, Sebastien Cesbron <[EMAIL PROTECTED]> wrote: >> Ok, On this page > http://docs.codehaus.org/display/MOJO/Webstart+Plugin >> I saw that the plugin was not in the snapshot repo so I did not >> checked it. Now I have a dependency

Re: Webstart plugin

2006-07-06 Thread jerome lacoste
On 7/5/06, Tim Kettler <[EMAIL PROTECTED]> wrote: Hi, it's a normal .jnlp file where these ($dependencies, $mainClass, $outputFile) variables get replaced with the actual content. It could look something like this: Thanks Tim, and questions about the webstart plugin are better answered on th

Re: repository.codehaus.org (WAS: [m2] maven-jar-plugin-2.1 status?)

2006-07-06 Thread Brett Porter
No, waiting for something to be fixed with the sync on the codehaus side. I'll check again. - Brett On 06/07/06, Jörg Schaible <[EMAIL PROTECTED]> wrote: jerome lacoste wrote on Thursday, July 06, 2006 10:12 AM: > On 7/5/06, Sebastien Cesbron <[EMAIL PROTECTED]> wrote: >> Ok, On this page > ht

Re: [m2] Is there a way to pickup sub-project dependencies?

2006-07-06 Thread Wayne Fay
A's pom could declare dependency on A1, A2, etc. Then B could depend on A and pull them all in. Then you'd only need to update one pom when you add a new subproject. I'm not aware of any "automatic" process to find and add subproject dependencies... Wayne On 7/6/06, Eric Brown <[EMAIL PROTECTED

maven2, multiple modules, "mvn install" produces no pom file

2006-07-06 Thread Graham Leggett
Hi all, I have an existing ant project that builds an EJB (in a jar), and then creates an ear from it. To recreate the same bahaviour in maven2, I tried to create a root pom with two modules, like so: pom.xml ejb/pom.xml ear/pom.xml I added a dependancy inside ear/pom.xml pointing at the output

Re: Cyclic references in M2 projects

2006-07-06 Thread Lucas Opara
Hi Jo, I had no other options than refactoring. What you could do is add 2 more projets containing business delegates for your 2 ejb modules. Two different EJB's modules should only access each other through those business delegate (remote). But even there you should have a core ejb module and

[m2]How to reduce Build Time in Maven 2.0.3

2006-07-06 Thread narayan dhumale
I am working on a multilevel project whose base pom.xml looks like this 4.0.0 1.0 G2 pom ../caching ../orm ../dao ../terminologyengine ../dataservice ../base-pojo-service ../base-ejb-service ../base-jms-service ../participant-pojo-serv

Getting jar library filenames of dependencies

2006-07-06 Thread Jimisola Laursen
Hi! Is there a way to have Maven use dependencies is pom.xml to output the filenames (incl path) of the jar files? E.g. a project has a dependency on junit 3.8.2 in its pom.xml. I run: mvn dependency:jar-files and it outputs /home/jimisola/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar I al

Sudden maven-antrun-plugin error: Component descriptor cannot be found in the component repository

2006-07-06 Thread Graham Leggett
Hi all, I had a small plugin config inside my ejb build that created a hibernate har file. I moved this plugin config from the ejb build to the ear build, and now suddenly the maven-antrun-plugin has ceased to exist (assuming I am reading the error correctly). There is a bug opened with this pro

Re: maven2, multiple modules, "mvn install" produces no pom file

2006-07-06 Thread Arnaud Bailly
"Graham Leggett" <[EMAIL PROTECTED]> writes: > [INFO] Installing > /Users/minfrin/src/standard/alchemy/maven/alchemy-trader/ejb/target/alchemy-trader-ejb-1.0-SNAPSHOT.jar > to > /Users/minfrin/.m2/repository/za/co/standardbank/alchemy/alchemy-trader-ejb/1.0-SNAPSHOT/alchemy-trader-ejb-1.0-SNAPSHO

Building different modules/jars with different versions

2006-07-06 Thread Janhavi Phirke
Hi, Has anybody built different modules/jars with different versions using maven 2.0? Suppose there are different modules in your project. Consider one(or some of them) is dependant on another and the versions of different modules are different. So how ro build those using pom.xml? Please let me

Re: maven2, multiple modules, "mvn install" produces no pom file

2006-07-06 Thread Graham Leggett
On Thu, July 6, 2006 12:34 pm, Arnaud Bailly wrote: > The references to your ejbs don't look correct > install: > za/co/standardbank/alchemy/alchemy-trader-ejb/1.0-SNAPSHOT/alchemy-trader-ejb-1.0-SNAPSHOT.ja > => > groupID=za.co.standardbank.alchemy > artifactID=alchemy-trader-ejb > versio

Re: Muliple sub-projects - want to produce a single jar

2006-07-06 Thread Ed Ross
Ok - where do I put the maven-assebly-plugin? is it: a - at the top level pom b - one of the child projects c - in a new project that I create just for assembly d - every sub-project pom If I put it at the top level I get the error [INFO] Failed to configure plugin parameters for: org.apache.mav

Re: Building different modules/jars with different versions

2006-07-06 Thread narayan dhumale
 Hi Janhavi, U can look to pom.xml in the mail which i have posted as How to reduce build time in Maven 2.0.3? i think that will help u?? On Thu, 06 Jul 2006 Janhavi Phirke wrote : >Hi, > >Has anybody built different modules/jars with different versions using maven >2.0? Suppose there are diffe

Overriding configuration inherited from a master pom

2006-07-06 Thread olivier . lambert
Hi, Here we have a master pom for our organization => All project's poms inherit from this organization pom. This organization pom contains the configuration of reports that have to be executed when doing a site. for example, the cobertura report. But in some projects, I don't want this report

Re: Overriding configuration inherited from a master pom

2006-07-06 Thread Andrew Williams
I have a similar problem. I moved the plugin definition to a that has !noclover so by default it runs, but if I pass -Dnoclover then that profile is de-activated and (yes, you guessed it) Clover reports are skipped. I am sure this could be modified to listen to a configuration option i

Re: Exclude pom.xml and pom.properties.

2006-07-06 Thread tulasi
Its Very Simple. open maven-jar-plugin-2.0.pom under .m2\repository\org\apache\maven\plugins\maven-jar-plugin\2.0 change dependency maven-archiver version 2.0 to 2.1 like as follows. org.apache.maven maven-archiver 2.1 -- View this message in context: http

Re: Exclude pom.xml and pom.properties.

2006-07-06 Thread Rob2000
I'm new with Maven2. I would like to know exactly the change (all instructions and steps) to make to point my local repository Maven-jar-plugin to get the solution works with addMavenDescriptor. Thanks in advance. -- View this message in context: http://www.nabble.com/Exclude-pom.xml-and-pom.p

Re: Exclude pom.xml and pom.properties.

2006-07-06 Thread Rob2000
It worked! (I've never seen an answer so fast) Many thanks -- View this message in context: http://www.nabble.com/Exclude-pom.xml-and-pom.properties.-tf1797122.html#a5199636 Sent from the Maven - Users forum at Nabble.com. - T

RE: maven-pmd-plugin can't find my source files SOLVED

2006-07-06 Thread Mike Perham
It gives you an empty report if you have no code which triggers the default PMD rules. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 06, 2006 2:00 AM > To: users@maven.apache.org > Cc: [EMAIL PROTECTED] > Subject: RE: maven-pmd-plugin can'

RE: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-06 Thread Johann Reyes
Hello Jose Thanks for the help; I updated the documentation to reflect this. Also to use the plugin you don't need to include the hibernate jars as dependency to run the plugin. Regards Johann Reyes -Original Message- From: Jose Gonzalez Gomez [mailto:[EMAIL PROTECTED] Sent: Thursday,

Developer name and CVS log information does not appear in changes section

2006-07-06 Thread Carlo Bonamico
Hi! when I trigger a build for a maven 1 project in continuum 1.0.3, I can see the changes list but it is missing developer id/names, date of modification and log message. I looked in jira but could not find related issues... Thanks in advance for your help! Carlo

Re: Overriding configuration inherited from a master pom

2006-07-06 Thread olivier . lambert
Indeed I prefer a configuration option ... But i don't find it ... does somebody can help ? > I have a similar problem. > > I moved the plugin definition to a that has > > > !noclover > > > > so by default it runs, but if I pass -Dnoclover then that profile is > de-activated and (yes,

Regenerate hibernate mapping files

2006-07-06 Thread Jeff Mutonho
I wish to regenerate hibernate(version 2.0) mapping files in my project and currently am using Ant to do so.Can I achieve the same with the hibernate3-maven-plugin ? Here's the ant task :

Re: Regenerate hibernate mapping files

2006-07-06 Thread olivier . lambert
I just do it with this configuration in my pom.xml org.codehaus.mojo xdoclet-maven-plugin hbm generation with xdoclet generate-sources

RE: Regenerate hibernate mapping files

2006-07-06 Thread Johann Reyes
Hello Jeff Actually you are using Xdoclet to generate your hibernate mapping files. The hibernate3-maven-plugin is not based on Xdoclet; it's based on hibernate-tools which you can find more info here: http://tools.hibernate.org/ Regards Johann Reyes -Original Message- From: Jeff Mutonh

How to configure attached tests?

2006-07-06 Thread Paul Spencer
(Maven 2.0.4) I have configured my project to use an attached test per the "Guide to using attached tests", http://maven.apache.org/guides/mini/guide-attached-tests.html, but the attached tests are not running. 1) I have verified the test class exist in test jar, foo-SNAPSHOT-test.jar. 2) I am u

Maven jar plugin documentation

2006-07-06 Thread Sebastien Cesbron
Hi, Is there a place where it is possible to see snapshot documentation ? I search the maven jar plugin last snapshot documentation to see if it is more verbose on jar signing. Thanx Seb - To unsubscribe, e-mail: [EMAIL PROTEC

How to change default checkout Dir

2006-07-06 Thread Vinay Kumar
Hi All, When we do checkout using mvn scm:checkout ,everything gets checkout on directory /Checkout .Anyone has idea how i can change this default checkout directory. I am able to set working directory as i want but within that a folder named "checkout" created and everything gets checkout the

Re: How to configure attached tests?

2006-07-06 Thread Kenney Westerhof
On Thu, 6 Jul 2006, Paul Spencer wrote: Hi, > (Maven 2.0.4) > I have configured my project to use an attached test per the "Guide to > using attached tests", > http://maven.apache.org/guides/mini/guide-attached-tests.html, but the > attached tests are not running. You can only use the tests by e

Re: How to change default checkout Dir

2006-07-06 Thread dan tran
http://maven.apache.org/scm/plugins/checkout-mojo.html On 7/6/06, Vinay Kumar <[EMAIL PROTECTED]> wrote: Hi All, When we do checkout using mvn scm:checkout ,everything gets checkout on directory /Checkout .Anyone has idea how i can change this default checkout directory. I am able to set worki

Re: Maven jar plugin documentation

2006-07-06 Thread jerome lacoste
On 7/6/06, Sebastien Cesbron <[EMAIL PROTECTED]> wrote: Hi, Is there a place where it is possible to see snapshot documentation ? I search the maven jar plugin last snapshot documentation to see if it is more verbose on jar signing. best is to look at the code... http://svn.apache.org/viewvc/

Re: Maven jar plugin documentation

2006-07-06 Thread Wayne Fay
Not sure where on the web you can currently find it, but if you pull down the code from SVN to your local box and then run "mvn site", it should build the SNAPSHOT site on your local box for viewing etc... Wayne On 7/6/06, Sebastien Cesbron <[EMAIL PROTECTED]> wrote: Hi, Is there a place where

Disecting a webapp?

2006-07-06 Thread Alex Shneyderman
How does one disect a web app into many modules but deploy it as one web app? This is what I mean: We have a web application that is quite big. We can identify many modules of it. There is a few core modules, and a bunch of child modules. Practically all children are dependendent on core modules

Re: Disecting a webapp?

2006-07-06 Thread ben short
Create a project for each of the core module and the children. then the webapp can pull them in as dependancies. On 7/6/06, Alex Shneyderman <[EMAIL PROTECTED]> wrote: How does one disect a web app into many modules but deploy it as one web app? This is what I mean: We have a web application t

Re: Getting jar library filenames of dependencies

2006-07-06 Thread Jimisola Laursen
The unreleased versions 1.1/2.0 of Maven 2.x Dependency Plugin have some support for this using mvn dependency:resolve. -- View this message in context: http://www.nabble.com/Getting-jar-library-filenames-of-dependencies-tf1899691.html#a5200993 Sent from the Maven - Users forum at Nabble.com.

Re: How to configure attached tests?

2006-07-06 Thread Paul Spencer
Kenny, See below. Kenney Westerhof wrote: On Thu, 6 Jul 2006, Paul Spencer wrote: Hi, (Maven 2.0.4) I have configured my project to use an attached test per the "Guide to using attached tests", http://maven.apache.org/guides/mini/guide-attached-tests.html, but the attached tests are not runni

Re: Disecting a webapp?

2006-07-06 Thread ben short
Also have a look at the better builds with maven book, there is an example in there. On 7/6/06, ben short <[EMAIL PROTECTED]> wrote: Create a project for each of the core module and the children. then the webapp can pull them in as dependancies. On 7/6/06, Alex Shneyderman <[EMAIL PROTECTED]> w

Re: Regenerate hibernate mapping files

2006-07-06 Thread Jeff Mutonho
On 7/6/06, Johann Reyes <[EMAIL PROTECTED]> wrote: Hello Jeff Actually you are using Xdoclet to generate your hibernate mapping files. The hibernate3-maven-plugin is not based on Xdoclet; it's based on hibernate-tools which you can find more info here: http://tools.hibernate.org/ Regards Johan

Re: Developer name and CVS log information does not appear in changes section

2006-07-06 Thread Emmanuel Venisse
http://jira.codehaus.org/browse/CONTINUUM-620 What is your scm? what is the language in the output of it? english? Emmanuel Carlo Bonamico a écrit : Hi! when I trigger a build for a maven 1 project in continuum 1.0.3, I can see the changes list but it is missing developer id/names, date of m

Re: Disecting a webapp?

2006-07-06 Thread Tamás Cservenák
Hi Alex, a quick example for this, see here: https://is-micro.myip.hu/trac/ismicro-commons/browser/trunk/ismicro-proximity Three modules: px-core (j2ee and transport independent), px-core-maven (maven bindings for core, till no sign of webapp) and px-webapp. The module separation should be "nat

[M2] maven-war-plugin 2.0.1

2006-07-06 Thread Andre . Tran
Hey all, when creating the war, the version 2.0.1 do not include declared dependencies into the new file. It is a regression because this case do not occured when using the previous version 2.0. regards, Andre ---

RE: [M2] maven-war-plugin 2.0.1

2006-07-06 Thread Mike Perham
You mean WEB-INF/lib has no jars in it? Please post the relevant parts of your POM. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 06, 2006 10:20 AM To: users@maven.apache.org Subject: [M2] maven-war-plugin 2.0.1 Hey all, when creating the wa

RE: [M2] maven-war-plugin 2.0.1

2006-07-06 Thread Andre . Tran
Mike, yes, there is no jars in this folder. org.apache.maven.plugins maven-war-plugin ../WebContent **/*.class,**/*.jar ../WebContent/WEB-INF/web.xml To force the version, I add "2.0" in the plugin declaratio

RE: HTTP compression/gzip for wagon providers(?)

2006-07-06 Thread Beyer,Nathan
I've logged an issue for this request here: http://jira.codehaus.org/browse/WAGON-55. -Nathan -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 8:34 PM To: Maven Users List Subject: Re: HTTP compression/gzip for wagon providers(?) No, but I

Site distribution url examples?

2006-07-06 Thread Srinivas Pavani
How do you specify the url for distribution management in the site section of the pom.xml? I have Continuum building the site on the same machine as the webserver. I need to copy the final site.war to /var/www/docs/projects/${project.version} I tried, the following: scp://192.168.1.4/var/ww

Re: Disecting a webapp?

2006-07-06 Thread Alex Shneyderman
Thanks, guys for your responses. But ... I think I was not understood correctly. Let me clarify a bit here. The problem is not so much to separate layers into modules (it seems that's what examples demonstrate), but how to break up a big web application into smaller modules. The module's boundar

RE: Site distribution url examples?

2006-07-06 Thread Baron.Reznik
Even though it's a local machine, have you verified that you can scp a file to yourself? Perhaps you need to permanently accept the ssh key? -Original Message- From: Srinivas Pavani [mailto:[EMAIL PROTECTED] Sent: Thu 7/6/2006 11:01 AM To: continuum-users@maven.apache.org Subject: Site d

Unable to find the mojo 'org.apache.maven.plugins:maven-antrun-plugin:1.0:run'

2006-07-06 Thread Jeff Mutonho
In my web module pom I have an ant task to move some xml files around as shown here : maven-antrun-plugin process-resources

Re: Developer name and CVS log information does not appear in changes section

2006-07-06 Thread Carlo Bonamico
I am using cvs, in english. I attach a segment of the output from running "cvs log" in the working directory RCS file: /home/cvs/SANDBOX/xdocs/navigation.xml,v Working file: xdocs/navigation.xml head: 1.2 branch: locks: strict access list: symbolic names: keyword substitution: k total revisio

RE: [M2] maven-war-plugin 2.0.1

2006-07-06 Thread Mike Perham
Well, given that you are excluding all jars, does that surprise you? See MWAR-39 for the regression fix. You shouldn't need to configure the webXml element since your web.xml is in the default location. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday,

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

2006-07-06 Thread Sebastien Arbogast
Sorry to be late on the answer but I was very busy lately... and very off too :P Yes I am voluteering as a technical reviewer. Not as an author because I'm still a newbie with Maven2, but technical reviewer, that I can do it. -- Sébastien Arbogast http://www.sebastien-arbogast.com -

Re: Unable to find the mojo 'org.apache.maven.plugins:maven-antrun-plugin:1.0:run'

2006-07-06 Thread Jeff Mutonho
On 7/6/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote: In my web module pom I have an ant task to move some xml files around as shown here : maven-antrun-plugin

confusion: maven-ear-plugin and NoClassDefFoundError

2006-07-06 Thread Graham Leggett
Hi all, I have a maven2 ear project that depends on a maven2 ejb project. When I used maven1, the ear plugin made sure the application.xml file was built correctly, and everything was done for you. This doesn't work with maven2, I get the following error: 18:08:13,632 WARN [EJBDeployer] Verify

RE: [M2] maven-war-plugin 2.0.1

2006-07-06 Thread Andre . Tran
Mike, you are right. by heedless, I forgot to remove this part and finally when 2.0.1 releases and fix this issue... :J Thanks a lot, regards, Andre > -Original Message- > From: Mike Perham [mailto:[EMAIL PROTECTED] > Sent: donderdag 6 juli 2006 18:19 > To: Maven Users List > Subject: R

Re: Unable to find the mojo 'org.apache.maven.plugins:maven-antrun-plugin:1.0:run'

2006-07-06 Thread Jeff Mutonho
On 7/6/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote: On 7/6/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote: > In my web module pom I have an ant task to move some xml files around > as shown here : > > > maven-antrun-plugin > >

Re: Projects in Continuum not building

2006-07-06 Thread Alex Lam
Hi, Thanks for the help. I think I found out the problem. My archive script was placed in a project that had no changes. But the script is suppose to back up my whole repository which has many projects. (Thus, the changes I referred to were in my other projects.) After moving the script to the ro

Re: Problem with site generation and multi-module project

2006-07-06 Thread ertnutler
did this get resolved? i'm currently executing a custom ant script to copy to the locations expected by the parent module...would love to get rid of that if possible... -- View this message in context: http://www.nabble.com/Problem-with-site-generation-and-multi-module-project-tf1548390.html#a5

Re: How to configure attached tests?

2006-07-06 Thread Arnaud Bailly
Paul Spencer <[EMAIL PROTECTED]> writes: Hello, I think that attached tests are not meant to contain tests that will be run in another projects but test elements that are useful for reuse in other (sub)projects. For example, your can have artefactA that have some tests using some resources and art

RE: Site distribution url examples?

2006-07-06 Thread Srinivas Pavani
Here is my scenario: I am using Ubuntu 6.06 LTS server. Since the root access is always using sudo command and the root user password has not been set explicitly, I am prompted for root's password when I execute the following command manually: sudo scp localhost:/home/buildmaster/working-directo

Maven Release Plugin Version Problem

2006-07-06 Thread Marth, Christopher S
I am having some trouble with the Release Plug-In, and I am wondering if anyone out there might have some thoughts on what the problem is. Here is my setup: parent-app | |-- pom.xml | |-- child-module-A | |-- pom.xml | |-- src | |-- ... | |-- child-module-B | | | |-- pom.xml | | | |

Re: Unable to find the mojo 'org.apache.maven.plugins:maven-antrun-plugin:1.0:run'

2006-07-06 Thread Jeff Mutonho
On 7/6/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote: On 7/6/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote: > On 7/6/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote: > > In my web module pom I have an ant task to move some xml files around > > as shown here : > > > > > > mav

Re: Projects in Continuum not building

2006-07-06 Thread Emmanuel Venisse
You can do it with a xml-rpc client: http://maven.apache.org/continuum/guides/mini/guide-xmlrpc-api.html Emmanuel Alex Lam a écrit : Hi, Thanks for the help. I think I found out the problem. My archive script was placed in a project that had no changes. But the script is suppose to back up my

Re: Site distribution url examples?

2006-07-06 Thread Emmanuel Venisse
Srinivas Pavani a écrit : Here is my scenario: I am using Ubuntu 6.06 LTS server. Since the root access is always using sudo command and the root user password has not been set explicitly, I am prompted for root's password when I execute the following command manually: sudo scp localhost:/hom

Re: Developer name and CVS log information does not appear in changes section

2006-07-06 Thread Emmanuel Venisse
it seems to be ok. Can you run this command: cvs -z3 -f -d YOUR_CVS_ROOT -q log -d "20060706T13:00:00<20060706T15:00:00" or the similar command from your continuum logs Emmanuel Carlo Bonamico a écrit : I am using cvs, in english. I attach a segment of the output from running "cvs log" in

RE: Site distribution url examples?

2006-07-06 Thread Baron.Reznik
Another thing you can do, is create a settings.xml (which, doesn't help with the security concerns Emmanuel listed) which contains something like: website someusername password where the id matches up with the site id in your pom.xml. That should at least get

Re: Unable to find the mojo 'org.apache.maven.plugins:maven-antrun-plugin:1.0:run'

2006-07-06 Thread Graham Leggett
Jeff Mutonho wrote: It looks like "maven-antrun-plugin" and "xdoclet-maven-plugin" are having issues with each other.I'm using "maven-antrun-plugin" in the web module , and "xdoclet-maven-plugin" in the services module.The services module gets built first.I took out the "xdoclet-maven-plugi

Re: Compiling SCM Plugin

2006-07-06 Thread Emmanuel Venisse
It's fixed now. Emmanuel Dieter Späth a écrit : Hello, I checked out the SCM Plugin with "svn checkout http://svn.apache.org/repos/asf/maven/scm/trunk/ maven-scm" I got revision 419600. After this I tried to compile with "mvn compile", but it didn't work. I got the following compiler error

Re: Maven Release Plugin Version Problem

2006-07-06 Thread Gilles Scokart
Actually, to find a workaround, you don't need to deploy on a company repository. You limit it to an local install. What I could suggest you is to bind the install plugin to the latest phase (integration-test I think) of the build launched by the release plugin. But I'm not sure it would work.

Re: Re: Unable to find the mojo 'org.apache.maven.plugins:maven-antrun-plugin:1.0:run'

2006-07-06 Thread Grégory Joseph
Hi list, On 06/07/06, Graham Leggett <[EMAIL PROTECTED]> wrote: Jeff Mutonho wrote: > It looks like "maven-antrun-plugin" and "xdoclet-maven-plugin" are > having issues with each other. > Does this mean "maven-antrun-plugin" and "xdoclet-maven-plugin" > can not co-exist? I have the sam

Re: mvn2, dependincies, javadoc plugin and links...

2006-07-06 Thread ertnutler
am i missing something here? i may be exposing my relative newness to maven, but why doesn't the javadoc plugin operate on transitive dependencies the same way that the compiler plugin does? -- View this message in context: http://www.nabble.com/mvn2%2C-dependincies%2C-javadoc-plugin-and-links.

How to install:install an artifact produced with ant?

2006-07-06 Thread Graham Leggett
Hi all, I have an ant task that generates a Jboss HAR file in addition to the original artifact type, an EJB. How do I ask the install plugin to deploy this HAR artifact as well as the EJB artifact into the repository? (The install plugin is undocumented, thus the question). Regards, Graha

Re: How to install:install an artifact produced with ant?

2006-07-06 Thread dan tran
how did you create your HAR and EJB artifact via antrun-plugin? Take a look at build-helper-maven-plugin -D On 7/6/06, Graham Leggett <[EMAIL PROTECTED]> wrote: Hi all, I have an ant task that generates a Jboss HAR file in addition to the original artifact type, an EJB. How do I ask the i

Re: Re: Unable to find the mojo 'org.apache.maven.plugins:maven-antrun-plugin:1.0:run'

2006-07-06 Thread Jeff Mutonho
On 7/6/06, Grégory Joseph <[EMAIL PROTECTED]> wrote: Hi list, On 06/07/06, Graham Leggett <[EMAIL PROTECTED]> wrote: > Jeff Mutonho wrote: > > > It looks like "maven-antrun-plugin" and "xdoclet-maven-plugin" are > > having issues with each other. > > Does this mean "maven-antrun-plugin" an

Re: How to install:install an artifact produced with ant?

2006-07-06 Thread Graham Leggett
dan tran wrote: how did you create your HAR and EJB artifact via antrun-plugin? The EJB is built natively, the HAR is built with antrun-plugin. Take a look at build-helper-maven-plugin This looks like exactly what I need, thank you! :) Regards, Graham -- smime.p7s Description: S/MIME C

install:install-file fails to insert third-party native library directly into local repository

2006-07-06 Thread Brad Harper
Hello All: I'm using native-maven-plugin and I want to install a third-party native library in the local repository (defined in settings.xml). I intend to specify a dependency in one of my own native project's POM. % mvn install:install-file -Dfile=FPLibrary.lib -DgroupId=com.emc \ -Da

Re: install:install-file fails to insert third-party native library directly into local repository

2006-07-06 Thread dan tran
looks like you are using an older version install plugin, try with mvn -U On 7/6/06, Brad Harper <[EMAIL PROTECTED]> wrote: Hello All: I'm using native-maven-plugin and I want to install a third-party native library in the local repository (defined in settings.xml). I intend to specify a depen

RE: install:install-file fails to insert third-party native library directly into local repository

2006-07-06 Thread Brad Harper
Same error. Brad -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Thursday, July 06, 2006 4:50 PM To: Maven Users List Subject: Re: install:install-file fails to insert third-party native library directly into local repository looks like you are using an older version i

Re: install:install-file fails to insert third-party native library directly into local repository

2006-07-06 Thread dan tran
strange the code shows artifactId is overridable but your log shows it is read only field. -D On 7/6/06, Brad Harper <[EMAIL PROTECTED]> wrote: Same error. Brad -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Thursday, July 06, 2006 4:50 PM To: Maven Users List Sub

Simple question regarding inheritance

2006-07-06 Thread Tatiana Escovedo
Hi, I need some advice regarding the correct approach to the simple inheritance problem as follows. I have defined a parent and a child project using Maven 2. The parent project's POM specifies the use of the checkstyle plugin: org.apache.maven.plugins maven-checkstyle-plugin m

Re: How to configure attached tests?

2006-07-06 Thread Paul Spencer
Arnaud, In my case, I have an interface with several implementations. The intent is it to have an attached test which verifies that the implementation conforms to the interface. So each implementation will include the interface's attached test in addition to it's own unit test. By including

Problem using plugin Javadoc on site generation

2006-07-06 Thread Tatiana Escovedo
Hi, I'm executing the goal "site" under Continuum, using the Javadoc plugin. When I access the site generated through the Continuum working copy, in Javadoc section appears the error as follows: HTTP ERROR: 503 java%2Elang%2EClassNotFoundException%3A+file%3D70 RequestURI=/continuum/servlet/file=

Re: [m2] [javadoc] javadoc for tests classes

2006-07-06 Thread Maria Odea Ching
Hi Raphael, The only way I could think of how you can include the test sources in a site is by including the test sources directory in the sourcePath, as shown below: ... org.apache.maven.plugins maven-javadoc-plugin C:\Project\src;C:\Project\test

Re: Disecting a webapp?

2006-07-06 Thread Alexandre Poitras
Can't you create more than one war and add them to an ear archive? If it's not a valid strategy in your case than I guess you can use the dependency plugin "unpack" goal (http://mojo.codehaus.org/dependency-maven-plugin/) or you can use the war merging feature of Maven (don't know how it works but

AW: Compiling SCM Plugin

2006-07-06 Thread Dieter Späth
thanks a lot! now was the build successful :-) dieter > -Ursprüngliche Nachricht- > Von: Emmanuel Venisse [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 6. Juli 2006 20:40 > An: scm-users@maven.apache.org > Betreff: Re: Compiling SCM Plugin > > > It's fixed now. > > Emmanuel > > D

Re: Simple question regarding inheritance

2006-07-06 Thread Edwin Punzalan
This might help: http://maven.apache.org/plugins/maven-checkstyle-plugin/tips.html ^_^ Tatiana Escovedo wrote: Hi, I need some advice regarding the correct approach to the simple inheritance problem as follows. I have defined a parent and a child project using Maven 2. The parent project'

Re: install:install-file fails to insert third-party native library directly into local repository

2006-07-06 Thread Allan Ramirez
It seems that the parameters are still readonly from the 2.1 version of install plugin in ibiblio.. Content in the plugin.xml: artifactId java.lang.String true false < still not editable Brad, try this link http://maven.a

[m2] war plugin, ignores classifier in dependency

2006-07-06 Thread Robert Biernat
Hi, I have a web application that I'm trying to build which has two dependencies which have exactly the same groupId, artifactId and version, however one of them has a classifier so I can distinguish between the two. When it comes to packaging up the webapp, the war plugin complains that their are

Re: [m2] How do I run reports in a sub-project

2006-07-06 Thread Maria Odea Ching
Hi Eric, The Mojo automatically gets the sources of the project where you are executing the plugin. I don't think it provides the capability of customizing the sources you want to get. So if you're executing on head/docs, the output would specifically be xrefs for the head/docs sources. Hope

Re: Please need help to run the sample.plugin guide

2006-07-06 Thread Edwin Punzalan
Can you post the pom.xml you created for this? Elid OR wrote: Hi all, I'm new with maven 2, but I use to develop a maven 1 plugin. So my config is : OS : Linux ubuntu 2.6.15-25-686 Java : version "1.5.0_06" Maven : version 2.0.4 So I'm trying to run the plugin development guide : http://m

Re: [m2] war plugin, ignores classifier in dependency

2006-07-06 Thread Pete Marvin King
issue created : http://jira.codehaus.org/browse/MWAR-58 Robert Biernat wrote: > Hi, > > I have a web application that I'm trying to build which has two dependencies > which have exactly the same groupId, artifactId and version, however one of > them has a classifier so I can distinguish betwee

[m2] site.xml bannerRight with text vs. image

2006-07-06 Thread Wendy Smoak
If you use an image for in site.xml, it works as expected -- right aligned: http://svn.apache.org/repos/asf/struts/site/src/site/site.xml -> http://struts.apache.org Is there a way to get it right-aligned when you're just using text? http://svn.apache.org/repos/asf/shale/trunk/src/site/sit

Re: How to configure attached tests?

2006-07-06 Thread Arnaud Bailly
Paul Spencer <[EMAIL PROTECTED]> writes: > Arnaud, > In my case, I have an interface with several implementations. The > intent is it to have an attached test which verifies that the > implementation conforms to the interface. So each implementation will > include the interface's attached test i

  1   2   >