Re: Intro questions

2005-11-24 Thread Emmanuel Venisse
I'll modify build definitions views and obtain a more specific view for ant projects (http://jira.codehaus.org/browse/CONTINUUM-472) Emmanuel Jeremy Hughes a écrit : Leaving the POM filename field empty worked for me. Jeremy On 11/18/05, Tomislav Stojcevich [EMAIL PROTECTED] wrote: The

Re: lots of samples - how to structure maven tree??

2005-11-24 Thread Edwin Punzalan
Hi, Yes, you need to give each package a pom with the corresponding packaging. Mark Hansen wrote: I've got lots of sample that need to be packaged into lots of little WARs, EARs, etc. My file tree is set up like base src java samples chap1 sec1

Re: [m2] Is it possible to prevent warnings from a custom repository

2005-11-24 Thread Matt Raible
It is possible to make ibiblio correct, I'm just looking for a workaround in the meantime. ;-) I've been entering invalid POM bugs into JIRA as I see them (20+ so far). However, there might be times where Maven developers and I don't agree, and it'd be nice to customize the POMs when that

Re: How to disable transitive dependency?

2005-11-24 Thread Igor Bljahhin
Why not? You will declare all dependencies you need by hands, as you did it in Maven 1. Thus, your project will be protected from changes in Acegi's pom in public repository. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [m2] Is it possible to prevent warnings from a custom repository

2005-11-24 Thread Carlos Sanchez
I don't think you should go down that path, as you will introduce confusion for your users. Poms in ibiblio have to be suitable for everybody, any customization needed can be added to your own pom as exclusions, overriding,... On 11/24/05, Matt Raible [EMAIL PROTECTED] wrote: It is possible to

Re: How to disable transitive dependency?

2005-11-24 Thread Carlos Sanchez
Try your custom made poms in another project and you'll find that they won't work. Will you create a pom for each jar in each project? no thanks. poms in the repo are not supposed to change, we're fixing them now because there're a lot of errors, but our intention is to stop doing that after some

Re: RPM Plugin not cleaning its includes

2005-11-24 Thread Sena Gbeckor-Kove
Hi Bob, No problem, do you want to tell me where you think the problem is and I can see if I can fix it for you? Can't promise anything as I won't havea huge amount of time, but just in case. Regards On 23/11/05, Allison, Bob [EMAIL PROTECTED] wrote: I found the problem. Now I just need to

Docbook plugin

2005-11-24 Thread Jose Gonzalez Gomez
Hi there, I have a preliminary version of a Docbook plugin for Maven2. Here is my typical use case: I use to write project documentation (at least requirements) using Unified Process artifacts (Software requirements specification, actors specification, glossary, risk list, use case

Re: [M 1.1b1] Maven-Reports: Encoding Problems

2005-11-24 Thread Gisbert Amm
With the described workaround I face another problem: In some of our sources there is code to replace non-ASCII characters like that: for(int i=0; i length; i++) { char c = input.charAt(i); switch(c) { case 'Ä': builder.append(Ae); break;

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-24 Thread Peter A. Pilgrim
Brett Porter wrote: You have an old surefire plugin, by the looks of it. I'll file a bug and look into solving this in the bootstrap, but you can try this: rm -rf ~/.m2/repository/org/apache/maven/plugins Sorry for the confusion. - Brett On 11/23/05, Peter A. Pilgrim [EMAIL PROTECTED]

Activate inherited profile by default

2005-11-24 Thread Jörg Schaible
Hi, I miss/did not find the possibility to activate an inherited profile by default. Use case: company-master.pom contains profiles for different types of projects (e.g. jars, webapps, documentation, ...). The profiles in the pom master define e.g. what kind of reports for such a type of

Re: [m2] install-file question

2005-11-24 Thread Allan Ramirez
Installation of the file and the pom at the same time is already available in the SVN. You can use zip files as your dependency but using zip for project's packaging? I really dont think so, there is no such packaging as zip. regards, -allan Wim Deblauwe wrote: Is this fix just for

Re: [m2] Missing properties in schemaexport

2005-11-24 Thread Rubén Barroso
Could you say me how to install configure it? I can see it in the plugin matrix, but I'm not able to find the steps to configure it. Thanks again. 2005/11/24, Edwin Punzalan [EMAIL PROTECTED]: Have you tried using the hibernate plugin directly instead of calling ant-run to call hibernate ?

Re: [m2] Missing properties in schemaexport

2005-11-24 Thread Edwin Punzalan
Which one are you using? hibernate-maven-plugin or hibernate3-maven-plugin ? Rubén Barroso wrote: Could you say me how to install configure it? I can see it in the plugin matrix, but I'm not able to find the steps to configure it. Thanks again. 2005/11/24, Edwin Punzalan [EMAIL

Cannot override read-only parameter: classesDirectory in goal: war:war

2005-11-24 Thread jerry . tao
Dear all: I met with a problem when create war package. the war plugin in my pom.xml is plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin/artifactId configuration

Re: [m2] Missing properties in schemaexport

2005-11-24 Thread Rubén Barroso
I'm using hibernate 3, so I'd like to use that plugin version (thanks for your support :D) 2005/11/24, Edwin Punzalan [EMAIL PROTECTED]: Which one are you using? hibernate-maven-plugin or hibernate3-maven-plugin ? Rubén Barroso wrote: Could you say me how to install configure it? I can

Re: [m2] abstract tests - depending on tests from other projects

2005-11-24 Thread Wim Deblauwe
Found the answer here: http://maven.apache.org/guides/mini/guide-attached-tests.html thank you however you are that wrote that piece of documentation, regards, Wim 2005/11/23, Wim Deblauwe [EMAIL PROTECTED]: Hi, I'm looking at bug http://jira.codehaus.org/browse/MNG-932 and it shows it is

RE: [M1] Maven with Websphere Application Developer anyone?

2005-11-24 Thread Weston, Toby
Hey folks, Looking at this more, when I setup a web project in WSAD/RAD I'll set the build path to include MAVEN_REPO\foo.jar (extending the MAVEN_REPO variable which points to my local repository). I then tick the box for foo.jar in the 'Order and Export' window thinking this will export the

Re: [RFC] webstart plugin (m2)

2005-11-24 Thread Geoffrey
jerome lacoste wrote: The m2 webstart plugin is today usable for small use cases. It could be improved. This is a RFC for all (potential) users of the m2 webstart plugin. Are you a webstart user? Could you describe us your use cases? * do you deploy webstart on static pages? Yes, in

Re: [RFC] webstart plugin (m2)

2005-11-24 Thread Jose Gonzalez Gomez
2005/11/24, jerome lacoste [EMAIL PROTECTED]: The m2 webstart plugin is today usable for small use cases. It could be improved. This is a RFC for all (potential) users of the m2 webstart plugin. Are you a webstart user? Could you describe us your use cases? * do you deploy webstart on

Configuring test-jar

2005-11-24 Thread Jörg Schaible
Hello, accoring to http://maven.apache.org/guides/mini/guide-attached-tests.html it is possible to create an artifact from the tests. In my case I do not want to include anything, since I have a test kit *and* unit tests and I want to include only the test kit. Since the main artifact and the

[m2] finalName not taken into account in install

2005-11-24 Thread Wim Deblauwe
Hi, when I set finalName/ in my pom.xml, the install plugin does not take this name into account. Just for testing I added finalNametest.jar/finalName to the pom.xml of a custom plugin of mine. When doing 'mvn install', I get this: [INFO] Installing

unable to download surefire plugin

2005-11-24 Thread Edwin Punzalan
In case any of you get an error similar to this: [INFO] Failed to resolve artifact. required artifacts missing: maven-surefire-plugin:maven-surefire-plugin:jar:1.4 maven-surefire-plugin:surefire-booter:jar:1.4 for the artifact:

Re: [m2] commons-io 1.1 POM invalid

2005-11-24 Thread David Sag
Thanks Paul - I have xposted to that jira too for completeness. Kind regards, Dave Sag Paul Spencer [EMAIL PROTECTED] wrote on 23-11-2005 16:29:49: David, Below is a link to the Maven Evangelism JIRA project. http://jira.codehaus.org/browse/MEV Paul Spencer David Sag wrote:

[m2] custom plugin parameters on site?

2005-11-24 Thread Wim Deblauwe
Hi, The site's of the plugins of Maven have a page with an overview of the goals and the parameters of the plugin. How is this generated? I looked at http://maven.apache.org/guides/plugin/guide-java-plugin-development.html to find this, but I could not find that info there. regards, Wim

RE: unable to download surefire plugin

2005-11-24 Thread Jörg Schaible
Edwin Punzalan wrote on Thursday, November 24, 2005 11:19 AM: In case any of you get an error similar to this: [INFO] Failed to resolve artifact. required artifacts missing: maven-surefire-plugin:maven-surefire-plugin:jar:1.4

Re: unable to download surefire plugin

2005-11-24 Thread Edwin Punzalan
:D I know... very handy. :D Jörg Schaible wrote: Edwin Punzalan wrote on Thursday, November 24, 2005 11:19 AM: In case any of you get an error similar to this: [INFO] Failed to resolve artifact. required artifacts missing:

RE : [m2] maven-war-plugin (questions)

2005-11-24 Thread Olivier Lamy
Hi, Is there someone else interested by this ? Or I just to report my hack to in own/company maven-war-plugin ? Thanks, - Olivier -Message d'origine- De : Olivier Lamy [mailto:[EMAIL PROTECTED] Envoyé : mercredi 23 novembre 2005 18:17 À : Maven Users List Objet : [m2] maven-war-plugin

When I will be able to try out A Maven 2.x plug-in for the Eclipse IDE

2005-11-24 Thread Miks Rozenbergs
Hello! I'm looking for options to integrate/synchronize Maven's POM with Eclipse project configuration files. Because currently developer would need to maintain all dependencies in two places -- using Eclipse UI to effectively update .classpath, .project, etc. and using text editor to

Re: unable to download surefire plugin

2005-11-24 Thread Marcel Schutte
I'm getting this error, but your proposed solution can't be right. I've cleaned my home/.m2/repository and started all over again with the steps from the getting started guide. During the mvn test step I get the error you mention. When I check home/.m2/repository there is no subdir named plugins.

Re: [m2] delicious bookmarks plugin comments

2005-11-24 Thread Ashley Williams
Hi Brett, I thought I'd tackle the problem the other way round - provide the plugin so it's there to play with and then maybe uses will become apparent, or not. Just wondering where a good place to put it would be - is there a sandbox for the sandbox?? My usage thoughts are: * maven

Re: use of ArtifactHandler

2005-11-24 Thread Nigel Magnay
I think the component.xml is correct (at end) - it certainly looks the same as the plexus examples. My project that uses this plugin works entirely correctly, *unless* it is a part of a multiproject build, in which case it uses the wrong extension. I don't know why this would be the case unless

Re: EJB with Maven2

2005-11-24 Thread Stephane Nicoll
Hi, We already had this discussion quite a while ago. You need to specify the type since you could perfectly have an artifiact with the same group/artifact IDs and a different type. I agree things would be easier if maven would guess, but less safe as well. Hope it helpes, Stéphane On

m2:beginner How to get a list of the project src files within a mojo

2005-11-24 Thread karthik gurumurthy
Hi All, I would like to get access to all the src files (taking into consideration the includes and excludes) in a mojo. I typically need a list from which i wish to construct another list of File Objects. I mean somethign similar to ant's DirectoryScanner (hopefulyl with all the excludes and

Re: When I will be able to try out A Maven 2.x plug-in for the Eclipse IDE

2005-11-24 Thread Kees de Kooter
Did you try running the eclipse:eclipse goal? See http://maven.apache.org/plugins/maven-eclipse-plugin/ I think this does exactly what you want. cheers, Kees On 11/24/05, Miks Rozenbergs [EMAIL PROTECTED] wrote: Hello! I'm looking for options to integrate/synchronize Maven's POM with

[m2] Why does DefaultModelInheritanceAssembler ignore relativePath../relativePath or module...module definitions ?

2005-11-24 Thread Christian Schulte
Hi, I have severe problems with the flat project layout as described at http://maven.apache.org/guides/mini/guide-ide-eclipse.html at the end of the site. As it seems inheritance is not supporting the relative path and modules settings. Somewhere in here

Re: unable to download surefire plugin

2005-11-24 Thread Brett Porter
Actually, the instructions were incomplete, you need to remove: org/apache/maven/plugins/maven-surefire-plugin and surefire from the local repository. The correction was only finally completed a short time ago. - Brett On 11/24/05, Marcel Schutte [EMAIL PROTECTED] wrote: I'm getting this

[m2] xdoclet for hibernate 3 with JDK 1.5

2005-11-24 Thread Wim Deblauwe
Hi, anybody got the combination of xdoclet with hibernate 3 and jdk 1.5 working? I found that the xdoclet-maven-plugin (version alfa2 - seen this from a post, the website still shows alfa1) supports hibernate 3 (since it uses XDoclet 1.2.3), but I get errors because of 1.5 specific syntax. I

Maven proxy

2005-11-24 Thread Cservenak Tamas
Hi, Id' like to announce an ongoing effort to make a usable caching-proxy engine useful for corporate (or group) proxying of Maven repositories (Yes, i'm aware of maven-proxy on Codehaus, but alternatives makes world beautiful). We are using this current release in-house already to serve our

Re: Maven proxy

2005-11-24 Thread dan tran
Please tell me it will work with Tomcat 4.x? ;-) -D On 11/24/05, Cservenak Tamas [EMAIL PROTECTED] wrote: Hi, Id' like to announce an ongoing effort to make a usable caching-proxy engine useful for corporate (or group) proxying of Maven repositories (Yes, i'm aware of maven-proxy on

maven 2.0 groovy tools

2005-11-24 Thread BURGHARD Éric
Hi, I've just commited a set of tools [1] for maven (plugin, extensions and archetype) that can ease a migration from ant to maven (thanks to groovy ant extension) or just help you to write new plugins directly in groovy. For those who wonder, here is a quick example which use the ant xslt task

Re: Maven proxy

2005-11-24 Thread Cservenak Tamas
Hi! Since it relies on Spring's ContextLoaderListener, and it's APIDOC states "For Servlet 2.2 containers and Servlet 2.3 ones that do not initalize listeners before servlets, use ContextLoaderServlet [instead of ContextLoaderListener]", it WOULD work if... I don't know the answer to the

Re: Maven proxy

2005-11-24 Thread Cservenak Tamas
Same APIDOCs, few lines later: Servlet 2.3 containers known to work with bootstrap listeners are: * Apache Tomcat 4.x+ * Jetty 4.x+ * Resin 2.1.8+ * Orion 2.0.2+ * BEA WebLogic 8.1 SP3 :) Give it a try Dan! ~t~ dan tran wrote: Please tell me it will work with Tomcat 4.x? ;-) -D

Re: RE : [m2] maven-war-plugin (questions)

2005-11-24 Thread Emmanuel Venisse
I'm not sure it's a good idea. You have css, scripts, jsp directories, but other can have too velocity templates, webwork, tapestry, ... directories. We can't add all this directories in webapp plugin. Instead of jspSourceDirectory/jspOutputDirectory (and others) declaration in war plugin

[M2] AntRun plugin executing a goal not bound to a phase ?

2005-11-24 Thread Pete
I'm sure this is a very basic question about using antRun plugin, all works fine if I bind the plugin to a phase e.g. phasegenerate-sources/phase but how can I define the plugin to be executed on demand like a Utility goal to update the Database. I have tried removing the phase and then command

[m2] Surefire and Cobertura reports empty

2005-11-24 Thread Rubén Barroso
Anyone knows why are my site surefire and cobertura reports empty? It seems that they're both executed, but their related reports in the generated site are empty :S. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

multi-module project - automatic checkout

2005-11-24 Thread Matthew Vanbiervliet
Hi, I have a question regarding multi-modules projects with Maven 2. I have the following multi-module project structure : Top project pom.xml | module1 (pom.xml) | module2 ( pom.xml) | module3 (pom.xml)

RE : RE : [m2] maven-war-plugin (questions)

2005-11-24 Thread Olivier Lamy
Good idea, I prefer this more general implementation. I try to provide a patch ASAP. - Olivier -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : jeudi 24 novembre 2005 14:30 À : Maven Users List Objet : Re: RE : [m2] maven-war-plugin (questions) I'm not sure

Re: [m2] Surefire and Cobertura reports empty

2005-11-24 Thread Alexandre Russel
Rubén Barroso a écrit : Anyone knows why are my site surefire and cobertura reports empty? do you have xml file in the sufire-report directory? Alex - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: MNG-1398: How to obtain an updated version of the maven-javadoc-plugin

2005-11-24 Thread David Sag
I would like it too. We have a first presentation tomorrow of the maven 2 stuff we have been doing and it is a little embrarrasing to have no javadocs available. I know we *could* build it from SVN but honestly I'd just rather someone send me a zipped up plugin I can just drop in manually. We

Re: [m2] Surefire and Cobertura reports empty

2005-11-24 Thread Rubén Barroso
Sure I don't have. Where and how should I create such a file? Or, better, documentation about it? Thank you Alex! 2005/11/24, Alexandre Russel [EMAIL PROTECTED]: Rubén Barroso a écrit : Anyone knows why are my site surefire and cobertura reports empty? do you have xml file in the

Re: [m2] Missing properties in schemaexport

2005-11-24 Thread Rubén Barroso
Any idea? :S 2005/11/24, Rubén Barroso [EMAIL PROTECTED]: I'm using hibernate 3, so I'd like to use that plugin version (thanks for your support :D) 2005/11/24, Edwin Punzalan [EMAIL PROTECTED]: Which one are you using? hibernate-maven-plugin or hibernate3-maven-plugin ? Rubén

maven-execute-plugin fyi

2005-11-24 Thread Jesse McConnell
I have removed the maven-execute-plugin since the same functionality exists in the exec-maven-plugin which is also in the mojo sandbox. cheers, jesse -- jesse mcconnell jesseDOTmcconnellATgmailDOTcom

[M2] How to fire plugin in site generation?

2005-11-24 Thread Jose Gonzalez Gomez
Is there any way to fire the execution of a plugin whenever the site plugin is executed? I would like to add some dinammically generated content to the site, but I don't want to use the report mechanism, as this forces me to use the Sink interface to write content, doesn't it? Or can I turn my

Re: [M2] How to fire plugin in site generation?

2005-11-24 Thread David Sag
I've just done this actually. Make it a report and override the isExternalReport() method to return true; then you don't need to use the Sink at all. Kind regards, Dave Sag Jose Gonzalez Gomez [EMAIL PROTECTED] wrote on 24-11-2005 15:46:55: Is there any way to fire the execution of a

Re: When I will be able to try out A Maven 2.x plug-in for the Eclipse IDE

2005-11-24 Thread Miks Rozenbergs
Kees de Kooter wrote: Did you try running the eclipse:eclipse goal? See http://maven.apache.org/plugins/maven-eclipse-plugin/ I think this does exactly what you want. It doesn't. It generates Eclipse project out of Maven's project. What I need is as minumum vice versa -- I do have projects

Re: [m2] finalName not taken into account in install

2005-11-24 Thread Jason van Zyl
Wim Deblauwe wrote: Hi, when I set finalName/ in my pom.xml, the install plugin does not take this name into account. Just for testing I added finalNametest.jar/finalName to the pom.xml of a custom plugin of mine. When doing 'mvn install', I get this: [INFO] Installing

Re: [m2] finalName not taken into account in install

2005-11-24 Thread Wim Deblauwe
Done: http://jira.codehaus.org/browse/MNG-1676 Wim 2005/11/24, Jason van Zyl [EMAIL PROTECTED]: Wim Deblauwe wrote: Hi, when I set finalName/ in my pom.xml, the install plugin does not take this name into account. Just for testing I added finalNametest.jar/finalName to the

Re: m2:beginner How to get a list of the project src files within a mojo

2005-11-24 Thread Jason van Zyl
karthik gurumurthy wrote: Hi All, I would like to get access to all the src files (taking into consideration the includes and excludes) in a mojo. I typically need a list from which i wish to construct another list of File Objects. I mean somethign similar to ant's DirectoryScanner (hopefulyl

Re: maven 2.0 groovy tools

2005-11-24 Thread Jason van Zyl
BURGHARD Éric wrote: Hi, I've just commited a set of tools [1] for maven (plugin, extensions and archetype) that can ease a migration from ant to maven (thanks to groovy ant extension) or just help you to write new plugins directly in groovy. Cool, that's awesome! Maybe we can work to get

Re: maven 2.0 groovy tools

2005-11-24 Thread Jason van Zyl
BURGHARD Éric wrote: Hi, I've just commited a set of tools [1] for maven (plugin, extensions and archetype) that can ease a migration from ant to maven (thanks to groovy ant extension) or just help you to write new plugins directly in groovy. Very cool. Maybe we can work offline to get some

Re: [m2] Best practices with Branching and Versioning using Continuum ...

2005-11-24 Thread Jason van Zyl
Stevenson, Chris wrote: Dear All, Does anyone have any ideas on the best way to manage branching and versioning in m2? We are working on defining our own process so maybe we can share that with others. Unfortunately we started this on the dev mailing list so I don't have anything to point

[m2] dependency graph

2005-11-24 Thread Wim Deblauwe
Hi, it would be really cool to have a plugin that shows all the dependencies of your project in a graph. This graph could be in SVG or png or whatever. Is there already such a plugin or plans for such a plugin? What graphing library do you think would be best to implement this kind of thing (must

profile dependency

2005-11-24 Thread Anuerin Diaz
hi, our project has a need for different types of assembly, as such i am creating different profiles for each assembly/configuration. however this causes me to duplicate some profile configuration. i was wondering if there is a profile dependency mechanism (or something planned) wherein on

RE: Docbook plugin

2005-11-24 Thread Jeff Jensen
Hi Jose, Fantastic! ...if there is interest..., yes there is! I will need docbook from Maven in the near future. And your auto olink db generation sounds great! -Original Message- From: Jose Gonzalez Gomez [mailto:[EMAIL PROTECTED] Sent: Thursday, November 24, 2005 2:38 AM To: Maven

Fwd: Design Question

2005-11-24 Thread Gerwin Brunner
Can anybody give me some input on this? Thanks, Gerwin Begin forwarded message: From: Gerwin Bruner [EMAIL PROTECTED] Date: November 22, 2005 2:54:07 PM GMT+01:00 To: users@maven.apache.org Subject: Design Question Hi, I've got a client/server app which is communicating via RMI. The

[m2] Properties files

2005-11-24 Thread Oscar Picasso
Hi, In m1 we could use user specific properties in the pom and these properties could be read from some properties files. What is the similar functionality in m2? Here is what I have found that is somewhat related - you can user -Dsome.property=some.value = It doesn't use a file. -

Re: Fwd: Design Question

2005-11-24 Thread Cservenak Tamas
Hi, You build 5 projects :) Serioulsy, I usually separate projects like this one into many (maven) submodules, starting just like he/you offered: common server client and all three submodules are embedded in one top-level project. So, a maven project layout: projectX Xcommon (ifaces,

Re: Docbook plugin

2005-11-24 Thread Rune Fauske
Hi Jose We're just looking into using docbook for both integrated help and the user manual, so a maven docbook plugin would really be appreciated. -- Rune On 11/24/05, Jeff Jensen [EMAIL PROTECTED] wrote: Hi Jose, Fantastic! ...if there is interest..., yes there is! I will need docbook

Re: [m2] should xalan have scope=provided?

2005-11-24 Thread Stephen Duncan
Matt, My approach in that kind of situation is to depend directly on xalan with scope=provided, rather than doing an exclude. Not sure if that's ideal. I have no idea what the criteria should be for a something like displaytag to declare dependencies as provided vs. compile. -Stephen On

Re: Docbook plugin

2005-11-24 Thread Emmanuel Venisse
docbook is supported by doxia Emmanuel Rune Fauske a écrit : Hi Jose We're just looking into using docbook for both integrated help and the user manual, so a maven docbook plugin would really be appreciated. -- Rune On 11/24/05, Jeff Jensen [EMAIL PROTECTED] wrote: Hi Jose, Fantastic!

Re: maven 2.0 groovy tools

2005-11-24 Thread BURGHARD Éric
Jason van Zyl wrote: BURGHARD Éric wrote: Hi, I've just commited a set of tools [1] for maven (plugin, extensions and archetype) that can ease a migration from ant to maven (thanks to groovy ant extension) or just help you to write new plugins directly in groovy. Cool, that's awesome!

mvn archetype:create seems to not work... did before...

2005-11-24 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK: this worked in the morning (I think) but doesn't seem to work now... What is going on or what am I having a brain fart over? - - 8 snip 8 - mvn archetype:create -DarchitypeGroupId=agilitystewards.org -

Re: [m2] should xalan have scope=provided?

2005-11-24 Thread Matt Raible
I forwarded the e-mail below to Fabrizio Giustina - Display Tag's Lead Developer. Here's his response: quote displaytag doesn't use xalan at all, probably it's a transitive dependency of displaytag dependencies... did you try running mvn with the -X option too see the dependency path? /quote I

using jelly scripts in maven 2.0: the archetype approach

2005-11-24 Thread BURGHARD Éric
Hi, Even if i think jelly is an awfull language, i spent some times to package an archetype [1] that can help you reusing your maven 1.0 scripts. But i really encourage using groovy instead, it's less buggued, faster, easier and much more expressive than jelly (many thanks codehaus, you're genius

RE: [m2] Properties files

2005-11-24 Thread mvdp
Hi Oscar, I faced the same problem. I solved it by using a profile wich has properties with valus to be configured by the developer in settings.xml. See http://maven.apache.org/guides/introduction/introduction-to-profiles.html The profile is enabled using activeProfiles

RE: [m2] Properties files

2005-11-24 Thread Oscar Picasso
Thanks for the suggestion. I still think that there is a lack of properties files specific to a project. Or at least I don't know the equivalent in m2. Using profiles in settings.xml works fine but in my opinion settings.xml should be used for settings that could be potentially shared

Re: [m2] should xalan have scope=provided?

2005-11-24 Thread Fabrizio Giustina
Hi Matt On 11/24/05, Matt Raible [EMAIL PROTECTED] wrote: I guess I'll just stick with my exclusion for now. It's pretty easy to find out, try running mvn -X install and look for xalan in the list that will be printed out during execution. I don't see xalan included when I add a dependency to

RE: [m2] Properties files

2005-11-24 Thread Mike Lantink
Did you ever try having the profile set a value in the settings.xml like localRepository ? So a developer could set his local repsoitory as part of his profile ? Michael Lantink Software Engineer (519) 880-2400 ext 2765 www.sandvine.com -Original Message- From: mvdp [mailto:[EMAIL

RE: RPM Plugin not cleaning its includes

2005-11-24 Thread Allison, Bob
I think I have the problem with the RPM plugin solved and I updated the ZIP file[1]. Could you please download the current version, unpack the ZIP file at the top of your Maven 2 repository, and let me know if this solves the problem for you? [1] http://beaver.codehaus.org/~boba/rpm-plugin.zip

Re: [M 1.1b1] Maven-Reports: Encoding Problems

2005-11-24 Thread Lukas Theussl
For this you probably have to set the maven.compile.encoding option of the java plugin. HTH, Lukas Gisbert Amm wrote: With the described workaround I face another problem: In some of our sources there is code to replace non-ASCII characters like that: for(int i=0; i length; i++) {

Re: [m2] delicious bookmarks plugin preview available

2005-11-24 Thread Ashley Williams
Ok the delicious plugin is now attached to a jira issue and you can download it here: http://jira.codehaus.org/browse/MNG-1679 --- Briefly to whet your appetite you run it after the site goal in order to add the links in the site to the delicious account configured as a server in

Re: [m2] delicious bookmarks plugin preview available

2005-11-24 Thread Jason van Zyl
Ashley Williams wrote: Ok the delicious plugin is now attached to a jira issue and you can download it here: http://jira.codehaus.org/browse/MNG-1679 Why don't you put that at the mojo project where you have access? I'd be interested in taking a look at it. I'm in the process of trying to

Re: [m2] should xalan have scope=provided?

2005-11-24 Thread Srepfler Srgjan
I haven't tried it but I believe that display tags wants jstl (further more it's strange it requires for jstl 1.0.2 with a groupid javax.servlet (?pom wrong?), I use taglibs with jstl 1.2 - could it be some sort of compatibility thing between JSP 1.0 and 2.0?), and since jstl uses has the xml

Re: [m2] delicious bookmarks plugin preview available

2005-11-24 Thread Srepfler Srgjan
I don't know what your plugin does but I think it might be more usefull in a issue tracking system like jira or trac. Ashley Williams wrote: Ok the delicious plugin is now attached to a jira issue and you can download it here: http://jira.codehaus.org/browse/MNG-1679 --- Briefly to whet

Re: [m2] delicious bookmarks plugin preview available

2005-11-24 Thread Ashley Williams
Can do that - didn't want to treat the sandbox as a free-for-all just because I have access! On 24 Nov 2005, at 21:42, Jason van Zyl wrote: Ashley Williams wrote: Ok the delicious plugin is now attached to a jira issue and you can download it here:

Re: [m2] delicious bookmarks plugin preview available

2005-11-24 Thread Brett Porter
That's what its for - go play! :) On 11/25/05, Ashley Williams [EMAIL PROTECTED] wrote: Can do that - didn't want to treat the sandbox as a free-for-all just because I have access! On 24 Nov 2005, at 21:42, Jason van Zyl wrote: Ashley Williams wrote: Ok the delicious plugin is now

Re: [m2] delicious bookmarks plugin preview available

2005-11-24 Thread Ashley Williams
Can you expand on this? On 24 Nov 2005, at 22:22, Srepfler Srgjan wrote: I don't know what your plugin does but I think it might be more usefull in a issue tracking system like jira or trac. Ashley Williams wrote: Ok the delicious plugin is now attached to a jira issue and you can

Re: MNG-1398: How to obtain an updated version of the maven-javadoc-plugin

2005-11-24 Thread Brett Porter
http://maven.apache.org/guides/development/guide-testing-development-plugins.html The latest snapshot is up there. Cheers, Brett On 11/25/05, David Sag [EMAIL PROTECTED] wrote: Yeah I have been meaning to sort that out but it's taken low priority over other things here. Many thanks to

Transitive dependency without version conflict

2005-11-24 Thread Alexis Agahi
Hi, I've developed a basic application bootstrap able to fetch dependency with transitivity without version conflict. For example an application with such dependency : app-1.0 +-- depA-1.0 +-- depB-1.0—depA-2.0 is able to use the depA-1.0 on classloader app-1.0 classloader context and

Re: [m2] Missing properties in schemaexport

2005-11-24 Thread Brett Porter
There is currently no release of it. http://svn.mojo.codehaus.org/trunk/mojo/mojo-sandbox/hibernate3-maven-plugin/ On 11/25/05, Rubén Barroso [EMAIL PROTECTED] wrote: Any idea? :S 2005/11/24, Rubén Barroso [EMAIL PROTECTED]: I'm using hibernate 3, so I'd like to use that plugin version

Re: use of ArtifactHandler

2005-11-24 Thread Brett Porter
Please file a JIRA on the multi-project vs single project, with some details, we'll look into it. It could be a bug. That said, I think some people have been contributing similar functionality to the war plugin itself - might be worth investigating. - Brett On 11/24/05, Nigel Magnay [EMAIL

Re: [m2] dependency graph

2005-11-24 Thread Brett Porter
Yes, its planned. We just have a very long todo list :) It is quite simple, as the artifact resolver has a listener with nodes that can be used to get all the information, once a way is provided to hook into the process. I think some others have worked on some related experiements (Joakim?)

Re: mvn archetype:create seems to not work... did before...

2005-11-24 Thread Brett Porter
that archetype version doesn't exist. Try 1.0-alpha-3, or remove it altogether. - Brett On 11/25/05, Peter L. Berghold [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK: this worked in the morning (I think) but doesn't seem to work now... What is going on or

Re: Deploy Version

2005-11-24 Thread Brett Porter
try ${project.artifact.resolvedVersion} Cheers, Brett On 11/22/05, Duane Homick [EMAIL PROTECTED] wrote: Is there a way to determine what version of an artifact was deployed after the deploy step runs. ie. ${project.build.finalName} still contains sample-1.0.0-SNAPSHOT and not the version

Re: [m2] questions about site creation

2005-11-24 Thread Brett Porter
Can you file feature/bugs for both of these? http://jira.codehaus.org/browse/MNG On 11/24/05, - - [EMAIL PROTECTED] wrote: 1. [m2 2.0] How can i put static html pages without the left menu disappears ? (if i put statics pages in resources folder, it's ok but the menu disappears) /apt /xdoc

Re: [M2] Xalan and proxy settings

2005-11-24 Thread Brett Porter
I think you need to set the Java system properties (Maven only does this for the life of its own connection from its settings, then restores the prior ones). - Brett On 11/24/05, Jose Gonzalez Gomez [EMAIL PROTECTED] wrote: Is there anybody out there that's using Xalan as a dependency and

Re: [M2] Xalan and proxy settings

2005-11-24 Thread Brett Porter
I should say to access the proxy and other settings from a plugin, create a variable with the expression: ${settings} On 11/25/05, Brett Porter [EMAIL PROTECTED] wrote: I think you need to set the Java system properties (Maven only does this for the life of its own connection from its

Re: [m2] Question about Dependency version rules and a couple suspect logging bugs.

2005-11-24 Thread Brett Porter
I think the reporting of removed then selected was fixed in svn. 1) nearer is correct, the default rule is to use the nearest declared version (number of transitivie hops to the pom). 2) as above, we'll be introducing more in future (we have newest in there, but there's no way to enable it in

Re: [M2] Multiproject and ${user.dir} (was: [jira] Closed: (MNG-1570) Testing from a parent POM fails ...)

2005-11-24 Thread Brett Porter
On 11/23/05, Jörg Schaible [EMAIL PROTECTED] wrote: Maven 2.x is not currently forking, so relative paths are correctly relative to user.dir. Any plans for it? This seems quite essential. For our company this is a show-stopper and as David Jackman explained in his posting it is also

  1   2   >