inheriting report definitions

2003-06-12 Thread Paul Rule
Hi, Are the reports definitions inherited recursively when using the extend tag? It seems that dependencies are inherited for at least 2 levels down, but in my current setup, it doesn't seem like the reports are inherited beyond the first inherited project. A -> B -> C That is, if I define repor

Re: setting maven.repo.local property for all projects

2003-06-12 Thread Brett Porter
Its user's home (Java's ${user.home}). Unfortunately, Cygwin doesn't figure that out properly, so you have to put it under Window's HOME. If you do echo %HOME% in cmd.exe, you'll see it is probably "C:\Documents And Settings\tek1". I might investigate this and either have cygwin do a translation

Re: setting maven.repo.local property for all projects

2003-06-12 Thread tek1
Hi Brett. Thanks for your reply. Is $HOME the user's home directory or MAVEN_HOME? I tried placing build.properties in MAVEN_HOME as well as my user home directory (I'm using Cygwin on Win2k, so my home directory is "/cygwin/home/tek1"). However, neither setting worked... Please advise. Tha

Re: setting maven.repo.local property for all projects

2003-06-12 Thread Brett Porter
put it in $HOME/build.properties instead. (this is in the same section - showing it takes precedence). I think driver.properties is now inside maven.jar and not loaded from bin/. I'll submit a patch to the doco. Cheers, Brett On Fri, 2003-06-13 at 14:13, tek1 wrote: > Hello. > > According to th

RE: Maven compile report

2003-06-12 Thread Vincent Massol
Please go ahead :-) -Vincent > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 12 June 2003 23:56 > To: [EMAIL PROTECTED] > Subject: Re: Maven compile report > > > > > >> > Do you see this as a future requirement to include the build log into > >> the Ma

setting maven.repo.local property for all projects

2003-06-12 Thread tek1
Hello. According to the Maven Setup instructions: "http://maven.apache.org/reference/user-guide.html#Maven Setup" it seems as though if I set: maven.repo.local=/java/jars in MAVEN_HOME/bin/driver.properties that all projects would use the local repository at "/java/jars". Even though I ch

Re: RE: PDF plugin

2003-06-12 Thread arjaquith
I have fix that works really really well, based on XSLT. I hope to get it finalized in the next week or so. It is part of a much broader PDF plugin overhaul that I've been working on for a while now. It is much more highly 'designed' than the current plugin, especially the tables (modeled after

Re: error on 1.4 assert in jar goal

2003-06-12 Thread Luke Taylor
[EMAIL PROTECTED] wrote: Hello, I'm Maven-izing a project that uses the 'assert' keyword from Java 1.4. When I run the jar goal, I get compiler errors on the lines that use assert. Is there a property that I can set for the compiler version? I've looked in the docs and on Google for a solution, bu

Re: Maven compile report

2003-06-12 Thread nick . minutello
>> > Do you see this as a future requirement to include the build log into >> the Maven site, as Maven does include the Javadoc report and it would be useful to see >> My +1, I often try to return to this and, by error, often look at the >> maven.log (even without web) which is not exactly the s

Re: Maven compile report

2003-06-12 Thread Ben Walding
Right you are. You can xdoc a single file - see the linkcheck plugin for more info on how to do it. If someone raises a request for it, I'll try and get it in before RC1 is finalised. Martin Skopp wrote: Hi Ben, On Thu, 2003-06-12 at 12:46, Ben Walding wrote: You've got a bit of a chicken

RE: howto: cactify a project?

2003-06-12 Thread Vincent Massol
> -Original Message- > From: Sonnek, Ryan [mailto:[EMAIL PROTECTED] > Sent: 12 June 2003 22:12 > To: 'Maven Users List' > Subject: RE: howto: cactify a project? > > Thanks for the reply! > I send my previous email about 5 seconds before yours came in. since EAR > testing is not yet avai

RE: howto: cactify a project?

2003-06-12 Thread Sonnek, Ryan
Thanks for the reply! I send my previous email about 5 seconds before yours came in. since EAR testing is not yet available, you're suggesting that have each module deploy a war file for testing (mainly my EJB module). Since all of my EJB testcases extend the ServletTestCase, this would work corr

RE: howto: cactify a project?

2003-06-12 Thread Sonnek, Ryan
Would it be logical/possible to JUST have cactus test cases for the EAR module and running the cactus goal for that subproject would built the ear file and test it? Is it possible to run the cactus goal with an EAR file? Ryan -Original Message- From: Sonnek, Ryan [mailto:[EMAIL PROTECTED

RE: howto: cactify a project?

2003-06-12 Thread Vincent Massol
Hi Ryan, > -Original Message- > From: Sonnek, Ryan [mailto:[EMAIL PROTECTED] > Sent: 12 June 2003 21:45 > To: 'Maven Users List' > Subject: howto: cactify a project? > > I recently 'mavenized' my project, breaking it up into several subprojects > (common, ejb, war, ear). Now, I'm trying

error on 1.4 assert in jar goal

2003-06-12 Thread Chris . Rauschuber
Hello, I'm Maven-izing a project that uses the 'assert' keyword from Java 1.4. When I run the jar goal, I get compiler errors on the lines that use assert. Is there a property that I can set for the compiler version? I've looked in the docs and on Google for a solution, but only found information

howto: cactify a project?

2003-06-12 Thread Sonnek, Ryan
I recently 'mavenized' my project, breaking it up into several subprojects (common, ejb, war, ear). Now, I'm trying to unit test my EJB's and web projects, but I'm having extreme difficulty getting it working. How should cactus tests be run? Should there be src/test-cactus for every subproject t

Re: Automatic Linking of tasks.xml doesn't seem to work.

2003-06-12 Thread Luke Taylor
Moretti, Luciano (MED) wrote: Hello- I've been trying to get /xdoc/tasks.xml to autolink on the navigation bar of a maven generated site, but it does not seem to work. The Project Layout Reference indicates that "Maven will automatically add a link to this document if it exists in the xdocs dire

RE: Maven compile report

2003-06-12 Thread Vincent Massol
+10 from me! I need this on my current project (no, I don't have the time to implement it right now... :-)). It should be quite easy to implement it with . That said does not print the goal names so it doesn't work completely well. A build listener interface like Ant would be nice... -Vincent

validating .xml vs. .xsd in Maven

2003-06-12 Thread David Walend
I'm at the very beginning of a project that will rely heavily on .xml documents defined by our in-house .xsd files. I need to validate the .xsd files, then validate the .xml files, then use JAXB to build out classes for the .xsd files, build our software, then use JUnit to read in the .xml file

RE : RE : checkstyle issue...

2003-06-12 Thread Nicolas FRANK
Thank's a lot, it works... Still it would be nice to be able to know which file was concerned by the problem. Nicolas FRANK. -Message d'origine- De : Martin Skopp [mailto:[EMAIL PROTECTED] Envoyé : jeudi 12 juin 2003 09:37 À : Maven Users List Objet : Re: RE : checkstyle issue... On

Automatic Linking of tasks.xml doesn't seem to work.

2003-06-12 Thread Moretti, Luciano (MED)
Hello- I've been trying to get /xdoc/tasks.xml to autolink on the navigation bar of a maven generated site, but it does not seem to work. The Project Layout Reference indicates that "Maven will automatically add a link to this document if it exists in the xdocs directory" but I can't seem to get

Re: Maven compile report

2003-06-12 Thread Martin Skopp
Hi Ben, On Thu, 2003-06-12 at 12:46, Ben Walding wrote: > You've got a bit of a chicken and egg problem if you wanted it formatted > into xdoc. ... it's solvable by a generating the site twice, which I do here: > You could however do something like > > maven site:generate > target/docs/log.tx

Firewall Open ports?

2003-06-12 Thread Pablo Jejcic
I'm just wondering if I received this message when I try to compile something, should I open some port on the firewall? I'm currently using the proxy settings in the build.properties file on my home area. Attempting to download commons-configuration-1.0-dev.jar. Error retrieving artifact from [h

Re:Error while downloading jars - behind proxy

2003-06-12 Thread Vidhya
I dont have maven.xml anywhere , my project has only project.xml , project.properties and build.properties. I have attched my project.xml below is the error am getting Thanks Vidhya Attempting to download junit-3.8.1.jar. . java.

Re: Maven compile report

2003-06-12 Thread Paul Libbrecht
Andrew Mace wrote: Ben, Thanks for the reply, Do you see this as a future requirement to include the build log into the Maven site, as Maven does include the Javadoc report and it would be useful to see if the build falied any why from the web site. My +1, I often try to return to this and, by er

AW: AW: Error while downloading jars - behind proxy

2003-06-12 Thread Rademacher Tobias
can you provide project.xml? do you use jelly-xml tags in your maven.xml? > -Ursprüngliche Nachricht- > Von: Vidhya [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 12. Juni 2003 13:18 > An: Maven Users List > Betreff: Re: AW: Error while downloading jars - behind proxy > > no , my p

Re: AW: Error while downloading jars - behind proxy

2003-06-12 Thread Vidhya
no , my proxy settings doesnt require any authentication . I checked the same in Maven user guide. If it needs any such , then it wouldn't have downloaded ant1.5.1 jar . It throws the error while downloading junit3.8.1 after having downloaded ant1.5.1 sucessfully. any idea ... Thanks Vidhya. Rade

AW: Error while downloading jars - behind proxy

2003-06-12 Thread Rademacher Tobias
Does your proxy needs authentification? > -Ursprüngliche Nachricht- > Von: Vidhya [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 12. Juni 2003 13:10 > An: Maven Users List > Betreff: Re: Error while downloading jars - behind proxy > > I am working on Unix machine but still not worki

Re: Error while downloading jars - behind proxy

2003-06-12 Thread Vidhya
I am working on Unix machine but still not working. Thanks Vidhya. Pablo Jejcic wrote: > By any chance are you using Cygwin?? > I'm having the same problem using Cygwin, but it works on a Unix machine.- > > Kind Regards. > *** > Pablo Jejcic > Smartweb Seni

Re: Maven compile report

2003-06-12 Thread Andrew Mace
Ben, Thanks for the reply, Do you see this as a future requirement to include the build log into the Maven site, as Maven does include the Javadoc report and it would be useful to see if the build falied any why from the web site. Regards Andrew

Maven Dependency Classpath and other types

2003-06-12 Thread Rademacher Tobias
Hi Folks, I'm using beta-9 sucessfully. A minor problem leads me to a new question: How does maven assebles maven.depedency.classpath? For instance the following dependencies _won't_ work with java:compile: jPortal-ejb ejb jPortal-ejb-0.6.1.jar

Re: Maven compile report

2003-06-12 Thread Ben Walding
You've got a bit of a chicken and egg problem if you wanted it formatted into xdoc. You could however do something like maven site:generate > target/docs/log.txt maven site:sshdeploy (doesn't regen the site) you might be able to just do maven site:deploy > target/docs/log.txt But log.txt might

Re: JXR Plugin valid URI characters

2003-06-12 Thread Ronald Blaschke
On Thu, Jun 12, 2003 at 09:20:50AM +0200, Martin Skopp wrote: > > The JXR URI matching need a little rework. Currently, it says > > Reasonable improvement... > The committers love to fix it, best practise is to create a issue at > http://jira.codehaus.org and attach a diff -u -w / patch file. T

RE: Error while downloading jars - behind proxy

2003-06-12 Thread Pablo Jejcic
By any chance are you using Cygwin?? I'm having the same problem using Cygwin, but it works on a Unix machine.- Kind Regards. *** Pablo Jejcic Smartweb Senior system Administrator School of Computing - Robert Gordon University

Error while downloading jars - behind proxy

2003-06-12 Thread Vidhya
Hi all, I am having the following problem when maven downloads the jars for the first time. my system is behind the firewall and I have set the proxy settings(maven.proxy.host and proxy.port) in build.properties maven downloaded ant1.5.1 jar successfully , but for junit3.1.8 it throws the followi

Maven compile report

2003-06-12 Thread Andrew Mace
Hi List, I have my Maven build set up on a cron to run every night. Is there anyway of getting the results of the Maven build generated on the web site. As I would like to be able to see if the build/compile had failed without going through the log files on the server. Any suggestions welcome

RE: RC1 release plans

2003-06-12 Thread Michal Maczka
I will try to fix this bug. Michal > -Original Message- > From: Tim Anderson [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 12, 2003 10:19 AM > To: Maven Users List > Subject: RE: RC1 release plans > > Any chance of MAVEN-474 "war plugin doesn't support lists of > includes/excludes" >

RE: RC1 release plans

2003-06-12 Thread Tim Anderson
Any chance of MAVEN-474 "war plugin doesn't support lists of includes/excludes" (http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-474) getting included in the next release? Thanks, Tim > -Original Message- > From: Ben Walding [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 11 June 2

Re: RE : checkstyle issue...

2003-06-12 Thread Martin Skopp
On Wed, 2003-06-11 at 15:39, Nicolas FRANK wrote: > Ok, as often, I just found my issue... It was the changes.xml file that > contains some é and è... Do you know if this can of problem is going to be > fixed (or is already fixed ?) have you tried to specify xml encoding? UTF-8 is IMHO the defaul

Re: JXR Plugin valid URI characters

2003-06-12 Thread Martin Skopp
On Wed, 2003-06-11 at 11:49, Ronald Blaschke wrote: > The JXR URI matching need a little rework. Currently, it says Reasonable improvement... The committers love to fix it, best practise is to create a issue at http://jira.codehaus.org and attach a diff -u -w / patch file. -- Martin Skopp Riege