Re: [m2] Where to find the source code for org.apache.maven.model.Model

2006-01-05 Thread Dennis Lundberg
e.org/viewcvs.cgi/maven/components/trunk/maven-model/maven.mdo -- Dennis Lundberg Thanks, Chris Christopher Cobb <[EMAIL PROTECTED]> wrote: > -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] I'm investigating how the maven-site-plugin generates the depen

Re: "You need to define a connectionUrl parameter."

2006-01-05 Thread Dennis Lundberg
en.apache.org/guides/introduction/introduction-to-the-pom.html http://maven.apache.org/maven-model/maven.html#class_scm -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: "You need to define a connectionUrl parameter."

2006-01-06 Thread Dennis Lundberg
Christopher Cobb wrote: -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] It's defined in your pom.xml. http://maven.apache.org/guides/introduction/introduction-to-the-pom.html http://maven.apache.org/maven-model/maven.html#class_scm Thanks for those URL's

Re: [m2] site.xml documentation? How to create a site

2006-01-06 Thread Dennis Lundberg
ifferent from "navigation.xml"? How do I get nice links to all the several sub-projects (and some of them have children too)? Put this section into your top level pom.xml specifying the sub modules you want. module-1

Re: [m2] site.xml documentation? How to create a site

2006-01-06 Thread Dennis Lundberg
. You might want to try a snapshot before you do a lot of work to make this happen. My bad, Wendy is correct. I've been trying out the latest stuff that Brett has been working on. I forgot that it is still SNAPSHOT material. You need a snapshot of maven 2.0.2 and the maven-site-plugin.

Re: [m2] site.xml documentation? How to create a site

2006-01-06 Thread Dennis Lundberg
will that be out again? Someone has said the first half of January, but one can never really know. After all it's software :) -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: release plugin with cvs provider??

2006-01-08 Thread Dennis Lundberg
-plugin see http://jira.codehaus.org/browse/MPSCM-67 -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven2 equivalent of dependency properties

2006-01-16 Thread Dennis Lundberg
Maybe this can help? http://maven.apache.org/guides/mini/guide-configuring-plugins.html -- Dennis Lundberg [EMAIL PROTECTED] wrote: Hello, As you know in maven1, it was possible to add elements to convey dependency-specific plugin meta-data. E.g., commons-lang commons

Re: [m2] Multiprojects and inherited SCM URLs

2006-01-19 Thread Dennis Lundberg
about this: scm:svn:svn://host/PROJECT/${pom.artifactId} This should work if you use the same name for the part in your svn repository as their artifactIds. -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: maven-release-plugin / cannot access the SVN

2006-01-20 Thread Dennis Lundberg
The M2 plugins have moved in SVN. The new location is: http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/maven-release-plugin/ -- Dennis Lundberg [EMAIL PROTECTED] wrote: Hey all, i would have a look to the maven-release-plugin, but i cannot connect to: http://svn.apache.org/repos/asf

Re: m202 lack of documentation

2006-01-22 Thread Dennis Lundberg
General documentation is here: http://maven.apache.org/guides/index.html A reference that is useful when you get parse errors in your pom is here: http://maven.apache.org/maven-model/maven.html -- Dennis Lundberg - To

Re: m202 lack of documentation

2006-01-22 Thread Dennis Lundberg
Dave, I believe that the book you are referring to is for Maven 1. Have a look at the section called "Configuring Reports" in this document: http://maven.apache.org/guides/getting-started/index.html -- Dennis Lundberg Dave Hoffer wrote: Dennis, I find some documentation here bu

Re: m202 lack of documentation

2006-01-22 Thread Dennis Lundberg
book on Maven 2 coming out: http://www.mavenbook.org/ Any help is surely appreciated. -dh -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Sunday, January 22, 2006 2:41 PM To: Maven Users List Subject: Re: m202 lack of documentation Dave, I believe that the book you are

Re: configuring scm

2006-01-25 Thread Dennis Lundberg
There is a patch available in http://jira.codehaus.org/browse/MNG-1677 -- Dennis Lundberg Emmanuel Venisse wrote: We need to fix this description. In connection element, you must provide a scm url (http://maven.apache.org/scm/scm-url-format.html) Emmanuel Christopher Chase a écrit : Hi

Re: [m2] Can't find bundle for base name checkstyle-report, locale de_DE

2006-01-27 Thread Dennis Lundberg
list. -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Changelog error linking to scm url

2006-02-21 Thread Dennis Lundberg
aven-model/maven.html##class_build -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Changelog error linking to scm url

2006-02-22 Thread Dennis Lundberg
Brian, Can you post the scm section of your POM here? -- Dennis Lundberg Brian Burridge wrote: What I meant was that in CVS the source code is in the src directory. I've already set the src code path in the POM. But in cvs its in a /src directory, to the SCM link isn't working. I

Re: Changelog error linking to scm url

2006-02-23 Thread Dennis Lundberg
/webapps/appname/src/com/bhn/cpms/dao/AssignedGroupDao.java Is that correct? -- Dennis Lundberg Brian Burridge wrote: Had to change some of it for obvious reasons. ** **scm:cvs:ext:[EMAIL PROTECTED]:/noc/cvs/:webapps/appname** **scm:cvs:ext:[EMAIL PROTECTED]:/noc/cvs

Re: xdoclet-maven-plugin and commons-logging-1.1-dev?

2005-11-12 Thread Dennis Lundberg
bodes ill for my project or just something to ignore completely? And what is 1.1-dev? A developer API or something? A beta? Hi Adam commons-logging-1.1-dev is what is currently in the Jakarta Commons SVN repository. It is not released code. -- Dennis Lun

Re: sslext

2005-11-12 Thread Dennis Lundberg
Adam Hardy wrote: The sslext.jar on ibiblio is devoid of any of its class files, weirdly. I assume this is a bug. I would have filed it so on jira, but I couldn't work out what to file it under. Would that be the Maven Evangelism component? Yes it would. -- Dennis Lun

Re: maven-changes-plugin for m2?

2005-11-12 Thread Dennis Lundberg
e, but at Codehaus. This might work: org.codehaus.mojo changes-maven-plugin -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cannot make XDoclet plugin work

2005-11-14 Thread Dennis Lundberg
or this xdoclet generation to be performed in order to continue working. Thank you in advance, JADOULLE Jérôme - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --

Re: Cannot make XDoclet plugin work

2005-11-14 Thread Dennis Lundberg
There is an issue for this in Jira: http://jira.codehaus.org/browse/MEV-191 Dennis Lundberg wrote: Hello The problem is with either xdoclet or the xdoclet-maven-plugin. One of them has a dependency on commons-logging-1.1-dev, which is not yet released. That dependency is therefor not

Re: M2: Problem with checkstyle plugin.

2005-12-02 Thread Dennis Lundberg
maven-checkstyle-plugin. -- Dennis Lundberg Michael Ransley wrote: Hello, I am new to Maven and have just started playing around with it. I have implemented the simple project that is defined in the getting started guide and have then also implemented the eclipse stuff. So far so good. I then

Re: [m2] site info reports error

2005-12-03 Thread Dennis Lundberg
Hello There are a couple of plugins that have issues (often resulting in an NPE) when they are run under a locale other than English or French. The clover-plugin is one of them. You can try to exclude the clover report to see if that helps. -- Dennis Lundberg Arnaud Bailly wrote: Hello, I

[m1] How to create a dependency upon a specific version of a plugin

2005-12-04 Thread Dennis Lundberg
project has a dependency on a specific version of a plugin, that version of the plugin is temporarily used *only* when running Maven for that particular project. It has no effect on the plugins installed in MAVEN_HOME/plugins or when running Maven on other projects. Is the above statement cor

Problems with non-anonymous source code repository

2004-07-15 Thread Dennis Lundberg
sh connection? Any help would be appreciated! -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[maven ant plugin] Suggested improvement

2004-07-15 Thread Dennis Lundberg
src="${repo}/${dep.artifactDirectory}/${dep.type}s/${dep.artifact}" dest="$${libdir}/${dep.artifact}" usetimestamp="true" ignoreerrors="true" /> } ---End psedo code--- What do you think? -- Dennis Lundberg -

Re: [maven ant plugin] Suggested improvement

2004-07-17 Thread Dennis Lundberg
Is there a better way to do this? -- Dennis Lundberg Carlos Sanchez wrote: Hi, The question is, why do you need your internal repoin a directory? Why don't you use maven local repo? Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net -----Original Message-

Re: [maven ant plugin] Suggested improvement

2004-07-18 Thread Dennis Lundberg
access by dns-name/ip-number. -- Dennis Lundberg Arnaud Heritier wrote: A solution is to create a private repository for your company. To do this you only need to have a web server where you publish your company's repository. You can also use maven-proxy (http://maven-proxy.codehaus.org

Re: Problems with non-anonymous source code repository

2004-07-19 Thread Dennis Lundberg
ly support pserver for cvs? -- Dennis Lundberg Dion Gillard wrote: Sounds like: a) You're using an old version of the changelog plugin, as it no longer uses the cvs executables. b) If you are using that old version of the changelog plugin, do a cvs login and then run it. On Thu, 15 Jul 2004

How to send documentation patches

2004-07-20 Thread Dennis Lundberg
that the right place? Should I file an issue in Jira about this and add "cvs diff -u" patches to it? -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Is "artifactId" allowed in a project.xml file?

2004-07-20 Thread Dennis Lundberg
like to know what I should do about this. Any thoughts? [1] http://maven.apache.org/xsd/maven-project-3.0.0.xsd [2] http://maven.apache.org/reference/user-guide.html#POM_Processing -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven pom

2004-07-26 Thread Dennis Lundberg
, you can use the same order of elements as in this document: http://maven.apache.org/reference/project-descriptor.html -- Dennis Lundberg Kenneth Simpson wrote: Hi - I'm getting a strange error. Enclosed is the output

Re: Using sshdeploy

2004-07-26 Thread Dennis Lundberg
c key authentication was successful". Also, if I run the command with its parameters directly on the commandline it works as well. I'm on Windows XP, and have tried ssh2 from www.ssh.com as well as putty without success. -- Dennis Lundberg Raphael Philipe Mendes da Silva wrote: Hi, I need some

Re: Using sshdeploy

2004-07-26 Thread Dennis Lundberg
Yes I have -- Dennis Lundberg Carlos Sanchez wrote: Hi, Have you set up putty correctly? maven.scp.executable=pscp maven.ssh.executable=plink Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net -Original Message- From: Dennis Lundberg [mailto:[EMAIL

Re: developer activity plugin

2004-07-26 Thread Dennis Lundberg
Hello Colin Have you set up a repository [1] section in your project.xml file? [1] http://maven.apache.org/reference/project-descriptor.html#repository -- Dennis Lundberg Colin Chalmers wrote: Hi all We recently moved from PVCS-> CVS so I was looking forward to using the plugins showing develo

Re: file:// protocol not working for remote repsoitory in 1.0

2004-07-28 Thread Dennis Lundberg
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: NullPointerException

2004-08-11 Thread Dennis Lundberg
Hello Can you post your project.xml file to this list? -- Dennis Lundberg jeff mutonho wrote: Hi I'm a first time user of Maven and am trying to build a very simple class that prints a string to the console.When I do D:\Maven\Sample-Maven-Project>maven java:compile from my project'

Re: NullPointerException

2004-08-11 Thread Dennis Lundberg
You have a typo that messes up the parsing of the file: ${basedir)/test should be ${basedir}/test Notice the curly here --^ (assuming that you use a fixed width font when viewing) -- Dennis Lundberg jeff mutonho wrote: Thanks guys.I ran maven pom:validate and got the same error

Re: NullPointerException

2004-08-11 Thread Dennis Lundberg
Translated to English, that means that the elements in your project.xml file are in the wrong order. You can find the correct order here: http://maven.apache.org/reference/project-descriptor.html or here: http://maven.apache.org/xsd/maven-project-3.0.0.xsd -- Dennis Lundberg jeff mutonho

Re: Maven Source Code

2004-08-11 Thread Dennis Lundberg
The source code for Maven is available from the CVS repository. You can find instructions for downloading it here: http://maven.apache.org/cvs-usage.html -- Dennis Lundberg Puneet Garg wrote: Hey, I wanted to dowmload the sorce code for maven. Could not find it anywhere. Can someone send me

Autoresponders :-(

2004-08-11 Thread Dennis Lundberg
maven user list in your whitelist. -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Autoresponders :-(

2004-08-11 Thread Dennis Lundberg
Hi Dan I'm all for anything that minimizes them amount of spam, as long as it doesn't create *more* e-mails ;-) If you haven't tried Mozilla Thunderbird yet, I suggest you do. Once you teach it, it takes care of most of the spam for you. -- Dennis Lundberg Dan R Greening wr

Re: Maven Ant Tasks and Multiple artifacts in one POM

2006-04-28 Thread Dennis Lundberg
Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL

[m2] How to deploy a webapp to the appserver?

2006-05-03 Thread Dennis Lundberg
ms overkill for our current needs. I would like to explode the contents of the war to a certain file path. Can I just use mvn war:exploded for this, provided that I configure "webappDirectory" to point to the developer ser

Re: [m2-book] Where to actually configure report generation and display ?

2006-05-03 Thread Dennis Lundberg
http://maven.apache.org/plugins/maven-project-info-reports-plugin/howto.html -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] Site deploy tries to create a directory

2006-05-04 Thread Dennis Lundberg
spot/htdocs/dev directory myself so I'm sure it exists. Is there a way to tell site plugin to to try to create parent directory ? Do you have the correct permissions set on the new directory? I'm not sure what they need to be set to, but that might be the cause of your prob

Re: [m2] More than one source repository to compile ?

2006-05-11 Thread Dennis Lundberg
possible to do this with the maven-compile-plugin. If you don't mind doing some coding of your own - have a look at chapter 5.5.2 of the Maven book, which discusses this. -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROT

Re: [m2] is maven-developer-activity-plugin a Maven 2 plugin???

2006-05-16 Thread Dennis Lundberg
the site for is not up yet. -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Adding Maven Plugins

2006-05-17 Thread Dennis Lundberg
in order to download the latest spring core jar? You shouldn't have to download anything manually - Maven should do it for you. But for this to happen you need to set up your dependencies correctly. Here's an introduction to how dependencies work: http://maven.apache.org/guides/introduct

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

2006-05-17 Thread Dennis Lundberg
r commons-logging is created automatically by the Maven1-to-Maven2 repo converter. It seems that the pom in question does not have the xml declaration on a line of its own. Here's what the first two lines look like: 4.0.0 That should really be three lines like this:

Re: cvs-settings.xml

2006-05-18 Thread Dennis Lundberg
Memory: 4M/8M [INFO] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs-settings.xml

2006-05-18 Thread Dennis Lundberg
to what I am doing wrong? See below... Carlos -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Thursday, May 18, 2006 4:31 PM To: Maven Users List Subject: Re: cvs-settings.xml [EMAIL PROTECTED] wrote: Using maven v2.0.4 with JDK 1.5 on a windows XP machine

Re: java plugin that finds all modules dependencies

2006-05-18 Thread Dennis Lundberg
ch one to retrieve its dependencies. I was hoping someone could point me in the right direction for solving the problem of finding the dependencies for all of my modules. Chapter 5.5.1 "Accessing Project Dependencies" in the book "Better Builds

Re: time-constrained repository instability

2006-05-19 Thread Dennis Lundberg
require so much work. -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Status on mavenide (maven2) IDEA plugin?

2006-05-25 Thread Dennis Lundberg
I asked about this on Jetbrain's plugins forum [1]. The answer i got was this: "I can confirm we DO NOT have plans implementing maven2 support in IDEA 6." [1] http://www.intellij.net/forums/thread.jspa?threadID=225665&tstart=0 -- Dennis Lundberg Vinny wrote:

Re: site child module listing

2006-05-31 Thread Dennis Lundberg
You might be able to get some clues by looking at that test case. -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: checkstyle version

2007-08-01 Thread Dennis Lundberg
latest SNAPSHOT version of each plugin. See http://jira.codehaus.org/browse/MCHECKSTYLE-68 and http://jira.codehaus.org/browse/MPCHECKSTYLE-56 -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: checkstyle version

2007-08-02 Thread Dennis Lundberg
ings.xml", and using "mvn -Papache checkstyle:checkstyle", maven does not use the latest checkstyle. My bad, I hadn't uploaded a new SNAPSHOT after I fixed that issue. Now that is done. Please try again. Any hints, many thanks, Ahmed - Original Message From: Denni

Re: Maven 1 to Maven 2 Question

2007-08-02 Thread Dennis Lundberg
nk so. See the "Properties" section at http://maven.apache.org/pom.html Thanks -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: checkstyle version

2007-08-02 Thread Dennis Lundberg
Yahoo! oneSearch: Finally, mobile search that gives answers, not web links. http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: Problem using custom announcement with changes plugin

2007-08-03 Thread Dennis Lundberg
I had a look at this and it seems that this is a requirement of Velocity, which is used to merge the template with the data. I'll add some text about this in the documentation for the plugin. Dennis Lundberg wrote: That is a very good question. I'm afraid I don't know the answe

Re: [m2] Cobertura issue

2007-08-08 Thread Dennis Lundberg
: === org.codehaus.mojo cobertura-maven-plugin -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANN] Maven DOCCK Plugin 1.0-beta-2 Released

2007-08-08 Thread Dennis Lundberg
The Maven team is pleased to announce the release of Maven DOCCK Plugin, version 1.0-beta-2. http://maven.apache.org/plugins/maven-docck-plugin/ Release Notes - Maven 2.x DOCCK Plugin - Version 1.0-beta-2 ** Bug * [MDOCCK-8] - NTLM proxy problems: Authentication state already initialized

Re: [m2] taglist question

2007-08-10 Thread Dennis Lundberg
your code? In that case you should be using Checkstyle instead. -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] taglist question

2007-08-10 Thread Dennis Lundberg
have checkstyle. How do I do it in Checkstyle? On 8/10/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Mick Knutson wrote: I want to get a tag list of all the System.out.println(...) statements there are and I want it to show up as: System.out.println("some print statement); N

Re: [m2] taglist question

2007-08-13 Thread Dennis Lundberg
lf, I just ripped the example from the Checkstyle site. On 8/10/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote: You can use the Regexp module [1] like this: or the GenericIllegalRegexp [2] like this: Read more: [1] http://checkstyle.sourceforge.net/

Re: customized Site Skin/Template for use in different projects

2007-08-15 Thread Dennis Lundberg
You need to add that skin to your site.xml file. Follow the instructions on this page, under the heading "Skinning": http://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html Can anybody help me with this? regards, Volker

Re: customized Site Skin/Template for use in different projects

2007-08-17 Thread Dennis Lundberg
list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven2 newbie help: getting cobertura reports

2007-08-17 Thread Dennis Lundberg
essageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______ -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL

Re: Problems using Velocity with Maven

2007-08-19 Thread Dennis Lundberg
|-- build.xml |-- maven-site.vm +-- src |--+ site |-- site.xml |--+ apt |- index.apt I've spent a lot of time searching for solution, but haven't been able to find the answer. Thanks! -- Dennis Lundberg ---

Re: Maven 2 -> Maven 1 converter

2007-08-22 Thread Dennis Lundberg
, e-mail: [EMAIL PROTECTED] -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Newbie question: including a jar in maven

2007-08-26 Thread Dennis Lundberg
an someone point me in the right direction? You need to add a dependency on hibernate in your pom.xml. More info available here: http://maven.apache.org/guides/getting-started/index.html#How_do_I_use_external_dependencies -- Denni

Re: Failing to add a POI dependency

2007-08-27 Thread Dennis Lundberg
http://repo1.maven.org/maven2 jboss repo jboss repo http://repository.jboss.com/maven2 calyonprofile Can anyone help please? Thanks in

Community review of the next commons-logging pom

2007-08-27 Thread Dennis Lundberg
this list, and I will bring the over to the commons community. -- Dennis Lundberg Apache Commons committer and PMC member - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Community review of the next commons-logging pom

2007-08-27 Thread Dennis Lundberg
ng versions. I'll attend to that. 5. I like and . You don't have to use them (and you're obviously not using them right now), but I like them. See above. The areas I'm primarily concerned with seem to be handled in this version, so Bravo! These are minor nits. Thanks

Re: Community review of the next commons-logging pom

2007-08-27 Thread Dennis Lundberg
rrect? What would they look like and what is the benefit for the community if we add them? Tom Huybrechts wrote: Is there any chance that OSGi headers could be added ? On 8/27/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Hi all The poms for commons logging has taken some beating o

Re: Community review of the next commons-logging pom

2007-08-28 Thread Dennis Lundberg
the servlet-api dependency, provided scope is enough (provided is not transitive). Thanks, Stéphane On 8/27/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Hi all The poms for commons logging has taken some beating on this list over the years. The reason for that has been the dependencies s

Re: Community review of the next commons-logging pom

2007-08-28 Thread Dennis Lundberg
esday 28 August 2007 10:06, Stephane Nicoll wrote: For the servlet-api dependency, provided scope is enough (provided is not transitive). Thanks, Stéphane On 8/27/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote: Hi all The poms for commons logging has taken some beating on this list over the

Re: Community review of the next commons-logging pom

2007-08-28 Thread Dennis Lundberg
l Thanks Marcel! - Original Message ---- From: Dennis Lundberg <[EMAIL PROTECTED]> To: Maven Users List Sent: Monday, August 27, 2007 8:30:37 PM Subject: Community review of the next commons-logging pom Hi all The poms for commons logging has taken some beating on this list over

Re: Question on maven-buildnumber-plugin

2007-08-28 Thread Dennis Lundberg
mp and the build number from svn? Is this possible? Regards Gunnar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Dennis Lundberg ---

Re: Dependency on a tag libary and its descriptor

2007-08-30 Thread Dennis Lundberg
EB-INF directory of the webapp-project? I'm confused. Why would you want to extract the .tld file? Would i have to do that with each taglib dependency? Thankful for ideas. Cheers. -- Dennis Lundberg - To unsubscribe, e-mai

Re: Compatible License Plugin - does one exist ?

2007-08-30 Thread Dennis Lundberg
mmands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Inherited Site Menu Contexts in Modules

2007-08-31 Thread Dennis Lundberg
FAQ ... Thanks, Cam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Dennis Lundberg - To unsubscribe, e

Re: NoClassDefFoundError: org/apache/log4j/Category

2007-08-31 Thread Dennis Lundberg
o use jetty6 for deployment. -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Links wrongs for the child submodules

2007-08-31 Thread Dennis Lundberg
e-mail: [EMAIL PROTECTED] -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Community review of the next commons-logging pom

2007-08-31 Thread Dennis Lundberg
dle-plugin that automates this process. More info here: http://cwiki.apache.org/confluence/display/FELIX/Maven+Bundle+Plugin+%28BND%29 One of the things you can also do with this plugin, is select which packages end up in your jar. Looking at the current POM, that might be useful. On 8/27/07, Dennis L

Re: Community review of the next commons-logging pom

2007-08-31 Thread Dennis Lundberg
I would like to extend a big "Thank you" to the Maven community for helping us out with this review. -- Dennis Lundberg on behalf of the Apache Commons Logging team Dennis Lundberg wrote: Hi all The poms for commons logging has taken some beating on this list over the years. The

Re: Question on maven-buildnumber-plugin

2007-09-01 Thread Dennis Lundberg
ail: [EMAIL PROTECTED] -- Julian Wood Web, E-Mail, and Middleware Services University of Calgary Information Technologies, 2500 University Drive, Calgary, Alberta, Canada T2N 1N4 (403) 220-5868 -- Dennis Lundberg - To u

Re: release:prepare failing - what am I missing :)

2007-09-01 Thread Dennis Lundberg
lved - so I may well have screwed up something. Any hints as to what I may be missing/have wrong in my config? Chris Searle [EMAIL PROTECTED] -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Inherited Site Menu Contexts in Modules

2007-09-02 Thread Dennis Lundberg
ike property placeholders? Thanks, Cam On 8/31/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote: This is the expected behavior. Cameron Jones wrote: Hi, In my maven project when i generate the site for the parent and all sibling modules the module's inherited menus have default context

Re: Why is my site.xml ignored?

2007-09-12 Thread Dennis Lundberg
However, the file site/site.xml is completely ignored. Am I doing something wrong? Or is there something else I need to change? Thanks, Jochen -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Next version of the site plugin? (Was: Why is my site.xml ignored?)

2007-09-12 Thread Dennis Lundberg
Any ideas, why the next version will be released? Thanks, Jochen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Denni

Re: maven-changelog-plugin issue?

2007-09-12 Thread Dennis Lundberg
ks. ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANN] Maven One Plugin 1.2 Released

2007-09-15 Thread Dennis Lundberg
The Maven team is pleased to announce the release of Maven One Plugin, version 1.2. http://maven.apache.org/plugins/maven-one-plugin/ Release Notes - Maven 2.x One Plugin - Version 1.2 ** Bug * [MONE-15] - Property configuration conversion for tasklist plugin is wrong * [MONE-18] -

Re: JDK6 compilation issue using Maven2 - annotations are not supported in -source 1.3

2007-09-15 Thread Dennis Lundberg
e the error: 'C:\Program' is not recognized as an internal or external command, operable program or batch file. Thanks for anyone's help in advance... -Kyle -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTE

[ANN] Maven Doxia 1.0-alpha-9 Released

2007-09-15 Thread Dennis Lundberg
The Maven team is pleased to announce the release of Maven Doxia, version 1.0-alpha-9. http://maven.apache.org/doxia/ Release Notes - Maven Doxia - Version 1.0-alpha-9 ** Sub-task * [DOXIA-110] - Add APT site documentation for SWF Maceo ** Bug * [DOXIA-29] - APT - local anchor doesn

Re: maven-changelog-plugin issue?

2007-09-19 Thread Dennis Lundberg
*GenericXXX's pom file: * Empire com.buscape 0.0.1 4.0.0 com.buscape GenericoESB GenericoESB 0.0.1 http://maven.apache.org activation activation 4.2.1 provided mail mail 4.2.1 provided * * Tha

Re: Why Maven is Hard?

2007-09-24 Thread Dennis Lundberg
nough for writing Maven documentation in English ;-) -- Dennis Lundberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   3   4   5   6   7   8   9   10   >