[m2] Torque plugin?

2005-09-09 Thread Choong Yong Koh
Hi, I was trying to install the torque plugin for maven2, but was not succcessful (probably because I am still not familiar with maven2, although I have been using maven1 in many of my other projects). Question 1 is: - there are multiple copies of the maven torque plugin - http://www.ibiblio.or

Re: problems with Maven 1.1 -beta-1 in defining entities in project.xml

2005-09-09 Thread Andy Glick
Marco, When I executed "maven pom:validate" on your project.xml file I found 2 lines that the Modello generated parser rejected. 1) Maven 1.1 no longer supports XML entities as a means of including XML fragments, though still supports character entities so commenting out this line allowed

Re: [maven 1.0.2]SpringGraph plugin issue with Connections...

2005-09-09 Thread Andy Glick
Mick, Looking at the stack trace you included, I think that 1 scenario that accounts for the trace is: 1) springgraph was attempting to invoke an xslt stylesheet on your applicationContext.xml file 2) the xslt processor is looking for the spring-beans.dtd. XML processors often have a catalog

RE: [m2] Multiproject directory organization on CVS

2005-09-09 Thread Yann Le Du
Hello Nelson, --- Nelson Arape <[EMAIL PROTECTED]> a écrit : > Hello to all > > I have a multiproject directory organization as follows: > > project > +-core > +-optional-plugin1 > +-optional-plugin2 > +-optional-plugin3 > +-examples-files > > I originally thought that I should create all

[maven 1.0.2]SpringGraph plugin issue with Connections...

2005-09-09 Thread Mick Knutson
Can someone help me understand why I am getting a Connection Timed Out on SpringGraph? I have access outside my firewall for ibiblio repository just fine... springgraph:generate-dot: [xslt] [VERBOSE] Using class org.apache.tools.ant.taskdefs.optional.TraXLiaison [xslt] [DEBUG] In fi

[m2] optimizing custom plugin execution

2005-09-09 Thread John Fallows
Folks, I'm writing a maven2 plugin that needs to parse various xml metadata files to drive it's behavior. There are a number of different (optional) goals in the same m2 plugin that need to consume the same xml metadata. Right now, each different goal is a different Mojo, with different instance

DocCheck using multiproject?

2005-09-09 Thread Mick Knutson
I am trying to run DocCheck on all my subprojects using multiproject:doccheck, but I can't seem to get it to recognize my source files in each subproject. Anyone help? Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consul

[Fwd: tasklist tag with todo support]

2005-09-09 Thread Emmanuel Venisse
--- Begin Message --- Good day developers.   My team of 60 and I all use IntelliJ as our IDE. We create todo tasks by using the IntelliJ supported todo comment which looks like    // TODO whatever we want   We do not put @TODO in our javadocs.   Is there anyway to get your maven ta

Re: [m2] error building continuum with maven

2005-09-09 Thread Ralph Pöllath
Hi, FWIW, JTA is available on repo1 as part of Geronimo, so you should be able use geronimo-spec.geronimo-spec-jta instead, as proposed on mavenbook.org: Depending on J2EE http://mavenbook.xwiki.com/xwiki/bin/view/Main/J2eeDependencies BTW, I think the Geronimo POMs for version 1.0.1B-rc4

[m2] Multiproject directory organization on CVS

2005-09-09 Thread Nelson Arape
Hello to all I have a multiproject directory organization as follows: project +-core +-optional-plugin1 +-optional-plugin2 +-optional-plugin3 +-examples-files I originally thought that I should create all subprojects as CVS modules, but what do I do with the project pom?. Additionally I am

problems with Maven 1.1 -beta-1 in defining entities in project.xml

2005-09-09 Thread Marco Mistroni
hello all, i have following project.xml file ]> NRFX :: EJB Unit Testing Examples ejb-testing-examples nrfx 1.0 2004 com.nrfx.articles.openejb NRFX Technologies LLC http://www.nrfx.com/ http://www.nrfx.com/images/logo01.gif EJB unit testing examples to accompany my OpenEJ

Re: [m2] error building continuum with maven

2005-09-09 Thread Ashley Williams
Thanks, seems a right hornets nest ;) Done jta, now its asking me for jdbc - hope there won't be too many more! On 9 Sep 2005, at 17:09, Yann Le Du wrote: The SUN -and some other, like Oracle - JARs are not automatically downloaded : http://maven.apache.org/reference/standard-sun-jar-nam

RE: [ANN] Article on building J2EE projects with Maven 1.1

2005-09-09 Thread Ballard, Ken
Vincent, Sorry, I was doing something incorrectly. Thanks for checking though! Thanks, Ken -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 9:51 AM To: 'Maven Users List' Subject: RE: [ANN] Article on building J2EE projects with Maven 1.

Re: [m2] error building continuum with maven

2005-09-09 Thread Yann Le Du
The SUN -and some other, like Oracle - JARs are not automatically downloaded : http://maven.apache.org/reference/standard-sun-jar-names.html For these JARs it is normal that the central repository contains only the POMs. The situation is improving, though : http://blogs.codehaus.org/people/brett/

Re: [m2] error building continuum with maven

2005-09-09 Thread Trygve Laugstøl
FYI: This should be reported on [EMAIL PROTECTED] On Fri, Sep 09, 2005 at 04:56:39PM +0100, Ashley Williams wrote: > Thought I'd give continuum a look but I'm having trouble building it > - getting the following error: > > [INFO] Main Error: > Unable to download the artifact from any reposito

Re: [m2] error building continuum with maven

2005-09-09 Thread Ashley Williams
Just checked the directory in the error message and can see the pom, but no corresponding jar file. Has somebody deleted it by mistake? Is this normal? On 9 Sep 2005, at 16:56, Ashley Williams wrote: Thought I'd give continuum a look but I'm having trouble building it - getting the followi

[m2] error building continuum with maven

2005-09-09 Thread Ashley Williams
Thought I'd give continuum a look but I'm having trouble building it - getting the following error: [INFO] Main Error: Unable to download the artifact from any repository jta:jta:1.0.1b:jar from the specified remote repositories: central (http://repo1.maven.org/maven2) Path to dependency

New plugin available: DDchange Maven

2005-09-09 Thread Martin Burger
Hello, a new Plugin for Maven is available: "DDchange Maven". DDchange is an Automated Debugging Framework that automatically determines why your program fails. The Maven Plugin enlarges your project knowledge by bringing DDchange to your build process. This Plugin provides information about

Download links & Release notes

2005-09-09 Thread Jorge Nicolás Mikitiuk
Hello: I´m working with Maven v1.0.2 and I need to publish in the maven site my distribution, a zip file that includes some .war files and the release note. I see in the Maven download plugins page that it uses a table with the Download links & Release notes. Does anybody know how to configure

RE: [ANN] Article on building J2EE projects with Maven 1.1

2005-09-09 Thread Vincent Massol
Hi Ken, > -Original Message- > From: Ballard, Ken [mailto:[EMAIL PROTECTED] > Sent: vendredi 9 septembre 2005 15:44 > To: 'Maven Users List' > Subject: RE: [ANN] Article on building J2EE projects with Maven 1.1 > > Vincent, > > I tried to check out the source from SVN, but it doesn't see

RE: [ANN] Article on building J2EE projects with Maven 1.1

2005-09-09 Thread Ballard, Ken
Vincent, I tried to check out the source from SVN, but it doesn't seem to all be there. I could be checking it out incorrectly. Could you check if you get a chance. Thanks, Ken P.S. Great article! -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Friday, Septembe

Re: Advised Continous Integration tool?

2005-09-09 Thread Wim Deblauwe
This might be useful if it is up-to-date: http://docs.codehaus.org/display/DAMAGECONTROL/Continuous+Integration+Server+Feature+Matrix regards, Wim 2005/9/9, Brett Porter <[EMAIL PROTECTED]>: > > FWIW, Continuum works as well with Maven 1.x as Cruise Control does - its > main limitation is not

RE: [ANN] Article on building J2EE projects with Maven 1.1

2005-09-09 Thread Walsh, Richard \(Richard\)
Hi Vincent, Have you any experience with launching new threads from maven. I am trying to stop and re-start Jboss after deploying an clover instrumented jar to Jboss in order to clover some unit tests. However, I cannot get this to work using the Jboss Pluging, the Jelly:Threads or ant fork. Any id

[ANN] Article on building J2EE projects with Maven 1.1

2005-09-09 Thread Vincent Massol
Just wanted to let you know that my article about building J2EE projects with Maven is up on http://www.onjava.com/pub/a/onjava/2005/09/07/maven.html Warning: It requires Maven 1.1 beta 2 which will be out in the coming few days. Cheers, -Vincent Check http://www.mavenbook.org for Maven tips --

Re: howto add missing jars to ibiblio

2005-09-09 Thread Trygve Laugstøl
On Fri, Sep 09, 2005 at 11:44:53AM +0200, Tobias Bocanegra wrote: > this is rather an ibiblio question... > > how/where can i submit a request for adding newer versions of a lib to > the maven repository on ibiblio.org? > > in detail, i would like to have pdfbox-0.7.1 [1] in the repository [2]. >

howto add missing jars to ibiblio

2005-09-09 Thread Tobias Bocanegra
this is rather an ibiblio question... how/where can i submit a request for adding newer versions of a lib to the maven repository on ibiblio.org? in detail, i would like to have pdfbox-0.7.1 [1] in the repository [2]. cheers, tobi [1] http://www.pdfbox.org/ [2] http://www.ibiblio.org/maven/pdfbo

RE: Deployment of the jboss-app.xml file

2005-09-09 Thread Christopher White
Thanks ! That works fine. ++ Chris -Message d'origine- De : Stephane Nicoll [mailto:[EMAIL PROTECTED] Envoyé : jeudi 8 septembre 2005 21:24 À : Maven Users List Objet : Re: Deployment of the jboss-app.xml file put it in src/application/META-INF Cheers, Stéphane On 9/8/05, Christopher

Re: Advised Continous Integration tool?

2005-09-09 Thread Brett Porter
FWIW, Continuum works as well with Maven 1.x as Cruise Control does - its main limitation is not handling multiple projects seamlessly which is where it deals with m2 projects better (as well as the preconfigured ciManagement section). Continuum has a release coming up - its not got all the fea

Re: Advised Continous Integration tool?

2005-09-09 Thread Emmanuel Venisse
you can use continuum for maven1, maven2, ant and shell project Emmanuel emerson cargnin wrote: for someone who is using maven1, what would be the best option? We have also a big project using multiproject feature. We are intending to use CC, and as someone just said continuum is more integrate

Re: Advised Continous Integration tool?

2005-09-09 Thread jan-helge . bergesen
We're at Maven 1, and (apart from it's horrible config) CC performs well. We're running about 80 component projects (leaf projects) plus 13 "multiproject" based installers (Using InstallAnywhere) spread over 5 different branches - all in one CC instance. It performs adequately for us. // Jan-Hel

Re: Advised Continous Integration tool?

2005-09-09 Thread emerson cargnin
for someone who is using maven1, what would be the best option? We have also a big project using multiproject feature. We are intending to use CC, and as someone just said continuum is more integrated with maven2, i'm not sure if its worth to give a try. Thanks Emerson On 09/09/05, [EMAIL PROTECT