maven-archetype-quickstart and resources?

2007-11-28 Thread Thomas Van de Velde
Any reason why there are no resource directories created when running the quickstart archetype? Thomas

Re: maven-archetype-webapp Directory Structure?

2007-11-27 Thread Thomas Van de Velde
ts being packaged in multiple jar files. I do see how this can be valuable for architectural code, domain classes, services and repositories (DAO's). Any other perspectives on this? On Nov 27, 2007 10:07 AM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 11/27/07, Thomas Van de Velde <

maven-archetype-webapp Directory Structure?

2007-11-27 Thread Thomas Van de Velde
Hey, I was trying out maven-archetype-webapp with Maven 2.0.7 and maven-archetype 1.0-alpha-7 and noticed that the following directory structure is created: /src /main /resources /webapp However I was expecting this: /src /main

Eclipse and Processing Filtered Resources on Clean

2007-04-25 Thread Thomas Van de Velde
I am using the Eclipse plugin for Maven to add a builder so that upon every clean the resources:resources goal gets invoked. This avoids the tedious process of keep filtered resources up to date after a clean in Eclipse. The output for this in the .project file looks as follows: org.eclipse.

Re: Process Resources as Eclipse Launch Configuration

2007-02-15 Thread Thomas Van de Velde
Thanks but I think that doesn't allow me to put complicated stuff like what I've shown before. On 2/15/07, Tom Huybrechts <[EMAIL PROTECTED]> wrote: Maybe this helps: http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html#additionalBuildcommands On 2/15/0

Process Resources as Eclipse Launch Configuration

2007-02-15 Thread Thomas Van de Velde
Hi, I am using an Eclipse launch configuration to process resources with a clean in Eclipse. The .project file has the build command shown below. When running eclipse:eclipse, this build command gets erased. Is there a way I can automatically have this build command added when I run eclipse:ec

Re: dbunit plugin - how to consolidate and not run when skipping tests

2006-11-03 Thread Thomas Van de Velde
Matt, Where is this dbunit hosted? I couldn't find it under http://snapshots.repository.codehaus.org/ Cheers, Thomas On 11/1/06, mraible <[EMAIL PROTECTED]> wrote: I have the following configuration for the dbunit plugin: org.codehaus.mojo dbuni

Re: Maven rant

2006-11-02 Thread Thomas Van de Velde
The problem, as I see it, is that the documentation is fragmented. Unlike Hibernate and Spring, which provide a single reference manual which is kept up to date with every release, Maven documentation is spread all over the place (wiki, generated sites, better builds with Maven, etc.). The probl

ClearCase Remote Client Support?

2006-11-01 Thread Thomas Van de Velde
Hello, Does Maven support the ClearCase Remote Client protocol (http)? Cheers, Thomas

Re: Hibernate uploads to ibiblio

2006-08-28 Thread Thomas Van de Velde
oplink now. ;-) On 8/28/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: JPA provided by Hibernate can't be uploaded due to license constraints unless somebody can confirm the other way. Spring it's a matter of having the right poms. The ones in jira are not. On 8/28/06, Thomas Van

Re: Hibernate uploads to ibiblio

2006-08-28 Thread Thomas Van de Velde
Sorry not 1000 but 23 ;-) In any case, up-to-date libraries for Spring and Hibernate would be greatly appreciated. On 8/28/06, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: It's hard to believe that after so much time Hibernate's JPA libraries are still not uploaded. I a

Re: Hibernate uploads to ibiblio

2006-08-28 Thread Thomas Van de Velde
It's hard to believe that after so much time Hibernate's JPA libraries are still not uploaded. I also noticed that there are over 1000 (!) jira issues with upload requests. What is being done about the outdated state of the repository? Also, Spring RC3 is still not up there, even though it's ad

Re: Continuum on Tomcat?

2006-08-09 Thread Thomas Van de Velde
Thanks Emmanuel. I think that's a great thing as that will not force infrastructure decisions on the user. Thomas On 8/9/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: It will be possible in 1.1 because it will be a webapp. Emmanuel Thomas Van de Velde a écrit : > Hi, >

Re: Continuum behind an apache https proxy

2006-08-08 Thread Thomas Van de Velde
Did anybody answer this question? I am having the same issue. Cheers, Thomas On 11/25/05, Thomas Recloux <[EMAIL PROTECTED]> wrote: Hi all, I want to install continuum behind an apache https server. The problem is that continuum redirects to : "http://myproxy/";, using http. I did not

Re: [m2] Secure Passwords in the settings.xml

2006-02-22 Thread Thomas Van de Velde
s.xml: enterprise thomas.van.de.velde ${password} That didn't work. On 2/22/06, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > > What's the status on securing passwords? Has this been implemented? > > Cheers, > Thomas > > O

Re: [m2] Secure Passwords in the settings.xml

2006-02-22 Thread Thomas Van de Velde
What's the status on securing passwords? Has this been implemented? Cheers, Thomas On 7/16/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > It is actually planned, and there is a partial implementation using a > JKS keystore lying around but there is more work to be done. > > There still needs to

[M2] site.xml schema

2006-02-01 Thread Thomas Van de Velde
Hi, I am having an error in the generation of my site. [ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2 got 0 [ERROR] VM #menuItem: error : too few arguments to macro. Wanted 1 got 0 [ERROR] RHS of #set statement is null. Context will not be modified. org/apache/ maven/plugin

Re: [m2] hibernatedoclet problem

2006-01-25 Thread Thomas Van de Velde
Having the same issue here. Any answers? On 1/16/06, Kees de Kooter <[EMAIL PROTECTED]> wrote: > > Hi, > > I picked up the following snippet from this mailing list. The goal > runs without error messages but no sources are being generated. Any > clues? > > > > >

Re: [M2] Eclipse WTP not Working

2006-01-22 Thread Thomas Van de Velde
Thanks Fabrizio, Indeed I've noticed horrible performance on publishing projects. Looking forward to 1.0.1. On 1/22/06, Fabrizio Giustina <[EMAIL PROTECTED]> wrote: > > > I've tried to use maven-eclipse-plugin's support for WTP with Eclipse > > 3.1.1and WTP > > 1.0 (latest release). I could conf

[M2] Eclipse WTP not Working

2006-01-22 Thread Thomas Van de Velde
Hi, I've tried to use maven-eclipse-plugin's support for WTP with Eclipse 3.1.1and WTP 1.0 (latest release). I could configure a TomCat 5.5 server and add my Web project. I also got to the point where I could start TomCat. However, the application did not load due to missing libraries on the cla

Re: Site plugin problem - NullPointerException

2006-01-19 Thread Thomas Van de Velde
an issue for you, > so > > we can log the issue? > > > > On 1/18/06, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > > > >>thanks. May be worth updating the docs on the site. > >> > >>On 1/18/06, Scokart Gilles <[EMAIL PROTEC

Re: Problem With Maven 2.0.2

2006-01-18 Thread Thomas Van de Velde
Now it's no longer working. The jar has been removed from the repository and site plugin from HEAD is no longer working. On 1/17/06, Allison, Bob <[EMAIL PROTECTED]> wrote: > > Missed that. My bad. With the stuff in the site.xml, things seem to be > working correctly now. > > Thanks for your he

Re: Site plugin problem - NullPointerException

2006-01-18 Thread Thomas Van de Velde
thanks. May be worth updating the docs on the site. On 1/18/06, Scokart Gilles <[EMAIL PROTECTED]> wrote: > > The plugins have moved to > http://svn.apache.org/repos/asf/maven/plugins/trunk > > Gilles > > > -Original Message- > > From: Thomas V

Re: Site plugin problem - NullPointerException

2006-01-18 Thread Thomas Van de Velde
What happened to the maven-site-plugin SVN repository? http://svn.apache.org/repos/asf/maven/components/trunk/ No maven-site-plugin folder to be found! On 1/18/06, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > > I am having this issue without system scope dependencies

Re: Site plugin problem - NullPointerException

2006-01-18 Thread Thomas Van de Velde
I am having this issue without system scope dependencies. [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader. [INFO] Velocimacro : error using VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundExceptio n: Unable t

Re: Is it possible to make pom.xml simpler?

2005-12-17 Thread Thomas Van de Velde
-1 I agree with Brett. This is a matter of taste. My taste goes towards the existing solution. Writing everything on a single line may even become less readable. Have you ever tried to read an Eclipse .classpath file? You can hardly say that's more readeable. I also think that mixing attribu

[M2] osuser?

2005-11-11 Thread Thomas Van de Velde
Hi, I am looking for the osuser library from opensymphony. I find the pom but no jar. Anybody any ideas where the jar can be found? http://www.ibiblio.org/maven2/opensymphony/osuser/1.0-dev/ Thanks, Thomas

Re: Spring Dependencies

2005-11-04 Thread Thomas Van de Velde
Just to set up a simple test that queries Hibernate from a Spring MVC controller (using the spring-mock package), I need to define this: spring-webmvc springframework 1.2.5

Re: [M2] eclipse plugin: tools.jar incorrectly added

2005-11-04 Thread Thomas Van de Velde
Meant to say: "Would be nice to hear from the Maven team on this topic" On 11/4/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > > Would be nice to hea > > On 11/4/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > > > > Agreed. I th

Re: [M2] eclipse plugin: tools.jar incorrectly added

2005-11-04 Thread Thomas Van de Velde
Would be nice to hea On 11/4/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > > Agreed. I think care should be taken with plugins that get automatically > updated as this has already created many unpleasant surprises. I think by > default only "stable" versions s

Re: [M2] Nullpointer wil generating site

2005-11-04 Thread Thomas Van de Velde
maven-compiler-plugin 1.5 1.5 On 11/4/05, Hervé <[EMAIL PROTECTED]> wrote: > > Hi, > > Could your problem be the same as http://jira.codehaus.org/browse/MNG-1316? > > Le Jeudi 3 Novem

Re: [M2] eclipse plugin: tools.jar incorrectly added

2005-11-04 Thread Thomas Van de Velde
pporting documentation side. i appreciate the bug > squashing efforts done by the team but this is one of the things that > is considered by management. > > ciao! > > On 11/4/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > > Hi Anuerin, > > > > I think

Re: [M2] eclipse plugin: tools.jar incorrectly added

2005-11-03 Thread Thomas Van de Velde
ser so i only encountered this yesterday when i > tried using the eclipse:eclipse goal. i had to create the M2_REPO > eclipse variable to let my plugin see the Mojo classes. > > thought there is a large possibility that i might be wrong. > > ciao! > > On 11/3/05, Thomas Va

[M2] eclipse plugin: tools.jar incorrectly added

2005-11-03 Thread Thomas Van de Velde
Hi, When generating the Eclipse classpath, I am getting this:

[M2] Nullpointer wil generating site

2005-11-03 Thread Thomas Van de Velde
Hi, I am running mvn site and get the following error: [INFO] [site:site] [INFO] Generate "Continuous Integration" report. [ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2 got 0 [ERROR] VM #menuItem: error : too few arguments to macro. Wanted 1 got 0 [INFO] Generate "Dependen

Re: [ANN] Maven 2.0 Release Now Available

2005-10-20 Thread Thomas Van de Velde
Congratulations to all! This is great news. On 10/20/05, Jorg Heymans <[EMAIL PROTECTED]> wrote: > > > Brett Porter wrote: > > We are pleased to announce that Maven 2.0 has been released, and is > > available for download from http://maven.apache.org/maven2/download.html > > > > Congratulations ,

Re: Maven 1 and Maven 2 next to each other

2005-10-19 Thread Thomas Van de Velde
Wim, There is a M2 plugin for XDoclet, although it didn't work for me. (I am waiting for help on this). Cheers, Thomas On 10/19/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > > I'm using Maven 1 to build jars and wars. I also build windows dll's and > InstallShield Merge Modules and InstallShiel

Re: Struts pom (was Re: For critical project we use maven 1.0.2 or m2 ?)

2005-10-19 Thread Thomas Van de Velde
> Sent: Tuesday, October 18, 2005 1:06 PM > Subject: Re: For critical project we use maven 1.0.2 or m2 ? > > > Wendy has been working on an m2 build for Struts - perhaps she has > some more information? > > - Brett > > On 10/18/05, Thomas Van de Velde <[EMAIL PROTECTED]>

Re: For critical project we use maven 1.0.2 or m2 ?

2005-10-18 Thread Thomas Van de Velde
facts from the Maven repository. > > On 10/18/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > > Even thuogh the core development for M2 is close to being completed, I > would > > be worried about the transitive dependencies not being correctly defined > in > >

Re: Maven 1 and Maven 2 next to each other

2005-10-18 Thread Thomas Van de Velde
I also believe that Cargo has both builds next to each other. Thomas On 10/18/05, Alex Wood <[EMAIL PROTECTED]> wrote: > > Wim, > > Vincent Massol has an informative presentation about moving from Maven 1 > to Maven 2. It's available at > > > http://www3.java.no/JavaZone/2005/presentasjoner/Vince

Re: For critical project we use maven 1.0.2 or m2 ?

2005-10-18 Thread Thomas Van de Velde
Even thuogh the core development for M2 is close to being completed, I would be worried about the transitive dependencies not being correctly defined in the various pom's. cfr. Hibernate. On 10/18/05, David Sag <[EMAIL PROTECTED]> wrote: > > > That page is somewhat misleading. For example it claim

Re: Suggestion: Seperate list for M2?

2005-10-17 Thread Thomas Van de Velde
+1 On 10/17/05, David Sag <[EMAIL PROTECTED]> wrote: > > > I second that - a separate m2 list would be welcome > > Kind regards, > Dave Sag > > > > > > > "Siegfried Heintze" <[EMAIL PROTECTED]> wrote on 17/10/2005 03:46:37 > AM: > > > Just a suggestion: should there not be a separate list for M2?

Re: [m2] Xdoclet Not Working

2005-10-12 Thread Thomas Van de Velde
Anybody able to help? I think I did follow the instructions on http://mojo.codehaus.org/xdoclet-maven-plugin/usage.html Thanks! On 10/11/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > > Hi, > > I've tried to configure Xdoclet with M2 but it's not calling th

[m2] Xdoclet Not Working

2005-10-11 Thread Thomas Van de Velde
Hi, I've tried to configure Xdoclet with M2 but it's not calling the xdoclet goal. Here's the configuration I've added to my EJB project's POM: xdoclet-maven-plugin org.codehaus.mojo 1.0-alpha-1 generate-sources xdoclet When running m2 install the

Re: Available report plugins for Maven 2

2005-10-11 Thread Thomas Van de Velde
http://docs.codehaus.org/x/-Ws On 10/11/05, Arun Chandrasekhar <[EMAIL PROTECTED]> wrote: > > Hi > > > > Is there anyplace I can get a list of the plugins that are available for > maven 2? I'm looking for report plugins to use on a project but all I can > seem to find at the moment are for maven

[M2] Transitive Dependencies

2005-10-10 Thread Thomas Van de Velde
Hi, I am wondering how the default transitive dependencies work. I was surprised to see that when I add a dependency on a WAR in my EAR project, the WAR's dependency on an EJB was not autmatically added to the EAR. Is this normal behavior? Thanks for clarifying. Thomas

Re: [M2] Error resolving plugin version

2005-10-06 Thread Thomas Van de Velde
Fixed it by rebuilding my local repository. On 10/6/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > > I've tried on the other beta's and I get a similar error. On M2-b2: > > Apparently M2 is looking for a version of the jar plugin that doesn't > exis

Re: [M2] Error resolving plugin version

2005-10-06 Thread Thomas Van de Velde
SE.jar [WARNING] Unable to get resource from repository central ( http://repo1.maven.org /maven2) On 10/6/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > > Hi, > > I am getting the following error when I run the install goal (with M2-beta > 3). > Any thoughts on this? Th

[M2] Error resolving plugin version

2005-10-06 Thread Thomas Van de Velde
Hi, I am getting the following error when I run the install goal (with M2-beta 3). Any thoughts on this? Thanks. [INFO] task-segment: [install] [INFO] - --- [WARNING] * Using defaults for missing POM org.apache.maven.plug

Re: [M2] Recommended Project Layout and Eclipse

2005-09-30 Thread Thomas Van de Velde
> > > - Check in the entire tree as a single SCM module. > > Correct. You can also use different scm repositories for each module if > you want, as long as you specify the scm repository in the pom for that > module. How could that work? Your master POM is not aware of where in SCM its modules ar

Re: [M2] Recommended Project Layout and Eclipse

2005-09-30 Thread Thomas Van de Velde
the structure's root. Thanks Thomas On 9/30/05, Kenney Westerhof <[EMAIL PROTECTED]> wrote: > > On Fri, 30 Sep 2005, Thomas Van de Velde wrote: > > Hi, > > > I ment to send this to the users list. Sorry for the double post! > > > > Cheers, > &

Re: [M2] Recommended Project Layout and Eclipse

2005-09-30 Thread Thomas Van de Velde
I ment to send this to the users list. Sorry for the double post! Cheers, Thomas On 9/30/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > > Hi, > > I am wondering what the best way is to setup a project layout with M2 and > Eclipse for multiple modules. The

Re: SCM Tagging / Releasing

2005-09-29 Thread Thomas Van de Velde
Craig, I assume you've not been using the Berkley backend, right? Thomas On 9/29/05, Craig S. Cottingham <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sep 29, 2005, at 11:52, Ralph Pöllath wrote: > > > Inconsistencies should not be possible at all using SV

Re: Maven 1.1 JUnit vs Integration tests

2005-09-17 Thread Thomas Van de Velde
You could create another project that holds only your integration tests. Cheers, Thomas On 9/17/05, Mark Slater <[EMAIL PROTECTED]> wrote: > > Whoops, sorry. I'm using Maven 1.0.2 actually. > > Mark > > On Sep 17, 2005, at 11:51 AM, Mark Slater wrote: > > > I'm using Maven 1.1 right now, and

Re: [m2] Multiproject directory organization on CVS

2005-09-16 Thread Thomas Van de Velde
> +-core > +-optional-plugin1 > +-optional-plugin2 > +-optional-plugin3 > +-examples-files > > where project have a pom (also src/site, src/assembly, src/bin) and every > subproject also have a pom? > > I would like to follow the: one POM = one package = one CVS/Ecli

Re: [m2] Multiproject directory organization on CVS

2005-09-13 Thread Thomas Van de Velde
I always apply the following: one POM = one package = one CVS/Eclipse module There are many advantages to this aproach: 1) You are not mixing libraries across modules in your Eclipse classpath 2) This solution allows people to checkout only those parts on which they work 3) This solution scales

Re: Threads (was RE: [ANN] Article on building J2EE projects with Maven 1.1)

2005-09-13 Thread Thomas Van de Velde
Vincent, Does Cargo support remote stopping and starting as well as deployment? Thanks Thomas On 9/13/05, Vincent Massol <[EMAIL PROTECTED]> wrote: > > Hi Richard, > > > -Original Message- > > From: Walsh, Richard (Richard) [mailto:[EMAIL PROTECTED] > > Sent: vendredi 9 septembre 2005

Re: [M2]: Missing maven-ear-plugin?

2005-08-24 Thread Thomas Van de Velde
That didn't work for me when I tried yesterday ;-( Cheers, Thomas On 8/24/05, Kenney Westerhof <[EMAIL PROTECTED]> wrote: > > On Wed, 24 Aug 2005 [EMAIL PROTECTED] wrote: > > The ear plugin is not officially released yet. It will be part of beta-1. > The fact that there are RELEASE files prese

Re: Need Maven example of ant replace task please...

2005-08-23 Thread Thomas Van de Velde
And you should consider using a PropertiesPlaceHolder to externalize those setting in a properties file and not run a filter directly on an application context. Your properties file can then be place in your resources folder and copied to your classpath. Cheers, Thomas On 8/23/05, Kenney West

Re: How to access default value of property of another plugin

2005-08-22 Thread Thomas Van de Velde
TODO: Remove from documentation ;-) On 8/23/05, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > > Maven:pluginVar is deprecated. > You must use maven:get > http://maven.apache.org/tags.html#maven:get > > Arnaud > > > > -Message d'origine- &g

Re: searching the archives??

2005-08-22 Thread Thomas Van de Velde
Try http://marc.theaimsgroup.com/?l=turbine-maven-user Cheers, Thomas On 8/23/05, Chris Berry <[EMAIL PROTECTED]> wrote: > > Greetings, > At the risk of asking a dumb question, is users@maven.apache.org > searchable?? When I go to the archives > (http://mail-archives.apache.org/mod_mbox/maven-us

Re: How to access default value of property of another plugin

2005-08-22 Thread Thomas Van de Velde
Martin, This has been documented here: http://maven.apache.org/tags.html#maven:pluginVar e.g. <*maven**:**pluginVar* var="reportsDir" plugin='maven-test-plugin' property='maven.test.reportsDirectory'/> Cheers, Thomas On 8/22/05, Martin Burger <[EMAIL PROTECTED]> wrote: > > Hello, > > I need

Re: Standardized Maven Environment

2005-08-22 Thread Thomas Van de Velde
Sounds like a good tip & trick for mavenbook.org <http://mavenbook.org> On 8/22/05, Trygve Laugstøl <[EMAIL PROTECTED]> wrote: > > On Mon, Aug 22, 2005 at 02:21:31PM +0200, Thomas Van de Velde wrote: > > Jared, > > > > I've used the solution ment

Re: Standardized Maven Environment

2005-08-22 Thread Thomas Van de Velde
Jared, I've used the solution mentioned by Brett on large projects and it works well. I also place a project.xml and project.properties in the Maven cvs/svn module that holds configuration data common to all applications on a project. Applications then extend this project-level pom with ${ mave

Re: Maven/Spring Testing

2005-08-22 Thread Thomas Van de Velde
ive. (But I know I was when answering to > Craig). > > Don´t get me bad. > > Cheers > > Marcelo > > On 8/22/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > > Marcelo, > > > > I haven't answered your follow-up for two reasons: >

Re: Maven/Spring Testing

2005-08-22 Thread Thomas Van de Velde
Marcelo, I haven't answered your follow-up for two reasons: 1) You ask something I've already answered "...as this may have a big performance impact..." 2) I do not like your tone. You have posted twice "Where are you guys?" In response to that I can tell you that I was on a flight from the US t

Re: Maven/Spring Testing

2005-08-18 Thread Thomas Van de Velde
I give them a seperate name. In fact, in a unit test, you do not want to load your full "production" context as this may have a big performance impact (especially when using Hibernate). The best thing to do is 1) avoid loading application contexts where possible by using mock implementations fo

Re: Maven unattended build process ---?

2005-08-18 Thread Thomas Van de Velde
Sanjay, You might want to look at continuous integration engines like CruiseControl, Anthill or Luntbuild, which take care of the tagging and are ideal for nightly builds. Maven would then just be used for build and packaging. CVS operations are handled by the build server. However, for applica

Re: [m1.1] JCoverage shows 0% for everyting.

2005-08-16 Thread Thomas Van de Velde
?? Any other details available? Its always usefull to compare your config to one that works and look for differences. Here's one that works: http://boss.bekk.no/boss/middlegen/maven-reports.html On 8/15/05, Hogeweg, Erwin (GE Infrastructure) <[EMAIL PROTECTED]> wrote: > > All, > > > > > >

Re: Parent Projects

2005-08-09 Thread Thomas Van de Velde
I like adding a pom to my Maven installation directory, share it in SCM and then all projects can extend from the pom added to Maven by referering to it as ${maven.home}/project.xml I like to refer to this pom added to Maven as the program-level pom. Each project extends the program-level pom

Re: Maven properties inside java code

2005-08-09 Thread Thomas Van de Velde
Marco, You have to pass the location of poroject.properties to the JVM by adding - Dproperties.path=/yourpath/to/project.properties. Then you use the Java properties api to load this properties file and read your key. Rgds, Thomas On 8/9/05, Marco Mistroni <[EMAIL PROTECTED]> wrote: > > Hell

Re: [M2] where to get javax.persistence.ejb-3.0-edr2-20050513.jar?

2005-08-06 Thread Thomas Van de Velde
I believe you can download this from the JBOss/Hibernate web site. Cheers, Thomas On 8/6/05, Ralph Pöllath <[EMAIL PROTECTED]> wrote: > > Hi, > > my project has a transitive dependency on javax.persistence.ejb-3.0- > edr2-20050513, for which the central repository contains a pom, but > no jar.

Re: Continuous integration for dummies anyone?

2005-08-05 Thread Thomas Van de Velde
I've also seen luntbuild in action (http://www.pmease.com/luntbuild/). I looks like they have advanced a lot. The big plus over CC is that you get a nice configuration console instead of hard-to-maitain XML. I am not sure why M2 wants to ship with its own continuous integration engine. There are

Re: scm tagging!!

2005-08-01 Thread Thomas Van de Velde
You should probably use pipes on windows. The SCM plugin validates the scm connection on 6 tokens. When you use windows with something like "C:\" you get another token which leads to a false validation. I would say this is a bug in the SCM plugin. So to make this work you need scm|cvs|local|C:\

Re: scm tagging!!1

2005-08-01 Thread Thomas Van de Velde
This doesn't look like a valid CVS root. Nirmally it looks like scm:cvs:local:ignored:/cvs/root:module-name See http://maven.apache.org/reference/project-descriptor.html#class_Repository On 8/1/05, NIRMALA Manivasagam <[EMAIL PROTECTED]> wrote: > > Hello, > > Iam getting this one as an error

Re: Project website

2005-08-01 Thread Thomas Van de Velde
This might be because your web server is running while you are building the site. You need to stop the web server. On 8/1/05, Jeffrey Mutonho <[EMAIL PROTECTED]> wrote: > > Hi guys > > My project structure is a as follows: > > FooProject > |_FooProjectLogging > |_FooProjectPersistence > |_FooP

Re: java.io.IOException: Forbidden

2005-08-01 Thread Thomas Van de Velde
Have you tried to copy & paste one of those urls in browser and observed the message you get? On 8/1/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi > after installing Maven I was trying to install the androMDA plugin. > I've got the following error output. Any help on this problem is ve

Re: Continuous integration for dummies anyone?

2005-08-01 Thread Thomas Van de Velde
You may want to check out http://www.pragmaticautomation.com On 8/1/05, Mayorgaadame, Alex [IT] <[EMAIL PROTECTED]> wrote: > > WOW! > > Now I've got even a book author involved. That's why I love the Open > Source community. Thanks to all for the tips. I'll start to work on this > today and

Re: Accessing an internal remote repository via FTP - how to specify username/password

2005-07-01 Thread Thomas Van de Velde
Kanakambaran, Last time I checked (Maven 1.0.2), ftp was simply not implemented. Thomas On 7/1/05, Kanakambaran Nair <[EMAIL PROTECTED]> wrote: > > Some more info on this - here is the output of maven -X > > Attempting to download xyz-1.0.jar. > Getting URL: ftp://n123/xyz/jars/xyz-1.0.jar > u

Re: [m2] : site:site problem

2005-05-14 Thread Thomas Van de Velde
I've opened an issue on this before reading this mail: http://jira.codehaus.org/browse/MNG-389 I guess I can close it then. On 5/14/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > On 5/14/05, Jeremy Simoncello <[EMAIL PROTECTED]> wrote: > > Hi > > Not a big problem but I have just tested the si

Re: [database] Where do I put my database Scripts.

2005-05-13 Thread Thomas Van de Velde
http://www.codeczar.com/products/maven-sql-plugin/ uses src/sql and Google thinks chipoter means to haggle but I'd say to mess around Cheers, Thomas On 5/13/05, Vincent Massol <[EMAIL PROTECTED]> wrote: > > > > > -Original Message- > > From: Laurent Forêt [mailto:[EMAIL PROTECTED

Re: Running integration tests

2005-05-13 Thread Thomas Van de Velde
Vincent, Any plans on building Cargo support for WAS? Cheers, Thomas On 5/13/05, Vincent Massol <[EMAIL PROTECTED]> wrote: > > > > > -Original Message- > > From: David Jackman [mailto:[EMAIL PROTECTED] > > Sent: vendredi 13 mai 2005 18:32 > > To: Maven Users List > > Subject: Running

Re: Cactus Dashboard Agregator?

2005-05-10 Thread Thomas Van de Velde
Hi Vincent, Thanks you for your input. It would be nice to have this feature. It would be great if you could apply a patch! Thanks. Thomas On 5/10/05, Vincent Massol <[EMAIL PROTECTED]> wrote: > > Hi Thomas, > > > -Original Message----- > > From: Thomas

Re: Cactus Dashboard Agregator?

2005-05-10 Thread Thomas Van de Velde
I would think so. That's why I find it strange that it hasn't been done ;-) On 5/10/05, Siegfried Goeschl <[EMAIL PROTECTED]> wrote: > > Hi Thomas, > > I would suggest that you write it since it is easy :-) > > Cheers, > > Siegfried Goeschl > &

Cactus Dashboard Agregator?

2005-05-10 Thread Thomas Van de Velde
I haven't found a dashboard agregator for cactus. Have I missed something? Cheers, Thomas

Re: Can I make project.xml extend a remote file?

2005-05-09 Thread Thomas Van de Velde
Adrian, Sorry, I was a bit too quick with my response. In fact what I do is I have a master project.xml that I place in the folder where I've installed Maven. All my applications extend this POM in the following way: ${maven.home}/project.xml Application modules will further extend the applica

Re: SVN support?

2005-05-07 Thread Thomas Van de Velde
Brett, While you're at it, could you also take care of http://jira.codehaus.org/browse/MPSCM-44 It would be really nice to have a way to bypass the prompt. This really doesn't fit in a fully automated release process where the version and tag are automatically calculated from the current versi

Re: Can I make project.xml extend a remote file?

2005-05-07 Thread Thomas Van de Velde
You could do this: Within your module: ${module.root}/project.xml Within module's project.properties: module.root=../.. [your path to your base POM] When you build in isolation: maven jar:install -Dmodule.root=. On 5/7/05, Adrian Herscu <[EMAIL PROTECTED]> wrote: > > > Brett Porter wrot

Re: Maven eclipse depenendy failing

2005-05-07 Thread Thomas Van de Velde
yes ;-) eclipse.dependency does not refer to an Eclipse project but only tells the Eclipse plugin whether it should add the dependency to the project's classpath. Since an Eclipse project is not recognized as a dependency type, the dependency you have defined will not be considered as an Eclips

Re: Mevenide problem with eclipse 3.1M6

2005-05-06 Thread Thomas Van de Velde
In that case I'd log it in JIRA (I had a similar problem when 3.0 first came out; at time they pointed me to the aforementioned link) On 5/6/05, Martin Jäger <[EMAIL PROTECTED]> wrote: > > The same problem (display of tabs) here... > > Regards Martin > > > Michael wrote: > > I just installed

Re: Multi-language projects

2005-05-05 Thread Thomas Van de Velde
if there is a way to read the output from an > task (which could be multi-line) to determine if the > compilation was in fact successful? If not, I'll probably need to write > an ant task to do this. > > Thad Smith > > -----Original Message- > From: Thomas Van de V

Re: Two artifacts for one project

2005-05-05 Thread Thomas Van de Velde
u use custom ant tasks to build your jar and jeb? > > -D > > On 5/5/05, Steve Molloy <[EMAIL PROTECTED]> wrote: > > Better yet, you should split your code in 2 projects, one for > > component, and one for EJB which depends on the first one. > > > > Ste

Re: Mevenide problem with eclipse 3.1M6

2005-05-05 Thread Thomas Van de Velde
Adam, Try this: http://mevenide.codehaus.org/release/eclipse/update/3.0/ Thomas On 5/5/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > > If there's anyone out there who's got the lowdown on eclipse and the > mevenide plug-in, could you have a look at this problem please? I'm > posting this here

Re: Newbie question

2005-05-05 Thread Thomas Van de Velde
In that case could this this not be removed from M1? I see little added value. T On 5/5/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > On 5/6/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote: > > Someone correct me if I am wrong, > > ok :) > > Actually, install_repo copies the files from /lib i

Re: Acquiring project properties from the Reactor results?

2005-05-05 Thread Thomas Van de Velde
I have faced the same problem. Is there an easy solution? I am going to try to manipulate the pom through Java to see if that works. Would be great to hear if there's another (easier) way ... On 5/5/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I'm using the following jelly script to ge

Re: Two artifacts for one project

2005-05-05 Thread Thomas Van de Velde
You should call ejb:install and jar:install. artifact:install is a lower-level goal that should not be used directly. When you call ejb:install, your ejb will be installed in an ejbs folder. When you call jar:install, your jar is copied to a jars folder. You can now use them as a dependency by

Re: plugin.jelly: a conditional prereqs

2005-05-05 Thread Thomas Van de Velde
gt; > But if attainGoal would support it in the future, that would be the > solution > > -- > With kind regards, > Geoffrey > > "Thomas Van de Velde" <[EMAIL PROTECTED]> schreef in bericht > news:[EMAIL PROTECTED] > This might work: > > >

Re: Multi-language projects

2005-05-05 Thread Thomas Van de Velde
ppropriate compiler. Cheers, Thomas On 5/5/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > > I am not aware of any plugins for C but you could call from a > custom plugin to execute a compilation script for your language. Your > compilation scripts can be packaged w

Re: Multi-language projects

2005-05-05 Thread Thomas Van de Velde
I am not aware of any plugins for C but you could call from a custom plugin to execute a compilation script for your language. Your compilation scripts can be packaged within a plugin and executed on any machine that has the a On 5/5/05, Smith, Thad <[EMAIL PROTECTED]> wrote: > > Hi, > > I'

Re: Maven - IF Tag problem

2005-05-05 Thread Thomas Van de Velde
== != equals() ;-) On 5/5/05, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > > Thanks man it's working. > > -Original Message- > Wrom: > UIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPNKMBIPBARHDMNNSKVFVWRKJVZCMHVIBGDADRZFSQHY

  1   2   >