Re: Build a zip of static files

2004-10-29 Thread Brett Porter
no, but it would be simple. something along the lines of: ? (I don't know ant tasks off by heart though - you'd need to look it up) - Brett On Fri, 29 Oct 2004 17:53:12 +0200, Pierre-Yves Chauveau <[EMAIL PROTECTED]> wrote: > Hi, > I have a question: is there a simple goal to build a zip

Re: dynamic property access

2004-10-29 Thread Brett Porter
or I'm not 100% certain the latter works. - Brett On Fri, 29 Oct 2004 14:17:46 -0400, Eric Giguere <[EMAIL PROTECTED]> wrote: > Ah, I see > > I'm not sure if this is feasible... > One thing sure, you cannot put an expression in an expression ( > ${...${}}. It just does not work with jelly.

Re: project dependency : strange problem

2004-10-29 Thread Brett Porter
I'm not sure we've ever considered '.' to be valid in an artifactID, but it certainly is in the groupId. try that, and if it still doesn't work, file it as a bug. I'd suggest a groupId of "com.abc.def" and artifactId of "F", for example, and introduce some other process of renaming it to ${pom.gro

Re: How to modify the generated website

2004-10-29 Thread Brett Porter
And even if you are not specifically doing downloads, you need only edit create/edit navigation.xml. Regards, Brett On Fri, 29 Oct 2004 18:41:43 -0400, Charles Daniels <[EMAIL PROTECTED]> wrote: > No, you don't need to modify the plugin to get a Downloads link to show > up. You simply need to s

RE: How to modify the generated website

2004-10-29 Thread Charles Daniels
No, you don't need to modify the plugin to get a Downloads link to show up. You simply need to specify a value for the maven.xdoc.distributionUrl property in your project.properties file. See the xdoc plugin documentation (http://maven.apache.org/reference/plugins/xdoc/properties.html). > -

Michele Forte/SwissRe is out of the office.

2004-10-29 Thread Michele_Forte
I will be out of the office starting 29/10/2004 and will not return until 07/11/2004. I will read my e-mail, but I will not guaranty an immediater answer so if you have urgent matter : for j2ee migration or POM related questions please contact the IX Customer Service at (4884) for friends please

Re: How to modify the generated website

2004-10-29 Thread nico . chalumeau
It is in the plugin : You have to modify in plugins src/plugin-resources/*.jsl and regenerate the plugin (ie plugin:install from the source of the plugin) Nicolas, Eric Black wrote: >Hi, > >I would like to know how to modify the project site pages, specifically I >want to modify the pages to hav

project dependency : strange problem

2004-10-29 Thread Sachin Bansal
Maven Users, If I use maven multiproject:install-snapshot (SNAPSHOT) for the version information (for projects to figure out the dependencies on other projects) it works as long as the name of the project does not have a '.' in it. That is if my sub-project names are like myProject foo bar

How to modify the generated website

2004-10-29 Thread Eric Black
Hi, I would like to know how to modify the project site pages, specifically I want to modify the pages to have a download link for the jars on the left hand column like the main maven website. Can anyone point me in the right direction? I haven't found any docs of how to do this. Thanks, Eric

Re: dynamic property access

2004-10-29 Thread Eric Giguere
Ah, I see I'm not sure if this is feasible... One thing sure, you cannot put an expression in an expression ( ${...${}}. It just does not work with jelly. I've done a couple of tests with dynamic property names without success. Eric. Ben Anderson wrote: yes, that's a solution for the example I ga

RE: Checkstyle Configuration

2004-10-29 Thread Haile, Mussie
Thank You,,, -Original Message- From: Pascal Thivent [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 11:43 AM To: Maven Users List Subject: Re: Checkstyle Configuration Hi, take a look at https://jjguidelines.dev.java.net/. Pascal On Fri, 29 Oct 2004 09:40:24 -0400, Haile, M

Re: dynamic property access

2004-10-29 Thread Ben Anderson
yes, that's a solution for the example I gave, but not what I'm looking for. Let me give the real example: config.properties - servername.qa=qaServer servername.prod=prodServer maven.xml - actually, this is probably a bit much. Is there a way to solve

Michele Forte/SwissRe is out of the office.

2004-10-29 Thread Michele_Forte
I will be out of the office starting 29/10/2004 and will not return until 07/11/2004. I will read my e-mail, but I will not guaranty an immediater answer so if you have urgent matter : for j2ee migration or POM related questions please contact the IX Customer Service at (4884) for friends please

Re: dynamic property access

2004-10-29 Thread Eric Giguere
Hello Ben Yep, try this: ${colorKey} Hope it helps Eric. Ben Anderson wrote: Hi, I want to dynamically set which property I access. Is this possible? Obviously the below code won't work, but you get the idea. I thought maybe that the tag might help, but it doesn't seem to

dynamic property access

2004-10-29 Thread Ben Anderson
Hi, I want to dynamically set which property I access. Is this possible? Obviously the below code won't work, but you get the idea. I thought maybe that the tag might help, but it doesn't seem to do anything. ${${colorKey}} Any ideas? Thanks, Ben

Build a zip of static files

2004-10-29 Thread Pierre-Yves Chauveau
Hi, I have a question: is there a simple goal to build a zip of all the static files from a war project ? Often, you want to separate the static contents from the dyanmic contents to deploy one on a http server and the over on the web server. Thanks, Pierre-Yves. -

Re: Checkstyle Configuration

2004-10-29 Thread Pascal Thivent
Hi, take a look at https://jjguidelines.dev.java.net/. Pascal On Fri, 29 Oct 2004 09:40:24 -0400, Haile, Mussie <[EMAIL PROTECTED]> wrote: > Hej et al - > > I am looking for a complete configuration of Sun_Checks.xml for Checkstyle. > I had modified the file based on the > http://CheckStyle.so

Checkstyle Configuration

2004-10-29 Thread Haile, Mussie
Hej et al - I am looking for a complete configuration of Sun_Checks.xml for Checkstyle. I had modified the file based on the http://CheckStyle.sourceforge.net/config_file.html content if any one out their had a best practices file please share. L8r. -M- <> --

Michele Forte/SwissRe is out of the office.

2004-10-29 Thread Michele_Forte
I will be out of the office starting 29/10/2004 and will not return until 07/11/2004. I will read my e-mail, but I will not guaranty an immediater answer so if you have urgent matter : for j2ee migration or POM related questions please contact the IX Customer Service at (4884) for friends please

Re: Cyclic dependencies

2004-10-29 Thread Jeffrey Mutonho
Thanks guys...Am doing that now.We alwways seem safe behind the protection of IDEs , until one bumps into something like this :) jeff mutonho On Fri, 29 Oct 2004 13:45:04 +0200, Bent André Solheim <[EMAIL PROTECTED]> wrote: > The problem with cyclic dependencies in Maven is that you cannot build

Re: Problem with bootstrap - can't find my project.xml

2004-10-29 Thread Brett Porter
perhaps that option also isn't working. I'll append a note to the JIRA issue. Yes, the check.tagged is for releases, and that perhaps is also another problem (bootstrapping != releasing). - Brett On Fri, 29 Oct 2004 10:23:58 +0200, Michael Mattox <[EMAIL PROTECTED]> wrote: > I will create the J

Re: Cyclic dependencies

2004-10-29 Thread Bent André Solheim
The problem with cyclic dependencies in Maven is that you cannot build project A without having built project B, and you can't build project B without having A. This means that you will have trouble "bootstrapping" artifact generation of projects A and B in Maven. What you can do, is to use, for in

RE: Cyclic dependencies

2004-10-29 Thread Jörg Schaible
[EMAIL PROTECTED] wrote on Friday, October 29, 2004 11:57 AM: > Is there a way of getting maven to work in situation where > there is a cyclic dependency between project A and B? Create project C with the common parts ;-) - Jörg

Cyclic dependencies

2004-10-29 Thread jmutonho
Is there a way of getting maven to work in situation where there is a cyclic dependency between project A and B? Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must not read, copy, use or disclose the e-ma

Michele Forte/SwissRe is out of the office.

2004-10-29 Thread Michele_Forte
I will be out of the office starting 29/10/2004 and will not return until 07/11/2004. I will read my e-mail, but I will not guaranty an immediater answer so if you have urgent matter : for j2ee migration or POM related questions please contact the IX Customer Service at (4884) for friends please

RE: Problem with bootstrap - can't find my project.xml

2004-10-29 Thread Michael Mattox
I will create the JIRA issue, but I don't understand the workaround. The check.tagged is for releases is it not? I tried it and I get the same error, it looks for my project.xml in the module directory. Thanks, Michael > -Message d'origine- > De : Brett Porter [mailto:[EMAIL PROTECTED]