Re: Organization & Site Skin Module

2008-09-01 Thread Stephen Connolly
separate your inheritance from your aggregation On 9/2/08, Andrew Hughes <[EMAIL PROTECTED]> wrote: > Indeed this is the case. > > I need to change the site so that it runs AFTER the deploy of the released > artifacts. Perhaps this should be 'normal' behaviour for maven... do you > want to fail a

Re: Any plugins for Apache DS (or other ldap server?)

2008-09-01 Thread Luke Daley
On 02/09/2008, at 12:09 PM, Mark Derricutt wrote: I´m looking to hook up some LDAP based integration tests to my app and was wondering if there were any maven plugins for Apache DS similar to the jetty plugin for webservers. Just seeing if anyones done anything like this before I head down

Re: Organization & Site Skin Module

2008-09-01 Thread Andrew Hughes
Indeed this is the case. I need to change the site so that it runs AFTER the deploy of the released artifacts. Perhaps this should be 'normal' behaviour for maven... do you want to fail a release if the site fails or not??? I guess its a sometimes yes/no situation. Anyway, I gotta work out how to

Re: HttpBindingTest fails

2008-09-01 Thread Brett Porter
I'm pretty sure you've found the wrong list :) Cheers, Brett 2008/9/2 Matthias Richter <[EMAIL PROTECTED]> > Hi, > > while building the ODE trunk the HttpBindingTest fails: > >[junit] Testcase: testSimpleFaultCatch took 7.759 sec >[junit] Testsuite: org.apache.ode.axis2.httpbinding.HttpBi

Re: Organization & Site Skin Module

2008-09-01 Thread Andrew Hughes
Thanks Martin, I don't think that's the problem here... the problem appears to that the site plugin can not obtain my module skin/jar from any repository. Now I begin to make assumptions... but this would most likely happen because the released artifacts/module/skin has not been deployed into a re

Any plugins for Apache DS (or other ldap server?)

2008-09-01 Thread Mark Derricutt
Hey all, I´m looking to hook up some LDAP based integration tests to my app and was wondering if there were any maven plugins for Apache DS similar to the jetty plugin for webservers. Just seeing if anyones done anything like this before I head down the path of doing it myself. -- "It is easier

RE: Organization & Site Skin Module

2008-09-01 Thread Martin Gainty
from the module's perspective |-- my-module | `-- pom.xml `-- parent `-- pom.xml The Solution To address this directory structure (or any other directory structure), we would have to add the element to our parent section. com.mycompany.app my-app 1 .../parent/pom.xml

Organization & Site Skin Module

2008-09-01 Thread Andrew Hughes
Hi All, I have company/pom.xml (module = skin) company/skin/pom.xml (parent = company) Also, the company/src/site/site.xml (skin = comany-skin).. this is what sets the organizational skinning of site's. When I do a release... the company site fails to build because it can't locate the site sk

RE: How to configure a JBoss to link to the webapp folder of a WAR project

2008-09-01 Thread Martin Gainty
did you look at antiJARLocking=true http://www.jboss.org/file-access/default/members/jbossweb/freezone/docs/2.1.0/config/context.html otherwise the classloader locks the jar and no other process can deploy on top of itMartin__ Disclaimer and confidenti

RE: System Scope

2008-09-01 Thread CORUM, M E [AG/1000]
"Theoretically", yes. However, it could be several years before management in companies trust Maven well enough and before the security is shown to be sufficient to be able to implement that solution. There of course is the licensing issue. Some software companies have valid reasons why they don

Re: Question about nexus 1.0.0 release

2008-09-01 Thread Jason van Zyl
Please ask your Nexus questions here [EMAIL PROTECTED] We're happy to answer your questions over there. On 1-Sep-08, at 12:29 AM, Sench wrote: Hi, Why nexus 1.0.0 release can't upload pom file? Thanks, Arsen -- View this message in context: http://www.nabble.com/Question-about-nexus-1.0.0-r

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-09-01 Thread Pedro Viegas
Many apologies! My previous post had so many tipos I had to repost it here... Will be more careful in the future... and type slower too! :-D Hi again, Following a tip from John Newman I used this Eclipse plugin... http://andrei.gmxhome.de/filesync/ This allows us to configure an automated file c

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-09-01 Thread Pedro Viegas
Hi Siarhei, Thanks for the tip. I haven't explored the WTP project before, only read about it very briefly. I will try this approach, even though it will surely force me to change a bit of my deployment and modules to comply to some rules I have read on the site. One question though, why did it p

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-09-01 Thread Pedro Viegas
Hi again, Following a tip from John Newman I used this Eclipse plugin... http://andrei.gmxhome.de/filesync/ This allows us to configure an automaed file copy operation for specific project folders to whateve folder we want to. So I configured the plugin to copy the webapp folder to the exploded w

Re: Maven Update Dependency

2008-09-01 Thread Wendy Smoak
On Mon, Sep 1, 2008 at 9:10 AM, Pandit, Prashant <[EMAIL PROTECTED]> wrote: > Our developers are in India and repository is in London. > Yes Maven hangs on each repository it searches before it ever finds the > artifact and starts downloading it, thus it takes hours of time to complete > build. Bu

RE: Maven Update Dependency

2008-09-01 Thread Pandit, Prashant
Our developers are in India and repository is in London. Yes Maven hangs on each repository it searches before it ever finds the artifact and starts downloading it, thus it takes hours of time to complete build. But in London this is not happening, I mean everything works fine. One more doubt, it

Re: Maven Update Dependency

2008-09-01 Thread Wendy Smoak
On Mon, Sep 1, 2008 at 8:43 AM, Pandit, Prashant <[EMAIL PROTECTED]> wrote: > Thanks for your reply. Yes, we have number of developers accessing the > repository and we are using Artifactory. How far away is that Artifactory instance? I'm trying to figure out where the delay is happening. Are

Re: Maven Update Dependency

2008-09-01 Thread Wendy Smoak
On Mon, Sep 1, 2008 at 7:52 AM, Pandit, Prashant <[EMAIL PROTECTED]> wrote: > We are facing issue with maven update dependency.When multiple depevlopers > run maven ,it takes hours of time in updating dependency from artifactory > located in remote.Is it because of network issue causing this slow

Maven Update Dependency

2008-09-01 Thread Pandit, Prashant
We are facing issue with maven update dependency.When multiple depevlopers run maven ,it takes hours of time in updating dependency from artifactory located in remote.Is it because of network issue causing this slow.I tried to change localhost in setting.xml. This e-mail has been scanned for vi

HttpBindingTest fails

2008-09-01 Thread Matthias Richter
Hi, while building the ODE trunk the HttpBindingTest fails: [junit] Testcase: testSimpleFaultCatch took 7.759 sec [junit] Testsuite: org.apache.ode.axis2.httpbinding.HttpBindingTest [junit] at org.apache.ode.axis2.ODEService.onAxisMessageExchange(ODEService.java: 132) [junit]

Generate file that lists module jars

2008-09-01 Thread Frank Durden
Hi, When making a zip assembly, I'd need to generate a file that contains a list of the modules contained in the zip (just the modules, not the transitive dependencies). So if my pom has: moduleA moduleB I'd get a file (e.g modules.txt) in the zip that would say: modul

Best Practice for DLLs in Maven with Eclipse

2008-09-01 Thread Jan Schoppenhorst
One of the many things I like about Maven is that the binaries are in repositiories and not in CVS. For normal Jars this works perfect but DLLs and .so files are often also packed in jars and then put into the repositories. These jars have to be unpacked before they can be used when running the

Approach for multi-projects based on same base code

2008-09-01 Thread jfbaro
Hi, I am studying Maven now and I think it might be just what we need to make our builds easier and also (more important) standardizing our projects's structures. See our scenario: We have the same trunk application but with slightly different bits and pieces which change depending on the custo

Always getting 'used undeclared dependencies' warning when using TestNG

2008-09-01 Thread Wim Deblauwe
Hi, when I run 'mvn dependency:analyze' I always get this warning: [WARNING] Used undeclared dependencies found: [WARNING]junit:junit:jar:3.8.1:test I assume it is because I use TestNG and that has a transitive dependency on JUnit. Why should I declare a direct dependency on JUnit if I don't

Re: [PLEASE TEST] 2.1.0-M1-RC12 of Maven (was: Maven 2.0.10-RC*)

2008-09-01 Thread Henrique Prange
Hi John, FYI, I've tried this RC with a couple of projects (including the plug-in project) and no problems found. Thank you very much. Cheers, Henrique John Casey wrote: Hi everyone, Sorry if the subject of this message is a little confusing, but we're in the process of relabeling the co

Re: Caused by: java.lang.NoClassDefFoundError: javax/activation/MimeTypeParseException

2008-09-01 Thread thomas2004
Hi, The error is overcame. I change Java5 to Java6. The error is gone. Jan Torben Heuer-3 wrote: > > thomas2004 wrote: > > Hi thomas2004, > >> I build my project with mvn eclipse:eclipse but I got error: >> >> Caused by: java.lang.NoClassDefFoundError: >> javax/activation/MimeTypeParseExce

Re: Caused by: java.lang.NoClassDefFoundError: javax/activation/MimeTypeParseException

2008-09-01 Thread Jan Torben Heuer
thomas2004 wrote: Hi thomas2004, > I build my project with mvn eclipse:eclipse but I got error: > > Caused by: java.lang.NoClassDefFoundError: > javax/activation/MimeTypeParseException > > I've check the class "javax.activation.MimeTypeParseException.java" is in > "activation-1.1.jar" and this

RE: About Multi-module site generation

2008-09-01 Thread Adrian Shum
Hi David, Have tried your menu ref="parent" but seems it have nothing to do with the problem. It seems only create link to parent project in the 'inherited' project. I have also tried to add menu ref="modules" and as I said before, no sub-module's link is included. Moreover, my top level project

Re: Simplest possible http repo setup?

2008-09-01 Thread Jason van Zyl
On 27-Aug-08, at 1:01 AM, Haikal Saadh wrote: You'll have to look into mod_dav or similar for apache. That'll give you http put. Or, you can run something like Archiva in standalone mode, using the embedded jetty. (That'll give you an mirror of other repos as well, among with some other

Re: Version Numbers with Scrum

2008-09-01 Thread David Roussel
I the past I've tried to separate the technical versions from the planning versions. Some projects do this with code names, but we did with release numbers. The CI system gave us build numbers, we didn't know in advance which build would become the release, esp weeks in advance. So when people

Re: Override localRepository at plugin execution using another local repository plexus component implementation

2008-09-01 Thread Dan Tran
Thanks Brett, will file an enhance request against dependency plugin -D On Mon, Sep 1, 2008 at 12:34 AM, Brett Porter <[EMAIL PROTECTED]> wrote: > You can't configure an artifact repository easily from the plugin > configuration, so the likely change is to make a feature request to have > somethi

Caused by: java.lang.NoClassDefFoundError: javax/activation/MimeTypeParseException

2008-09-01 Thread thomas2004
I build my project with mvn eclipse:eclipse but I got error: Caused by: java.lang.NoClassDefFoundError: javax/activation/MimeTypeParseException I've check the class "javax.activation.MimeTypeParseException.java" is in "activation-1.1.jar" and this jar is already in the Maven dependency in Eclips

Re: Missing: org.jfrog.maven.annomojo:maven-plugin-anno:jar:1.2.4

2008-09-01 Thread Yoav Landman
Sure, just add http://repo.jfrog.org/artifactory/plugins-releases-local to your list of repositories (you can also use the virtual repo url http://repo.jfrog.org/artifactory/repo to search in all jfrog's hosted repositories). Yoav thomas2004 wrote: > > Hi, > > Surely I can download the jar fi

Re: Missing: org.jfrog.maven.annomojo:maven-plugin-anno:jar:1.2.4

2008-09-01 Thread thomas2004
Hi martinh, I do as in your link [0] tells as follow. But I even got the same error. org.jfrog.maven.annomojo maven-plugin-anno 1.2.4

Re: Missing: org.jfrog.maven.annomojo:maven-plugin-anno:jar:1.2.4

2008-09-01 Thread thomas2004
Hi, Surely I can download the jar file first and then install it manually. But I don't like in such a way so much. Can I do it automatically? Regards Thomas Yoav Landman wrote: > > Yes, we installed a newer version of Artifactory over the weekend. Should > be alright now and > your artifa

Re: Override localRepository at plugin execution using another local repository plexus component implementation

2008-09-01 Thread Brett Porter
You can't configure an artifact repository easily from the plugin configuration, so the likely change is to make a feature request to have something like: /** @parameter */ private String alternateLocalRepository; This would be used instead of localRepository when specified. Cheers, Brett 2008/9

Question about nexus 1.0.0 release

2008-09-01 Thread Sench
Hi, Why nexus 1.0.0 release can't upload pom file? Thanks, Arsen -- View this message in context: http://www.nabble.com/Question-about-nexus-1.0.0-release-tp19250066p19250066.html Sent from the Maven - Users mailing list archive at Nabble.com. -