[M2] Ant-Script for simple Web-Project

2006-02-07 Thread Christian Schlaefcke
Hi Folks, I need to create a ant build script for a simple web project. When I run "mvn install" it runs fine and creates a war file. When I run "mvn ant:ant" and execute the resulting script it just produces a jar file. How can I tell the ant plugin to create web specific build script? Regards,

[M2] How to include download url in site

2005-10-28 Thread Christian Schlaefcke
Hi folks, I try to get an download link of my jars and wars on the project page genarated with "mvn site". I tried with: myDownloadUrl But this isn´t working. Thanks & Regards, Christian - To

Re: How to force rebuild of projects depending on changed Project

2005-10-28 Thread Christian Schlaefcke
Cool! When is it planned? Is there a roadmap available? I´m also really looking forward for the clearcase support of continuum. Thanks & Regards, Christian > It's planned for 1.1 > > Emmanuel > > Christian Schlaefcke a écrit : >> Hi folks, >> >>

Re: [m2] NoSuchMethodError when running war plugin

2005-10-18 Thread Christian Schlaefcke
from the site then. > > mika > > Christian Schlaefcke wrote: >> cool! Thank you! >> >> Why isn´t it available from the official site? >> >> Chris >> >>> it's currently available from: >>> >>> http://people.apache.org/~brett/ma

[m2] Another exception when executing war:war

2005-10-18 Thread Christian Schlaefcke
Hi folks, OK, I switched to m2 RC and it looks like I get one step further. But now another issue is rising up: [INFO] [war:war] [INFO] Exploding webapp... [INFO] Copy webapp resources to D:\eclipse\workspace\MyProject\target\MyWebApp [INFO] Assembling webapp MyWebApp in D:\eclipse\workspace\MyPr

Re: [m2] NoSuchMethodError when running war plugin

2005-10-17 Thread Christian Schlaefcke
cool! Thank you! Why isn´t it available from the official site? Chris it's currently available from: http://people.apache.org/~brett/maven-2.0-RC/ Cheers, mika Christian Schlaefcke wrote: mika schrieb: Hi, try upgrading to maven 2 rc, the problem should disa

Re: [m2] NoSuchMethodError when running war plugin

2005-10-17 Thread Christian Schlaefcke
mika schrieb: Hi, try upgrading to maven 2 rc, the problem should disappear. Where do I get it? regards, mika Christian Schlaefcke wrote: Hi folks, I´m not sure weather this is an m2 or continuum or a configuration issue. When running m2 install on my webapp project I get this

[m2] NoSuchMethodError when running war plugin

2005-10-17 Thread Christian Schlaefcke
Hi folks, I´m not sure weather this is an m2 or continuum or a configuration issue. When running m2 install on my webapp project I get this error: [INFO] [war:war] [INFO] Exploding webapp... [INFO] Copy webapp resources to D:\eclipse\workspace\MyProject\target\MyWebApp [INFO] Assembling webapp JF

Re: M2: Install third party library

2005-10-17 Thread Christian Schlaefcke
Thank you! I promise to take a closer look to FAQ next time ;-) > Hi Christian, > > It is very easy - see > http://maven.apache.org/maven2/general.html#importing-jars for > instructions. > > On 10/17/05, Christian Schlaefcke <[EMAIL PROTECTED]> wrote: >> Hi folk

M2: Install third party library

2005-10-17 Thread Christian Schlaefcke
Hi folks, I try to install a third party jar into my local repository. Under M1 I was used to create a directory that contains the jar-file and a project.xml (now pom.xml) and run "maven install". When I do this under M2 I just get this: [INFO] [jar:jar] [WARNING] JAR will be empty - no content w

Re: [m102] multiproject:deploy fails

2005-07-20 Thread Christian Schlaefcke
. The dependent jar referenced in the ejb´s pom is also available: xdoclet xdoclet-ejb-module 1.2 http://xdoclet.sf.net/ Any ideas? Thanks! Christian Christian Schlaefcke schrieb: Hi Folks, I´m trying to run "maven mutliproject:deploy" on a dummy proj

[m102] multiproject:deploy fails

2005-07-20 Thread Christian Schlaefcke
Hi Folks, I´m trying to run "maven mutliproject:deploy" on a dummy project I just generated with "maven genapp [complex]". The project builds fine with cruisecontrol but when I trry to deploy I get this error: BUILD FAILED File.. ~\.maven\cache\maven-multiproject-plugin-1.4.1\plugin.jelly

[m102] scm-plugin svn checkout to the wrong directory

2005-07-19 Thread Christian Schlaefcke
Hi Folks, is there a way to tell the scm-plugin with svn to checkout to ${maven.scm.checkout.dir}/modulename instead of plain ${maven.scm.checkout.dir}? Thanks & Regards, Christian - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: MevenIDE - Error when running within eclipse 3.0.2

2005-07-14 Thread Christian Schlaefcke
not exist in 3.0. This will be corrected soon. However, note that it does not actually prevent you from running maven within eclipse; it is just an annoying message! jeff Christian Schlaefcke wrote: Hi Folks, when I try to run maven with the Mevenide plugin I get this: An internal error

MevenIDE - Error when running within eclipse 3.0.2

2005-07-14 Thread Christian Schlaefcke
Hi Folks, when I try to run maven with the Mevenide plugin I get this: An internal error occurred during: "Launching". java.lang.NoSuchMethodError: org.eclipse.debug.internal.ui.DebugUIPlugin.getProcessConsoleManager()Lorg/eclipse/debug/internal/ui/views/console/ProcessConsoleManager; org.meven

Re: [m1] Basic POM Question

2005-07-13 Thread Christian Schlaefcke
Yann LE DU schrieb: Hi Christian, I don't know if that answers to your question, but if you want to take a pom out of the repository, just delete the whole project directory from the repository... I always did this way when I needed to. Not really ;-) But let me explain: Imagine the follo

[m1] Basic POM Question

2005-07-13 Thread Christian Schlaefcke
Hi Folks, I created a brandnew project and added it to the internal repo: maven pom:install I wonder how I get this POM out of the repo again for example when starting from scratch on a different machine? Hope this question isn´t to silly :-) Thanks for any help & Regards

[m1]: SCM, CVS, Basic understanding, howto wanted

2005-07-06 Thread Christian Schlaefcke
Hi Folks, after I played around with m2 a bit I decided to start with m1 first because it is way better documented and easier to comprehend when beginning with maven at all. I did the ten minute test and my feeling about this is very good. As I want to go on I now want to try to manage my own

Re: I can't add M2 Project

2005-06-28 Thread Christian Schlaefcke
Hi, I just tried to get this running now, but the SQLException is still thrown: [INFO] Adding XML-RPC handler for role 'org.apache.maven.continuum.xmlrpc.ContinuumXmlRpc to name 'continuum'. [INFO] The application server has started. setting target = Summary.vm target = Summary.vm 2005-06-28 13

Re: M2: Getting startet, dependency problem

2005-06-28 Thread Christian Schlaefcke
ur program compiles with log4j you have a compile time dependency to log4j. not a "runbtime" like you did in the pom :) -solo. On 6/28/05, Christian Schlaefcke <[EMAIL PROTECTED]> wrote: Hi Folks, still try to get my own project under maven2 control. I tried "m2 install"

M2: Getting startet, dependency problem

2005-06-28 Thread Christian Schlaefcke
Hi Folks, still try to get my own project under maven2 control. I tried "m2 install" in the project folder, but it seems leike there is an dependency missing: [INFO] BUILD FAILURE [INFO] [INFO] Reason: Compilation f

m2: Getting started...

2005-06-27 Thread Christian Schlaefcke
Hi Folks, I just tried the getting-started part of m2 and it seems to work. Know I wonder what I have to do to get my own projekt get organized under maven. It seems like the getting-startet part just covers how to retrieve existing projects from an existing m2 repository. I found that I have

run continuum as webapp

2005-05-25 Thread Christian Schlaefcke
Hi Folks, because I cannot find a war file I wonder if it´s possible to run continuum as a webapp in an application server environment? Thanks & Regards, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

newbie: Cannot run "m2 install"

2005-05-07 Thread Christian Schlaefcke
Hi Folks, IÂm trying get into maven and downloaded and installed maven 2 as recommended. Now IÂm in the "getting started" stage in understanding maven. The create step for the default project worked fine but when I try to run "m2 install" I get this stacktrace: [INFO]

Release Schedule of maven 2

2005-05-05 Thread Christian Schlaefcke
Hi Folks, I´m new to maven and went through the readme´s to get a quick overview of maven. I found the link to maven 2 projekt and the commendation to use it. I normally don´t try to use alpha versions of softwaretools but I also read that maven 2 is bringing big changes and that it is harder t