Re: Extending reporting management

2006-08-16 Thread Arnaud Bailly
Hello, > Sorry, we use a ton of OWL here and so I'm used to using it as a synonym > for RDF. So I guess you could give me some advice on this idea as I have no practical experience using RDF/OWL tools :-) As I understand it, RDF graphs are just labelled directed graphs with OWL being a "grammar"

Plugin executions

2006-08-16 Thread SlinnHawkins, Jon (ELS)
Hi All, Is there any way of specifying which execution to use when inheriting plugin executions form a parent pom. I have a department wide pom, which configures various plugins and executions for use across all our maven projects (just 1 at the moment, but will be about 15 soon). I need to b

Re: Please sync Apache m2 repository for Struts

2006-08-16 Thread Jesse Kuhnert
Do I need to do this for Tapestry as well? I was under the impression scripts came along and did it magically for me. On 8/16/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: Please sync repo/m2-ibiblio-rsync-repository/org/apache/struts with ibiblio. Struts 1.3.5 Beta has been deployed with signatu

Please sync Apache m2 repository for Struts

2006-08-16 Thread Wendy Smoak
Please sync repo/m2-ibiblio-rsync-repository/org/apache/struts with ibiblio. Struts 1.3.5 Beta has been deployed with signatures. Release vote: http://www.nabble.com/-VOTE--Struts-1.3.5-Quality-%28re-vote%29-t2057958.html Thanks, Wendy Smoak

[jira] Subscription: Outstanding Repository Maintenance: Uploads

2006-08-16 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Uploads (13 issues) Subscriber: mavendevlist Key Summary MAVENUPLOAD-1054Please upload EZMorph-0.8.1 http://jira.codehaus.org/browse/MAVENUPLOAD-1054 MAVENUPLOAD-1053Upload hibernate-tools 3.2.0-beta6 h

[jira] Subscription: Outstanding Repository Maintenance: Evangelism

2006-08-16 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Evangelism (27 issues) Subscriber: mavendevlist Key Summary MEV-433 Fix checksums for maven-metadata in test.maven.codehaus.org for org.hibernate/hibernate and hsqldb/hsqldb http://jira.codehaus.org/browse/MEV

continuum-webapp issues [was: Re: svn commit: r431764 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/summary.jsp]

2006-08-16 Thread Kenney Westerhof
Ok, I'm trying to get this to work. It seems that the the action. (I'm missing a design document on how actions/jsp/etc are related, but I'm figuring it out... slowly..). Code snippet from summary.jsp (simplified): cell="org.apache.maven.continuum.web.vie

Re: svn commit: r431764 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/summary.jsp

2006-08-16 Thread Brett Porter
looks like a clash between expecting 2.1 and getting 2.0.5 of Maven (isn't maventools new on the trunk?) - Brett On 16/8/06 9:12 PM, Kenney Westerhof wrote: Carlos Sanchez wrote: i've seen this problem with tomcat. Works fine with jetty. Aha. I couldn't get jetty to work: [continuum-web

RE: JSTL vs WebWork taglibs [Was: svn commit: r431764 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/summary.jsp]

2006-08-16 Thread Christian Gruber
Heh. I'd use JSF or Tapestry, but then I've not submitted one line of patches... so just ignore me. :) Christian. christian gruber + agile coach and architect Israfil Consulting Services Corporation email [EMAIL PROTECTED] + bus +1 (905) 640-1119 cell: +1 (416) 998-6023 + cell: +1 (410) 900-0796

Re: Extending reporting management

2006-08-16 Thread Mike Perham
Sorry, we use a ton of OWL here and so I'm used to using it as a synonym for RDF. http://www.w3schools.com/rdf/rdf_owl.asp mike "Hilco Wijbenga" <[EMAIL PROTECTED]> wrote on 08/16/2006 03:55:09 PM: > > > Just as a compiled binary is a "binary snapshot" of > > the code at a point in time, we

Re: svn commit: r431626 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

2006-08-16 Thread Fabrizio Giustina
On 8/16/06, Brett Porter <[EMAIL PROTECTED]> wrote: This seems like a bad thing. Can we work around it? The dependency on wagon API 2.0-beta2 was introduced by the code for the new dependency location detail (disabled by default): http://jira.codehaus.org/browse/MPIR-55 there is a single metho

Re: Extending reporting management

2006-08-16 Thread Hilco Wijbenga
Hi Mike, On 8/16/06, Mike Perham <[EMAIL PROTECTED]> wrote: Hilco, your proposal sounds good in the context of a single VM invocation when everything is in-memory. How does this extend to reporting over time? I was referring to Arnaud's idea of a versioned database for such data. Obviously, t

Re: junit4 support?

2006-08-16 Thread berndq
As Wendy said, it would be good to track progress under SUREFIRE-31. I updated SUREFIRE-31 with two patches for junit4 support. Bernd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

RE: Extending reporting management

2006-08-16 Thread Mike Perham
Good point, John. Hilco, your proposal sounds good in the context of a single VM invocation when everything is in-memory. How does this extend to reporting over time? Just as a compiled binary is a "binary snapshot" of the code at a point in time, we need to take a "report snapshot" with al

RE: Extending reporting management

2006-08-16 Thread John Allen
Sounds like an excellent proposal. I've been thinking for some time how we might extend maven's reporting fwk to better support metrics management and reporting. Have you considered the means of making this RDF data distributable (and re-constitutable) via the maven artifact system? John -Ori

JSTL vs WebWork taglibs [Was: svn commit: r431764 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/summary.jsp]

2006-08-16 Thread Carlos Sanchez
What's the advantage of using webwork ww:url and other ww tags when there's an equivalent in jstl? why not stick to the standard? I'd use jstl by default and ww tags when there's no jstl equivalent. On 8/15/06, Brett Porter <[EMAIL PROTECTED]> wrote: Since it's an action URL, I strong suggest us

Re: Extending reporting management

2006-08-16 Thread Hilco Wijbenga
Hi all, I'm nowhere near being a veteran Maven user let alone competent at making changes to Maven but a common API for reporting seems like an important and extremely useful addition to Maven and I'd like to help out. On 8/16/06, Arnaud Bailly <[EMAIL PROTECTED]> wrote: : : The basic idea I h

Extending reporting management

2006-08-16 Thread Arnaud Bailly
Hello, Following some quick discussion with Vincent MAssol at maven day paris in july about a generalised QA tool for maven, I would like to share some thoughts about report management in maven and how it could (maybe) be improved. Currently, report generation in maven2 is largely *ad hoc*: each