RE: How to get Maven to include persistence.xml into a web app??

2007-08-28 Thread Bram de Kruijff
/resource /webResources /configuration /plugin regards, Bram -- Bram de Kruijff Product Architect GX open for business t: 024 - 388 82 61 f: 024 - 388 86 21 e: [EMAIL PROTECTED] Wijchenseweg 111 6538 SW Nijmegen www.gx.nl KvK: 10044410 -Original Message- From

RE: Project build order for multiple Maven 2 projects - Alphabetical by Project Name?

2007-05-29 Thread Bram de Kruijff
Continuum build all maven projects in the order oof the dependencies tree AND if dependencies between projects are circular, Continuum build projects in alphabetical order. I'm still not clear about this. We have 1 multiproject build (maven2). Over time I have added the 99 projects (a

How to set parent version in archetype

2007-05-29 Thread Bram de Kruijff
Hi, any ideas on how to solve this use-case? In my project I have an archetype for plugins into my platform with version x.y.z. When someone uses the archetype the resulting module should have as parent my 'plugin base artifact' of the correct version. Eg: archetype-resource/pom.xml project

RE: How to run rsync -v -t -l -r mirrors.ibiblio.org::maven2 /your/local/path

2007-05-24 Thread Bram de Kruijff
but when I run rsync -v -t -l -r mirrors.ibiblio.org::maven2 /your/local/path on commandline, it can't be execute,there is no rsync command, It is not part of maven. You have to install it on your machine 1st. http://samba.anu.edu.au/rsync/ regards, Bram -Original Message-

RE: Maven2 compiler out of memory error

2007-05-22 Thread Bram de Kruijff
Hi Pier, The system is out of resources. Consult the following stack trace for details. java.lang.OutOfMemoryError not sure about the mem settings for the compiler plugin, but my OutOfMemoryError problems disappeared when I set the MAVEN_OPTS environment variable. eg. MAVEN_OPTS=-Xmx1024m

RE: Howto enable 1.1 xml-rpc service in plexus application

2007-04-19 Thread Bram de Kruijff
] Subject: Re: Howto enable 1.1 xml-rpc service in plexus application It's always there and configured in application.xml Bram de Kruijff a écrit : Hi, when I was running continuum-20070323.15 plexus application I noticed that my xml-rpc service was gone. Looking at the trunk

Howto enable 1.1 xml-rpc service in plexus application

2007-04-18 Thread Bram de Kruijff
Hi, when I was running continuum-20070323.15 plexus application I noticed that my xml-rpc service was gone. Looking at the trunk source it seems that it totally gone from the application.xml en the application doesnt contain the service either. So two questions... Is it supposed to be gone

Assembly descriptor format 2.1?

2007-03-21 Thread Bram de Kruijff
] Error creating assembly: You must set at least one file. -- Bram de Kruijff GX creative online development B.V. t: 024 - 3888 261 f: 024 - 3888 621 e: [EMAIL PROTECTED] Wijchenseweg 111 6538 SW Nijmegen http://www.gx.nl

Force remove a project? / Continuum status?

2007-03-05 Thread Bram de Kruijff
on the development status of Continuum. I think it's a pretty cool tool but, as JIRA shows, there could be some improvements. Is development still active? If so, when do you guys expect to get to 1.1? regards, Bram -- Bram de Kruijff GX creative online development B.V. t: 024 - 3888 261 f: 024 - 3888 621 e

unable to resolve artifact that is in local repo?

2007-02-22 Thread Bram de Kruijff
) at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromReposit ory(DefaultMavenProjectBuilder.java:482) ... 22 more -- Bram de Kruijff GX creative online development B.V. t: 024 - 3888 261 f: 024 - 3888 621 e: [EMAIL PROTECTED] Wijchenseweg 111 6538 SW Nijmegen http://www.gx.nl

RE: how to include directory in my war

2007-01-18 Thread Bram de Kruijff
I have made a portlet and want to inculde a FCKEditor in my firstportlet. for this I have to copie a FCKEditor directory in my base dir. what do I have to change to include this directory in my war? Hi erik, the war plugin lets you specify extra resources. Have a look at..

RE: Assembly problem

2006-12-11 Thread Bram de Kruijff
Hi Bob, http://www.nabble.com/Assembly-problem-tf2776265s177.html#a7744926 regards, Bram -Original Message- From: Bob Arnott [mailto:[EMAIL PROTECTED] Sent: Monday, December 11, 2006 11:39 AM To: Maven Users List Subject: Assembly problem Hello list, I've got an issue with

assembly: howto exclude basedirectory when unpacking binaries

2006-12-07 Thread Bram de Kruijff
Hello all, in my assembly I want to include and unpack a war binary of a moduleset in the root directory of the assembly. Unfortunaltly it always unpacks the war in a subdirectory with the artifactId/finalName as name. Is there anyway I can tell it not to do that? Eg. moduleSet

RE: mvn and JUnit 4.1

2006-12-07 Thread Bram de Kruijff
Hi, we use JUnit 4.1 in eclipse, but when we run the tests from the cmd line with mvn, it seems to fail and not use JUnit 4.1 but it uses the old 3.8.1. Is there some way to force mvn to use JUnit 4.1? The mvn release is 2.0.4 we are using. Hi Davis, there is no support AFAIK. You can

RE: Assembly problem

2006-12-07 Thread Bram de Kruijff
Hi Bob, may I suggest using an editor that understand/validates xml? Eg. eclipse, jEdit or just good old vim ;) The assembly xml u posted below is not well formed regards, Bram -Original Message- From: Bob Arnott [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 6:36

RE: How Do I Deploys The Sources To The Repository

2006-11-07 Thread Bram de Kruijff
Hi Yves, try this : mvn clean source:jar install regards, Bram -Original Message- From: Yves Van Steen [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 4:59 PM To: 'Maven Users List' Subject: How Do I Deploys The Sources To The Repository Hey, I can

How to execute just one script?

2006-10-19 Thread Bram de Kruijff
Hello, is it possible to execute just one script without going through the build lifecycle? In my case I'd like to run and re-run an ant script without building and certainly not installing and/or deploying(!) any artifacts. just something like 'mvn cleanmycachedir' or something like that :)

RE: How to disable creation of cache repository under c:\Document s an d Settings\user\m2\.. ?

2006-08-30 Thread Bram de Kruijff
Though it seems unusual to refer it as local, it did not work. I am not sure If took right steps, may be someone else give some pointers on this ? Define 'did not work'. What seems to go wrong? I think Maven does not know (or care) wether it's a local or mounted disk. So if it doesn't work

POM variable reference?

2006-07-27 Thread Bram de Kruijff
Hi, can anyone direct me to a reference/tutorial on build-in parameters? I'm hoping to find out how I can reference the root basedir of a multiproject build. Didn't find it on the Maven site, Google or the Better builds.. book :( regards, Bram -- Bram de Kruijff GX creative online development

RE: snapshots in local repository after install?

2006-07-27 Thread Bram de Kruijff
Not sure why it would be different for your two environments, but you need to specify unique version to false to avoid the timestamp being appended, e.g.: distributionManagement repository ... uniqueVersionfalse/uniqueVersion ... /repository

snapshots in local repository after install?

2006-07-04 Thread Bram de Kruijff
local repository? regards, Bram -- Bram de Kruijff GX creative online development B.V. t: 024 - 3888 261 f: 024 - 3888 621 e: [EMAIL PROTECTED] Wijchenseweg 111 6538 SW Nijmegen http://www.gx.nl/ - To unsubscribe, e-mail

RE: jarring non class files

2006-06-22 Thread Bram de Kruijff
Under my src directory I have 2 other folders .One contains other subfolders with my java code(src/java/com/blah blah blah) .The second subfolder (src/spring/context/blah blah blah...) contains some spring config files (xml) that I also wish to be bundled in the jar file( keeping

RE: jarring non class files

2006-06-22 Thread Bram de Kruijff
. Subversion is nice like that. In some organizations its not as simple as that :). Wayne On 6/22/06, Jeff Mutonho [EMAIL PROTECTED] wrote: On 6/22/06, Bram de Kruijff [EMAIL PROTECTED] wrote: Under my src directory I have 2 other folders .One contains other subfolders with my java

howto constrain available repositories for specific artifacts?

2006-06-05 Thread Bram de Kruijff
Hi, is it possible to prevent mvn from checking all (active) repositories for specific artifacts? For example when I build Apache Felix there is an aditional repository (apache.snapshots) defined by the project. When I build it mvn will hit central for each felix artifact (and visa versa)