Re: Adding Version Numbers To Generated Artifacts?

2003-12-18 Thread Jefferson K. French
For the file names, you can maven.final.name in the preGoal to whatever you are building. So you might have something like: Updating snapshot JAR to: ${maven.final.name} So far I've only done this with jars, but I'd expected it to work for wars and ears, too. I don't know what dire

Re: Shared dependencies for jar and war

2003-12-18 Thread Jefferson K. French
Thanks, Greg. That's probably what I'll do. I didn't want other subprojects like EarSub to inherit a bunch of dependencies it doesn't care about, but maybe it's not a big deal. On Thu, 18 Dec 2003, at 21:18:42 [GMT +0100] Gregory Joseph wrote: > Jeff, > How about having your sub* project.xml's e

help in creating war.....

2003-12-18 Thread Deepak Sable
Hi, Is it possible to create a war file using Maven. If yes,how do i deploy it on a server if it is on a remote place or a different syetm in a LAN. deepak - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: maven.repo.remote as a local filesystem

2003-12-18 Thread Eric Giguere
Hi Amnon I'm a Maven newbie (but also a fast learner ;) ), but have also setup a repository on a LAN. Used Apache to make the doc public and accessible easily by the download engine. Works perfectly and Apache is quite easy to install / configure both on Windows and Linux boxes. file protocol is

Re: Newbie problem with javadoc under 1.4

2003-12-18 Thread dion
Eric, you could use maven.javadoc.useexternalfile=true I believe that fixes the issue of command line truncation. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Eric Giguere <[EMAIL PROTECTED]> wrote on 19/12/2003 07:00:10 AM: > Hi all > I went through

Re: Maven Site Usability

2003-12-18 Thread Chad McHenry
Jason van Zyl wrote: On Thu, 2003-12-18 at 16:29, Chad McHenry wrote: One thing I'd like to see changed is having "JavaDocs" and "Source Xref" promoted from being "Project Reports". I would consider these more than just reports: they are significant documentation! There's even a "JavaDoc R

Re: [Patch avaible] Re: jdiff plugin

2003-12-18 Thread Emmanuel Venisse
I applied it with some modification. Emmanuel - Original Message - From: "Nicolas De Loof" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Thursday, December 18, 2003 4:35 PM Subject: [Patch avaible] Re: jdiff plugin > I made it work ! > > I join to this mail a cvs

Re: Maven Site Usability

2003-12-18 Thread Jason van Zyl
On Thu, 2003-12-18 at 16:29, Chad McHenry wrote: > One thing I'd like to see changed is having "JavaDocs" and "Source Xref" > promoted from being "Project Reports". I would consider these more than > just reports: they are significant documentation! There's even a > "JavaDoc Report" to emphasi

maven.repo.remote as a local filesystem

2003-12-18 Thread Amnon Khen
Hi Maven folk, Is it possible to add a directory on the company LAN to maven.repo.remote using the file:// protocol? I need to do it because we haven't yet completely migrated to Maven, and we have a central built artifacts reposaitory on our LAN, in which I wanna search for and retrieve to maven

Re: JCoverage Plugin Report problem

2003-12-18 Thread VLADIMIR TERZIC
oro-2.0.7.jar i would think it is my pc but i tried this on win2k and linux maven 1.0-rc1 installs and had same problem. alsoall my other maven reports/pages work fine thanks vlad >>> [EMAIL PROTECTED] 12/18/03 02:21PM >>> It's very curious. You have some strange problems on your machine.

Re: Maven Site Usability

2003-12-18 Thread Chad McHenry
One thing I'd like to see changed is having "JavaDocs" and "Source Xref" promoted from being "Project Reports". I would consider these more than just reports: they are significant documentation! There's even a "JavaDoc Report" to emphasize the point! ...Chad Jason van Zyl wrote: Howdy, Pro

Re: JCoverage Plugin Report problem

2003-12-18 Thread Emmanuel Venisse
It's very curious. You have some strange problems on your machine. It works fine for me and for other users. My link is Could you check your oro jar file? Emmanuel - Original Message - From: "VLADIMIR TERZIC" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 18, 200

Adding Version Numbers To Generated Artifacts?

2003-12-18 Thread conradwt
Hi, I read through the documentation on Maven and I would like to get some information on using Maven to build web applications (i.e. directory layout and project file). Thus, if anyone has recommendations on how to do this, please post to the mailing list or send me an e-mail. Thanks in advan

Adding Version Numbers To Generated Artifacts?

2003-12-18 Thread conradwt
Hi, I would like to add the version numbers to the generated artifacts (i.e. jar, war, and ear files). Also, I would like to have the number formated as follows: = ... For example, 10.2.3.25 or 0.0.1.35 would be valid version numbers for me. Also, the format of the jar, ear, and war files

JCoverage Plugin Report problem

2003-12-18 Thread VLADIMIR TERZIC
jcoverage generated report seems to lose its style settings in all but root directory. it seems that reference to stylesheet contains escape characters example shoud be i get same behaviour on windows and linux under 1.0.1 and 1.0.2 plugins any help would be appreciated thanks vlad -

RE: Shared dependencies for jar and war

2003-12-18 Thread Gregory Joseph
Jeff, How about having your sub* project.xml's extend a main one which would state these dependencies? (../project.xml...) greg -Original Message- From: Jefferson K. French [mailto:[EMAIL PROTECTED] Sent: jeudi 18 décembre 2003 21:05 To: Maven Subject: Shared dependencies for jar and war

Shared dependencies for jar and war

2003-12-18 Thread Jefferson K. French
I'm in the process of migrating a J2EE Ant project to Maven. I'm using multiproject and setting up three subprojects, one each for the JarSub, WarSub, and EarSub. Many of the third-party jars used to build JarSub are also needed at runtime in the war. Is there a better way to reference those depend

Newbie problem with javadoc under 1.4

2003-12-18 Thread Eric Giguere
Hi all I went through the list of message and didn't find all that I was looking for :( I'm currently moving from ant build/deploy script to the maven tool. I can run now a java:compile on the project file but all attempts to site:generate fails, due to the javadoc plugin issue with jdk 1.4 ( co

RE: getting artifact:deploy to work

2003-12-18 Thread Amnon Khen
Hi all, I got it to work! The solution was very simple: I was using maven 1.0 beta 10 instead of 1.0rc1... Sorry for bothering you. Have a good weekend (and also a happy Hanukkah!) Amnon -Original Message- From: Amnon Khen [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 21:28

Re: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread Emmanuel Venisse
I check it on ibiblio, and it's correct. - Original Message - From: "VLADIMIR TERZIC" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 18, 2003 7:30 PM Subject: Re: [ANNOUNCE] JCoverage Plugin i am glad you mentioned jar file because i think that is the actual proble

getting artifact:deploy to work

2003-12-18 Thread Amnon Khen
Hi all, Does anybody have an idea how to get the artifact plugin to work? I have the following namespace definition on my maven.xml: xmlns:artifact="artifact" I have the following goal: I configured the properties as instructed in the plugin page on the maven website. But nothing wor

Re: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread VLADIMIR TERZIC
i am glad you mentioned jar file because i think that is the actual problem i tried extracting jcoverage/jars/jcoverage-1.0.5.jar and it was corrupt. i replaced the file with one from jcoverage website and everything started to work. you may need to check file you are distributing my two cents o

Re: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread Emmanuel Venisse
- Original Message - From: "Jason van Zyl" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Thursday, December 18, 2003 7:23 PM Subject: Re: [ANNOUNCE] JCoverage Plugin > On Thu, 2003-12-18 at 13:06, Emmanuel Venisse wrote: > > Reports are similar, but JCoverage is u

Re: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread Jason van Zyl
On Thu, 2003-12-18 at 13:06, Emmanuel Venisse wrote: > Reports are similar, but JCoverage is under GPL and Clover not free for non > OSS projects. I would rather pay for something than use the GPL. > Clover is better than JCoverage for report result. Personnaly, I prefer use > Clover for OSS proj

Re: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread Emmanuel Venisse
Yes, my report is the better ;-) - Original Message - From: "Erdfelt, Joakim" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]> Sent: Thursday, December 18, 2003 7:08 PM Subject: RE: [ANNOUNCE] JCoverage Plugin > > So how does the JCoverage report compare to the clover re

Re: dependencies of test classes

2003-12-18 Thread Emmanuel Venisse
- Original Message - From: "Hefner, Andreas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 18, 2003 6:32 PM Subject: dependencies of test classes > Hi everybody, > > We are using maven as our build system in a major project. We strictly separated our sources into

Re: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread Emmanuel Venisse
- Original Message - From: "Jason van Zyl" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Thursday, December 18, 2003 7:00 PM Subject: Re: [ANNOUNCE] JCoverage Plugin > On Thu, 2003-12-18 at 12:59, Jason van Zyl wrote: > > On Thu, 2003-12-18 at 12:37, Emmanuel Veni

RE: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread Erdfelt, Joakim
> So how does the JCoverage report compare to the clover report? Here's some live on-line examples for you to check out. Jcoverage Stand Alone report : http://pbsaccounting.sourceforge.net/devel/report/ Report (as generated from maven): http://db.apache.org/torque/jcoverage/ http://j

Re: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread Emmanuel Venisse
Reports are similar, but JCoverage is under GPL and Clover not free for non OSS projects. Clover is better than JCoverage for report result. Personnaly, I prefer use Clover for OSS projects. Do you have test it for see the result? Emmanuel - Original Message - From: "Jason van Zyl" <[EM

Re: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread Jason van Zyl
On Thu, 2003-12-18 at 12:59, Jason van Zyl wrote: > On Thu, 2003-12-18 at 12:37, Emmanuel Venisse wrote: > > So how does the JCoverage report compare to the clover report? Oh, I thought it was free but the pay versions seems more comparable to Clover. -- jvz. Jason van Zyl [EMAIL PROTECTED] ht

dependencies of test classes

2003-12-18 Thread Hefner, Andreas
Hi everybody, We are using maven as our build system in a major project. We strictly separated our sources into productive java sources (below src/java) and test sources (below src/test). Some dependencies (like junit and abbot) will only be used by the test classes and not by the productive cl

Re: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread Jason van Zyl
On Thu, 2003-12-18 at 12:37, Emmanuel Venisse wrote: So how does the JCoverage report compare to the clover report? -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to b

Re: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread Emmanuel Venisse
It's in your local repository in jcoverage/jars/jcoverage-1.0.5.jar The content is : instrument=com.jcoverage.ant.InstrumentTask merge=com.jcoverage.ant.MergeTask report=com.jcoverage.ant.CoverageReportTask check=com.jcoverage.ant.CheckTask Emmanuel - Original Message - From: "VLADIMIR

Re: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread VLADIMIR TERZIC
no i don't have it... is that maven related file? could you sent me sample tasks.properties file thanks vlad >>> [EMAIL PROTECTED] 12/18/03 10:37AM >>> OK, I think I find your problem!!! I don't like this lines in your trace : [taskdef] Could not load definitions from resource tasks.propert

Re: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread Emmanuel Venisse
OK, I think I find your problem!!! I don't like this lines in your trace : [taskdef] Could not load definitions from resource tasks.properties. It could not be found. [SNIP] Apparently, the plugin doesn't find ant task definitions in tasks.properties that is present in jcoverage jar. Do you

Re: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread VLADIMIR TERZIC
notes: - notice that java:compile works over 85 source files where jcoverage is running on 2 files - test:compile is now reporting resolve issues (i only put one it) thanks vlad [taskdef] Could not load definitions from resource tasks.properties. It could not be found. java:prepare-filesyst

RE: using cactus with external dependencies

2003-12-18 Thread Vincent Massol
> -Original Message- > From: Stephane Nicoll [mailto:[EMAIL PROTECTED] > Sent: 18 December 2003 17:13 > To: Maven Users List > Subject: RE: using cactus with external dependencies > > Hello Vincent, > > Thank you but I already tried that. The dependencies are ejb module (We > are > test

RE: using cactus with external dependencies

2003-12-18 Thread Stephane Nicoll
Hello Vincent, Thank you but I already tried that. The dependencies are ejb module (We are testing ejbs, session beans, etc). Putting them in the WAR won't deploy them, we need an ear for this. Besides, we just noticed that cactus will put the classes of the project under the WEB-INF/classes direc

RE: using cactus with external dependencies

2003-12-18 Thread Vincent Massol
Hi Stephane, Yes, it is possible. Simply make sure your other modules are included in your war by tagging them with war.bundle (see the war plugin doc). -Vincent > -Original Message- > From: Stephane Nicoll [mailto:[EMAIL PROTECTED] > Sent: 18 December 2003 16:57 > To: Maven user list (E

Re: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread Emmanuel Venisse
Could you run maven clean jcoverage? Do you have errors? Emmanuel - Original Message - From: "VLADIMIR TERZIC" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 18, 2003 4:14 PM Subject: Re: [ANNOUNCE] JCoverage Plugin notes - my eclipse output folder is set to C:\wo

using cactus with external dependencies

2003-12-18 Thread Stephane Nicoll
Hello list, We use cactus inside a JBoss container to test our modules. All our modules depends on some other ejb-jar modules. My question is: I have module A depending on module B,C,D (I have the ejb-jars in my repository). Is it possible somehow to deploy B,C,D while running cactus tests? Than

[Patch avaible] Re: jdiff plugin

2003-12-18 Thread Nicolas De Loof
I made it work ! I join to this mail a cvs patch for jdiff plugin. It would be a good thing that any maven master take a look at it as I needed to set some value using local repository path : ${user.home}/.maven/repository... Notice jdiff has a 1.0.9 version that isn't in ibiblio repository.

Re: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread VLADIMIR TERZIC
notes - my eclipse output folder is set to C:\workspace\projects\extweb_cust_struts/target/classes in project.properties - when instrumenting jcoverage plugin finds 2 files in that directory but it does not traverse down the path to find other classes (80+ of them) let me know if you need more

Re: jdiff plugin

2003-12-18 Thread Nicolas De Loof
I made some simple changes in plugin.jelly and jdiff goal now get sources from CVS for the two versions to compare. But when plugin calls javadoc I get [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] javadoc: Cannot find doclet class jdiff.JDiff [javadoc] 1 er

Re: jdiff plugin

2003-12-18 Thread Emmanuel Venisse
Apparently, you're the first person that use this plugin since a long time. I think we don't update it when we modify maven apis. If you have a patch, it will be xelcome. Emmanuel - Original Message - From: "Nicolas De Loof" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]>

jdiff plugin

2003-12-18 Thread Nicolas De Loof
Hello all, I'm trying to use the jdiff plugin with maven 1.0 RC1 I got it from CVS and done a "maven plugin:install" now, when I use "maven jdiff" I get this error : BUILD FAILED File.. file:/C:/Documents and Settings/ndeloof/.maven/plugins/maven-jdiff-plugin-1.1/ Element... maven:makeRela

Re: javadoc plugin error

2003-12-18 Thread Emmanuel Venisse
maven.javadoc.useexternalfile=true Emmanuel - Original Message - From: <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Thursday, December 18, 2003 3:04 PM Subject: javadoc plugin error > > I've an error with the javadoc plugin. I think the problem is there is too m

Re: javadoc plugin error : java.io.IOException: CreateProcess

2003-12-18 Thread emmanuel . boudrant
Ok, I found the solution ;) use the property maven.javadoc.useexternalfile=true -emmanuel Selon [EMAIL PROTECTED]: > > I've an error with the javadoc plugin. I think the problem is there is too > much > dependencies in the project. So the command line used to launch javadoc.exe > is > very

javadoc plugin error

2003-12-18 Thread emmanuel . boudrant
I've an error with the javadoc plugin. I think the problem is there is too much dependencies in the project. So the command line used to launch javadoc.exe is very long and it is not complete, an error is raised. Is there any solution ? BUILD FAILED File.. file:/C:/Documents and Settings/eb

Re: Subversion Support...

2003-12-18 Thread Emmanuel Venisse
Subversion is supported by maven in changelog plugin. This plugin generates a file that list all modifications. If you want more features, you can see maven-scm (http://blogs.codehaus.org/people/emmanuel/archives/mavenscm.html). It's use in the next maven version Emmanuel - Original Message

Re: Subversion Support...

2003-12-18 Thread Mikael Lundgren
Subversion is supported... sort of. Later versions of Subversion have changed the format of the svn log -v command which confuses maven. There is an effort mentioned on this list to create an SCM plugin that supports a number of SCM products which could be used by other plugins. I'm not sure o

Subversion Support...

2003-12-18 Thread Info - Demerson
I was wondering... Is Subversion fully suported in Maven now? I heard that some things, like Changelog, was not really OK... __ Demerson Zounar Analista de Suporte Cia Zaffari Com e Ind Porto Alegre - RS [EMAIL PROTECTED] ---

RE: why repository is set per user?

2003-12-18 Thread Alexei Barantsev
Hi, I know one good reason why local repository is set per user, and if I remember history it was the main reason why this change was implemented since beta-9. The matter is that local repository contains not only external depencencies of a project you develop. It contains also the developed arti

Re: Zips in project dependency (solved).

2003-12-18 Thread jan-helge . bergesen
I did find a solution 15 minutes after sending the previous mail (of course). The solution seem to be writing: zerog jar IAClasses IAClasses.zip lib/ext in view Then all is well. [EMAIL PROTECTED] 18.12.2003 11:31 Please resp

Zips in project dependency.

2003-12-18 Thread jan-helge . bergesen
Greetings all. I'm new to this list, and indeed to Maven also. I'm currently evaluating Maven for use in our build system, and I've come across a problem I haven't found a solution to in the docs - or through googling the web. The problem is this; I've selected the lowest level component in ou

use of ${mave.build.dir} in project.xml/resources

2003-12-18 Thread J. Matthew Pryor
I did search the archives for this, but the arhive search doesn't seem to handle dots all that well anyway .. ${basedir}/target/xdoclet/hibernatedoclet **/*.hbm.xml

Re: maven cvs help....

2003-12-18 Thread dion
What's your error message? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Deepak Sable" <[EMAIL PROTECTED]> wrote on 18/12/2003 05:56:42 PM: > > > Hi , > > I have started using Maven and am not sure how do i use my cvs reposirotry in it. > Accordin

Re: maven cvs help....

2003-12-18 Thread Emmanuel Venisse
scm|cvs|pserver|[EMAIL PROTECTED]|e:/cvs/repository|your_module< /connection> Emmanuel - Original Message - From: "Deepak Sable" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 18, 2003 7:56 AM Subject: maven cvs help

Re: maven cvs help....

2003-12-18 Thread Brice Copy
Deepak, I think you need help with CVS, rather than help with Maven. I'm sending a quick email to get you started, but this subject is not suitable for the maven user list. Cheers Brice - To unsubscribe, e-mail: [EMAIL PROT

Re: Dependencies - naming,format of etc

2003-12-18 Thread dion
"Clowes, Stan, Technology VM" <[EMAIL PROTECTED]> wrote on 18/12/2003 02:14:18 AM: > Hi, > > New to maven and looking to use within our project. However I have some > questions about dependencies: > > The format of the location of a dependency seems very rigid i.e. : > > ${repo}/${groupId}/${

maven cvs help....

2003-12-18 Thread Deepak Sable
Hi , I have started using Maven and am not sure how do i use my cvs reposirotry in it. According to some documents ,I have put in in project.xml.I tried doing that but it is saying build failed. I am having problems of using it in maven and setting up the url. like i have [EMAIL PROTECTED] e: