Re: NoClassDefFoundError: org/apache/commons/jelly/TagLibrary

2004-03-26 Thread Emmanuel Venisse
Could you be more explicit? what's do you run? If you run maven with -X -e, we'll obtain more information. Emmanuel - Original Message - From: "Stanislav Hromek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 26, 2004 8:50 PM Subject: NoClassDefFoundError: org/apache/co

NoClassDefFoundError: org/apache/commons/jelly/TagLibrary

2004-03-26 Thread Stanislav Hromek
I have this problem with Maven. I found similar on net, please see :http://www.mail-archive.com/[EMAIL PROTECTED]/msg05359.html __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 java.lang.reflect.InvocationTargetException

RE: Quick reactor question

2004-03-26 Thread Peter Bright
The multiproject:install goal is quite useful, as it can't be done with a simple reactor call. It deals with the fact that the "install" goal's name changes depending on the type of artifact being built. Similarly install-snapshot, deploy, deploy-snapshot, though I've not actually used them. Pla

RE: Quick reactor question

2004-03-26 Thread Andrew Bayer
Hi, Thanks, Peter - I already had **/project.xml in the includes, so it looks like I'm already set. That reminds me of something, though. I'm sure that this is a question with a fairly obvious answer, but I haven't been able to quite figure it out: what's the point of the multip

Re: pom:validate not working in rc2 - org/xml/sax/SAXException

2004-03-26 Thread Emmanuel Venisse
Fixed. Thanks. Emmanuel - Original Message - From: "Al Robertson" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Friday, March 26, 2004 6:02 PM Subject: pom:validate not working in rc2 - org/xml/sax/SAXException > pom:validate appears to be broken since I've upgra

RE: Quick reactor question

2004-03-26 Thread Peter Bright
Ooops, hit send before I wanted to. ctrl-enter is /far/ too easy to hit by accident. The plain reactor doesn't have any default at all; it finds them however you tell it to find them (i.e. */project.xml for everything one subdirectory below the current location, **/project.xml for anything any nu

RE: Quick reactor question

2004-03-26 Thread Peter Bright
http://maven.apache.org/reference/plugins/multiproject/properties.html maven.multiproject.includes "Default value is */project.xml, that is all project.xml files one directory below the base directory " So I'm thinking you'll want to set it to **/project.xml instead. > -Original Message---

Quick reactor question

2004-03-26 Thread Andrew Bayer
Hi - I've got a sprawling and unpleasant source tree that I'm moving into a Maven-based build, using the reactor to call each of the many sub-projects. I just want to clarify exactly how the reactor finds sub-projects - does it only look in the first level of subdirectories below the basedir or

pom:validate not working in rc2 - org/xml/sax/SAXException

2004-03-26 Thread Al Robertson
pom:validate appears to be broken since I've upgraded to rc2. This is the relevant extract from >maven -X pom pom:validate: [DEBUG] Adding reference: validate.path -> [java] [VERBOSE] Executing 'D:\WebSphere\WSAD51\runtimes\base_v5\java\jre\bin\java.exe' with arguments: '-classpath' 'E:\robe

Statcvs - What are all the inputs required

2004-03-26 Thread Veerasamy, Thirumalai (Cognizant)
Title: Statcvs - What are all the inputs required Hi,   I ran statcvs report. It generated the log but failed by throwing this exception. Do I need to set any default parameters. [java] StatCvs-XML - CVS statistics generation     [java]     [java] Parsing CVS log 'D:\Thiru\javaapps\tar

collecting dependencies from sub-projects

2004-03-26 Thread Sergey Khandogin
Dear All. I have teh following project structure main\ --project.xml --maven.xml --components\ ---mod1\ ---project.xml ---mod2\ ---project.xml

Re: Does maven have something like ant calls?

2004-03-26 Thread Los Morales
Thanks for the responses. I've checked the reactor plugin and still see it based on the pom inheritance model with the way it calls the subprojects. As for the multiproject plugin, looks like I will have to do some hacking with the directory structure in eclipse. Let me just restate my issue

RE: bootstrap-project not working quite right.

2004-03-26 Thread Peter Bright
On futher examination the reason looks to be different (and probably simpler) than I first thought. I'm not sure if it's even a bug as such. It's just quite inconvenient. The properties in question are set in the root's project.properties. When running targets from that root directory the proper

Re: JIRA-Report: still no docs

2004-03-26 Thread VLADIMIR TERZIC
while you are waiting for real documentation to show up here is what i did to get JIRA report going: 1. modify/double check that your project.xml has issue tracking url in the following format /BrowseProject.jspa?id= example: http://igc-dev1.intgas.com/jira-extweb/BrowseProject.jspa?id=1

Re: Réf. : Réf. : EJB files for client

2004-03-26 Thread Magnus Stattin
Thank you Nicolas, that helped a lot. I still need to get this client.jar to be installed in the repository so that it will be available to the clients, right? I couldn't find any support for this in the ejb plugin. I tried to add this goal to the the ejb-plugin but it installs the client jar wit

AW: EJB Deployment descriptor configuration

2004-03-26 Thread Jörn Gebhardt
Hi Wim, the advantage of your suggestion is - as you said - that you can deploy each module of its own. However there exists at least one disadvantages/problem you have to solve using your approach: Imagine you have 4 EJB modules A, B, C and D. B and C depend on A and D depends on B and C:

Réf. : Réf. : EJB files for client

2004-03-26 Thread Nicolas . CHALUMEAU
The ejb plugin have maven.ejb.client.* properties to generate the ejb client jar. http://maven.apache.org/reference/plugins/ejb/properties.html ejb:ejb-client goal will generate it. Nicolas, "Magnus Stattin" <[EMAIL PROTECTED]> 26/03/2004 12:47 Veuillez répondre à "Maven Users List"

Réf. : EJB files for client

2004-03-26 Thread Nicolas . CHALUMEAU
The ejb plugin have maven.ejb.client.* properties to generate the ejb client jar. http://maven.apache.org/reference/plugins/ejb/properties.html ejb:ejb-client goal will generate it. Nicolas, "Magnus Stattin" <[EMAIL PROTECTED]> 26/03/2004 12:47 Veuillez répondre à "Maven Users List"

EJB files for client

2004-03-26 Thread Magnus Stattin
When working with EJB you need to make the component and home interfaces available to clients. Dto's or Value objects usually also needs to be included. Are there any easy way to package these up to make them available to the client? As every project are supposed to produce one artifact I end up

SCM and the reactor

2004-03-26 Thread Jeffrey, Rashid
Hi Why does Maven do project dependency downloads for the multiproject:clean and scm:checkout-project goals? These goals require no dependencies as they don't build anything. Assume project-A depends on project-B, and that project-B has never been built before, therefore project-B will NOT exist

RE: RC2 Site generation failed

2004-03-26 Thread Mark Jones
Brett, Thanks very much, that fixed it. Mark. Brett Porter

RE: bootstrap-project not working quite right.

2004-03-26 Thread Peter Bright
Well, I'm damned if I can replicate this. One project has a problem every time, but if I create a skeleton project that I think works in the same way it all seems to work fine. I guess I'll have to take a closer look. > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] >

JIRA-Report: still no docs

2004-03-26 Thread Oliver Noelle
I was interested in the jira report, but the docs for that plugin are still empty (no goals, no properties documented). I guess there must be some properties to map the project to a jira project (and maybe specify a version)? I think this is a bit sad, maven itself being such a good tool to fa

How to create a real distribution?

2004-03-26 Thread Jörg Schaible
Hello, what is the best way to create and deploy a distribution? A distribution contains normally the jars, some docs and additional files like configuration, readme or license. The distribution should be provided in configurable formats (tar.gz, zip, installer.exe, but not exclusive) and may h

RE: Changelog report problem

2004-03-26 Thread Veerasamy, Thirumalai (Cognizant)
Cvsnt server version is Client: Concurrent Versions System (CVSNT) 1.11.1.3 (Build 57j) (client/server) Server: Concurrent Versions System (CVSNT) 1.11.1.3 (Build 77a) (client/server) -Original Message- From: Veerasamy, Thirumalai (Cognizant) Sent: Friday, March 26, 2004 2:25 PM To: M

RE: Changelog report problem

2004-03-26 Thread Veerasamy, Thirumalai (Cognizant)
Thanks. Now I am getting this error Server is not supporting gzip-file-contents request I am using cvsnt server, but I don't know about the server version. Is that required? Thiru -Original Message- From: Charles Daniels [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 1:31 PM T

maven build web service project

2004-03-26 Thread yongkangliu
Hello all, I have tried Maven. It is great to manage a java project. But now I have a web service project. I need deploy my *.jar files to axis. And run my perl script to test my web service. After run perl script, I want to get the test coverage created by JCoverage. Does Maven implement my goal

RE: Changelog report problem

2004-03-26 Thread Charles Daniels
Use a different delimiter, such as a pipe. See also the section under the heading "repository" at http://maven.apache.org/reference/project-descriptor.html. In your example, you might try the following: scm|cvs|pserver|[EMAIL PROTECTED]|d:/myrepository|mymodule/src --- "Veerasamy, Thirumal