Re: CheckStyle html report contains no source link

2005-11-10 Thread David Sag
I'm quite amazed that this long-standing bug with the javadoc plugin hasn't been addressed sooner.  I know it's been fixed but is there a problem with actually releasing the fixed javadoc plugin?  It's quite embarrassing giving demos of maven 2 and having to constantly explain that  "this blank pa

Re: plugin development - extending simple plugin like jar

2005-11-10 Thread Brett Porter
To use a custom plugin, you need to use a custom packaging element. Take a look at the lifecycle guide on the web site (there was a thread on this list very recently about it too). However, I'm curious what your use case is for duplicating classes across multiple jars. Why is this required? It may

Re: [m2] building non-jar projects

2005-11-10 Thread Brett Porter
The plugin will always be activated, but that's not an issue - it will only do something if the packaging is set, or there is an executions element given. So this is the correct approach. There is not much details I can provide on components.xml other than the examples given. It is actually a very

Re: Site and multi-modules projects

2005-11-10 Thread Brett Porter
that's the case - there is an open jira for this. On 11/11/05, Oscar Picasso <[EMAIL PROTECTED]> wrote: > Hi, > > With maven 2.0 there is a problem when build a site for a multi-modules > project. > > The individual modules sites are properly build but not the links between the > root project and

Re: CheckStyle html report contains no source link

2005-11-10 Thread Brett Porter
The fix will occur when the next javadoc plugin release is made. It isn't currently scheduled. I'm not sure if the checkstyle plugin is correctly linking them - you might need to file a bug. - Brett On 11/11/05, Rik Bosman <[EMAIL PROTECTED]> wrote: > Brett, > The plugin is working, the sources

Re: [m2] standard set of archetypes

2005-11-10 Thread Brett Porter
http://www.ibiblio.org/maven2/org/apache/maven/archetypes/ On 11/11/05, Michael McCrann <[EMAIL PROTECTED]> wrote: > Is there a standard set of archetypes that come with Maven2? If so, what > are they? > > Michael > > > NOTICE > This e-mail and any attachments are confidential and may contain copy

Re: Custom Global Repository Out of Memory Error

2005-11-10 Thread Brett Porter
I'm biased, but I can't see how this is a Maven problem - it is just doing normal HTTP requests. - Brett On 11/11/05, Michael Owen <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using Maven 1.1 beta 2, and have a custom global repository on Tomcat > 5.5.4. For Tomcat to publish the global repository fi

Re: M2 : mvn deploy to remote repository artifacts have timestamp

2005-11-10 Thread Trent Rosenbaum
Hi there, The deploy stage of the maven build life cycle is focused on the delivery of the artifact into a repository for other users, so in one sense you are going in the right direction. The maven-release plugin is focused on the preparation and the creation/delivery of a more offical release o

[m2] standard set of archetypes

2005-11-10 Thread Michael McCrann
Is there a standard set of archetypes that come with Maven2? If so, what are they? Michael NOTICE This e-mail and any attachments are confidential and may contain copyright material of Macquarie Bank or third parties. If you are not the intended recipient of this email you should not read, pri

Re: Solution for Axis/Maven integration

2005-11-10 Thread Jesse McConnell
want me to make a java2wsdl plugin? never used it but it probably isn't different from the wsdl2java one.. perhaps it would even be better to make an axis-maven-plugin that has multiple goals, one for each of these types of tools... I'll look into it if you like. jesse On 11/10/05, Christoph Sc

M2 : mvn deploy to remote repository artifacts have timestamp

2005-11-10 Thread Pete
I have a common jar artifact that I have built and now want to deploy to my company's remote repository, so I tried :- mvn deploy and saw that I needed to add :- remote_repository remote_repository Repository

Re: [m2]site:deploy (trouble with url starting with /local)

2005-11-10 Thread Emmanuel Venisse
file url must be have 3 '/' after ':' so you should use file:///local/maven/... If you define a string between the second and the third slash, and this string is the name of a network machine, it will be use as a machine name like this : file://localhost/rep1/rep2 Emmanuel Emmanuel Olivier L

Re: Multiproject with maven 2

2005-11-10 Thread Wim Deblauwe
ok, I saw you closed the issue, thanks a million. By the way, if you need a testuser for ClearCase support, I'm very willing. Can you tell me what should work and what not? regards, Wim 2005/11/10, Emmanuel Venisse <[EMAIL PROTECTED]>: > > You'll can use module with ../ in continuum 1.0.1, but

Re: Multiple source directories (again)

2005-11-10 Thread Jason van Zyl
On Thu, 2005-11-10 at 12:40 -0800, dan tran wrote: > looks like we need to checking add source plugin into mojo so every one can > reuse. > -D Good idea. http://jira.codehaus.org/browse/MNG-1505 > On 11/10/05, Jason van Zyl <[EMAIL PROTECTED]> wrote: > > > > On Thu, 2005-11-10 at 15:19 +,

RE: local.repository

2005-11-10 Thread Brian E. Fox
Found the answer and posting for the archives: ${bla} And ${bla} -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 11:52 AM To: Maven Users List Subject: local.repository I need to access the local repository property in an antrun task.

Solution for Axis/Maven integration

2005-11-10 Thread Christoph Schönfeld
I want to share my solution for the Axis/Maven 2.0 integration. I was able to get both, java2wsdl and wsdl2java, running, using the Ant trick for java2wsdl. I was wrong with the point about the build life cycle. WSDL creation fits very well into it! As long as there is no maven plug-in for java2w

[m2]site:deploy (trouble with url starting with /local)

2005-11-10 Thread Olivier Lamy
Hi, I have setted the following values : WebReports file://local/maven/Reports/Accommons-tools mvn site:site site:deploy The deployement try to put all files in /maven/Reports/Accommons-tools. I need to specify file://local/local/maven/Reports/Accommons-tools - Olivier This e-mail, any attac

Re: mvn eclipse:eclipse try to download dependency jar doesn't exist

2005-11-10 Thread Igor Bljahhin
I installed tools-1.4.jar manually already, so I don't know exacly what artifact use this dependency. But I have the same problem again with another artifact, with "p6spy" (http://www.ibiblio.org/maven2/p6spy/p6spy/1.3/p6spy-1.3.pom). It needs a several dependencies, one of them is "oracle:classes

Re: Multiple source directories (again)

2005-11-10 Thread dan tran
looks like we need to checking add source plugin into mojo so every one can reuse. -D On 11/10/05, Jason van Zyl <[EMAIL PROTECTED]> wrote: > > On Thu, 2005-11-10 at 15:19 +, Pilgrim, Peter wrote: > > +1 I'd be interested in this too! > > Does this help? > > > http://maven.apache.org/guides/

subscribe request

2005-11-10 Thread Nehrbass Paul-r29289

Re: CheckStyle html report contains no source link

2005-11-10 Thread Rik Bosman
Brett, The plugin is working, the sources were generated. But still no links in the generated checkstyle report. Any suggestions? Another question: I read about the problem with the empty javadoc " index.html". The solution would be in maven 2.0.1. for what date is this release planned? --rik

Re: mvn eclipse:eclipse try to download dependency jar doesn't exist

2005-11-10 Thread Emmanuel Venisse
run mvn with -X parameter for find which artifact use this dependency or search it in your local repo. Emmanuel Igor Bljahhin a écrit : Hi! I got same problem. My project uses JDK 5.0, so I don't have Java 1.4 on my computer at all. Recently, I added three libraries from Spring framework (cor

RE: [m2]Site directory

2005-11-10 Thread David Jackman
I believe it's specified by the siteDirectory property for the maven-site-plugin plugin. -Original Message- From: Alexandre Bairos [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 12:46 PM To: users@maven.apache.org Subject: [m2]Site directory Is there an available configura

[m2]Site directory

2005-11-10 Thread Alexandre Bairos
Is there an available configuration for the site source directory? Documented are: thanks, Alexandre Bairos

Re: mvn eclipse:eclipse try to download dependency jar doesn't exist

2005-11-10 Thread Igor Bljahhin
Hi! I got same problem. My project uses JDK 5.0, so I don't have Java 1.4 on my computer at all. Recently, I added three libraries from Spring framework (core, context and beans) and now Maven tries to download tools-1.4.jar from the central repository. I think it is weird. Igor 2005/11/7, el wa

Re: AW: AW: The plugin 'org.apache.maven.plugins:maven-archetype-plug in' does not exist or no valid version could be found

2005-11-10 Thread Anuerin Diaz
http://jira.codehaus.org/browse/MNG-1502 please add an information if i missed something. ciao! On 11/10/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > Jason, > > Can we write an entry in FAQ for this problem? > I know brett opened an issue for message reporting > (http://jira.codehaus.org/b

[M2] Probs with war:inplace and eclipse wtp

2005-11-10 Thread Dietrich Schulten
I observed two problems with war:inplace and eclipse in a multi-project, that lead a) to concurrent jar versions in the .deployables webapp context. b) to webapp folders in projects that are no webapps at all a) I always run eclipse:eclipse from the top level, so the dependencies are added as proj

Re: Maven and Axis

2005-11-10 Thread Christoph Schönfeld
I am also dealing with this right now. As far as my research led me, there seems to be only the wsdl2java-maven-plugin. There is no official release of it but you can download the plug-in and build it yourself from http://svn.mojo.codehaus.org/trunk/mojo/wsdl2java-maven-plugin/ You need to rename

[M2] eclipse-plugin: whitespace in servlet container entry breaks eclipse configuration

2005-11-10 Thread Dietrich Schulten
Hi, mvn eclipse:eclipse always killed my servlet container configuration in Eclipse, now I know why. For wtp you must set the following plugin configurations: org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v5.0 org.eclipse.jst.j2ee.internal.

RE: [m2] Inherited plugin execution order

2005-11-10 Thread Allison, Bob
But that is not the "completely arbitrary" you described earlier. I think that "completely arbitrary" and "not correct" are very different things. -Original Message- From: David Jackman [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 13:30 To: Maven Users List Subject: RE: [m

RE: [m2] Inherited plugin execution order

2005-11-10 Thread David Jackman
I didn't miss that. The problem is that the natural ordering of the keys is not the correct order. The current ordering will be alphabetically by plugin groupId and artifactId. What it should be is the ordering as listed in the parent POM followed by the ordering as listed in the project POM (wi

Maven and Axis

2005-11-10 Thread Fred . Hauschel
Hey all, is there a documentation how to use axis, wsdl2java and java2wsdl with maven2? Fredy Informieren Sie sich jetzt über die faszinierenden Möglichkeiten des digitalen Fernsehens und über Kabel Digital HOME - auf dem Kabel Deutschland Infokanal. Der Kabel Deutschland Infokanal ist neu i

Re: Fwd: [jira] Created: (MNG-1492) A more in-depth guide on the elements of the Project descriptor (pom.xml) file.

2005-11-10 Thread Jeff Jensen
OK, great. I thought they were the same, yet perhaps you had some other intention I did not understand! Yes, getting the POM annotations clear and detailed is an excellent goal and big benefit for all users! Quoting Anuerin Diaz <[EMAIL PROTECTED]>: > I must have missed it while I was searchin

Re: Fwd: [jira] Created: (MNG-1492) A more in-depth guide on the elements of the Project descriptor (pom.xml) file.

2005-11-10 Thread Anuerin Diaz
I must have missed it while I was searching JIRA. I posted that JIRA ticket when I was leaving the office. I should have searched more closely. Ill put a comment to re-direct to your ticket. I just hope others vote so we can get a more comprehensive documentation. ciao! On 11/10/05, Jeff Jensen

RE: Multiple source directories (again)

2005-11-10 Thread Jason van Zyl
On Thu, 2005-11-10 at 15:19 +, Pilgrim, Peter wrote: > +1 I'd be interested in this too! Does this help? http://maven.apache.org/guides/mini/guide-generating-sources.html > -- > Peter Pilgrim :: J2EE Software Development > Operations/IT - Credit Suisse First Boston, > Floor 15, 5 Canada S

RE: [m2] Inherited plugin execution order

2005-11-10 Thread Allison, Bob
Since you missed this in the SortedMap definition (which TreeMap implements): "A map that further guarantees that it will be in ascending key order, sorted according to the natural ordering of its keys (see the Comparable interface), or by a comparator provided at sorted map creation time. This or

Re: AW: AW: The plugin 'org.apache.maven.plugins:maven-archetype-plug in' does not exist or no valid version could be found

2005-11-10 Thread Emmanuel Venisse
Jason, Can we write an entry in FAQ for this problem? I know brett opened an issue for message reporting (http://jira.codehaus.org/browse/MNG-1489), but a faq can be useful for user. Emmanuel [EMAIL PROTECTED] a écrit : Great!!! The Proxy was the problem, now it works. Thanks... -Urs

AW: AW: The plugin 'org.apache.maven.plugins:maven-archetype-plug in' does not exist or no valid version could be found

2005-11-10 Thread Fred . Hauschel
Great!!! The Proxy was the problem, now it works. Thanks... -Ursprüngliche Nachricht- Von: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 10. November 2005 18:07 An: Maven Users List Betreff: Re: AW: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not

RE: [m2] Inherited plugin execution order

2005-11-10 Thread David Jackman
Actually, it appears even the docs aren't correct. I moved the javadoc plugin to the parent and left my plugin in the subproject, and it still doesn't work. It only works if nothing is in the parent and both plugins are listed (with the javadoc plugin first) in the subproject POM. Upon closer in

debugging user written plugins in eclipse

2005-11-10 Thread Ruel Loehr
I am trying to setup an environment where I can debug plugins that I write using eclipse. My first step of course, is to be able to kick off maven2 from within eclipse. I setup a debug configuration which executes the main class: org.codehaus.classworlds.Launcher And added the following vm argu

Re: Fwd: [jira] Created: (MNG-1492) A more in-depth guide on the elements of the Project descriptor (pom.xml) file.

2005-11-10 Thread Jeff Jensen
How is this different from http://jira.codehaus.org/browse/MNG-1479 Quoting Anuerin Diaz <[EMAIL PROTECTED]>: > hi guys, > >since most of the features/enhancements are being prioritized > depending on the number of votes, i created the ticket below for a > more detailed guide on the pom.xml

Site and multi-modules projects

2005-11-10 Thread Oscar Picasso
Hi, With maven 2.0 there is a problem when build a site for a multi-modules project. The individual modules sites are properly build but not the links between the root project and its modules (see http://www.mail-archive.com/users@maven.apache.org/msg21517.html). Today I have installed 2.0.1-SNA

Re: howto: Module definition in a POM

2005-11-10 Thread Emmanuel Venisse
Yann Le Du a écrit : just a directory or a complete (relative) path OK, so "just a directory" then. Maybe a complete relative path is working, but I never tried it. yes, it work. ../mydirectory Emmanuel Yann --- Jörg Schaible <[EMAIL PROTECTED]> a écrit : Yann Le Du wrote on Th

Re: AW: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2005-11-10 Thread Emmanuel Venisse
Are you behind a proxy? There was an error during the download of this plugin. Remove directory $local_repo/org/apache/maven/plugins/maven-archetype-plugin and retry Emmanuel [EMAIL PROTECTED] a écrit : Hey, that will be my next problem. But my actuall problem is, the task, witch should creat

Re: Multiproject with maven 2

2005-11-10 Thread Emmanuel Venisse
hmm, do you have try to force a build before the full checkout of files? Delete your projects and readd them. Emmanuel Wim Deblauwe a écrit : Hmmm... not so fine. The builds starts but then I see a problem in the log file: jvm 1 | 2005-11-10 17:21:45,984 [Thread-2] WARN SQL - Object with id "

Re: Multiproject with maven 2

2005-11-10 Thread Emmanuel Venisse
no, we won't support multiproject in upload method. I'll explain why in my previous mail Emmanuel Wim Deblauwe a écrit : ok, that works. Should I file a bug that it does not work with the file upload or is there already a bug for that? regards, Wim 2005/11/10, Emmanuel Venisse <[EMAIL PROTE

RE: Multiple source directories (again)

2005-11-10 Thread Mordo, Aviran (EXP N-NANNATEK)
+1 me too -Original Message- From: Pilgrim, Peter [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 10:20 AM To: 'Maven Users List' Subject: RE: Multiple source directories (again) +1 I'd be interested in this too! -- Peter Pilgrim :: J2EE Software Development Operations/IT

local.repository

2005-11-10 Thread Brian E. Fox
I need to access the local repository property in an antrun task. I've tried various combinations but can't get it. Does someone know what the property is? I actually need the test classpath but can't figure that out either, does anyone know how to get that property? Thanks, Brian

AW: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2005-11-10 Thread Fred . Hauschel
Hey, that will be my next problem. But my actuall problem is, the task, witch should create my base App (the pom.xml!?) doesn't work. And another Problem is that the msg: "The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found" is not rea

RE: howto: Module definition in a POM

2005-11-10 Thread Yann Le Du
> just a directory or a complete (relative) path OK, so "just a directory" then. Maybe a complete relative path is working, but I never tried it. Yann --- Jörg Schaible <[EMAIL PROTECTED]> a écrit : > Yann Le Du wrote on Thursday, November 10, 2005 4:23 PM: > > > Hi Jörg, > > > > For what I k

RE: howto: Module definition in a POM

2005-11-10 Thread Jörg Schaible
John Casey wrote on Thursday, November 10, 2005 5:24 PM: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > Jörg Schaible wrote: > > > >> >> Thanks. So there's no possibility to include modules with poms with >> other names ... ? > > Not currently. If you need it, submit your use c

[m2] Inherited plugin execution order

2005-11-10 Thread David Jackman
According to the docs (http://maven.apache.org/guides/introduction/introduction-to-the-lifecyc le.html): " When multiple executions are given that match a particular phase, they are executed in the order specified in the POM, with inherited executions running first." This much seems to be true.

Fwd: [jira] Created: (MNG-1492) A more in-depth guide on the elements of the Project descriptor (pom.xml) file.

2005-11-10 Thread Anuerin Diaz
hi guys, since most of the features/enhancements are being prioritized depending on the number of votes, i created the ticket below for a more detailed guide on the pom.xml file. the multi-project guide which is supposedly one of the most 'popular' requests only has 13 votes. :) maybe the

Re: [M2] Injecting ArtifactFactory and ArtifactResolver into Plugin

2005-11-10 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "normal" expressions traverse some part of the runtime build model, like MavenProject, Settings, etc. Component expressions are a special syntax which causes the expression evaluator to resolve the expression by looking up the component's role in the

Re: Site and multi-modules projects

2005-11-10 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oscar Picasso wrote: | Hi, | | With maven 2.0 there is a problem when build a site for a multi-modules | project. | | The individual modules sites are properly build but not the links between the | root project and its modules (see | http://www.mail-a

Re: howto: Module definition in a POM

2005-11-10 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jörg Schaible wrote: | | Thanks. So there's no possibility to include modules with poms with other names ... ? Not currently. If you need it, submit your use case to jira, and we'll talk about putting it in 2.1 (or 2.0.1, perhaps). Cheers, joh

RE: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2005-11-10 Thread Sean Hennessy
A key element missing from the Getting Started guide between the sections "How do I make my first Maven project?" "http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20make%20my%20first%20Maven%20project?"; and "How do I compile my application sources?" "http://maven.apache.or

Site and multi-modules projects

2005-11-10 Thread Oscar Picasso
Hi, With maven 2.0 there is a problem when build a site for a multi-modules project. The individual modules sites are properly build but not the links between the root project and its modules (see http://www.mail-archive.com/users@maven.apache.org/msg21517.html). Today I have installed 2.0.1-SNA

RE: howto: Module definition in a POM

2005-11-10 Thread Jörg Schaible
Yann Le Du wrote on Thursday, November 10, 2005 4:23 PM: > Hi Jörg, > > For what I know, this is only : > directory > and > 2) or 3) --> what is the difference ? just a directory or a complete (relative) path > As an example, you can look at how the Maven team is using it >> > http://svn.a

Re: Custom Global Repository Out of Memory Error

2005-11-10 Thread Eduardo Rocha
Hi Michael Owen! Have you lost interest in football after leaving Real Madrid or are you sharing your time developing and playing in Newcastle United? PS.: sorry the off topic :) 2005/11/10, Michael Owen <[EMAIL PROTECTED]>: > Hi, > > I'm using Maven 1.1 beta 2, and have a custom global reposito

RE: [m2] building non-jar projects

2005-11-10 Thread David Jackman
Is there a reference document for the components.xml file somewhere? -Original Message- From: Wim Deblauwe [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 3:33 AM To: Maven Users List Subject: Re: [m2] building non-jar projects Ah, yes, now I see it under "Specifying a New P

Re: Where is the source code for Maven?

2005-11-10 Thread David H. DeWolf
http://maven.apache.org/source-repository.html David On 11/10/05, Pilgrim, Peter <[EMAIL PROTECTED]> wrote: > > > From the Maven page, there is no link to source code? Why not? > Every other OSS project that I remember has an easy way to navigate to the > source code distribution. Does Maven has

RE: [m2] building non-jar projects

2005-11-10 Thread David Jackman
Would it be possible to set up a parent pom to contain all of the plugin information necessary so a subproject would only have to specify msm (or whatever other type it creates) and everything would work? Would that go in a pluginManagement section or the plugins section? If the plugins section (

RE: Where is the source code for Maven?

2005-11-10 Thread Ruel Loehr
http://maven.apache.org/general.html Ruel Loehr JBoss QA - 512-626-2782 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel -Original Message- From: Pilgrim, Peter [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 9:35 AM To: Maven Users List (E-mail)

plugin development - extending simple plugin like jar

2005-11-10 Thread Ruel Loehr
I identified a need in our particular build such that many times when we build a jar, we need to include classes from another project. For example, in a multiproj build I have 2 submodules: Module1 Module2 I build module1 and jar it up, then I build module2 and jar it up, however, the caveat is

Where is the source code for Maven?

2005-11-10 Thread Pilgrim, Peter
>From the Maven page, there is no link to source code? Why not? Every other OSS project that I remember has an easy way to navigate to the source code distribution. Does Maven has a source zip or gzip file that people can download? -- Peter Pilgrim :: J2EE Software Development Operations/IT - Cre

The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2005-11-10 Thread Fred . Hauschel
Hello, I'm trying to create a new project like the instruction "getting started". But there are some problems with the 'archetype' PlugIn! I'm using maven 2. Is there somebody who can help? C:\Dokumente und Einstellungen\hauschel.fred>mvn archetype:create -DgroupId=com.mycompany.app -Dartifact

Custom Global Repository Out of Memory Error

2005-11-10 Thread Michael Owen
Hi, I'm using Maven 1.1 beta 2, and have a custom global repository on Tomcat 5.5.4. For Tomcat to publish the global repository files it uses a symbolic link. I'm finding that when I use the custom global repository to download dependencies, a lot of the time I get out of memory errors. I'v

RE: howto: Module definition in a POM

2005-11-10 Thread Yann Le Du
Hi Jörg, For what I know, this is only : directory and 2) or 3) --> what is the difference ? As an example, you can look at how the Maven team is using it : http://svn.apache.org/viewcvs.cgi/maven/components/trunk/pom.xml?rev=332260&view=log Hope this helps, Yann --- Jörg Schaible <[EMAIL

RE: Multiple source directories (again)

2005-11-10 Thread Pilgrim, Peter
+1 I'd be interested in this too! -- Peter Pilgrim :: J2EE Software Development Operations/IT - Credit Suisse First Boston, Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom Tel: +44-(0)207-883-4497 > -Original Message- > From: Ruel Loehr [mailto:[EMAIL PROTECTED] > Sent: 10 No

RE: Multiple source directories (again)

2005-11-10 Thread Ruel Loehr
Yes, please post a link. Ruel Loehr JBoss QA - 512-626-2782 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel -Original Message- From: Torsten Curdt [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 4:20 AM To: Maven Users List Subject: Re: Multiple s

RE: [M2] Injecting ArtifactFactory and ArtifactResolver into Plugin

2005-11-10 Thread David Jackman
Then I have to ask: What's a component expression? What's the different between that and a regular expression? (not THAT kind of regular expression :) -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 7:31 PM To: Maven Users List Subject:

Re: Schedules

2005-11-10 Thread Rafael Silva
Hi Emmanuel, Thanks for your help! It's everything ok now! I had put all the configuration correct, but what's is happening is that I was waiting for the build, but I discovered continuum only make build when changes are made in CVS. One more time thanks! [ ]'s Rafael Silva [EMAIL PRO

Re: Multiproject with maven 2

2005-11-10 Thread Emmanuel Venisse
I'm not sure it will be fix for 1.0.1. Emmanuel Wim Deblauwe a écrit : That is really a pity. I would definetly need this to be able to use continuum with multiproject of maven 2. So I filed an issue: http://jira.codehaus.org/browse/CONTINUUM-437 hope to see this fixed soon. regards, Wim

Re: Multiproject with maven 2

2005-11-10 Thread Wim Deblauwe
That is really a pity. I would definetly need this to be able to use continuum with multiproject of maven 2. So I filed an issue: http://jira.codehaus.org/browse/CONTINUUM-437 hope to see this fixed soon. regards, Wim 2005/11/10, Emmanuel Venisse <[EMAIL PROTECTED]>: > > it doesn't work for t

Re: not all child-child sub-modules are being built

2005-11-10 Thread Anuerin Diaz
scratch this to personal stupidity... the artifact ids were the same. sorry for wasting your time. ill create a JIRA ticket all right, but for an enhancement request of putting out a message if the reactor detects a collision of identifiers. :D ciao! On 11/10/05, Anuerin Diaz <[EMAIL PROTECTED]>

howto: Module definition in a POM

2005-11-10 Thread Jörg Schaible
Hello folks, how does the module tag work? The reference giude does not really explain this tag. Is the value an artifactId, a directory or can I even specify a pom directly? E.g. artifactId directory ../directory/artifact directory/special.pom http://se

Re: Schedules

2005-11-10 Thread Emmanuel Venisse
do you have assotiated this schedule with a build definition? Do you have the message "> Executing build job (Test)..." in your logs? If not, you need to enable your schedule. The quiet period is the sleep time after a schedule execution. It can be useful if your build time

Re: Multiproject with maven 2

2005-11-10 Thread Emmanuel Venisse
it doesn't work for the moment. Actually, you can only modules in sub-directories of parent project like this : root + pom.xml <= your parent project + moduleA + moduleB and define in pom.xml modules like this : moduleA moduleB Please, file an issue for this. Emmanuel Wim Deblauwe a écr

Re: not all child-child sub-modules are being built

2005-11-10 Thread Anuerin Diaz
On 11/10/05, Anuerin Diaz <[EMAIL PROTECTED]> wrote: > hi, > > i apologize for the subject. :D > > just to organize our project structure we are putting all EJB > projects in a child-directory named EJB. then i put this in the parent > POM > > > mod1 > mod2 > > EJB/ejb1 >

referencing a property defined in pom.xml

2005-11-10 Thread Serge Bogatyrjov
Hi, I have encountered with some problem. I am testing maven-antrun-plugin. There is excerpt from my pom.xml: maven-antrun-plugin clean

not all child-child sub-modules are being built

2005-11-10 Thread Anuerin Diaz
hi, i apologize for the subject. :D just to organize our project structure we are putting all EJB projects in a child-directory named EJB. then i put this in the parent POM mod1 mod2 EJB/ejb1 EJB/ejb2 the problem is that only the last EJB module is bein

Re: [m2] aspectj

2005-11-10 Thread Eduardo Rocha
Hi Kaare, I haven't noticed before that it's possible to switch to @AJ sintax and working with AspectJ without a special compiler, thank you for the tip! But it's still needed to do aspect weaving, how do you make it with maven 2, or even with maven 1? 2005/11/7, Kaare Nilsen <[EMAIL PROTECTED]>:

RE: How to make a quick mirror of the repository central ?

2005-11-10 Thread Blaise Gosselin
Could you send me a package with the source of the core of the project maven-proxy ? I can't connect to the CVS repository from my machine, and it will take me a long time to get all the source by HTTP. Thanks in advance... _ _ _ bgOnline -Original Message- From

RE: [m2] Changelog plugin: can't make it work...

2005-11-10 Thread Tony Steele
I am having the same problem using changelog against cvs, it finds changes but generates a blank report. Has anybody solved this (or raised a bug) ? > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 07 October 2005 16:04 > To: Maven Users List > Subject:

RE : RE : RE : [m2]beginner question

2005-11-10 Thread Olivier Lamy
Yep true http proxy ip proxy port Normaly I don't need to define a user/pwd for the url started with http://www.ibiblio.org/ for this machine I will check the proxy configuration for this machine (a solaris machine) because it works fine on my machine. No way

Re: RE : RE : [m2]beginner question

2005-11-10 Thread Brett Porter
This is the default (except for /plugins), so this is not improving your situation. Have you defined the proxy properties for your environment? - Brett On 11/10/05, Olivier Lamy <[EMAIL PROTECTED]> wrote: > I try with > > ibiblio-m2-repository-plugins > ibiblio-m

RE: How to make a quick mirror of the repository central ?

2005-11-10 Thread Peter Bright
It's pretty easy to make maven-proxy support NTLM for its own upstream proxies. Whether this change breaks it in any way, I don't know; we need to be able to use an NTLM proxy and aren't actually bothered if it breaks non-NTLM proxies, and for NTLM proxies it works fine. I built and changed ma

Re: 'ciManagement' element in parent pom

2005-11-10 Thread Emmanuel Venisse
you can add your parent pom in continuum too. Emmanuel Wim Deblauwe a écrit : Never mind, it is solved. I did not do a mvn install of my parent pom first. 2005/11/10, Wim Deblauwe <[EMAIL PROTECTED]>: Hi, I get the following error when I add my Maven 2 project in continuum: Missing 'ciMana

RE : RE : [m2]beginner question

2005-11-10 Thread Olivier Lamy
I try with ibiblio-m2-repository-plugins ibiblio-m2-repository-plugins http://www.ibiblio.org/maven2/plugins (not sure about the /plugins at the end ?) Is there any way to activate a log on the http exchange (good way to look at the headers and

RE : [m2]beginner question

2005-11-10 Thread Olivier Lamy
Ok thanks for the Correct response ;-) But to override the default I need to follow guidelines : http://maven.apache.org/maven-settings/settings.html#class_pluginReposit ory Thanks, - Olivier > -Message d'origine- > De : Brett Porter [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 10 novembr

Re: How to make a quick mirror of the repository central ?

2005-11-10 Thread Nicolas De Loof
Sorry, I've no experience on using Windows Domain (NTML) proxy authentication. You may look at commons-httpclient support for this (http://jakarta.apache.org/commons/httpclient/authentication.html#NTLM), but I don't know how to configure maven proxy. Blaise Gosselin a écrit : Hello Nicolas,

Re: [m2]beginner question

2005-11-10 Thread Brett Porter
On 11/10/05, Olivier Lamy <[EMAIL PROTECTED]> wrote: > Hi all, > I am starting using m2. > I have the following exception[1]. > I suppose it's probably due to a non acces via a proxy to the maven repo > with plugins. But I'm not sure ;-) Correct. - Brett -

[m2]beginner question

2005-11-10 Thread Olivier Lamy
Hi all, I am starting using m2. I have the following exception[1]. I suppose it's probably due to a non acces via a proxy to the maven repo with plugins. But I'm not sure ;-) I want to try a different setting on a proxy but I need to know where are downloading the plugin by default. I suppose it's

Re: [m2] building non-jar projects

2005-11-10 Thread Wim Deblauwe
Ah, yes, now I see it under "Specifying a New Packaging". It was a bit confusing that the example also uses plexus. I was thinking that it was something related to plexus and did not pay attention to it. regards, Wim 2005/11/10, Brett Porter <[EMAIL PROTECTED]>: > > The required parts of the d

Re: m2 always try to download tools-1.4.pom

2005-11-10 Thread Anuerin Diaz
if you already have the jar file in your local repository then you can just create a pom for it. i think i read somewhere that an empty pom file would do. ciao! On 11/10/05, el wang <[EMAIL PROTECTED]> wrote: > When I try to build my jar. m2 always told me that: > > Downloading: > http://repo1.ma

Re: Multiple source directories (again)

2005-11-10 Thread Torsten Curdt
I have written a simple plugin that enables addition of source dirs. If you're interested I can send it to you. I would be interested as well ...is it online somewhere? cheers -- Torsten PGP.sig Description: This is a digitally signed message part

RE: How to make a quick mirror of the repository central ?

2005-11-10 Thread Blaise Gosselin
Hello Nicolas, Thanks for your help. I find it quite easy to configure the maven-proxy, but I have a problem with my proxy. In fact, I have the following exception : 2005-11-10 10:52:23,562 [WARN ] commons.httpclient.HttpMethodBase - Credentials cannot be used for NTLM authentication: org.apac

Re: MEV: How to update local repository when a pom has been updated on central repo?

2005-11-10 Thread fabrice . belingard
Thanks Carlos :o) Best Regards / Cordialement, Fabrice BELLINGARD DINQ/DSIN/INSI/EATE/IDVS/AIDV (+33) (01 61) 45 15 91 - [EMAIL PROTECTED] Carlos Sanchez

Infinite loop with assembly:assembly in custom lifecycle

2005-11-10 Thread Anonimac Anonimac
I created custom packaging with this components.xml: ... org.apache.maven.plugins:maven-resources-plugin:2.0:resources org.apache.maven.plugins:maven-compiler-plugin:2.0:compile org.apache.maven.plugins:maven-assembly-plugin:2.0:assembly In project pom.xml I have: maven-assembly-plugin

  1   2   >