Re: Children cannot find master pom in local repo

2005-10-28 Thread Johnny R. Ruiz
Dietrich Schulten wrote: Hi, I have several projects and try to build them with a master POM containing an artifactId proj-master. The master contains entries for each of the children. The children POMs point back to the master in a element. All projects have the same groupID. I used mvn inst

Re: keyword "SNAPSHOT" in depedency version is ignored

2005-10-28 Thread Gianfranco Oldani
Hi Lukas, I had the same problem as Stefan ( I am a maven beginner also) and get the same explanation as you give. The fact is that I was expecting the same behavior as Stefan and maybe that can be a possible enhancement to put on the strack? Maybe I miss something but I don't see why it will n

RE: [m2] deployment of Jetty 6

2005-10-28 Thread Vincent Massol
> -Original Message- > From: David Jencks [mailto:[EMAIL PROTECTED] > Sent: vendredi 28 octobre 2005 06:36 > To: Maven Users List > Subject: Re: [m2] deployment of Jetty 6 [snip] > > Ideally, I think apache should branch all the standard javax > > stuff into a project of it's own. Tha

Re: Children cannot find master pom in local repo

2005-10-28 Thread Dietrich Schulten
Below you find the output, the master pom and the child pom. Johnny R. Ruiz schrieb: > Hi, > > Please post the build results, it will be easier to see what's causing > the error. The build output within a sub-project: $ mvn compile [INFO] Scanning for projects... [INFO] -

Re: OutOfMemoryErrors in Reports

2005-10-28 Thread Christian Goos
I am using maven 2 and the tests I run are StrutsTestcase and JUnit. I can run them in eclipse (and I see that they are consuming lot of memory) but the mvn test -goal fails with the OutOfMemoryError. In the mvn.bat file I added -Xmx512m to the MAVEN_OPT variable but that did not help. Christian

[m2] New plugin for Jetty6

2005-10-28 Thread Jan Bartel
FYI, I've created a new plugin that runs Jetty6 on a Maven war project without first requiring that the project is built into a war or exploded war. This allows you to develop in an IDE and to avoid having to run the mvn packaging step to test. But the really useful feature of this plugin is tha

Seems like the CVS checkout command is not compatible with CVSNT

2005-10-28 Thread Miks Rozenbergs
Hello! Continuum can't checkout sources from CVS using following SCM URL scm:cvs:pserver:[EMAIL PROTECTED] :/cvs/src:BPM/source/com.exigen.bpm.util. It results in errors shown down bellow. As you can see the error happens while invoking command "cvs -f -d :pserver:[E

Re: Children cannot find master pom in local repo

2005-10-28 Thread Johnny R. Ruiz
Hi, In your master pom. Shouldn't the "jar" be "pom" ? Please try it out and do "mvn install" in the master project. After trying it out, then do the "mvn install" in the child project. Let me know if this works. :D Cheers, Johnny Dietrich Schulten wrote: Below you find the

Re: Parent POM Properties

2005-10-28 Thread Bruno Essmann
Jason van Zyl wrote: What is it concretely you are trying to do. Often users give us solutions to their problems without actually telling us what the problem is. We really need to know what you're trying to do first. We definitely don't want duplication and is something we try to avoid so we need

Re: Migration path

2005-10-28 Thread Emmanuel Venisse
I tried it and it doesn't work because jpox can't add new fields, only new tables. Emmanuel Brett Porter a écrit : I thought the DB schema wasn't changing post beta? What changed? If it was purely the addition of fields, I think copying the database across should work... - Brett On 10/26/05

Re: Why continuum always auto stopped?

2005-10-28 Thread Emmanuel Venisse
your shell console or shell session is always open? Emmanuel Hong Xing a écrit : > I starup continuum using command "./run.sh start". Continuum can run for a > while(3 or 4 mins), then it stopped, but nobody stop it! > > wrapper.log: > > INFO | jvm 1| 2005/10/28 12:41:54 | [INFO] The app

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

2005-10-28 Thread Emmanuel Venisse
It's planned for 1.1 Emmanuel Christian Schlaefcke a écrit : Hi folks, I have a java module that is shared by two webapps (all as m2 projects). At the moment I have to build the webapps war files manually when I change the java module. Can I tell continuum to force a rebuild/war of the webapps

Re: SPAM: Seems like the CVS checkout command is not compatible with CVSNT

2005-10-28 Thread Emmanuel Venisse
Yes, your are several people that have this pb. cvsnt doesn't seems to respect arguments of cvs command line. You can install cygwin and cvs, and put cvs in your path. Emmanuel Miks Rozenbergs a écrit : Hello! Continuum can't checkout sources from CVS using following SCM URL scm:cvs:pserver

Does CruiseControl support M2?

2005-10-28 Thread Hong Xing
Does CruiseControl support M2?

compile error

2005-10-28 Thread Rasconi Luca \(u.e.\)
myfile.java:[11,1] annotations are not supported in -source 1.3 (try -source 1.5 to enable annotations) @SuppressWarnings("serial") Executing mvn install i had that error. Where I have to set -source options? I try mvn -source 1.5 compile and mvn compile -source 1.5 and mvn compiler:compil

Re: OutOfMemoryErrors in Reports

2005-10-28 Thread Christian Goos
Hello again, I just got another proof that I should avoid doing 2 things at the same time. The configuration in MAVEN_OPTS works of course, I just put the parameter in the wrong mvn.bat-file. Sorry for not paying attention and thanks for trying to help me! Christian I am using maven 2 and the

crazy in hardhead maven2 ( or me)

2005-10-28 Thread steve neo
I try to build a SWT repository in my FTP server. SWT includes many dll or so file and their name are hard-code in SWT java code. I take days to try to find a way to deploy jar, src zip and dll. Failed. Folllowing is my assumed solution: 1) For maven2 repository file name rule!? it is obviously

Re: Does CruiseControl support M2?

2005-10-28 Thread Emmanuel Venisse
I don't think but continuum does. Emmanuel Hong Xing a écrit : > Does CruiseControl support M2? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

newby questions

2005-10-28 Thread Andreas Zeiner
hello i'm new to maven 2 and i reading around maven for a couple of days but i'm stuck in a problem were i don't know how to get out - maybe somebody can help me: 1. i have an existing project an i want to maven-enable it - i have tried out to change an existing pom.xml but when i call "mvn

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, >> >> I have a java module that is shared by two webapps

Re: Children cannot find master pom in local repo

2005-10-28 Thread Wim Deblauwe
Hi, I had the same problem and your solution works. Thank you! regards, Wim 2005/10/28, Johnny R. Ruiz <[EMAIL PROTECTED]>: > > Hi, > > In your master pom. Shouldn't the "jar" be > "pom" ? Please try it out and do "mvn > install" in the master project. After trying it out, then do the "mvn > in

Re: postgoal function in M2 Need Help?

2005-10-28 Thread Edwin Punzalan
Try removing the element in your pom.xml... The plugin authors should have setup their plugins to be bound to a lifecycle phase so you need not put the element in the configuration part of the plugin. For example, if a plugin is bound to the generate-sources phase, then using "mvn compile"

Re: -source 1.5

2005-10-28 Thread Wim Deblauwe
Thank you for that info, but why is 1.5 not the default if your JAVA_HOME is a 1.5 jdk? regards, Wim 2005/10/27, Emmanuel Venisse <[EMAIL PROTECTED]>: > > http://maven.apache.org/maven2/general.html#Compiling-J2SE-5 > > Guido Zockoll a écrit : > > I am trying to "mavenize" my current project. It

[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

[m2] Re: xdoclet and ant and xjc

2005-10-28 Thread Ashley Williams
Actually a change of plan. I'm going to implement the functionality in the xjc plugin so that there will be a second goal which goes straight through to the nested ant tag. Don't want to tinker with the wildly popular xdoclet plugin at this stage. Last chance to stop me if somebody is already

Re: [m2] New plugin for Jetty6

2005-10-28 Thread Mark Hobson
That's great news! I loved using jetty under m1 for speed for development and always meant to look into writing a scanner for hot deployment. One thing - I noticed that the plugin misses a few project dependencies at runtime. You'll need to add the following to JettyMojo: @requiresDependenc

[m2] Unit test report in website

2005-10-28 Thread Wim Deblauwe
Hi, I'm trying to add the results of my unit tests on the generated webpage. I added the surefire-plugin to the reports section, and I get a link the menu. However the webpage shows that no tests have run, but they do run: Results : [surefire] Tests run: 46, Failures: 0, Errors: 0 any ideas? W

[m2] Image link when creating a site?

2005-10-28 Thread Roland Bali
Hi, I'm trying to add a image link to my site descriptor but the image is not added. I've tried the following: http://maven.apache.org"; img="http://maven.apache.org/images/logos/maven-feather.png"/> http://maven.apache.org"; src="http://maven.apache.org/images/logos/maven-feather.png"/>

Re: Why continuum always auto stopped?

2005-10-28 Thread Emmanuel Venisse
Is it a clean continuum installation? Hong Xing a écrit : > [EMAIL PROTECTED] bin]# ./plexus.sh > Using PLEXUS_HOME: /usr/local/continuum-1.0 > Using PLEXUS_CONF: /usr/local/continuum-1.0/conf > Using PLEXUS_TMPDIR: /usr/local/continuum-1.0/temp > Using JAVA_HOME: /usr/local/j2sdk1.5.0/ >

Re: [m2] Image link when creating a site?

2005-10-28 Thread Rohnny Moland
On 10/28/2005 01:16 PM, Roland Bali wrote: Hi, I'm trying to add a image link to my site descriptor but the image is not added. I've tried the following: href="http://maven.apache.org"; img="http://maven.apache.org/images/logos/maven-feather.png"/> name="image2" href="http://maven.apache.org

Continuum and ClearCase

2005-10-28 Thread Wim Deblauwe
I'm trying to get my maven 2 project running with continuum but I don't succeed. We are using ClearCase, you I've set: scm:clearcase: In my pom.xml, but the build fails. This is the debug window: jvm 1 | 2005-10-28 13:46:33,171 [SocketListener0-1] INFO Continuum - Enqueuing 'Utils Logging Modu

SSH proxy for deployments

2005-10-28 Thread Jose Gonzalez Gomez
Does Maven use the proxy defined in settings.xml for SSH connections? I've successfully deployed sites and artifacts inside my LAN, but as soon as I try to do the same for a computer outsite the LAN, I get a connection time out. Of course I've tried to connect to those hosts using an SSH client wit

[m2] Complicated Assembly Guidance

2005-10-28 Thread Stephen Duncan
I'm trying to automate my normal file release process. Right now it takes two assembly descriptors and three commands to accomplish. Not too bad, but I'm wondering if there's a better way. If not, maybe this use-case can be looked at for ways to improve the assembly plugin. The project is a mut

Re: [m2] New plugin for Jetty6

2005-10-28 Thread Jan Bartel
Mark, Thanks for the quick response. That's great news! I loved using jetty under m1 for speed for development and always meant to look into writing a scanner for hot deployment. One thing - I noticed that the plugin misses a few project dependencies at runtime. You'll need to add the follow

RE: [m2] Unit test report in website

2005-10-28 Thread fabrice . belingard
Wim, AFAIK, the current release of the surefire plugin can't generate XML reports, which is required for the surefire report plugin to work correctly. Try to build the surefire plugin from SVN, and you would probably get correct reports. Best Regards / Cordialement, Fabrice BELLINGARD DINQ/DS

Seems like the CVS checkout command is not compatible with CVSNT

2005-10-28 Thread Baz
Miks Rozenbergs a �crit : > Hello! > > Continuum can't checkout sources from CVS using following SCM URL > scm:cvs:pserver:[EMAIL PROTECTED] > :/cvs/src:BPM/source/com.exigen.bpm.util. > It results in errors shown down bellow. As you can see the error happens > while invok

RE: compile error

2005-10-28 Thread Sasa.Djuric
put: org.apache.maven.plugins maven-compiler-plugin true 1.5 1.5

How to add to tag?

2005-10-28 Thread Marcus Eberts
Hi, is there a way to add a new line tag (, \n, ...) to the tag in the pom.xml? I tried CDATA, but that doesn't work. Marcus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] CVSNT problem

2005-10-28 Thread Nitko2
Hi, i'm in the process of learning about maven 2.0. So I created a project and decided to fetch source code from cvs repository. After I read that connection string from pom.xml won't help me with checkout, I tried with mvn -e scm:checkout -DconnectionUrl=scm:cvs:pserver:[EMAIL PROTECTED]:E:

RE: [m2]create an entry into internal repository

2005-10-28 Thread Luca Gmail
How to deploy local jar to internal repository: 1) Install local: mvn install:install-file -Dfile=alice-commons-1.2.jar ^ -DgroupId=alice-commons ^ -DartifactId=alice-commons ^ -Dversion=1.2 ^ -Dp

Re: [m2] Unit test report in website

2005-10-28 Thread Wim Deblauwe
Wow, so you're saying that the released version of Maven 2, can't generate a report of the unit tests??? any idea when a next version will be released. This seems like very basic functionality. regards, Wim 2005/10/28, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > > > > Wim, > > AFAIK, the curr

Re: checkout and build (with ant)

2005-10-28 Thread Keith Fitzgerald
No stack trace. I believe it is a problem with the cvs path because the build immediately goes from "in progress" to failed. I think there would be a delay if it was an ant problem (because it checks out the code first) ala cruise control. it doesn't seem to be checking out the code into the workin

M2 from behind a proxy

2005-10-28 Thread Roberto Castro
Hi all, how I can configure M2 to access ibiblio from behind a proxy? I'd like to create my first M2 project using a command line like this: mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app Thanks in advance, Roberto de Castro Analista de Suporte Cetip - Desus

RE: compile error

2005-10-28 Thread Luca Gmail
C:\Documents and Settings\lucarasconi\workspace\archetype\archetype\my-webapp>mvn compiler:compile ... [INFO] [compiler:compile] Compiling 2 source files to C:\Documents and Settings\lucarasconi\workspace\arch etype\archetype\my-webapp\target\classes [INFO] -

Re: checkout and build (with ant)

2005-10-28 Thread Emmanuel Venisse
Can you try to edit the project and define the tag to HEAD? Emmanuel Keith Fitzgerald a écrit : No stack trace. I believe it is a problem with the cvs path because the build immediately goes from "in progress" to failed. I think there would be a delay if it was an ant problem (because it checks

Re: checkout and build (with ant)

2005-10-28 Thread Emmanuel Venisse
Can you send the continuum logs? Keith Fitzgerald a écrit : No stack trace. I believe it is a problem with the cvs path because the build immediately goes from "in progress" to failed. I think there would be a delay if it was an ant problem (because it checks out the code first) ala cruise cont

Re: Continuum and ClearCase

2005-10-28 Thread Emmanuel Venisse
Continuum doesn't support clearcase for the moment. Some users will try to do it in Maven-SCM. If you want to join to the effort, you're welcome. The next time, it would be better if you send message on the continuum user list. Emmanuel Wim Deblauwe a écrit : I'm trying to get my maven 2 pro

Re: [m2] CVSNT problem

2005-10-28 Thread Emmanuel Venisse
I'm not sure if maven-scm works with cvsnt, but you can try this: mvn -e scm:checkout -DconnectionUrl=scm|cvs|pserver|USERNAME:[EMAIL PROTECTED]|E:\cvs\common|MODULE and mvn -e scm:checkout -DconnectionUrl=scm|cvs|pserver|USERNAME:[EMAIL PROTECTED]|E:/cvs/common|MODULE Emmanuel Nitko2 a

Re: POM properties

2005-10-28 Thread Tomislav Stojcevich
How do you reference something that is a collection in the POM? Let's say there are 2 developers and I want to get their email addresses to put in the notifier.address section of the ciManagement section (I know a mailing list is preferred but we don't have one set up right now and I know there ar

Re: [m2] Unit test report in website

2005-10-28 Thread Emmanuel Venisse
You can generate test report with surefire-report plugin available in Mojo project : http://mojo.codehaus.org/surefire-report-maven-plugin/ Emmanuel Wim Deblauwe a écrit : Wow, so you're saying that the released version of Maven 2, can't generate a report of the unit tests??? any idea when a

Re: Continuum and ClearCase

2005-10-28 Thread Wim Deblauwe
ok, thanks for the info (I'm not registered on the continuum list,that is why I posted here) Is there a workaround? Can I just point to a file location somewhere and tell continuum to build that? regards, Wim 2005/10/28, Emmanuel Venisse <[EMAIL PROTECTED]>: > > Continuum doesn't support clearc

Re: Continuum and ClearCase

2005-10-28 Thread Emmanuel Venisse
not with continuum provider, but you can certainly use the local provider in your scm connection string. format is described there: http://maven.apache.org/scm/scm-url-format.html Wim Deblauwe a écrit : ok, thanks for the info (I'm not registered on the continuum list,that is why I posted here

can't download poi-2.0-final-20040126

2005-10-28 Thread Marcus Eberts
Hi, the directory to download poi-2.0-final is the right one, the pom file can be downloaded but the data in the pom file (groupId, artifactId, version) seems to be wrong... [INFO] Using default encoding to copy filtered resources. Downloading: http://www.ibiblio.org/maven2//poi/poi-2.

RE: [m2] Unit test report in website

2005-10-28 Thread Pilgrim, Peter
... ... org.codehaus.mojo surefire-report-maven-plugin 2.0-beta-1-SNAPSHOT ... ... Ok I just add this to my pom.xml I am get an error [INFO] --

Re: [m2] CVSNT problem

2005-10-28 Thread Nitko2
No, this doesn't work. Do I have any other possiblities? Server is CVSNT on Windows 2003 server. Emmanuel Venisse wrote: I'm not sure if maven-scm works with cvsnt, but you can try this: mvn -e scm:checkout -DconnectionUrl=scm|cvs|pserver|USERNAME:[EMAIL PROTECTED]|E:\cvs\common|MODULE

build fails not noticed for maven1/win32?

2005-10-28 Thread Baz
When I build a maven-1.0 project, its being marked as successful even if the build fails, building on win32. Is this (still) a known issue? I've seen something similar before - as far back as 2002, forehead was swallowing maven's status code. I had to patch that to get it working with anthill. (ht

Re: compile error

2005-10-28 Thread luca rasconi
alice-commons > alice-commons > 1.2 > compile <- cause: no source but > compile!!! > > On 10/28/05, Luca Gmail <[EMAIL PROTECTED]> wrote: > > C:\Documents and > Settings\lucarasconi\workspace\archetype\archetype\my-webapp>mvn > compiler:compile > ... > [INFO

Re: [m2] Unit test report in website

2005-10-28 Thread fabrice . belingard
Wim, Maven plugins have their own release cycle. This means that even if Maven 2.0 (Core) has been released, some plugins have not been finalised yet. This is the case of the maven-surefire-plugin (http://maven.apache.org/maven2/plugins/maven-surefire-plugin/), which is currently released in 2

Re: can't download poi-2.0-final-20040126

2005-10-28 Thread Geoffrey
Mysql 3.0.10 also doesn't work if you depend on it in maven 2. Marcus Eberts wrote: Hi, the directory to download poi-2.0-final is the right one, the pom file can be downloaded but the data in the pom file (groupId, artifactId, version) seems to be wrong... [INFO] Using default encodi

Re: M2 from behind a proxy

2005-10-28 Thread luca rasconi
http://maven.apache.org/guides/mini/guide-proxies.html Luca On 10/28/05, Roberto Castro <[EMAIL PROTECTED]> wrote: > > Hi all, how I can configure M2 to access ibiblio from behind a proxy? > I'd like to create my first M2 project using a command line like this: > mvn archetype:create -DgroupId=co

JDeveloper Plugin

2005-10-28 Thread Dave EDMONDS PSE 54839
Hi, Recently downloaded Maven 2.0, as part of an evaluation within our development team as to whether it would benefit our development efforts. Currently, we use JDeveloper 10g as our development tool, and so the JDeveloper plugin looked great for our needs. However, on trying to use with Mav

Re: [m2] CVSNT problem

2005-10-28 Thread Emmanuel Venisse
Do you have an error or message with this command? Nitko2 a écrit : No, this doesn't work. Do I have any other possiblities? Server is CVSNT on Windows 2003 server. Emmanuel Venisse wrote: I'm not sure if maven-scm works with cvsnt, but you can try this: mvn -e scm:checkout -DconnectionU

Re: [m2] deployment of Jetty 6

2005-10-28 Thread Jason van Zyl
On Thu, 2005-10-27 at 21:35 -0700, David Jencks wrote: > On Oct 26, 2005, at 3:30 AM, Greg Wilkins wrote: > > > Ideally, I think apache should branch all the standard javax > > stuff into a project of it's own. That way tomcat, jetty and > > geronimo would all be siblings and there would be no c

Re: build fails not noticed for maven1/win32?

2005-10-28 Thread Emmanuel Venisse
Do you use maven 1.0.2? It's a problem in maven.bat. I've add the workaround in continuum faq http://maven.apache.org/continuum/faqs.html Emmanuel Baz a écrit : When I build a maven-1.0 project, its being marked as successful even if the build fails, building on win32. Is this (still) a kno

Re: [M2] Too heavy load for ibiblio?

2005-10-28 Thread Jason van Zyl
On Fri, 2005-10-28 at 08:46 +0200, Dietrich Schulten wrote: > Hi, > > Mvn is having trouble to download commons-codec from ibiblio. Browsing > showed that yesterday something was updated there, but I cannot download > manually. > > Is there something broken or are there just too many connections?

Re: Continuum and ClearCase

2005-10-28 Thread Wim Deblauwe
What is meant by path_to_repository ? Is this the path from my pom.xml to my local repository, or to my remote repository? And what is the module_name? 2005/10/28, Emmanuel Venisse <[EMAIL PROTECTED]>: > > not with continuum provider, but you can certainly use the local provider > in your scm > co

Re: newby questions

2005-10-28 Thread Jason van Zyl
On Fri, 2005-10-28 at 11:00 +0200, Andreas Zeiner wrote: > hello > > i'm new to maven 2 and i reading around maven for a couple of days but > i'm stuck in a problem were i don't know how to get out - maybe > somebody can help me: > > 1. i have an existing project an i want to maven-enable it -

Re: [m2] CVSNT problem

2005-10-28 Thread Nitko2
Yes, 'pserver' is not recognized as an internal or external command,operable program or batch file. Emmanuel Venisse wrote: Do you have an error or message with this command? Nitko2 a écrit : No, this doesn't work. Do I have any other possiblities? Server is CVSNT on Windows 2003 server.

[M2] APT and Umlaut

2005-10-28 Thread Daniel Frey
For full internationalization I think APT should be able to handle umlauts. How do I code umlaut in APT? xdoc does accept umlauts, APT does translate them into something non-readable. Example Einführung --APT--> Einführung Einfürung --APT--> Einfürung I tried to save the APT docu

Re: [m2] CVSNT problem

2005-10-28 Thread Emmanuel Venisse
can you send us the logs? Nitko2 a écrit : Yes, 'pserver' is not recognized as an internal or external command,operable program or batch file. Emmanuel Venisse wrote: Do you have an error or message with this command? Nitko2 a écrit : No, this doesn't work. Do I have any other possibl

Re: [m2] CVSNT problem

2005-10-28 Thread Michael Böckling
Hi Nitko, I had a similar problem using CVSNT client and a Linux CVS server. Try these steps: 1. Update client and server CVS binaries to the latest version (there used to be some incompatibilities between Win / Linux versions) 2. Look if the .cvspass repository entries really match the repos

Re: POM properties

2005-10-28 Thread Jason van Zyl
On Fri, 2005-10-28 at 09:23 -0400, Tomislav Stojcevich wrote: > How do you reference something that is a collection in the POM? > > Let's say there are 2 developers and I want to get their email > addresses to put in the notifier.address section of the ciManagement > section (I know a mailing list

maven 2 specify properties file

2005-10-28 Thread John Stein
i have an antrun plugin that runs in integration test phase to copy war file to a local webapps folder. i want each developer to be able to specify the webapps folder. how can i get maven to read the property ${webapps.folder} out of a properties file? i saw a post on m2 beta that suggests

Re: maven 2 specify properties file

2005-10-28 Thread Dave EDMONDS PSE 54839
John, Take a quick peek at this page - think this does what you want... http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20filter%20resource%20files? Regards, Dave Edmonds ISD Software Solutions Kent Police, UK >>> [EMAIL PROTECTED] 10/28/05 3:42 pm >>> i have an antrun

Re: Continuum and ClearCase

2005-10-28 Thread Emmanuel Venisse
path_to_repository is the path to the parent directory of the directory that contains pom and module is the name of the directory that contains the pom so if your pom is in your_path/rep1/rep2/pom.xml path_to_repository is your_path/rep1 and module is rep2 Emmanuel Wim Deblauwe a écrit : What

[102] subproject Downloads page Release Notes

2005-10-28 Thread Thomas_Perry
hello to all, We're using v1.0.2. I have a multiproject, with several subprojects (each subproject has it's own project.xml, some not all have their own xdocs). When I tag and release the parent project, the Downloads page of a subproject contains a generated line for the new release tag,

RE: How to add jtidy as a depency?

2005-10-28 Thread Siegfried Heintze
Did I miss the reply to this? I've been looking for it. If I did not miss it, can anyone advise me on how to add JTidy? Thanks, Siegfried -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Thursday, October 20, 2005 9:26 AM To: Maven Users List Subject: Re: How to add

RE: How to add jtidy as a depency?

2005-10-28 Thread Jason van Zyl
On Fri, 2005-10-28 at 08:52 -0600, Siegfried Heintze wrote: > Did I miss the reply to this? I've been looking for it. If I did not miss > it, can anyone advise me on how to add JTidy? Try again now, all the -dev JARs were put back into the repository. If that doesn't work now then we have a bigger

RE: [m2] Unit test report in website

2005-10-28 Thread Pilgrim, Peter
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ==== > > Wim, > > Maven plugins have their own release cycle. This means that > even if Maven > 2.0 (Core) has been released, some plugins have not been > finalised yet. > This is the case of the maven-surefir

Re: Continuum and ClearCase

2005-10-28 Thread Wim Deblauwe
Thanks a lot, that makes it a whole lot clearer! Maybe you can add this info in the documentation. I think it would be a good addition. regards, Wim 2005/10/28, Emmanuel Venisse <[EMAIL PROTECTED]>: > > path_to_repository is the path to the parent directory of the directory > that contains pom >

Re: Continuum and ClearCase

2005-10-28 Thread Emmanuel Venisse
do you want to create a little patch ;-) Wim Deblauwe a écrit : Thanks a lot, that makes it a whole lot clearer! Maybe you can add this info in the documentation. I think it would be a good addition. regards, Wim 2005/10/28, Emmanuel Venisse <[EMAIL PROTECTED]>: path_to_repository is the p

[m2] Custom package dependencies (dotnet dll's) not being found f or compile step in CSharpCompiler

2005-10-28 Thread Stevenson, Chris
Dear All, I've been writing a dotnet plugin for Maven to compile/NDoc/Nunit a dotnet project within Maven 2. Things have been progressing well but I've got to real sticking point with handling custom dependent types. What I've done is: 1. Use a custom compiler (written by Trygve and overs) t

RES: M2 from behind a proxy

2005-10-28 Thread Roberto Castro
Hi, Luca! I've entered this line but it didn't work yet: mvn -X archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app -Dproxies.proxy.host=copacabana.cetipnet -Dproxies.proxy.port=3128 Here is the error message I've been facing: + Error stacktraces are turned on. [DEBUG] Building Mave

[m2] Tomcat plugin

2005-10-28 Thread Richard Wallace
Hello, With m1 I was using the codeczar tomcat plugin at http://www.codeczar.com/products/maven-tomcat-plugin/. But this project doesn't look like it's too actively maintained and I can't find a version for m2. Does anyone know the status or an alternative plugin to deploy/undeploy/redeploy

RE: [m2] multiple goal executions

2005-10-28 Thread David Jackman
Is there an answer for this question anywhere? This is something I'll be facing in the not-too-distant future as well. -Original Message- From: Van Steenberghe Mario (GFDI) [mailto:[EMAIL PROTECTED] Sent: Thursday, October 27, 2005 3:30 AM To: users@maven.apache.org Subject: [m2] mult

RE: M2 from behind a proxy

2005-10-28 Thread Luca Gmail
I executed the same command on my pc, and works fine. See attach for details. Luca -Original Message- From: Roberto Castro [mailto:[EMAIL PROTECTED] Sent: venerdì 28 ottobre 2005 17.25 To: Maven Users List Subject: RES: M2 from behind a proxy Hi, Luca! I've entered this line but it did

RE: M2 from behind a proxy

2005-10-28 Thread Pilgrim, Peter
Double checking filenames settings.xml etc. Proxy firewall settings. Blow away the folder `~/.m2/repository' as well, and try again. > -Original Message- > From: Luca Gmail [mailto:[EMAIL PROTECTED] ==== > I executed the same command on my pc, and works fine. > > See attach for deta

Re: RES: M2 from behind a proxy

2005-10-28 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You might want to see the FAQ entry on proxy setup on the Maven website. You need an entry in ~/.m2/settings.xml to tell what the proxy settings are... http://maven.apache.org/guides/mini/guide-proxies.html HTH, john Roberto Castro wrote: | Hi, Lu

AW: [m2] Tomcat plugin

2005-10-28 Thread Lars Francke
Hello, > With m1 I was using the codeczar tomcat plugin at > http://www.codeczar.com/products/maven-tomcat-plugin/. But > this project doesn't look like it's too actively maintained > and I can't find a version for m2. Does anyone know the > status or an alternative plugin to deploy/undeploy

RE: RES: M2 from behind a proxy

2005-10-28 Thread Luca Gmail
The problem is not the proxy conf. maven, i don't know why, is unable to resolve the right version. I suggest to delete the .m2/repository dir and retry. Bye, Luca -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: venerdì 28 ottobre 2005 17.47 To: Maven Users List Subje

Re: AW: [m2] Tomcat plugin

2005-10-28 Thread Richard Wallace
Lars Francke wrote: Hello, With m1 I was using the codeczar tomcat plugin at http://www.codeczar.com/products/maven-tomcat-plugin/. But this project doesn't look like it's too actively maintained and I can't find a version for m2. Does anyone know the status or an alternative plugin to

Re: keyword "SNAPSHOT" in depedency version is ignored

2005-10-28 Thread Lukas Theussl
Hey, I realized when writing the reply that the documentation is somehow misleading (at least if you don't read it carefully), we will rewrite the corresponding section to make it clearer. If you think that the functionality that you expected should be implemented, you could file a feature r

Re: [M2] Too heavy load for ibiblio?

2005-10-28 Thread Eric Pugh
There are a couple of mirrors that you can use.. I find that solves a lot of these types of issues! There is a doc about how to use mirrored repositories. Eric On Oct 28, 2005, at 2:46 AM, Dietrich Schulten wrote: Hi, Mvn is having trouble to download commons-codec from ibiblio. Browsi

Re: maven 2 specify properties file

2005-10-28 Thread John Stein
dave, that shows how to do token filtering, but not how to specify that maven read in properties from a properties file.i can specify a property on command line like: mvn integration-test -Dwebapps.dir=/zeus/webapps but don't know how to get maven to read in a bunch of properties from a file

RE: [m2] multiple goal executions

2005-10-28 Thread Jason van Zyl
On Fri, 2005-10-28 at 09:41 -0600, David Jackman wrote: > Is there an answer for this question anywhere? This is something I'll > be facing in the not-too-distant future as well. It would be a matter of placing something in the session to indicate the task had been done already or the surefire pl

Re: can't download poi-2.0-final-20040126

2005-10-28 Thread Carlos Sanchez
Please file issues at http://jira.codehaus.org/browse/MEV (with details) and we'll fix it. On 10/28/05, Geoffrey <[EMAIL PROTECTED]> wrote: > Mysql 3.0.10 also doesn't work if you depend on it in maven 2. > > Marcus Eberts wrote: > > Hi, > > > > the directory to download poi-2.0-final is the right

Using Profiles in dependent projects

2005-10-28 Thread Damian_Bradicich
I have a pom file that defines our persistant layer jar project, it has 2 dependencies, each is wrapped in a profile as follows oracle-supplementaldata oracle classes12 1.0 compile mssql-suppl

Ant classpath variables

2005-10-28 Thread Damian_Bradicich
I'm using the antrun plugin to enhance my kodo jdo class files, and run testng from ant build files. In these build files I know I have access to maven.dependency.classpath, however this doesn't include any of the jars that are in the test scope. Is there any other class path reference I can

Re: Using Profiles in dependent projects

2005-10-28 Thread Damian_Bradicich
using maven2 fyi I have a pom file that defines our persistant layer jar project, it has 2 dependencies, each is wrapped in a profile as follows oracle-supplementaldata oracle classes12 1.0 compile

[m2] DIR structure and archetype questions...

2005-10-28 Thread Mick Knutson
I need help to get my existing directory structure into an m2 statndard structure. I also want to know if the m2 structure I create can be made into an archetype so that all groups in our organization can use the same structure easily? Here is my m1 structure (layout #1): * fastforward Applic

  1   2   >