Re: [doxia-maven-plugin] How to get images from book's apt directory into site?

2008-11-24 Thread Paul Spencer
{basedir}/target/site/1.doc/images/ given your {basedir}/src/books/user-guide/apt I would think {basedir}/src/resources/books/user-guide/myImage.png likely place. Regards, Sean -Original Message- From: Paul Spencer [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2008 2:29 PM To: Maven

Is the dependency for doxia-core missing the version tag in the doxia-book pom?

2008-11-21 Thread Paul Spencer
${projectVersion}/version /dependency Paul Spencer [1]http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/doxia/doxia-book/1.0-beta-1-SNAPSHOT/doxia-book-1.0-beta-1-20081119.231737-2.pom - To unsubscribe, e-mail: [EMAIL

Re: Is the dependency for doxia-core missing the version tag in the doxia-book pom?

2008-11-21 Thread Paul Spencer
Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is the dependency for doxia-core missing the version tag in the doxia-book pom?

2008-11-21 Thread Paul Spencer
Wayne Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[doxia-maven-plugin] How to get images from book's apt directory into site?

2008-11-21 Thread Paul Spencer
. Suggestions? Paul Spencer [1] http://maven.apache.org/doxia/references/apt-format.html [2] http://maven.apache.org/doxia/book/index.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: URLs in site.xml banner tags not rendered by site plugin if host not resolved by nslookup

2008-06-17 Thread Paul Spencer
Paul Spencer wrote: The URL's in the banner tags of site.xml are the maven-site-plugin is the hostname is not found by nslookup. In my case the hostname only exists in my hosts files on a the Windows machine running mvn site. The above should be: Absolute URL's in the banner tags

URLs in site.xml banner tags not rendered by site plugin if host not resolved by nslookup

2008-06-16 Thread Paul Spencer
//href /bannerLeft bannerRight nameMaven/name srchttp://badhost.apache.org/images/apache-maven-project.png/src hrefhttp://badhost.apache.org//href /bannerRight /project It appears the plugin is validating the hostname. Is their a way of turning this validation off? Paul Spencer

maven-application-skin does not work in IE7

2008-06-13 Thread Paul Spencer
); height: auto; } Paul Spencer [1]http://svn.apache.org/viewvc/maven/skins/trunk/maven-application-skin/src/main/resources/css/maven-theme.css?r1=430364r2=440343diff_format=h - To unsubscribe, e-mail: [EMAIL PROTECTED

Are classifiers the answer, are they mature, what are the pitfalls?

2008-06-11 Thread Paul Spencer
are in the repository, is the classifier jdk14 or jdk15 required in the shale-test dependency configuration of a project using shale-test v1.1.0 or will maven used the current jdk environment to select the correct shale-test artifact? 6) What are the pitfalls or disadvantages? Paul Spencer [1] http

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Paul Spencer
[X] Our team uses HTTP to retrieve our artifacts Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Eclipse Plugin] How to exclude test target directories of required projects?

2008-05-01 Thread Paul Spencer
classpath is exclude in second project's .classpath with the following code: classpathentry kind=src path=/project_1 accessrules accessrule kind=nonaccessible pattern=target/**/ /accessrules /classpathentry Paul Spencer

Re: Re-spinning a release via maven-release-plugin

2008-04-03 Thread Paul Spencer
of the artifact will be the same, which one is a developer using? So I suggest NOT re-spinning an release. Paul Spencer Farrukh Najmi wrote: Dear colleagues, Does maven-release-plugin easily support the re-spinning of a release. Re-spinning means that one makes a bug fix and then creates a new

Re: How to get a list or inventory of plugins in use for a goal in a POM?

2008-03-24 Thread Paul Spencer
I have filed issue MPH-36. http://jira.codehaus.org/browse/MPH-36 Paul Spencer Wayne Fay wrote: The original email sounds like a bug report or rather enhancement request. Those things should be filed in the Maven JIRA. And I agree that this is not currently available, but might be a nice

Re: How to get a list or inventory of plugins in use for a goal in a POM?

2008-03-21 Thread Paul Spencer
Dennis, I have, and do, use this command, but it does not add the version number to the plugin when no version for the plugin exist in the POM. Also, when a plugin is not defined in the POM, it is not listed. Paul Spencer Dennis Lundberg wrote: I find this command helpful: mvn

How to get a list or inventory of plugins in use for a goal in a POM?

2008-03-20 Thread Paul Spencer
the process much easier. Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: help with Cobertura

2007-07-02 Thread Paul Spencer
Marco, You may be seeing the bug MCOBERTURA-61[1] in 2.1. I use 2.0 for that reason. As to the test running twice, I see this also. Paul Spencer [1]http://jira.codehaus.org/browse/MCOBERTURA-61 Marco Mistroni wrote: hi all, in my mvn2 webapp i am currently using Cobertura under

Forking compiler does not honor JAVA_HOME. Is this a Bug?

2007-06-28 Thread Paul Spencer
/plugin Is this a bug? Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What is syntax for beanshell condition in the enforcer plugin?

2007-06-28 Thread Paul Spencer
/plugin FYI: requireProperty is not listed in the Standard Rules navigation bar[1]. Thank you, Paul Spencer [1]http://maven.apache.org/plugins/maven-enforcer-plugin/ Brian E. Fox wrote: If you are just interesting in checking properties, take a look at the new requireProperty rule, it has

Re: Reminder to vote for 2.0.8 issues

2007-06-28 Thread Paul Spencer
Jason, Jira will not let you vote for an issue you created :( If it would, I would vote for MNG-2075 [1] Paul Spencer [1] http://jira.codehaus.org/browse/MNG-3075 Jason van Zyl wrote: Just a reminder for anyone lurking who wants issues addressed in 2.0.8 to vote for issues in JIRA. Thanks

What is syntax for beanshell condition in the enforcer plugin?

2007-06-25 Thread Paul Spencer
message The property datasource.url not defined. This is set in profile. /message /evaluateBeanshell /rules failtrue/fail /configuration /execution /executions /plugin Paul Spencer

I use resource filtering with the Eclipse plugin but, need filtered directories excluded.

2007-06-22 Thread Paul Spencer
the workspace. As a workaround, I delete the classpath entry for the path src/work-template. The fix purposed in MECLIPSE-165 allows the exclusion of filtered directories. Paul Spencer [1] http://jira.codehaus.org/browse/MECLIPSE-165

Re: Can a POM import a profile from anothe POM?

2007-06-05 Thread Paul Spencer
Steve, To me reproducibility does include testing, both unit and integrated. Now I utilize properties from setting.xml to account for differences is environment. Also note, the suggested enhancement adds functionality, thus you existing use of profiles do not have to change. Paul Spencer

Can a POM import a profile from anothe POM?

2007-06-02 Thread Paul Spencer
... groupIdcom.foo.profiles/groupId artifactIdcargo/artifactId version1.0/version ... profiles profile idcargo_tomcat_remote/id ... /profile profile idcargo_jetty_remote/id activation ... /activation /profile /project Paul Spencer

Re: Can a POM import a profile from anothe POM?

2007-06-02 Thread Paul Spencer
Armin, I did not know about profiles.xml, but this does not meet my requirements. Since I used Continuum on a different server in addition to developers on Windows and Unix machine, the use of symbolic links will not work. Paul Spencer Armin Ehrenfels wrote: Paul Spencer wrote: I am

Re: Can a POM import a profile from anothe POM?

2007-06-02 Thread Paul Spencer
profile idselenium-integration-test/id groupIdcom.foo.profiles/groupId artifactIdselenium/artifactId version1.0/version !-- used activation rules in imported profile -- ... /profile /project Paul Spencer Jeff Jensen wrote: One consideration of this though

Re: Can a POM import a profile from anothe POM?

2007-06-02 Thread Paul Spencer
a profile that it does not use, like cargo_tomcat_test, is updated? Like you, I am just sharing my thoughts. The more we understand how something is used, the better decision we can make. Worse yet, we may learn something new in the process :) Paul Spencer Jeff Jensen wrote: Hi Paul, Indeed

Re: M2 Changelog plugin

2007-05-31 Thread Paul Spencer
Emmanuel, Any idea when the next release of the changelog plugin will be released? Per the JIRA, their are no blockers and all issued attached to version 2.1 are resolved. Paul Spencer Emmanuel Venisse wrote: The changelog plugin use Maven-SCM too but an old version. Next version

[REPOST] Can't canonicalize system path with goal eclipse:eclipse

2007-05-21 Thread Paul Spencer
] Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e

Re: [REPOST] Can't canonicalize system path with goal eclipse:eclipse

2007-05-21 Thread Paul Spencer
with ${basedir}, then I consider it a bug. (just my $0.02) Paul Spencer Wayne Fay wrote: Remove the ${basedir} from the warSourceDirectory? Why do you need it? Wayne On 5/21/07, Paul Spencer [EMAIL PROTECTED] wrote: I get a Can't canonicalize system path error using the goal eclispse:eclipse when

Can't canonicalize system path with goal eclipse:eclipse

2007-05-16 Thread Paul Spencer
] Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [REPOST] Any idea when a new Cobertura plugin will be released - Specifically one that fixes the 100% Coverage in 2.1 (MCOBERTURA-61)?

2007-05-14 Thread Paul Spencer
All, Thanks for the updates. I will continue to use version 2.0 of the plugin until the next version of Cobretura and the plugin are released. Paul Spencer Brett Porter wrote: My intention is to vote to remove 2.1 from the list of versions in the repository - so if you specifically request

How to include Optional dependencies?

2007-05-11 Thread Paul Spencer
/version scopetest/scope includeOptionalDependencies group=FunctionalGroup1/ !-- Just a guess to illustrate the intent -- dependency Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED

[REPOST] Any idea when a new Cobertura plugin will be released - Specifically one that fixes the 100% Coverage in 2.1 (MCOBERTURA-61)?

2007-05-11 Thread Paul Spencer
Any idea when a new Cobertura plugin will be released - Specifically one that fixes the 100% Coverage in 2.1 (MCOBERTURA-61)? Paul Spencer [1] http://jira.codehaus.org/browse/MCOBERTURA-61 - To unsubscribe, e-mail: [EMAIL

Release status of changes plugin 2.0-beta-3?

2007-04-26 Thread Paul Spencer
to announcement generation that would be very useful to me. Paul Spencer [1] http://jira.codehaus.org/browse/MCHANGES-70 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem using custom announcement with changes plugin

2007-04-20 Thread Paul Spencer
? Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem using custom announcement with changes plugin

2007-04-20 Thread Paul Spencer
\resources 04/20/2007 01:45 PM 1,848 announcement.vm Paul Spencer Siegfried Goeschl wrote: Very stupid question ... templateDirectory/src/main/resources/templateDirectory seems to be an absolute reference to a directory whereas C:\cvs\reporting-jsf\src\main\resources

Re: Problem using custom announcement with changes plugin

2007-04-20 Thread Paul Spencer
for in the classpath and not in the template directory. Paul Spencer Wayne Fay wrote: Just stabbing in the dark... Have you tried: templateDirectorysrc/main/resources/templateDirectory Note the missing / at the beginning. Or for that matter, templateDirectory/ (no value)? Wayne On 4/20/07, Paul Spencer

Re: Problem using custom announcement with changes plugin

2007-04-20 Thread Paul Spencer
: templateDirectory is a bad name since it has no relation to a directory. templatePackage would more accurate. Paul Spencer Paul Spencer wrote: Wayne, Neither work. templateDirectorysrc/main/resources/templateDirectory templateDirectory/templateDirectory templateDirectory/ I even tried

How to set the Eclipse Java Compiler property JDK Compliance using the eclipse plugin?

2007-04-13 Thread Paul Spencer
compilerVersion1.4/compilerVersion /configuration /plugin How do I set the Eclipse Java Compiler property JDK Compliance using the eclipse plugin? Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[m2] How to add timestamp of build to properties file using filtering?

2006-09-21 Thread Paul Spencer
, but no answers. Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to configure attached tests?

2006-07-07 Thread Paul Spencer
an class in the project's testing source directory that extends a test located in the attached test jar. o A better understanding on how attached test can be used. o A better understanding on how attached test would like to be used. Thus prompting enhancements in Maven. Paul Spencer Arnaud

Re: How to configure attached tests?

2006-07-07 Thread Paul Spencer
an class in the project's testing source directory that extends a test located in the attached test jar. o A better understanding on how attached test can be used. o A better understanding on how attached test would like to be used. Thus prompting enhancements in Maven. Paul Spencer Arnaud

Re: How to configure attached tests?

2006-07-07 Thread Paul Spencer
Arnaud, Arnaud Bailly wrote: Paul Spencer [EMAIL PROTECTED] writes: Arnaud, 1) I have several test, 100+, and the number grows, so from a management perspective extending each abstract test in each implementation is not practical. Paul, Maybe I am becoming intrusive (or is it obstrusive

How to configure attached tests?

2006-07-06 Thread Paul Spencer
using the command mvn test, but the attached test are not being run. The attached test jar is listed in the classpathElements display by mvn -X test Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: How to configure attached tests?

2006-07-06 Thread Paul Spencer
Kenny, See below. Kenney Westerhof wrote: On Thu, 6 Jul 2006, Paul Spencer wrote: Hi, (Maven 2.0.4) I have configured my project to use an attached test per the Guide to using attached tests, http://maven.apache.org/guides/mini/guide-attached-tests.html, but the attached tests

Re: How to configure attached tests?

2006-07-06 Thread Paul Spencer
. By including the attached test in each implementation, then anytime an implementation is successfully built, by Continuum for example, you can me assured it also confirms to the interface. Paul Spencer Arnaud Bailly wrote: Paul Spencer [EMAIL PROTECTED] writes: Hello, I think that attached tests

Using attached tests

2006-07-03 Thread Paul Spencer
am using the command mvn test, but the attached test are not being run. The attached test jar is listed in the classpathElements display by mvn -X test Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Maven 2 and WTP

2006-06-07 Thread Paul Spencer
Please be aware their are Release Candidates of WTP v1.5 currently available. I would encourage that any changes to the eclipse plugin support WTP 1.5. Paul Spencer RJamie Bisotti wrote: On 6/7/06, Zeiler Christian, Bedag [EMAIL PROTECTED] wrote: Hello Yesterday I tried to convert a maven

Re: [M2] Snapshots deployed to server not being found

2006-06-05 Thread Paul Spencer
this, it is just a hunch. Paul Spencer ben short wrote: Hi, I am trying to include a snapshot that has been deployed to our internal repository. When I do mvn compile, maven complains that it couldn't resolve the dependency. Is this a bug with maven 2.0.4? Ben

Re: [M2] Snapshots deployed to server not being found

2006-06-05 Thread Paul Spencer
/uniqueVersion idmy-snapshot/id nameSnapshot Repository/name urlscp://foo.com/Maven2-repository/snapshot-repository/url /snapshotRepository Paul Spencer [EMAIL PROTECTED] wrote: Same here...one thing I think I did that seemed to work was to throw the -U cmd on the compile, ie

[M2] Setting goals for release:perform? (REPOST)

2006-05-23 Thread Paul Spencer
The default goals for release:perform are deploy and site:deploy. How do I change them in the pom? From the command line: mvn release:perform -Dgoal=deploy Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED

[M2] Setting goals for release:perform? (REPOST)

2006-05-23 Thread Paul Spencer
The default goals for release:perform are deploy and site:deploy. How do I change them in the pom? From the command line: mvn release:perform -Dgoal=deploy Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [M2] Setting goals for release:perform? (REPOST)

2006-05-23 Thread Paul Spencer
Dan, You did, I just missed it. Paul Spencer dan tran wrote: hmm, i thought I already answered it!!! :-) On 5/23/06, Paul Spencer [EMAIL PROTECTED] wrote: The default goals for release:perform are deploy and site:deploy. How do I change them in the pom? From the command line: mvn

[M2] The artifactId is getting append to the some urls when the url and scm tags are inherited.

2006-05-19 Thread Paul Spencer
:[EMAIL PROTECTED]:/bar:project-pom Web Accesshttp://foo.com/viewcvs/bar/project-pom I am using maven 2.0.4 and generating the site using the following command to insure all plugins are current: mvn site -U Paul Spencer

Re: Announce: New european (Amsterdam, NL) Maven 2.0 mirror

2006-05-18 Thread Paul Spencer
Stefan, Your content types are not set correctly. See the thread titled Relative to content-type, Is their convention for the file in the repository? Paul Spencer Stefan Arentz wrote: I just finished setting up a Maven 2.0 mirror that is located in the Amsterdam, The Netherlands

Re: Announce: New european (Amsterdam, NL) Maven 2.0 mirror

2006-05-18 Thread Paul Spencer
Stefan, Your content types are not set correctly. See the thread titled Relative to content-type, Is their convention for the file in the repository? Paul Spencer Stefan Arentz wrote: I just finished setting up a Maven 2.0 mirror that is located in the Amsterdam, The Netherlands

[M2] Release plugin is not updating changes.xml like it did in m1

2006-05-18 Thread Paul Spencer
The release plugin in m1 updated the version and date attributes of the release tag. It is not doing this in m2 Has this functionality been removed in M2? Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED

[M2] Setting goals for release:perform?

2006-05-18 Thread Paul Spencer
The default goals for release:perform are deploy and site:deploy. How do I change them in the pom? From the command line: mvn release:perform -Dgoal=deploy Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED

[M2] Release plugin 2.0-beta-4 suggest invalid tag for CVS

2006-05-18 Thread Paul Spencer
The release plugin v2.0 Beta4 suggests a tag that invalid for cvs. Specifically CVS does not like '.' in the tag name. I would expect the plugin to substitute a '_' for the '.' Paul Spencer - To unsubscribe, e-mail: [EMAIL

[M2] Release plugin 2.0-beta-4 - Cleanup of pom.xml.next and pom.xml.tag

2006-05-18 Thread Paul Spencer
The Release plugin 2.0-beta-4 creates the files pom.xml.next and pom.xml.tag. When are the files deleted? Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[M2] Release plugin 2.0-beta-4 -${project.artifactId} was replaced with it's value during release:perform

2006-05-18 Thread Paul Spencer
:${project.artifactId}/connection After release: connectionscm:cvs:pserver:[EMAIL PROTECTED]:/bar:master-pom/connection BTW: The issue http://jira.codehaus.org/browse/MRELEASE-16 may be related to the above problem. Paul Spencer

Who is mergere.com and why is maven.org resolving to it?

2006-05-17 Thread Paul Spencer
) Caused by I/O exception: Server returned HTTP response code: 403 for URL: http://repo.mergere.com/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1 .jar Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Who is mergere.com and why is maven.org resolving to it?

2006-05-17 Thread Paul Spencer
: Unsafe content type application/octet-stream Please thank your company for hosting the repository. Paul Spencer Brett Porter wrote: Hi Paul, My company has offered the services of the repository while there has been an extended hardware outage on the original community box at maven.org. I am able

Error downloading commons-logging-1.1.pom from repo.mergere.com

2006-05-17 Thread Paul Spencer
and not / (position: START_DOCUMENT seen /... @1:2 ) I also get a XML Parsing Error: not well-formed error when viewing the pom in a browser. http://repo.mergere.com/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom Paul Spencer

Re: Who is mergere.com and why is maven.org resolving to it?

2006-05-17 Thread Paul Spencer
ibiblio are allowed. As an example, the following is allowed: http://www.ibiblio.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar Paul Spencer Brett Porter wrote: Thanks. Just to make sure I understand - were you expecting a different content type? Cheers, Brett On 5

Relative to content-type, Is their convention for the file in the repository?

2006-05-17 Thread Paul Spencer
in the web server, documenting this will be helpful to anyone setting up an maven repository. I assume this is also true for maven-proxy Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Who is mergere.com and why is maven.org resolving to it?

2006-05-17 Thread Paul Spencer
Carlos, Thank you. I have posted a related question on this list. The post is titled Relative to content-type, Is their convention for the file in the repository? Paul Spencer Carlos Sanchez wrote: We'll be changing it to application/java-archive On 5/17/06, Paul Spencer [EMAIL PROTECTED

Re: Error downloading commons-logging-1.1.pom from repo.mergere.com

2006-05-17 Thread Paul Spencer
Dennis, It sounds like a bug in the Maven1-to-Maven2 repo converter. Is this something I should report? If so, who should I report it to? Paul Spencer Dennis Lundberg wrote: Paul Spencer wrote: I am getting the following error when Maven is downloading commons-logging-1.1.pom from

[m2] Looking for javadoc warning report

2006-04-12 Thread Paul Spencer
Maven 1.0.2 produced a Javadoc warnging report. I have not found this in Maven 2.0.x. Does it exist? If so, where and how is it configured? Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [m2] Looking for javadoc warning report

2006-04-12 Thread Paul Spencer
numberOfDays is not a parameter name. Paul Spencer Wayne Fay wrote: What kind of warnings did it report exactly?? Wayne On 4/12/06, Paul Spencer [EMAIL PROTECTED] wrote: Maven 1.0.2 produced a Javadoc warnging report. I have not found this in Maven 2.0.x. Does it exist? If so, where and how

[m2] Setup a jndi environment for testing (surfire)

2006-04-12 Thread Paul Spencer
I would like to setup a JNDI environment to be used during the testing phase, i.e. the surefire plugin. The environment would contains database (java:comp/env/jdbc) and environment entries (java:comp/env) that would be used by the unit tests. Suggestions? Paul Spencer

Re: [m2] Looking for javadoc warning report

2006-04-12 Thread Paul Spencer
Wayne, I also use the checkstyle report. I will look into using this report in place of the javadoc warning report. Thank you, Paul Spencer Wayne Fay wrote: As far as I know, the M2 Javadoc tool is strictly for generating Javadocs, and does not report such warnings. I personally like

Re: [m2] Setup a jndi environment for testing (surfire)

2006-04-12 Thread Paul Spencer
for configuration information. http://www.osjava.org/simple-jndi Paul Spencer KC Baltz wrote: Check out the JUnit DataSource Helper package at JavaRanch: http://www.javaranch.com/codebarn.jsp It'll allow you to configure a DataSource in a simple JNDI context via a properties file. And you can bind

Re: Serious trouble using the fork-mechanism - or just lack of heap memory?

2005-11-23 Thread Paul Spencer
Jan, The short answer, based on my experience, is do not fork the compile. From what I have read and experienced, at some point the command line becomes to long for the OS. It sound like the point, in this case, is 57 files. Paul Spencer Jan Gunnar Grønningsæter wrote: Hello again

Re: [m2] commons-io 1.1 POM invalid

2005-11-23 Thread Paul Spencer
David, Below is a link to the Maven Evangelism JIRA project. http://jira.codehaus.org/browse/MEV Paul Spencer David Sag wrote: Snap! I just filed a jira issue on this about 20 mts ago - could not find any special 'evangelism' jira however. I did look for it tho. http://jira.codehaus.org

Re: [m2] commons-io 1.1 POM invalid

2005-11-23 Thread Paul Spencer
David, Below is a link to the Maven Evangelism JIRA project. http://jira.codehaus.org/browse/MEV Paul Spencer David Sag wrote: Snap! I just filed a jira issue on this about 20 mts ago - could not find any special 'evangelism' jira however. I did look for it tho. http://jira.codehaus.org

Re: print out classpath

2005-11-23 Thread Paul Spencer
Heiko, mvn -X goal I know the compiler goal print the class path. Paul Spencer puschteblume wrote: Is there a way to print out the classpath? Also dependend from scope? Thanks Heiko - To unsubscribe, e-mail: [EMAIL

[m2] surefire not honoring excludes

2005-11-22 Thread Paul Spencer
, just the source [DEBUG] (f) excludes = [com/foo/util/**] Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] surefire not honoring excludes

2005-11-22 Thread Paul Spencer
I should further clarify not honoring the excludes. My expectation was the exclusion applied to the compiler and test runner. It appear to apply to only the test runner. So, is it correct the excluded test are compiled and not run? Is their a way to prevent a the compilation? Paul Spencer

Re: [m2] surefire not honoring excludes

2005-11-22 Thread Paul Spencer
Jesse, I was trying to use excludes to exclude tests from compiling when converting my project from m1 to m2. The excludes only affect what is executed, not compiled. Paul Spencer Jesse McConnell wrote: I was just poking through this code...and it was excluding all the right stuff for me

Re: [m2] fork to run junit tests

2005-11-22 Thread Paul Spencer
Patrick, See the following post. http://www.mail-archive.com/users@maven.apache.org/msg28712.html Paul Spencer Patrick O'shea wrote: Hi, Is it possible to fork to run the junit tests ? I'm using external code that is called when the forked jvm exits after the tests are run. thanks

Re: [m2] surefire not honoring excludes

2005-11-22 Thread Paul Spencer
. Paul Spencer Brett Porter wrote: I've noticed this recently too. You can exclude sources from compilation in the compiler plugin (check the compiler plugin reference for the configuration item name). Cheers, Brett On 11/23/05, Paul Spencer [EMAIL PROTECTED] wrote: I should further clarify

[m2] Moving versions from project.xml to pom.xml

2005-11-22 Thread Paul Spencer
I am starting the process of converting projects from m1 to m2. My m1 projects have a lot of historical information in the versions tag of project.xml that I would like to preserve. My question is, where is the version history maintained in m2? Paul Spencer

The POM for commons-discovery v0.2 is missing scopetest/scope for the junit dependency.

2005-11-22 Thread Paul Spencer
The POM for commons-discovery v0.2 is missing scopetest/scope for the junit dependency. http://www.ibiblio.org/maven2/commons-discovery/commons-discovery/0.2/commons-discovery-0.2.pom I am not sure where to report this. Paul Spencer

Re: [m2] site:deploy via scp uses theunzip command on the remote host. [m1] used tar and gunzip

2005-11-19 Thread Paul Spencer
Brett, I have filed a feature request. http://jira.codehaus.org/browse/MNG-1627 Paul Spencer Brett Porter wrote: We can make this configurable - please file a feature request. - Brett On 11/19/05, Paul Spencer [EMAIL PROTECTED] wrote: Deploying a site in m2 has changed since m1. m1 used

[m2] mvn deploy hangs if groupId contains a dot.

2005-11-18 Thread Paul Spencer
-model/maven.html 2) Is their a bug somewhere in the deploy goal that incorrectly generates the directory structure when the groupId contains a .? 3) If a . in the groupId or artifactId is invalid, should this not be reported as an error? Paul Spencer

[m2] site:deploy via scp uses theunzip command on the remote host. [m1] used tar and gunzip

2005-11-18 Thread Paul Spencer
Deploying a site in m2 has changed since m1. m1 used the tar and gunzip command on the remote site, where m2 uses the unzip command. This poses a problem for be since my remote site does not support the unzip command. What are my options? Paul Spencer

Re: how to create a site in maven 2

2005-11-11 Thread Paul Spencer
1) cd to the project directory. It will contain the file pom.xml. 2) execute the following command to generate the site. mvn site 3) The site will be created in the target directory target/docs/index.html Paul Spencer Maruf Aytekin wrote: Hello All, I am pretty new to maven just

Re: how to create a site in maven 2

2005-11-11 Thread Paul Spencer
1) cd to the project directory. It will contain the file pom.xml. 2) execute the following command to generate the site. mvn site 3) The site will be created in the target directory target/docs/index.html Paul Spencer Maruf Aytekin wrote: Hello All, I am pretty new to maven just

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

2005-09-16 Thread Paul Spencer
Vincent, Thanks for the update. Where should I post patches? Paul Spencer. Vincent Massol wrote: Hi Paul, -Original Message- From: Paul Spencer [mailto:[EMAIL PROTECTED] Sent: mercredi 14 septembre 2005 14:49 To: Maven Users List Subject: Re: [ANN] Article on building J2EE

[1.1-b2] war plugin is not using web.xml generated by xdoclet

2005-09-14 Thread Paul Spencer
How do I configure Maven 1.1-Beta2 and it's WAR plugin to use the web.xml and taglibs generated by xdoclet. I have added the following to project.properties, but it does not work. maven.war.webxml=${maven.build.dir}/xdoclet/webdoclet/WEB-INF/web.xml Paul Spencer

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

2005-09-14 Thread Paul Spencer
and those corrections may have contributed or cause the following error. Error: Unable to distribute xpetstore-application-3.1.3.ear: Could not deploy module xpetstore-business-3.1.3.jar caused by EJB [Counter] is misconfigured: no CMP mapping defined by OpenEJB DD. Paul Spencer Vincent

Re: Maven, CruiseControl, multiple projects Best Practices

2005-07-01 Thread Paul Spencer
David, Between the order of projects in the cruise control configuration file and the value of each projects maven.cruisecontrol.trigger.projects property, you can minimize the number of failed builds as described in #1. Paul Spencer David Jackman wrote: 1. You'll definitely need

Re: Maven, CruiseControl, multiple projects Best Practices

2005-07-01 Thread Paul Spencer
=independent maven.dashboard.rungoals=false Paul Spencer Jamie Bisotti wrote: Paul, can you elaborate on that a bit more? On 7/1/05, Paul Spencer [EMAIL PROTECTED] wrote: David, Between the order of projects in the cruise control configuration file and the value of each projects

Status of jcoverage plugin 1.0.10?

2005-06-24 Thread Paul Spencer
MPJCOVERAGE-18 - Fix report for Inner/anonymous classes. The bugs have been fixes for more then 4 months. Since I use inner classes, MPJCOVERAGE-18 is very usable to me. Any idea when the plugin will be release? Paul Spencer

Re: Maintaining private repositories

2005-02-28 Thread Paul Spencer
=http://myhost/maven-dir,http://www.ibiblio.org/maven Paul Spencer Tim Stephenson wrote: Not sure where the official doc is - somewhere on the site - but what we do is to set up a directory structure exactly like the local repo or remote repositories under some web-server published directory

Re: Maintaining private repositories

2005-02-28 Thread Paul Spencer
. maven.repo.remote=http://myhost/maven-dir,http://www.ibiblio.org/maven Paul Spencer Tim Stephenson wrote: Not sure where the official doc is - somewhere on the site - but what we do is to set up a directory structure exactly like the local repo or remote repositories under some web-server published directory

Re: dealing with integration test

2004-12-17 Thread Paul Spencer
to this approach o A successful build of the main project does not mean that jar/war has passed all of the test. Paul Spencer Marcin Gurbisz wrote: Hi, My question is how you deal with tests which are integration rather than simple unit test. For example tests require running server, database

Profiler that works with Maven

2004-12-16 Thread Paul Spencer
I am looking for a profiler that works with Maven. Any suggestions? Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven site:generate --OutOf MemoryError

2004-08-26 Thread Paul Spencer
Increase the amount of memory allocated to the JVM by setting the environment variable MAVEN_OPTS. The following allocate 512 MB. set MAVEN_OPTS=-Xmx512m Paul Spencer jeff mutonho wrote: I ran the same command maven site:generate on an XP box and am getting an OutOfMemoryError.The logs looks

  1   2   >