Re: Javadoc Cross Reference

2003-11-19 Thread dion
If it is a problem with the javadoc plugin, please send a fix back for us. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> wrote on 20/11/2003 07:03:07 AM: > * Alain Javier Guarnieri del Gesu <[EMAIL PR

Re: JDBC 2.0 Jar

2003-11-19 Thread dion
What's the or of that dependency? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Derick Fernando" <[EMAIL PROTECTED]> wrote on 20/11/2003 06:56:26 AM: > Hi, > > I tried renaming it as well, no cigar. > I commented out the dependency for now, build wo

Re: Variable substitution in xdocs

2003-11-19 Thread dion
>From memory the xdocs plugin will look in target/navigation.xml for a generated file in preference to ${maven.docs.src}/navigation.xml. multiproject uses this to pre-process the nav file. You could simply steal the stuff from multiproject. -- dIon Gillard, Multitask Consulting Blog: ht

Hibernate SchemaExport ???

2003-11-19 Thread Eric Chow
Hello, Would you please to teach me how I can define goal for exporting schema ofHibernate mapping files??? Eric == If you know what you are doing, it is not called RESEARCH! ==

Re: PMD report exclusions

2003-11-19 Thread dion
This is definitely a bug. Please raise it in Jira. I've got a fix ready to go. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ <[EMAIL PROTECTED]> wrote on 18/11/2003 02:59:28 AM: > > I'm producing a PMD report on my code, but I want to exclude some >

Re: Jalopy and rt.jar

2003-11-19 Thread dion
Hi Brian, Brian Burridge <[EMAIL PROTECTED]> wrote on 18/11/2003 03:36:52 AM: > When I run maven jalopy:format I get the error below. How do I tell it > where to find rt.jar? Not sure, but, > jalopy:format: > [jalopy] Jalopy Java Source Code Formatter 1.0b10 > [jalopy] Could not find th

Re: small error in plugin.jelly in maven-webserver-plugin-2.0-dev

2003-11-19 Thread dion
Which version of Maven is this? 2.0-dev has been around a long time unfortunately, and my copy of plugin.jelly (v1.19) has the correct question mark. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Mylene Reiners <[EMAIL PROTECTED]> wrote on 18/11/2003 1

Re: Checkstyle problem

2003-11-19 Thread dion
"Serkan GUNES" <[EMAIL PROTECTED]> wrote on 17/11/2003 07:56:01 PM: > Hello > > I have some problems about the maven checkstyle plugin. > I am using maven-checkstyle-plugin2.1. I have issued maven > checkstyle command at my project home directory. First I got a > warning like this. > [snip]

RE: Variable substitution in xdocs

2003-11-19 Thread O'Fallon, Paul (MAN-Corporate)
My experience has been that navigation.xml is run through velocity in a multiproject build (actually in the multiproject plugin), but not when simply running "maven site". It would be great to have navigation.xml run through velocity in both cases (for consistency's sake -- I pulled my hair out wo

Variable substitution in xdocs

2003-11-19 Thread Jeffrey Bonevich
I want to refer to pom specific values in my navigation.xml file (i.e. current version, etc.). Can I do variable substitution in xdoc plugin? Since it is velocity based I assume so, but I can find no documentation that tells me what variables I can refer to. ${pom} and ${reactorProject} do n

RE: deploy-snapshot vs. war:deploy-snapshot and ear:deploy-snapsh ot

2003-11-19 Thread Brett Porter
Hi Leif, (Sorry for CC'ing back to the list again, but they'll probably want to review this) Sounds like a good idea - perhaps a new protocol could be added to artifact (scpexe:// ?) that uses the mentioned parameters. Alternatively, it might be a branch of the existing protocl based on another p

RE: deploy-snapshot vs. war:deploy-snapshot and ear:deploy-snapsh ot

2003-11-19 Thread Brett Porter
Your analysis is correct. Artifact needs to be more friendly to SSH, jar:deploy should use artifact. The reason it hasn't moved is because of the fact that artifact still needs more work. Cheers, Brett > -Original Message- > From: Leif Nelson [mailto:[EMAIL PROTECTED] > Sent: Thursday,

jar:deploy-snapshot vs. war:deploy-snapshot and ear:deploy-snapshot

2003-11-19 Thread Leif Nelson
Hi all- I'm confused about deployments with maven rc1. I have the jar deployment stuff working perfectly. Setting these properties: maven.repo.central=myrepo.mycompany maven.repo.central.directory=/www/maven-repo maven.username=lnelson maven.remote.group=users maven.ssh.executable=plink maven.

RE: Finding artifact dependencies

2003-11-19 Thread Brett Porter
> Also, while we're talking about ibiblio, wouldn't it be nice > if we as project managers could retain control over our own > release cycles by deploying to a public webserver controlled > by us? Then, this dependency analyzer-on-steriods could > perform some kind of lookup to determine which

RE: Finding artifact dependencies

2003-11-19 Thread John Casey
Also, while we're talking about ibiblio, wouldn't it be nice if we as project managers could retain control over our own release cycles by deploying to a public webserver controlled by us? Then, this dependency analyzer-on-steriods could perform some kind of lookup to determine which site to act

RE: Finding artifact dependencies

2003-11-19 Thread Sonnek, Ryan
I think that if this was a supported feature, there would be several projects that would migrate to the maven distributed POM due to greater exposure and easier implementation. You just can argue with ease of use! If there are high profile projects that ignore the distribution of the POM, they cou

RE: Finding artifact dependencies

2003-11-19 Thread Steve Garcia
I (for one) would love to see a feature like this. This would as cool, perhaps even cooler, than the existing artifact dependency feature Maven has so elegantly employed. I presume that this would require that each individual project deploy meta-data about what their dependencies are...wait that

Re: Subversion changelog

2003-11-19 Thread Mikael Lundgren
I have no idea about how to put the patch into Jira, it seems I would need to log in but I have no login So... here is a patch... through mail ;-) If anyone wants to put it into Jira please do! *** SvnChangeLogParser.java Wed Nov 19 19:32:53 2003 --- /Projekt/maven/src/plugins-build/

Re: Javadoc Cross Reference

2003-11-19 Thread Alain Javier Guarnieri del Gesu
* Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> [2003-11-19 01:56]: > The Javadoc for my project does not contain cross-reference links to > classes and interfaces in the same project. Source XRef works fine. > > Any ideas on where to look for clues? I set the value: maven.javadoc.links =

Re: JDBC 2.0 Jar

2003-11-19 Thread Derick Fernando
Hi, I tried renaming it as well, no cigar. I commented out the dependency for now, build worked fine which is all I need for the moment. Thanks for your help, Derick - Original Message - From: "Emmanuel Venisse" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Wednes

Re: Subversion changelog

2003-11-19 Thread Emmanuel Venisse
Could put a patch in Jira? We apply it asap. Thanks Emmanuel - Original Message - From: "Mikael Lundgren" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Wednesday, November 19, 2003 7:39 PM Subject: Re: Subversion changelog > Well, > > that was it... after some e

Re: JDBC 2.0 Jar

2003-11-19 Thread Jason van Zyl
On Wed, 2003-11-19 at 13:19, Derick Fernando wrote: > Hello, > > I'm trying to build middlegen and I get the following: > > | Attempting to download jdbc-2.0.jar. > | WARNING: Failed to download jdbc-2.0.jar. > | The build cannot continue because of the following unsatisfied dependency: > | > | j

Re: JDBC 2.0 Jar

2003-11-19 Thread Emmanuel Venisse
The jar name is jdbc-2.0.jar and not jdbc2_0-stdext.jar Emmanuel - Original Message - From: "Derick Fernando" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 19, 2003 7:19 PM Subject: JDBC 2.0 Jar > Hello, > > I'm trying to build middlegen and I get the following:

Re: Subversion changelog

2003-11-19 Thread Mikael Lundgren
Well, that was it... after some experimenting I now get a working changelog in maven! One line of code had to change... Here is the original code in org/apache/maven/svnlib/Attic/SvnChangeLogParser.java: /** The pattern used to match svn header lines */ private static final String patt

RE: Translate Maven in French

2003-11-19 Thread Vincent Massol
You'll need to use the Jelly fmt tag library to separate text messages from report logic. -Vincent > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 19 November 2003 17:40 > To: Maven Users List > Subject: Re: Translate Maven in French > > Excellente idee !

Re: Translate Maven in French

2003-11-19 Thread dgirard
Excellente idee ! Si tu veux un coup de main... didier Selon Charles-Alexandre Sabourdin <[EMAIL PROTECTED]>: > Hi, > I am willing to translate the maven report into french but I not know how > to > do so, does any-one have a suggestion ? > > > > > -- > Charles-Alexandre > SABOURDI

RE: Maven: Getting a Code Line Count

2003-11-19 Thread Vincent Massol
You can also use the clover plugin... In addition to providing test code coverage it also gives LOC and NCLOC -Vincent > -Original Message- > From: O'Fallon, Paul (MAN-Corporate) [mailto:[EMAIL PROTECTED] > Sent: 19 November 2003 18:38 > To: Maven Users List > Subject: RE: Maven: Getting

Finding artifact dependencies

2003-11-19 Thread Kevin Pearcey
How do I found out what the dependencies for a given artifact are? Example: I can place a dependency on struts-1.1 in project.xml, which will be fine for compilation, but to deploy an app using this I need a whole bunch of stuff that struts depends on, and I can't see any thing under struts on ibi

JDBC 2.0 Jar

2003-11-19 Thread Derick Fernando
Hello, I'm trying to build middlegen and I get the following: | Attempting to download jdbc-2.0.jar. | WARNING: Failed to download jdbc-2.0.jar. | The build cannot continue because of the following unsatisfied dependency: | | jdbc-2.0.jar (try downloading from http://java.sun.com/products/jdbc/)

RE: how to use Hibernate in Maven?

2003-11-19 Thread Steve Garcia
XDoclet does have a hibernate javadoc tag library to easily make the Hibernate O/R mapping files. > -Original Message- > From: Konstantin Priblouda [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 19, 2003 2:59 AM > To: Maven Users List; Eric Chow > Subject: Re: how to use Hibernate

Re: Subversion changelog

2003-11-19 Thread Mikael Lundgren
Hmmm, it seems that subversion 0.33.0 changed the format of the data created by running svn log... from http://svn.collab.net/repos/svn/trunk/CHANGES the following line: * 'svn log' output headers now say "r | " instead of "rev : " Could this be the problem? I checked the sources for

RE: Maven: Getting a Code Line Count

2003-11-19 Thread O'Fallon, Paul (MAN-Corporate)
There is maven plugin for JavaNCSS: http://maven-plugins.sourceforge.net/maven-javancss-plugin/index.html - Paul > -Original Message- > From: Brian Burridge [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 19, 2003 12:02 PM > To: Maven Users List > Subject: Maven: Getting a Code Li

Maven: Getting a Code Line Count

2003-11-19 Thread Brian Burridge
Is there any plugins, or any way in Maven, to get a count of all the lines of code? (the actual lines of code as opposed to whitespace). Brian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

PMD not recognizing property settings when added as a report in project.xml

2003-11-19 Thread Brian Burridge
I have added 'maven.pmd.enable=false' to my project.properties (just to test picking up the properties) and have added the pmd plugin as a report in project.xml. However pmd still runs. But, when I run 'maven pmd' then it does look at the property I set, and does not run (and I can toggle it back a

Re: Translate Maven in French

2003-11-19 Thread Emmanuel Venisse
Hi / Salut, You should translate all jsl files. Emmanuel - Original Message - From: "Charles-Alexandre Sabourdin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 19, 2003 4:31 PM Subject: Translate Maven in French > Hi, > I am willing to translate the maven

Re: Creating another checkstyle target

2003-11-19 Thread John D Taylor (ROE)
I wish I knew - I've been struggling with the same problem. Many of the plugins only seem to process the src directory unfortunately - e.g. javadoc & checkstyle. It's not a very satisfactory solution, but I've created a separate POM which simply declares my test code to be the source code. I know

RE: external entity problem

2003-11-19 Thread Dahlen Jr, Shawn M
Thanks.. it worked when I used the value: file:../suites-master/builder-depend.xml Shawn D. -Original Message- From: Paul Libbrecht [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 9:19 AM To: Maven Users List Subject: Re: external entity problem You might be hitting the sa

Translate Maven in French

2003-11-19 Thread Charles-Alexandre Sabourdin
Hi, I am willing to translate the maven report into french but I not know how to do so, does any-one have a suggestion ? -- Charles-Alexandre SABOURDIN - - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Subversion changelog

2003-11-19 Thread Heiko Kundlacz
[EMAIL PROTECTED] wrote: Heiko Kundlacz <[EMAIL PROTECTED]> wrote on 19/11/2003 07:12:28 AM: As I know Subversion isn't support. If you want to use subversion you should write your own plugin based on: http://jsvn.alternatecomputing.com/ They provide an ant task you can implement. I tried

Re: external entity problem

2003-11-19 Thread Paul Libbrecht
You might be hitting the same problem as I had: the InputSource is not appropriately set with the setSystemId hence the parser expects that the file being parsed is in the local directory or that it is an absolute URL... Also try with file://../suites maybe but I don't think it should be the c

external entity problem

2003-11-19 Thread Dahlen Jr, Shawn M
Hello - I'm having an issue with an external entity declared in one of my maven projects. The external entity is relative to the current project, yet it seems that the URI is expanded and it believes my drive letter is a host that cannot be found. Below is the reference: ]> Is there an issu

Re: too many files open; goal maven-jxr-plugin:report

2003-11-19 Thread Emmanuel Venisse
Ok, apparently, we don't close the stream after parsing files. I don't have time for the moment for look at it. Perhaps you can try to write a patch for JavaFileImpl in the jxr plugin that close the stream. Emmanuel - Original Message - From: "Robert McKinnon" <[EMAIL PROTECTED]> To: "M

RE: too many files open; goal maven-jxr-plugin:report

2003-11-19 Thread Erdfelt, Joakim
I get this too. (project with over 4,100 files). After an investigation, (truss on solaris and such), we found that many plugins (or it could be the JVM's fault) don't free up their file handles, and we exhaust our ulimit of 1024 open FD. JXR opens a ton of files. So does other plugins. We solved

AW: String trim

2003-11-19 Thread Rademacher Tobias
Trimming is possible from every jelly tag. just set trim attribute to true: e.g. ${maven.bla.bli.blu} > -Ursprüngliche Nachricht- > Von: Jon Strayer [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 19. November 2003 14:45 > An: 'Maven Users List' > Betreff: String trim > > How do you

RE: too many files open; goal maven-jxr-plugin:report

2003-11-19 Thread Robert McKinnon
java.io.FileNotFoundException: /export/home/mckinnon/cvs/brm/src/com/alabanza/brm/products/SellRelationship TypeRemote.java (Too many open files) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(FileInputStream.java:106) at java.io.FileInputStream.(

String trim

2003-11-19 Thread Jon Strayer
How do you trim a string in Jelly? I had a problem where the checkstyle plugin stoped being able to find my checkstyle settings. I traced it down to trailing spaces in the project.properties file. -- Hell hath no fury like a vested interest masquerading as a moral principle. ---

Re: too many files open; goal maven-jxr-plugin:report

2003-11-19 Thread Emmanuel Venisse
Could you send us the stack trace? Emmanuel - Original Message - From: "Robert McKinnon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 19, 2003 2:31 PM Subject: too many files open; goal maven-jxr-plugin:report > All, > > I am in the middle of a large project, s

too many files open; goal maven-jxr-plugin:report

2003-11-19 Thread Robert McKinnon
All, I am in the middle of a large project, so far the project has roughly 2,500 source java files. When I run the maven goal "maven-jxr-plugin:report" I get the following error after several hundred files have been processed: "java.io.FileNotFoundException" .../.java (Too many open files). I wa

AW: [java:compile] RC1 and ${maven.compile.source}

2003-11-19 Thread Rademacher Tobias
Thx It works ;-) > -Ursprüngliche Nachricht- > Von: Barbier Gabriel [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 19. November 2003 13:17 > An: Maven Users List > Betreff: RE: [java:compile] RC1 and ${maven.compile.source} > > To avoid this problem you can use in file project

RE: [java:compile] RC1 and ${maven.compile.source}

2003-11-19 Thread Barbier Gabriel
To avoid this problem you can use in file project.properties : maven.compile.source=1.4 maven.compile.target=1.4 maven.javadoc.source=1.4 maven.test.source=1.4 gab. -Message d'origine- De : Rademacher Tobias [mailto:[EMAIL PROTECTED] Envoyé : mercredi 19 novembre 2003 11:25 À : '[EMAIL P

RE: Unable to download the initial jar files

2003-11-19 Thread nick.giles
It uses http, as indicated by the full address it's trying to resolve: http://www.ibiblio.org/maven/ant/jars/ant-1.5.3-1.jar Since that does resolve to a jar file, either you were trying during the server outage mentioned elsewhere on this list, or you are correct in your assertion that you're

RE: how to use Hibernate in Maven?

2003-11-19 Thread Eric Pugh
I think someone just sent a ant task to the hibernate dev mailing list for doing just that.. The Hibernate Maven plugin needs attention, so if you are really fired up about it, adding in those integrations to it would be nice. Eric > -Original Message- > From: Eric Chow [mailto:[EMAIL PR

RE: Muliproject example

2003-11-19 Thread Eric Pugh
http://xingu.sf.net or http://jakarta.apache.org/turbine/fulcrum > -Original Message- > From: Lester Ward [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 18, 2003 8:59 PM > To: Maven User Mailing List (E-mail) > Subject: Muliproject example > > > Can anyone provide me with a non-tri

Re: how to use Hibernate in Maven?

2003-11-19 Thread Konstantin Priblouda
--- Eric Chow <[EMAIL PROTECTED]> wrote: > Hi, > > Thank you for your reply. > I am now can use Hibernate in Maven now. > Another question, how can I generate > "hibernate.cfg.xml" with Maven ??? Does xdoclet generates this? ( never used it to do that ) If yes - just activate subtask. I use pr

Re: how to use Hibernate in Maven?

2003-11-19 Thread Eric Chow
Hi, Thank you for your reply. I am now can use Hibernate in Maven now. Another question, how can I generate "hibernate.cfg.xml" with Maven ??? Eric - Original Message - From: "Konstantin Priblouda" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]>; "Eric Chow" <[EMAIL PROT

[java:compile] RC1 and ${maven.compile.source}

2003-11-19 Thread Rademacher Tobias
Hi Folks, I'm upgraded to RC1 and have now problems compiling a project which uses assert keyword. Whe I set ${maven.compile.source} to 1.4 the problem should be compilable as in beta-9. Has the property name changed or is this a bug? Here the output I got: java:compile: [echo] Compiling to

RE: Using local repository

2003-11-19 Thread egglersim
Hmm, great... Accessing cvs via cvsgrab sucks simon -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 19. November 2003 11:09 To: Maven Users List Subject: Re: Using local repository In cvs :-) Emmanuel - Original Message - From: <[EMA

Re: Using local repository

2003-11-19 Thread Nicolas De Loof
You can make it work with maven RC1 with this syntax : maven.repo.remote=file:/path_to_remote_repo (only one "/") RFC compliant URL for "maven.repo.remote" property has been corrected in RC2. Nico. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 1

Re: Using local repository

2003-11-19 Thread Emmanuel Venisse
In cvs :-) Emmanuel - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 19, 2003 11:01 AM Subject: RE: Using local repository And where can i get rc2? simon -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent:

RE: Using local repository

2003-11-19 Thread egglersim
And where can i get rc2? simon -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 19. November 2003 10:53 To: Maven Users List Subject: Re: Using local repository maven.repo.remote=file://[hostname]/path_to_remote_repo You must use maven rc2. In previo

Re: Using local repository

2003-11-19 Thread Emmanuel Venisse
maven.repo.remote=file://[hostname]/path_to_remote_repo You must use maven rc2. In previous version, that doesn't work correctly. I fixed it in rc2 Emmanuel - Original Message - From: "Paul Libbrecht" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Wednesday, Novemb

Re: Using local repository

2003-11-19 Thread Paul Libbrecht
On Mercredi, nove 19, 2003, at 09:36 Europe/Paris, <[EMAIL PROTECTED]> wrote: Et all, I would like to use a non http (filesystem on winnt share) local repository. E.g. in project.properties: maven.repo.remote=file:/hostname/share/some/where/maven But it doesnt' seem to work? Any clues? How

Re: how to use Hibernate in Maven?

2003-11-19 Thread Konstantin Priblouda
--- Eric Chow <[EMAIL PROTECTED]> wrote: > Hello, > > Is there any example to use maven to generate > Hibernate related files ??? > Hibernate wiki? http://www.hibernate.org/134.html regards, = [ Konstantin Pribluda ( ko5tik ) ] Zu Verstärkung meines Teams suche ich ab

Re: Subversion changelog

2003-11-19 Thread Mikael Lundgren
Thanks for the replies! My connection string is set to scm:svn:http://127.0.0.1/repos/leanon/leif/trunk I incorrectly copied the wrong line from my project.xml file, but I don't think this matters much. When i run svn log -v from the directory I get the expected log output which is defintitiv

RE: Any success with Dashboard plugin and Reactor?

2003-11-19 Thread Vincent Massol
The dashboard uses the following includes property to look for projects: maven.dashboard.includes=*/project.xml Thus, if you run the dashboard from /masterproject it won't work. By default all maven plugins using reactor assume the master project is at the top with subprojects nested. You can wo

Using local repository

2003-11-19 Thread egglersim
Et all, I would like to use a non http (filesystem on winnt share) local repository. E.g. in project.properties: maven.repo.remote=file:/hostname/share/some/where/maven But it doesnt' seem to work? Any clues? Cheers, simon --

how to use Hibernate in Maven?

2003-11-19 Thread Eric Chow
Hello, Is there any example to use maven to generate Hibernate related files ??? Eric == If you know what you are doing, it is not called RESEARCH! == - To unsubscribe, e-mail: [