RE: maven with eclipse, mevenide et al

2004-10-26 Thread Eric Pugh
You can just run a goal to generate the .classpath and add the maven repo... http://maven.apache.org/reference/plugins/eclipse/goals.html > -Original Message- > From: Kenneth Simpson [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 27, 2004 2:24 AM > To: [EMAIL PROTECTED] > Subject: Re

Re: maven with eclipse, mevenide et al

2004-10-26 Thread Kenneth Simpson
>This all works fine for maven builds, but of course eclipse doesn't >like its source files to be anywhere other than a direct descendent of >the project directory. Hmm, that's news to me. I have 6 independent source directories in one project in Eclipse. Try going into the Properties for the pro

Re: adding custom resources to a war file

2004-10-26 Thread Brett Porter
I'm not sure what guidelines you are following? The default setting for maven.war.src is src/webapp. My structure usually looks like: src/ -- webapp/ - sha1.js - WEB-INF/ --- web.xml --- jsp/ - something.jsp classes, lib and tld are populated by the war plugin On Tue, 26

[ADD] MavenProxy CGI script

2004-10-26 Thread Anatol Pomozov
Hello All, Sorry, seems that corporate firewall fastidious in respect of some kind of attachments. The sources are placed here http://dzenisiuk.at.tut.by/maven-proxy.zip --anatol - To unsubscribe, e-mail: [EMAIL PROTECTED] For

adding custom resources to a war file

2004-10-26 Thread Alessandro Di Bella
Hi, I'm new to maven and I'm trying to build a war file with it. Following the guidelines my directory structure looks like: main --src -java -jsp -javascript --resources -WEB-INF -web.xml -META-INF --test target Setting aven.war.src

RE: xerces

2004-10-26 Thread Stéphane Nicoll
Thanks for the trick. It's ok now. Regards, Stéphane -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 4:40 PM To: Maven Users List Subject: Re: xerces Yes, maven has an extdir that includes xerces-2.4.0 and xml-apis-1.0-b2. You should try s

Re: xerces

2004-10-26 Thread John Casey
Yes, maven has an extdir that includes xerces-2.4.0 and xml-apis-1.0-b2. You should try specifying 'maven.compile.fork=true' in your project.properties to see whether this helps. It should cause the javac execution to take place in a new process which is free of the maven version of xerces et al

REÂ: multi projects

2004-10-26 Thread Pierre-Yves Chauveau
You can do that with a workaround in the maven.xml: That's quite dirty but it works ;-) This will add the property war.bundle= true to the pom dependencies marked with multi.depend.runtime =true if the property multi.depend.runtime is in t

Re: MavenProxy CGI script

2004-10-26 Thread Ben Walding
"too crude" - how does it not meet your requirements? Anatol Pomozov wrote: So I decide to use Maven-Proxy tool from codehaus which allows developers team to use single repository. But when I have tried to install this application I found that Maven-Proxy is too crude. So I decided to write simple

Re: maven with eclipse, mevenide et al

2004-10-26 Thread Nigel Magnay
Yes, I'm thinking that the current structure probably needs to be modularised in a more intelligent way. It's not that maven is unhappy, it's more the eclipse problem of the sourcecode being 'elsewhere'. we used to have 1 project controlled by ant that build a heap of artefacts, such as client jar

REÂ: multi projects

2004-10-26 Thread Pierre-Yves Chauveau
You can use entities to reference the same dependencies before maven handle transitive dependencies. http://wiki.codehaus.org/maven/EnsureProjectConsistencyWithEntities Message d'origine De: Eric Pugh [mailto:[EMAIL PROTECTED]

RE: multi projects

2004-10-26 Thread Bowe, Bastian
Good. In the future it would be cool if I can give sort of hints to the "source" project. In the example it would be nice if I can put a directive like the following into my project.xml of myBusiness project. ... log4j log4j 1.2.8 true ... When myW

RE: multi projects

2004-10-26 Thread Eric Pugh
Today you have to do it by hand.. Future maven's will handle transitive (?) dependencies better. > -Original Message- > From: Bowe, Bastian [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 26, 2004 1:51 PM > To: '[EMAIL PROTECTED]' > Subject: multi projects > > > Hello, > > I like to se

Re: JCoverage plugin and inner classes (anonymous classes)

2004-10-26 Thread Emmanuel Venisse
- Original Message - From: "Daniel Frey" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, October 26, 2004 12:43 PM Subject: JCoverage plugin and inner classes (anonymous classes) > Hi, > > Since I use maven (1.0b8 or so) up to now (1.0) I observe that the

JCoverage plugin and inner classes (anonymous classes)

2004-10-26 Thread Daniel Frey
Hi, Since I use maven (1.0b8 or so) up to now (1.0) I observe that the JCoverage plugin does produce wrong results for inner/anonymous classes. I.e. I have got a class called ClassOne, which has an anonymouls inner class. The two classes are displayed in the coverage report as ClassOnewith 44% an

multi projects

2004-10-26 Thread Bowe, Bastian
Hello, I like to setup a web project with a web module and a business module. Let's assume I have my web module in a directory myWeb and my business module in myBusiness, both having a project.xml file. If I wan't to build a war file for my myWeb project, I would have to copy myBusiness AND its li

[ANN] new transform plugin released

2004-10-26 Thread Dominik Dahlem
The maven-plugins team is pleased to announce the Maven Transform plugin 1.2 release! http://maven-plugins.sourceforge.net This plugin provides goals to transform xml documents into html and pdf. Changes in this version include: Fixed bugs: o Fix project structure to suit maven-plugins.sf.net.

RE: maven with eclipse, mevenide et al

2004-10-26 Thread Eric Pugh
Take a look at the updated (in CVS) docs. I added a bit about using the generated source directory to import your xdcolet directory as a source directory. That way, when eclipse does a clean compile, it doesn't wipe out your source... I htink you are using xdoclet to generate a lot of the ejb st

Re: maven with eclipse, mevenide et al

2004-10-26 Thread Jose Gonzalez Gomez
We are using the following layout: projectRoot |---applications ||---application.j2ee | |---maven.xml | |---project.xml [...] |---containers ||---application.jboss (Self contained JBoss test environment) | |---maven.xml | |---project.xml [...] |---modu

maven with eclipse, mevenide et al

2004-10-26 Thread Nigel Magnay
Hi people. We've been using maven for a while now, with cruisecontrol, very nicely indeed, for builds. Some of us use maven to do our local box builds, but more don't than do, and a part of that is probably our heavy additction to Eclipse. Now, I've been using the IDE integration stuff, but I hav

xerces

2004-10-26 Thread Stéphane Nicoll
Hello list, In one of my project I use namely xerces-2.6.2, xalan-2.1.0 and xml-apis-2.0.0. It used to be an ant project which is compiling fine (SUN JDK 1.4.2). Now I moved to a maven project with exactly the same dependencies (I checked 3 times and even copy the lib from the ant project direc

RE: strategy to retrieve the sources of an maven project

2004-10-26 Thread Eric Pugh
Insofar as we are looking for the minimal solution for Eclipse for use today, I think you oonly want to bother downloading /foo/dist/foo-0.1.zip. Maven2 or whatever will have better handling of source zips, but that could a while, so we don't want to wait! If what you are looking for is how to dow