Re: maven-grafo-plugin status

2008-06-05 Thread Piotr Tabor
Sorry, you are right. It was my shortcut. So the true answer is that it does not support aggregated projects. It supports data from inheritance of course. Piotr Michael McCallum pisze: aggregated projects NOT EQUAL to parent poms aggregation and inheritance and complete unrelated it just hap

Re: maven-grafo-plugin status

2008-06-05 Thread Michael McCallum
aggregated projects NOT EQUAL to parent poms aggregation and inheritance and complete unrelated it just happens that many people use the two together... which IMHO is wrong but people need to decide for them selves On Fri, 06 Jun 2008 02:46:55 Piotr Tabor wrote: > Hi Stefano, > > The message re

[jira] Subscription: Design & Best Practices

2008-06-05 Thread jira
Issue Subscription Filter: Design & Best Practices (29 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-3313NetBeans projects, more than ant project, more than fre

Re: integration test failures in 2.0.9 / 2.0.x

2008-06-05 Thread Brett Porter
Any luck John? I'm still seeing those two failing - quite odd. - Brett On 30/05/2008, at 1:29 PM, John Casey wrote: Seems like everything was working for me the other day when I committed the fix for 2739, but I'll try it all again tomorrow sharpish. -john Brett Porter wrote: 0111 passe

some notes about the wagon release

2008-06-05 Thread Brett Porter
Hi, Still looking for some binding votes over at wagon-dev@ :) I wanted to add a few notes about the changes. * Testing You can test both the version upgrade and the alternate webdav wagon using this branch of Maven if you like: http://svn.apache.org/repos/asf/maven/components/branches/maven

Re: Maven's documentation on Apache Confluence

2008-06-05 Thread Brett Porter
I am strongly in favour of moving the current wiki content to cwiki. I'm very happy with it for other projects, and we already have it set up to generate static sites in the Maven site template. My general opinion about using the wiki for the site is that I prefer to use it more for user co

Re: Tip about Skinny Wars - is an enforcer plugin's bug side effect OR NOT

2008-06-05 Thread Arnaud HERITIER
I tried to create a simple test case to reproduce it but I didn't succeed. I didn't yet find what is different between the real project and the test case. Sorry for the noise. Those my tip seems to work. You just have to add dependencies to your war's pom in the ear. Be careful, that Stephen disco

Re: Calling ant tasks from maven pom

2008-06-05 Thread Brett Porter
Niranjan, I think you are looking for the [EMAIL PROTECTED] list. Regards, Brett On 06/06/2008, at 1:37 AM, Niranjan Deshpande wrote: I am trying to execute ant tasks from maven's pom as below. maven-antrun-plugin 1.1 generate-sources run The generate.sh file

Calling ant tasks from maven pom

2008-06-05 Thread Niranjan Deshpande
I am trying to execute ant tasks from maven's pom as below. maven-antrun-plugin 1.1 generate-sources run The generate.sh file has 10 xml files that i want to run as ant -buildfile -filename for the time being I am running the plugin as maven antrun:run, just to fin

Re: maven-grafo-plugin status

2008-06-05 Thread Piotr Tabor
Hi Stefano, The message really looks very ugly, but it means that the graph plugin does not support aggregated projects (parents pom) yet. Try to do find the project pom (packaging: jar,war,ear) that depends on everything else and than call the same operation within the directory. Currently t

Re: maven-grafo-plugin status

2008-06-05 Thread Stefano Bagnara
Piotr Tabor ha scritto: What is the status of the maven-grafo-plugin? I found this: http://docs.codehaus.org/display/MAVENUSER/Interactive+Dependency+Graphs and this: http://svn.apache.org/viewvc/maven/sandbox/trunk/shared/grafo/grafo-maven-plugin/ They have been touched 15 months ago: is

Re: Maven Dependency Mechanism

2008-06-05 Thread Marvin Froeder
Well, is possible to do with option. Or with filters. But doing so I delegating this to user and plugin can handle that. Imagine on java, if maven depedency mechanism doesn't handle provided, when I use provided dependencies I need to mark they optional?! I just wanna keep flex easy as java.

Re: Maven Dependency Mechanism

2008-06-05 Thread Igor Fedorenko
I may not fully understand the problem, but if mySWC marks dependency on flexlib as optional, then war that depends on mySWC will not automatically get flexlib as a dependency. Is not this what you want? The only drawback I see is that users would need to keep "optional" dependency flag consist

Re: Maven Dependency Mechanism

2008-06-05 Thread Marvin Froeder
Yes, but again it delegates to plugin users this. Is something like maven (on java) don't resolve dependencies, or resolve all always (never use as transitive). At current time flex-mojos is resolving all dependencies, no one is transitive. I just wanna make dependencies transitive when, by it s

Re: Maven Dependency Mechanism

2008-06-05 Thread Igor Fedorenko
Marvin, Not that I know/understand much about maven dependency management, but can you not use "optional" element to mark dependencies that should not be re-exported (http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Transitive_Dependencies) Marvin Froed

Re: Maven's documentation on Apache Confluence

2008-06-05 Thread Frederic DROUET
Hi, What a very good idea ! Frederic On Thu, Jun 5, 2008 at 1:20 PM, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > Hi all, > > Some Apache projects are now writing their documentations on confluence @ > Apache. > For example Apache Directory : >http://directory.apache.org/ >http://cwik

Re: Maven Dependency Mechanism

2008-06-05 Thread Marvin Froeder
If a war depends on a SWF. And this SWF depends of a few SWCs. I can look to scopes to embed/or not embed SWC into war. If is a merged/internal/external dependencies I can (and I will) just ignore this SWC. If is a RUNTIME I will add this SWC following SWF rsl policy. If is a CHACHING dependenc

Re: Maven Dependency Mechanism

2008-06-05 Thread Nigel Magnay
It isn't a dependency issue. Regardless of whether you use a swc dependency as a Runtime Shared Library or Merged Into Code, it's still a dependency on the project. These are compiler options. How you use it is exactly the same choices you'd have with, say, a WAR file with JAR dependencies, and wa

Re: Maven Dependency Mechanism

2008-06-05 Thread Marvin Froeder
If I will put dependencies on separated files, why use maven dependencies? VELO On Thu, Jun 5, 2008 at 8:59 AM, Nigel Magnay <[EMAIL PROTECTED]> wrote: > It's not a scope issue, it's a compiler options issue. > > You could just use the same mechanism that israfil flex mojo uses, > which is to ut

Re: Maven Dependency Mechanism

2008-06-05 Thread Nigel Magnay
It's not a scope issue, it's a compiler options issue. You could just use the same mechanism that israfil flex mojo uses, which is to utilise the .flexLib / .actionScriptProperties files in order to determine whether to bind dependencies into the output or not. On Thu, Jun 5, 2008 at 12:21 PM, Ma

Re: maven-grafo-plugin status

2008-06-05 Thread Piotr Tabor
What is the status of the maven-grafo-plugin? I found this: http://docs.codehaus.org/display/MAVENUSER/Interactive+Dependency+Graphs and this: http://svn.apache.org/viewvc/maven/sandbox/trunk/shared/grafo/grafo-maven-plugin/ They have been touched 15 months ago: is this dead? moved elsewher

Re: Maven Dependency Mechanism

2008-06-05 Thread Marvin Froeder
Can someone point for me where is maven dependency manager code. I will take a look, may be patch it or I will clone it. VELO On Wed, Jun 4, 2008 at 8:41 PM, Marvin Froeder <[EMAIL PROTECTED]> wrote: > Flex has 2 types of binaries SWC (jar like) and SWF runnable file, but is > not a library. >

Re: Maven Dependency Mechanism

2008-06-05 Thread Marvin Froeder
Oh no, I can't do that. Doing this the plugin user will need to know how to resolve libraries. That breaks all maven need. VELO On Wed, Jun 4, 2008 at 11:07 PM, Brett Porter <[EMAIL PROTECTED]> wrote: > It's an argument to the current resolution mechanism that lets you make a > decision on wh

Maven's documentation on Apache Confluence

2008-06-05 Thread Arnaud HERITIER
Hi all, Some Apache projects are now writing their documentations on confluence @ Apache. For example Apache Directory : http://directory.apache.org/ http://cwiki.apache.org/confluence/display/DIRxSITE/Index Even if Sonatype's book is helping a lot about Maven's documentation, our us

maven-grafo-plugin status

2008-06-05 Thread Stefano Bagnara
What is the status of the maven-grafo-plugin? I found this: http://docs.codehaus.org/display/MAVENUSER/Interactive+Dependency+Graphs and this: http://svn.apache.org/viewvc/maven/sandbox/trunk/shared/grafo/grafo-maven-plugin/ They have been touched 15 months ago: is this dead? moved elsewhere? A

Re: Moving nmaven issues to an other mailing list

2008-06-05 Thread Brett Porter
On 05/06/2008, at 5:29 PM, Olivier Lamy wrote: Hi, Is it possible to change the notification ml for NMAVEN, all emails goes to [EMAIL PROTECTED] Something like : [EMAIL PROTECTED] Thanks for pointing that out - I'm just double checking with the nmaven guys but I agree. Thanks, -- Olivi

Moving nmaven issues to an other mailing list

2008-06-05 Thread Olivier Lamy
Hi, Is it possible to change the notification ml for NMAVEN, all emails goes to [EMAIL PROTECTED] Something like : [EMAIL PROTECTED] Thanks, -- Olivier 2008/6/5 Brett Porter (JIRA) <[EMAIL PROTECTED]>: > > [ > http://jira.codehaus.org/browse/NMAVEN-119?page=com.atlassian.jira.plugin.system