Re: Continuum with Subversion

2006-06-23 Thread Emmanuel Venisse
Continuum use the password define with scm parameters. you can modify the password used by continuum in the project view. Emmanuel Mike Lee a écrit : Just out of curiousity, is the SCM password the same as my computer password. So, when Continuum gets prompted for my computer password (due to

RE: building twice - version 1.0.3

2006-06-23 Thread Adam Leggett
This is my log output. INFO | jvm 1| 2006/06/23 13:34:32 | 2006-06-23 13:34:32,382 [SocketListener0-1] INFO Continuum - Enqueuing 'hello-world Application' (Build definition id=1). INFO | jvm 1| 2006/06/23 13:34:32 | 2006-06-23 13:34:32,913 [Thread-2] WARN

Re: building twice - version 1.0.3

2006-06-23 Thread Emmanuel Venisse
Can I have logs? Emmanuel Adam Leggett a écrit : Emmanuel I also seem to be getting this problem. I have a single build definition. Selecting 'build now' results in two builds of the same m2 project. Env: Cn 1.0.3 XP pro Jdk 1.5 Thanks Adam -Original Message- From: Emmanuel

Re: building twice - version 1.0.3

2006-06-23 Thread Emmanuel Venisse
the sql warning isn't important. I can't reproduce it. It's probably a silly question, but do you click on 'build Now' or double click it? Emmanuel Adam Leggett a écrit : This is my log output. INFO | jvm 1| 2006/06/23 13:34:32 | 2006-06-23 13:34:32,382 [SocketListener0-1] INFO

Re: building twice - version 1.0.3

2006-06-23 Thread Emmanuel Venisse
I can't reproduce your pb with a single click, but I have the project enqueuing twice if I double click on build now. Emmanuel Adam Leggett a écrit : In show projects page: Single click on build now results in 2 enqueued builds. Single click on build-all results in 1 enqueued build (with

Re: Using Apache as a proxy for Continuum

2006-06-23 Thread Sebastien Arbogast
2006/6/23, Trygve Laugstøl [EMAIL PROTECTED]: Sebastien Arbogast wrote: I've just got Continuum up and running for one of my projects and the last build ran successfully. Now I want to improve the visibility of continuum: so far, it's accessible on http://myhost.com:8080/continuum and I'd

Re: Using Apache as a proxy for Continuum

2006-06-23 Thread Trygve Laugstøl
Sebastien Arbogast wrote: 2006/6/23, Trygve Laugstøl [EMAIL PROTECTED]: Sebastien Arbogast wrote: I've just got Continuum up and running for one of my projects and the last build ran successfully. Now I want to improve the visibility of continuum: so far, it's accessible on

Re: Can't get jni working based on example configuration

2006-06-23 Thread dan tran
see comments inline On 6/22/06, TimHedger [EMAIL PROTECTED] wrote: Thank you for the feedback so far. I've adopted the pom.xml changes you suggested. I'd love to look at the Solaris jni example - how do I get it? (i.e. how do I check out the jni example on solaris under

Proficio project

2006-06-23 Thread Nidhi Goyal, Noida
Hi, Can anybody tell me the link from where I can download the proficio project , as I'm getting errors while creating pom.xml for each module inside it. Thanks, Nidhi DISCLAIMER:

Re: Proficio project

2006-06-23 Thread Brett Porter
That's an example from the Better Builds with Maven book - the sample code is here: http://www.mergere.com/m2book_code.jsp - Brett On 23/06/06, Nidhi Goyal, Noida [EMAIL PROTECTED] wrote: Hi, Can anybody tell me the link from where I can download the proficio project , as I'm getting errors

RE: Proficio project

2006-06-23 Thread Nidhi Goyal, Noida
Thanks Brett! Thanks, Nidhi -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 12:03 PM To: Maven Users List Subject: Re: Proficio project That's an example from the Better Builds with Maven book - the sample code is here:

RE: [m2.0.4] possible problem with IDEA plugin?

2006-06-23 Thread Roald Bankras
Hey Dave You don't have to specify where a dependency is located. Maven search through all specified repositories. The failure of your project makes me wonder why the xrite-commons isn't part of your project. But that should not be the cause. The only thing that I can imagine is that your

sources attachement

2006-06-23 Thread Nicolas De Loof
Hello guys, I'd like to contribute to maven2 repo by addind sources-jar I've created in my corporate repo (for source attachement in Eclipse IDE) I'd like to avoid creating a hundred upload-bundles for Jira upload request. Would you consider a single ZIP containing my whole source repository

Re: Re: Unversioned jars revisted

2006-06-23 Thread Rémy Sanlaville
+1 on adding such a property. Maven should provide this flexibility, so that doing an ugly un-Mavenesque antrun hack is not necessary. Also, providing such a property would be consistent with the project.build.finalName element in the POM, which allows giving an unversioned name to the artifact

RE: Problem with Cargo, Starting a Container

2006-06-23 Thread Vincent Massol
Hi Andreas, -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Schildbach Sent: vendredi 23 juin 2006 07:43 To: users@maven.apache.org Subject: Problem with Cargo, Starting a Container Hi everyone, Vincent asked me to ask this question on the list, so

Re: jarring non class files

2006-06-23 Thread Jeff Mutonho
On 6/22/06, Bram de Kruijff [EMAIL PROTECTED] wrote: In some organizations its not as simple as that :). rebel! :P ... but seriously how about this build sourceDirectorysrc/java/sourceDirectory resources resource directorysrc/directory excludes

Site schema and inheritence

2006-06-23 Thread Geoffrey De Smet
Is there an updated version of the site.xml schema available? http://maven.apache.org/maven-navigation-1.0.xsd is outdated as it doesn't support skin etc I couldn't find one in http://maven.apache.org/xsd/ either Neither the site guide nor the site plugin documentation demonstrates how to

Re: How to implement an organisational super pom ?

2006-06-23 Thread ben short
Here is a god example of a organisational super pom http://maven.sateh.com/repository/org/apache/apache/2/ I have created one for my compnay that contains the following... distributionManagement repository idinternal-released/id

How to use findbugs in maven2?

2006-06-23 Thread Dongsheng Song
I using findbugs plugin at http://www.ibiblio.org/maven2/findbugs/, maven2 give me such error messages: ... [INFO] The plugin 'org.apache.maven.plugins:maven-findbugs-plugin' does not exist or no valid version could be found ... here is my pom.xml snippet: ... dependencies ... dependency

Re: How to use findbugs in maven2?

2006-06-23 Thread Emmanuel Venisse
http://mojo.codehaus.org/findbugs-maven-plugin/howto.html Emmanuel Dongsheng Song a ??crit : I using findbugs plugin at http://www.ibiblio.org/maven2/findbugs/, maven2 give me such error messages: ... [INFO] The plugin 'org.apache.maven.plugins:maven-findbugs-plugin' does not exist or no

maven 2.0.4 Checkstyle 4.1: Unable to process header location

2006-06-23 Thread Dongsheng Song
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mvn -e checkstyle:checkstyle + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'checkstyle'. [INFO]

Loading a pom in Continuum

2006-06-23 Thread Jeff Mutonho
I'm trying to add my pom.xml to Continuum , but when I select the pom from the file systems and click submit , I get the error message * Could not download file:/C:/DOCUME~1/mutonhj/LOCALS~1/Temp/summit-2/eportal-services/pom.xml:

Re: JUG in Europe

2006-06-23 Thread Peter Pilgrim
Jason van Zyl wrote: Hi, If anyone belongs to a JUG in Europe I will be in the area from June 19th to July 14th. So far it looks like there will be presentations in London, Dublin, Torino, Oslo and Paris. If you belong to a JUG and would like a presentation on Maven I'd be happy to oblige

Re: Loading a pom in Continuum

2006-06-23 Thread Emmanuel Venisse
you can't use the upload field for multi-modules project. You need to use the url field with an http or ftp url. If you want to use the file protocol, you need to allow it in configuration file : http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view Emmanuel

Re: Loading a pom in Continuum

2006-06-23 Thread Geoffrey De Smet
I had the same problem, use the url option instead for multiprojects. Jeff Mutonho wrote: I'm trying to add my pom.xml to Continuum , but when I select the pom from the file systems and click submit , I get the error message * Could not download

Re: How to use findbugs in maven2?

2006-06-23 Thread Janhavi Phirke
Pls add following as stated: dependencies dependency groupIdjaxen/groupId artifactIdjaxen/artifactId version1.1-beta-8/version scopecompile/scope /dependency /dependencies pluginRepositories pluginRepository idMaven Snapshots/id

Re: RSS feeds?

2006-06-23 Thread Emmanuel Venisse
It's in the queue. With have an issue for this feature : http://jira.codehaus.org/browse/CONTINUUM-418 Emmanuel Stefan Rotman a écrit : Hi, I was wondering if Continuum is also offering - or planning to offer - RSS feeds to monitor the automated builds? Stefan Rotman.

Re: Loading a pom in Continuum

2006-06-23 Thread Jeff Mutonho
On 6/23/06, Geoffrey De Smet [EMAIL PROTECTED] wrote: I had the same problem, use the url option instead for multiprojects. As in file:// ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: maven 2.0.4 Checkstyle 4.1: Unable to process header location

2006-06-23 Thread Carlos Sanchez
You can check the output of -X, but i think it's just that file doesn't exist. IIRC is config/sun_checks.xml On 6/23/06, Dongsheng Song [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mvn -e checkstyle:checkstyle + Error stacktraces are turned on. [INFO] Scanning for

Re: maven 2.0.4 Checkstyle 4.1: Unable to process header location

2006-06-23 Thread Janhavi Phirke
Why have you included the code in dependency? There is no need to do that. Also if you want to specify your customized .xml file which contains some specific rules, then you can add that in configuration. Otherwise it is optional. If you don't specify it, then it will take the default .xml file

Re: maven 2.0.4 Checkstyle 4.1: Unable to process header location

2006-06-23 Thread Dongsheng Song
When I use mvn -X checkstyle:checkstyle, found config suspicious: ... [DEBUG] Configuring mojo ' org.apache.maven.plugins:maven-checkstyle-plugin:2.1:checkstyle' -- [DEBUG] (f) cacheFile = C:\scm_work\nova\trunk\maven\target/checkstyle-cachefile [DEBUG] (f) configLocation =

Re: Loading a pom in Continuum

2006-06-23 Thread Hendrik Busch
Jeff Mutonho schrieb: On 6/23/06, Geoffrey De Smet [EMAIL PROTECTED] wrote: I had the same problem, use the url option instead for multiprojects. As in file:// ? No, but as in http://cvs/cvs/*checkout*/Toolbox/pom.xml?rev=1.17content-type=text/plain When integrating multi-module projects

RE: building twice - version 1.0.3

2006-06-23 Thread Adam Leggett
Emmanuel I also seem to be getting this problem. I have a single build definition. Selecting 'build now' results in two builds of the same m2 project. Env: Cn 1.0.3 XP pro Jdk 1.5 Thanks Adam -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31,

Clover and Maven 2

2006-06-23 Thread Andrew-A . Davies
Title: Clover and Maven 2 Hi, Has anybody succesfully used clover to generate a report with Mave 2 ? I have followed docs on http://maven.apache.org/plugins/maven-clover-plugin/howto.html However, I continually get the error as below

Re: maven 2.0.4 Checkstyle 4.1: Unable to process header location

2006-06-23 Thread Carlos Sanchez
On 6/23/06, Janhavi Phirke [EMAIL PROTECTED] wrote: before running the checkstyle:checkstyle goal, first run the command mvn install which will download the plugin in your local repisitory and then run that command mvn checkstyle:checkstyle. that's not needed

Re: maven 2.0.4 Checkstyle 4.1: Unable to process header location

2006-06-23 Thread Carlos Sanchez
those are the defaults On 6/23/06, Dongsheng Song [EMAIL PROTECTED] wrote: When I use mvn -X checkstyle:checkstyle, found config suspicious: ... [DEBUG] Configuring mojo ' org.apache.maven.plugins:maven-checkstyle-plugin:2.1:checkstyle' -- [DEBUG] (f) cacheFile =

RE: Failure with clover plugin

2006-06-23 Thread Vincent Massol
Hi Jason, -Original Message- From: Ximius [mailto:[EMAIL PROTECTED] Sent: mercredi 21 juin 2006 21:24 To: users@maven.apache.org Subject: RE: Failure with clover plugin No, this is m2. This project doesnt have any M1 build at all actually. Why would you think I am using M1? I

RE: Clover and Maven 2

2006-06-23 Thread Vincent Massol
Hi Andrew, _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: vendredi 23 juin 2006 14:19 To: users@maven.apache.org Subject: Clover and Maven 2 Hi, Has anybody succesfully used clover to generate a report with Mave 2 ? Yes. I have followed docs on

Re: [m2] problem w/ antcall in ANT-based mojo

2006-06-23 Thread Pete
Here's a macrodef macrodef name=macro.dbunit-update attribute name=databaseDriver / attribute name=databaseUrl / attribute name=databaseUsername / attribute name=databasePassword / attribute

Re: Clover and Maven 2

2006-06-23 Thread Janhavi Phirke
The error is coming since the clover database is not generated. When you want to generate the Clover report, you have to generate the Clover database first. Otherwise no report will be generated. To generate the report, add following code in your pom.xml: build plugins plugin

Re: Clover and Maven 2

2006-06-23 Thread Janhavi Phirke
In my previous mail, the following code is to generate the report: build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-clover-plugin/artifactId executions execution phasepre-site/phase goals

RE: Clover and Maven 2

2006-06-23 Thread Andrew-A . Davies
There is a database there though debug output for same classes below --- T E S T S --- Running com.ubs.datait.rkyc.framework.exception.ApplicationExceptionTest Tests run: 1, Failures: 0,

RE: [m2] maven-jar-plugin-2.1 status?

2006-06-23 Thread Mike Perham
Mark, I can't confirm an exact date but I just went through JIRA last night and closed/resolved 10-15 of the existing issues. The one thing that has not been done yet is an overhaul of the documentation to conform with the new doc standards. Once this has been done, the release should be

Re: [m2] problem w/ antcall in ANT-based mojo

2006-06-23 Thread cristal
That's great!. I applied the macrodef usage in my situation and it worked very well. Finally we get rid of the antcall code that mojo plugin doesn't work very well with. Thanks Pete. -- View this message in context:

Re: Clover and Maven 2

2006-06-23 Thread Janhavi Phirke
Is that database related to your work or you are using it just to generate the report? If the database it just to generate the report, then delete that database and try to do the steps mentioned in my previous mail. On 6/23/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: There is a database

Re: Generating doc for many projects and aggregates them all into one

2006-06-23 Thread Leo L
Fala Fabiano... blz? Eh o Leo aki de Petropolis... e ai!? Seguinte estava trabalhando com o Mayworm na empresa Cetil e umas das necessidades que tínhamos aki era o processo de build e documentação gerada pelo maven, o que seria muito importante pra gente. Dai o mayworm me encarregou dessa

Re: JSP compiler plugin

2006-06-23 Thread Srepfler Srgjan
Max Cooper wrote: Did I read that correctly that . is your warSourceDirectory? I would expect many issues with that directory structure, though I am not sure if your current issue is related. -Max Alexandre Poitras wrote: Is c.tld located in src/main/resources/WEB-INF/tld? On 6/7/06,

RE: + JBoss Embedded EJB3 and Surefire Plugin Maven 2 PROBLEM+

2006-06-23 Thread Darren Hartford
I would also like to see this example, help greatly in bootstarting EJB3 projects. I checked the Wiki, and did not see an entry yet. Is this published somewhere? -D -Original Message- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: Friday, June 09, 2006 5:00 AM To: Maven Users

Re: JUG in Europe

2006-06-23 Thread Peter Pilgrim
Peter Pilgrim wrote: Jason van Zyl wrote: Hi, If anyone belongs to a JUG in Europe I will be in the area from June 19th to July 14th. So far it looks like there will be presentations in London, Dublin, Torino, Oslo and Paris. If you belong to a JUG and would like a presentation on Maven I'd

site-deploy problem with Windows shared directory

2006-06-23 Thread Gray, Jonathan
Hi All, I'm currently having a problem deploying the site for a multi-module project to a windows shared directory. The share is specified in the parent POM as follows: distributionManagement site idproject/id urlfile:/hostname-on-network/shared-directory//url

RE: Clover and Maven 2

2006-06-23 Thread Vincent Massol
_ From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: vendredi 23 juin 2006 14:24 To: 'Maven Users List' Subject: RE: Clover and Maven 2 Hi Andrew, [snip] Well I could try to help you if you could run maven in debug mode (-X) and attach the console output. Please do

RE: Clover and Maven 2

2006-06-23 Thread Andrew-A . Davies
Hi Vincent, As requested. Full Debug Attached. Rgds Andy -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: 23 June 2006 15:12 To: 'Maven Users List' Subject: RE: Clover and Maven 2 _ From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: vendredi

RE: Re: [ANN] Maven2 javancss plugin 2.0-beta-1

2006-06-23 Thread Mike Perham
Geoffrey, read this: http://mojo.codehaus.org/javancss-maven-plugin/howto.html -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey De Smet Sent: Friday, June 23, 2006 8:32 AM To: users@maven.apache.org Subject: Re: [ANN] Maven2 javancss plugin 2.0-beta-1

RE: Clover and Maven 2

2006-06-23 Thread Mike Perham
Andrew, FWIW, we've given up using Clover in an automated fashion for now. It conflicts with too many other plugins in unexpected ways. We just run 'mvn clover:instrument clover:clover' during development to determine coverage needs. -Original Message- From: [EMAIL PROTECTED]

Re: [ANN] Maven2 javancss plugin 2.0-beta-1

2006-06-23 Thread Geoffrey De Smet
Thanks, I was reading an outdated cached version of that url... Mike Perham wrote: Geoffrey, read this: http://mojo.codehaus.org/javancss-maven-plugin/howto.html -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey De Smet Sent: Friday, June 23, 2006 8:32 AM

Re: Deleting additional directories during clean

2006-06-23 Thread dan tran
bind maven-antrun-plugin to execute your clean task at clean phase On 6/23/06, Aleksei Valikov [EMAIL PROTECTED] wrote: Hi. How could I instruct Maven to deleta additional directories during the clean phase? Thanks for your time... Bye. /lexi

Clover and Maven 2

2006-06-23 Thread Andrew-A . Davies
Title: Clover and Maven 2 Hi Think I may have tracked it down ... My Junit test was a blank one, so didn't instantiate the class under test. This it would seem does not then recognise that the class has had no tests (and hence has no coverage). What I was expecting was to say that the

Re: + JBoss Embedded EJB3 and Surefire Plugin Maven 2 PROBLEM+

2006-06-23 Thread Marco Mistroni
Hello, not yet... i havent had the time to 'publish' it beside, i didnt find any link on where i can 'phisically' place it... and even if i do, i m not sure i will have permissions to commit anything.,... can any maven guy give me some help? thanx and regards marco On 6/23/06, Darren Hartford

Re: JSP compiler plugin

2006-06-23 Thread Alexandre Poitras
Sorry if this is a banal question (I haven't done jsp precompiling yet), so the jsp's get precompiled and exposed as servlets in the web.xml? Why?? In production it is usally the recommended approach. - To unsubscribe, e-mail:

Re: JSP compiler plugin

2006-06-23 Thread Alexandre Poitras
Just to complete my answer, usually you would pack your precompiled jsp pages in a jar respecting a naming convention according to your application server so it can link them as servlets. I prefer to link my pages as servlet at compile time to be sure my package will work on any app server.

Re: C++

2006-06-23 Thread TheJoshua
I have been planning to adopt maven in my C++ development environment to provide build automation. We are planning to work building a set of interdepentent projects organized with Maven, and maybe abandoning make. I would like to know if there is a way of managing C++ builds (done with GNU g++),

Re: JSP compiler plugin

2006-06-23 Thread Wayne Fay
Another advantage of pre-compiling JSPs during Maven compile/package phase is that you get a nice compile-time check on the JSP file before wasting time deploying your EAR/WAR only to find out a JSP is missing a semi-colon or something equally dumb when the app server gets around to compiling it

Continuum not building after a CVSNT check in

2006-06-23 Thread Derek Mackie
Despite numerous attempts at resetting up continuum, maven and cvsnt I've been unable to get continuum to build after a cvs commit. It builds perfectly if I force a build but it won't respond to any cvs commits. I have a parent pom that builds three modules like such Main Project has

Re: C++

2006-06-23 Thread dan tran
1. Manage C++ builds - YES but You need to experiment see if it works out for you. how many platforms do you support? 2. CVS/Sub - YES thru maven-scm 3. Execution custom tools, YES thru maven-antrun-plugin or exec-maven-plugin 4 Eclispe/Integration NO 5. dream? almost there On

Setting POM via ViewVC

2006-06-23 Thread Derek Mackie
I've installed ViewVC (use to be ViewCVS) and can't use any of the links it provides to POM files when adding a new maven 2 project to continuum. Continuum keeps telling me that the file the ViewVC URL points to is not a valid 4.0.0 POM. If I use the link to the text version of the file Continuum

Re: site-deploy problem with Windows shared directory

2006-06-23 Thread dan tran
try to set your url to file:///\\hostname/ On 6/23/06, Gray, Jonathan [EMAIL PROTECTED] wrote: Hi All, I'm currently having a problem deploying the site for a multi-module project to a windows shared directory. The share is specified in the parent POM as follows:

Re: How to use findbugs in maven2?

2006-06-23 Thread Dongsheng Song
Thanks, I do as you say, but no errors detected, just silent success. After I build https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/findbugs-maven-plugin, all is ok. Another question, Can I discard some erros like this ? VR: Unresolvable reference EI/EI2: may expose internal representation

Using Apache as a proxy for Continuum

2006-06-23 Thread Sebastien Arbogast
I've just got Continuum up and running for one of my projects and the last build ran successfully. Now I want to improve the visibility of continuum: so far, it's accessible on http://myhost.com:8080/continuum and I'd like it to be visible at http://continuum.myhost.com, without the port number.

Re: maven 2.0.4 Checkstyle 4.1: Unable to process header location

2006-06-23 Thread shen kai
if license.txt is empty, the checkstyle will be occur error. On 6/23/06, Carlos Sanchez [EMAIL PROTECTED] wrote: those are the defaults On 6/23/06, Dongsheng Song [EMAIL PROTECTED] wrote: When I use mvn -X checkstyle:checkstyle, found config suspicious: ... [DEBUG] Configuring mojo '

Re: APT Format - Complex?

2006-06-23 Thread shen kai
you can use xdoc instead of it , if you want to write context in html. On 6/23/06, Subhash Chandran [EMAIL PROTECTED] wrote: I don't know if this is my biased opinion - but I find the APT format pretty clumsy. Especially when putting source code, XMLs and tables - I find it discouraging to

Any news about the update of Maven2 book with corrected errata ?

2006-06-23 Thread Sebastien Arbogast
Any news about the updated version of Maven2 book ? If you need help, I'm volunteer :oP -- Sébastien Arbogast The Epseelon Project : http://www.epseelon.net Blog : http://sebastien-arbogast.epseelon.net TagSpot : http://www.tagspot.org

Re: Deleting additional directories during clean

2006-06-23 Thread John Casey
This is not to short circuit the documentation effort, but the usage is: build [...] plugin artifactIdmaven-clean-plugin/artifactId configuration filesets fileset directorysome/relative/path/directory includes

Re: C++

2006-06-23 Thread TheJoshua
dan tran wrote: 1. Manage C++ builds - YES but You need to experiment see if it works out for you. how many platforms do you support? We used to develop in linux, using cross-compiling MinGW compilers to build for Windows. 90% of our development is Win32. Yet, most of ours

Re: APT Format - Complex?

2006-06-23 Thread John Casey
The site plugin and other documentation and reporting features of Maven use Doxia (https://svn.apache.org/repos/asf/maven/doxia/trunk), which is a framework for rendering and formatting from one markup to another. I think there is some support for Confluence style in there already, and also

Re: Using Apache as a proxy for Continuum

2006-06-23 Thread Trygve Laugstøl
Sebastien Arbogast wrote: I've just got Continuum up and running for one of my projects and the last build ran successfully. Now I want to improve the visibility of continuum: so far, it's accessible on http://myhost.com:8080/continuum and I'd like it to be visible at

RE: [m204] Error with compiler plugin with new project...

2006-06-23 Thread Mick Knutson
I have tried everything. Can anyone look at my pom and tell me what the issue is here please === project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=

Re: Can't get jni working based on example configuration

2006-06-23 Thread dan tran
Ok, I added javah -o support. You will need to get the latest source and build it your self since I am not able to deploy a snapshot to codehaus native-maven-plugin/src/it/jni/native/win32/pom.xml has the example configuration -Dan On 6/22/06, dan tran [EMAIL PROTECTED] wrote: see

Re: Any news about the update of Maven2 book with corrected errata ?

2006-06-23 Thread Carlos Sanchez
It'll be soon, stay tuned ;) On 6/23/06, Sebastien Arbogast [EMAIL PROTECTED] wrote: Any news about the updated version of Maven2 book ? If you need help, I'm volunteer :oP -- Sébastien Arbogast The Epseelon Project : http://www.epseelon.net Blog : http://sebastien-arbogast.epseelon.net

Re: maven 2.0.4 Checkstyle 4.1: Unable to process header location

2006-06-23 Thread Dongsheng Song
Thanks 2006/6/24, shen kai [EMAIL PROTECTED]: if license.txt is empty, the checkstyle will be occur error.

clover:save-history goal for 2.x?

2006-06-23 Thread Michael Waluk
Hi, I was just wondering if anyone (VM?) knows if/when the historical data report will be available in this plugin for Maven 2.x. I don't mean to be pushy, but I was just curious. Or alternatively is anyone creating it by binding an equivalent ant call(s)? Thanks, Michael

RE: Clover and Maven 2

2006-06-23 Thread Vincent Massol
Ah cool. I couldn't guess this. :-) If you want to check for a TPC threshold you'll need to use the clover:check goal. See the online doc for the clover plugin for more details. -Vincent _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: vendredi 23 juin 2006 17:20 To:

Build stuck - need help

2006-06-23 Thread Adam
Greetings: I have a build stuck in the build phase. I have restarted Continuum and forced a build all projects and all have built fine, including the stuck one. When I look at the builds for the project, it still shows the one that stuck as stuck, even though the next builds have built. Is

RE: clover:save-history goal for 2.x?

2006-06-23 Thread Vincent Massol
-Original Message- From: Michael Waluk [mailto:[EMAIL PROTECTED] Sent: vendredi 23 juin 2006 20:41 To: Maven Users List Subject: clover:save-history goal for 2.x? Hi, I was just wondering if anyone (VM?) knows if/when the historical data report will be available in this

RE: Deleting additional directories during clean

2006-06-23 Thread Mike Perham
Thanks John. I just added site documentation based on this example. -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 11:51 AM To: Maven Users List Subject: Re: Deleting additional directories during clean This is not to short circuit the

RE: conditionally loading property files

2006-06-23 Thread ertnutler
has anybody worked out a solution to this? i'd like to do something very similar, but at the very least i'd like to avoid redefining properties when the values won't differ -- View this message in context: http://www.nabble.com/conditionally-loading-property-files-t1412492.html#a5017698

Re: Deleting additional directories during clean

2006-06-23 Thread John Casey
wow, thanks! -j On 6/23/06, Mike Perham [EMAIL PROTECTED] wrote: Thanks John. I just added site documentation based on this example. -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 11:51 AM To: Maven Users List Subject: Re: Deleting

Re: hibernate3 extension - No Suitable Driver

2006-06-23 Thread bkbonner
I meant to include this link to the Maven-hibernate3 mojo: http://mojo.codehaus.org/maven-hibernate3/hibernate3-maven-plugin/howto.html Thanks. -- View this message in context: http://www.nabble.com/hibernate3-extension---No-Suitable-Driver-t1838389.html#a5018707 Sent from the Maven - Users

hibernate3 extension - No Suitable Driver

2006-06-23 Thread bkbonner
Out at the maven-hibernate3 plugin (for maven2), it indicates that an extension needs to be defined. I believe Extension is generated by Modello from the maven.mdo file, but I can't say for certain. What should this extension contain. I tried included the groupId, artifactId and version of a

RE: M2: Using version ranges in dependencies

2006-06-23 Thread Mike Perham
Yep, I just ran into this also. I have a module which has [1.1.0,) and 1.1.0 and 1.1.1-SNAPSHOT in my local repo. I can't release the module. It basically makes dependency ranges unusable for us. I'm unclear who's at fault here (the release plugin, maven's dependency resolution alogrithm, etc)

RAR plugin problem

2006-06-23 Thread Nidhi Tuli
RAR plug in I downloaded doesn't seem to generate jar file. It is simply compiling the code and generating a rar file with just the dependencies in it. The generated rar file does not contain the jar of the compiled source. Is there a way to get this plugin to generate jar files of the compiled

Re: hibernate3 extension - No Suitable Driver

2006-06-23 Thread Max Cooper
Look at the page you posted a link to. It clearly shows how to specify your JDBC driver library as an extension. Do that, and your error will go away. -Max bkbonner wrote: I meant to include this link to the Maven-hibernate3 mojo:

Re: hibernate3 extension - No Suitable Driver

2006-06-23 Thread bkbonner
Max, I did do this, which is why I posted my original msg. Thanks for replying, just the same. I realized what was happening. The driver URL syntax had changed in the new driver version. I wanted to rule out that there wasn't anything special about the artifact. Lo and behold, it's just a

Precompiling JSPs with Maven 2

2006-06-23 Thread Justin Akehurst
Hello, I'm trying to implement Maven 2 here in place of Ant, and wanted to know if there was a way to precompile JSP files using a plugin that may already be written. -Justin - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [m204] Error with compiler plugin with new project...

2006-06-23 Thread Brett Porter
The POM looks fine. I can help more if you give the specific exception from -e (which I asked yesterday). I'd also try removing at least org/codehaus/plexus/compiler and org/apache/maven/plugins/maven-compiler-plugin from your local repository if you want to try and brute force it. - Brett On

How to customize the compiler plugin

2006-06-23 Thread Clifton Craig
Hello all, I have a question. How do I plug a different compiler into the compiler plugin? Is there a guide or a howto that I can referr to? I need to know what's involved. Do I have to write some Java code (a compiler class or something) or can I get away with using the plugin attributes,

How do I use the output of a maven build as a resources of another.

2006-06-23 Thread Steve Menke
I am using maven 2.0 to build a jar file of applet classes. I need to include this output as resource / file in a web application which is also built with maven 2.0. Does anyone know the best and hopefully easiest way of doing this? -Steve

cobertura override

2006-06-23 Thread Chris DeJong
Anyone have an example of a maven2 pom.xml that overrides Cobertura excludes from a parent pom.xml? I can't seem to change the Cobertura excludes set by the parent, or add any excludes to those of the parent. I just keep getting the parent's exclude settings. Thanks, Chris -- Chris DeJong

Re: [m204] Error with compiler plugin with new project...

2006-06-23 Thread Mick Knutson
Sorry, I did not see your email yesterday. But, I removed my entire repository, and started again, and here is my pom, then my FULL exception with -e C:\Documents and

Re: How do I use the output of a maven build as a resources of another.

2006-06-23 Thread Wendy Smoak
On 6/23/06, Steve Menke [EMAIL PROTECTED] wrote: I am using maven 2.0 to build a jar file of applet classes. I need to include this output as resource / file in a web application which is also built with maven 2.0. Does anyone know the best and hopefully easiest way of doing this? In the

Re: [m204] Error with compiler plugin with new project...

2006-06-23 Thread Brett Porter
Something strange going on, for sure. Do other projects build ok for you? The only thing out of place I see: http://snapshots.maven.codehaus.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0.1/maven-compiler-p lugin-2.0.1.pom I'd suggest removing any reference to that repository. -

  1   2   >