Re: How to set scm value in pom for Clearcase?

2006-06-16 Thread Emmanuel Venisse
I don't know Clearcase, but it seems it can't contact the server : albd_contact call failed: RPC: Unable to receive; errno = [WINSOCK] Connection reset by peer cleartool: Error: Unable to contact albd_server on host 'xpw-mwaluk1' cleartool: Error: Cannot bind an admin_server handle on

Re: Build Version Numbering

2006-06-16 Thread Emmanuel Venisse
it isn't possible actually to define your own build number in continuum. The build number generated by continuum is an internal number. what is the interest of your version.properties file? Do you use it in your code? You can tag your code after each success build. Emmanuel Adam Leggett a

RE: Adding extra modules to parent pom does not create an extra project in continuum

2006-06-16 Thread Christian Gruber
What is the correct way to get another module included in the build? add new modules one by one or delete all (parent and sub-modules) and read the parent. This last option is highly frustrating (I've had to do it many times), because it kills any build definitions you have created, and any

Re: Adding extra modules to parent pom does not create an extra project in continuum

2006-06-16 Thread Baron Reznik
If I try to add the module pom I get an error that it can not find the dependency version information (since that is specified in the parent pom). what is the error? How do you define the version in your module? I am not at work, so this is from memory. The error is for

Re: Adding extra modules to parent pom does not create an extra project in continuum

2006-06-16 Thread Barrie Treloar
But when adding the module pom I think it is failing to find the parent pom (or even looking for it) and gives you an error that the version for the dependency is mandatory and missing. Perhaps the parent pom's module has not been 'installed' in continuum's repository with the

Re: Question on maven-plugin-testing-harness

2006-06-16 Thread Maria Odea Ching
Hi Jochen, I don't think you need to include the goalPrefix (xml) when you lookup the mojo in your test case when you use the testing harness. It should be: ValidatorMojo vm = (ValidatorMojo) lookupMojo( validate, testPom ); Thanks, Odea Jochen Wiedmann wrote: Hi, I am attempting to

RE: Problem with */ in parameter's default-value

2006-06-16 Thread Zeltner Martin
I've found the solution. As in java code you can escape characters in javadoc too. In my example it must looks like this: /** * Pattern to lookup jar files. * @parameter expression=${jarLookupPattern} default-value=**\/*.jar * @required */ protected String

Re: [M2] release-perform vs. Cygwin with Subversion

2006-06-16 Thread Emmanuel Venisse
It seems that is a svn problem: [INFO] Executing: svn --non-interactive commit --file c:\temp\maven-scm-945043858.commit e:/newapps/JEC/pom.xml [INFO] Working directory: e:\newapps\JEC the svn command seems to be correct and the working directory too. What is your svn version? Is it a

Re: [M2] release-perform vs. Cygwin with Subversion

2006-06-16 Thread Emmanuel Venisse
Dan, if you have the same pb, can you find what it is and fix it in maven-scm? (if it's a maven-scm pb, of course ;-) ) Emmanuel dan tran a écrit : I ran into the same problem, ended up to disable cygwin. On 6/15/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: It's the latest version. Can

Re: Cyclic references in M2 projects

2006-06-16 Thread Lucas Opara
Ok, It is bad I agree. But I want to know if there is a way to support cyclic references in Maven2. I have a project which contains Business Delegates classes. Those delegate classes can call EJB's remotely and locally. Thus I have a cyclic reference between my Delegate project and my EJB's

Nullpointer while scm AbstractUpdateCommand

2006-06-16 Thread thorsten
Hi, i always get this error when runnig a scheduled build - on every schedule ;-( After restarting the build it work fine... Does anyone have an idea what i can try? Regards, Thorsten Build statistics: State: Error Previous State: Ok Started at: Do, 15 Jun 2006 12:00:04 +0200

Re: [M2] release-perform vs. Cygwin with Subversion

2006-06-16 Thread Emmanuel Venisse
ok, I found the pb. svn doesn't like absolute path for the files to commit when we run it under cygwin with a windows svn and a cygwin svn. svn --non-interactive commit --file c:\temp\maven-scm-945043858.commit e:/newapps/JEC/pom.xml Working directory: e:\newapps\JEC doesn't works with the

Re: Re: Default goals with maven 2

2006-06-16 Thread Emmanuel Venisse
I added a comment. Emmanuel Barrie Treloar a écrit : Any chance a continuum developer could take a look at the notes I added to http://jira.codehaus.org/browse/CONTINUUM-243 and see if what I have written is on the correct path?

docbook plugin - how to ??

2006-06-16 Thread Felipe Gaúcho
Dear friends, I'm trying to use the docbook plugin of maven 2.0.4 but something is getting wrong :)) any tip ? C:\ mvn --version Maven version: 2.0.4 c:\ mvn plugin:download -DgroupId=maven-plugins -DartifactId=maven-sdocbook-plugin -Dversion=1.4.1 [INFO] Scanning for projects... [INFO]

Re: why does cvs update not include prune option?

2006-06-16 Thread Emmanuel Venisse
Some projects don't like prune mode. If you want it, you can add it in your .cvsrc file (http://cvsbook.red-bean.com/cvsbook.html#Run%20Control%20Files), and you need to configure maven-scm so it will use .cvsrc. for maven-scm, you need to create a file cvs-settings.xml like this:

Re: build is not finished if start executable

2006-06-16 Thread Maksimenko Alexander
Emmanuel Venisse wrote: Hmm, very strange. Do you have updated your ant script? http://maven.apache.org/continuum/faqs.html#how-does-continuum-detect-a-successful-build yes of cause has anybody tried to restart server in project build? I think it is common task for continues integration

Re: Nullpointer while scm AbstractUpdateCommand

2006-06-16 Thread Emmanuel Venisse
What is your continuum version? I think it's fixed in Continuum 1.0.3. Emmanuel [EMAIL PROTECTED] a écrit : Hi, i always get this error when runnig a scheduled build - on every schedule ;-( After restarting the build it work fine... Does anyone have an idea what i can try? Regards,

IBM WAS 6 M2 plugin

2006-06-16 Thread Andrew-A . Davies
Hi, Does anyone know where I can get this (or if it even exists in the public domain) IBM must have written one for the RAD - WAS 6 deployment / management Thx Andy Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual

Re: build is not finished if start executable

2006-06-16 Thread Emmanuel Venisse
Which server do you want to restart? Maksimenko Alexander a écrit : Emmanuel Venisse wrote: Hmm, very strange. Do you have updated your ant script? http://maven.apache.org/continuum/faqs.html#how-does-continuum-detect-a-successful-build yes of cause has anybody tried to restart server in

nice to have - display default build definition

2006-06-16 Thread leahpar
hello world, In the web page Add Build Definition there's an option Is it default? It seems that this information is not displayed in the summary view. It could be nice to have it. It could be nice also to force one as default at least. When launching a force build, if no default has been

[M2] assembly filters

2006-06-16 Thread dvicente
For my project, i have a command file to launch my app (.bat for windows and .sh for unix) During assembly goal, i want to use my maven project properties ( as version value) to filter those 2 files. example : in my command file i have set

Re: nice to have - display default build definition

2006-06-16 Thread Emmanuel Venisse
Please, file an issue. Normally, if the project have only one build definition, it must be the default. Emmanuel leahpar a écrit : hello world, In the web page Add Build Definition there's an option Is it default? It seems that this information is not displayed in the summary view. It could

Exclude pom.xml and pom.properties.

2006-06-16 Thread tulasi
Hi, I am trying to exclude pom.xml and pom.properties while creating jar. for this i am maven-jar-plugin. But i am getting build error. but i am getting error at addMavenDescriptor. what was settings i missed?. i am configured like : build plugins plugin

Copy jar file to lib folder

2006-06-16 Thread tulasi
Hi, Creating jar file defualt in Classes Floder. But i want to move the jar from classes to folder to parent lib folder. how will i ?. please help me -- View this message in context: http://www.nabble.com/Copy-jar-file-to-lib-folder-t1797154.html#a4897414 Sent from the Maven - Users forum at

Re: install:install-file with a URL?

2006-06-16 Thread Richard S. Hall
What is the URL for JIRA? The only JIRA I seem to be able to find appears to be for project management only. - richard Jorg Heymans wrote: Sounds like a valid usecase to me. In case nobody comes up with a solution here i'ld suggest you file this in jira. On 6/14/06, Richard S. Hall [EMAIL

[Continuum Python Client] i can't pass a integer to the client?

2006-06-16 Thread shen kai
i use continuum_cli.py to control my continuum server . when i call the do_buildProject command. it throw a exception said: the argument 's type is a string not a integer. how can i pass a integer to the xml-rpc server.

Re: install:install-file with a URL?

2006-06-16 Thread Tim Kettler
http://jira.codehaus.org/browse/MINSTALL -Tim Richard S. Hall schrieb: What is the URL for JIRA? The only JIRA I seem to be able to find appears to be for project management only. - richard Jorg Heymans wrote: Sounds like a valid usecase to me. In case nobody comes up with a solution here

Reference to plugin's pom.xml during build.

2006-06-16 Thread Marcin Maciukiewicz
Hello! I'm working on Maven plugin for building project using 3rd paty tools. Problem: My plugin (PLUGIN) is used to build project (PROJECT). When building PROJECT my PLUGIN need to use RESOURCES (file skeletons, etc) . I want the RESOURCES to be in separate artifact refered from PLUGIN.

RE: Maven repository manager (and maven-proxy)

2006-06-16 Thread Adam Hardy
Hi Tamás Is it possible to run proximity in offline mode? For example, when ibiblio goes down, I would stop proximity and restart it in offline mode so that it serves jars from its cache without even trying to access ibiblio (and so saving developers from suffering the http timeouts). Thanks

Build Version Numbering

2006-06-16 Thread Adam Leggett
Hi all, I have added a versioning profile to a Maven 2 pom as follows profiles profile idversion-increment/id build plugins plugin

Re: Maven repository manager (and maven-proxy)

2006-06-16 Thread Tamás Cservenák
Sure. All you have to do is to comment all remote Peer refs in repo beans... ~t~ On 6/16/06, Adam Hardy [EMAIL PROTECTED] wrote: Hi Tamás Is it possible to run proximity in offline mode? For example, when ibiblio goes down, I would stop proximity and restart it in offline mode so that it

RE: nice to have - display default build definition

2006-06-16 Thread Christian Gruber
I seem to recall filing this already in Jira. Take a look for it, I don't recall what the number of the issue is. Christian. christian gruber + agile coach and architect Israfil Consulting Services Corporation email [EMAIL PROTECTED] + bus +1 (905) 640-1119 cell: +1 (416) 998-6023 + cell: +1

AW: Re: Nullpointer while scm AbstractUpdateCommand

2006-06-16 Thread thorsten
Hello Emmanuel, it is Continuum 1.0.3 and unfortunately not fixed ;-( The scm provider ist local file. Regards, Thorsten What is your continuum version? I think it's fixed in Continuum 1.0.3. Emmanuel [EMAIL PROTECTED] a écrit : Hi, i always get this error when runnig a scheduled build

Re: [Continuum Python Client] i can't pass a integer to the client?

2006-06-16 Thread Emmanuel Venisse
where do you find it? We have only a java class for xml-rpc access to Continuum. Emmanuel shen kai a écrit : i use continuum_cli.py to control my continuum server . when i call the do_buildProject command. it throw a exception said: the argument 's type is a string not a integer. how can i

Re: AW: Re: Nullpointer while scm AbstractUpdateCommand

2006-06-16 Thread Emmanuel Venisse
it's what I fixed in maven-scm-1.0-beta-3 before the release of continuum for the file provider. Send us your logs and stacktrace. Emmanuel [EMAIL PROTECTED] a écrit : Hello Emmanuel, it is Continuum 1.0.3 and unfortunately not fixed ;-( The scm provider ist local file. Regards, Thorsten

Re: docbook plugin - how to ??

2006-06-16 Thread Borut Bolčina
See my post http://mail-archives.apache.org/mod_mbox/maven-users/200605.mbox/browser which unfortunately no one commented on. Anyway, don't loose hope. Borut On 16.6.2006 10:22, Felipe Gaúcho wrote: Dear friends, I'm trying to use the docbook plugin of maven 2.0.4 but something is

Re: docbook plugin - how to ??

2006-06-16 Thread Felipe Gaúcho
sorry, the link sent me to a page with hundred of entries.. which one ? On 6/16/06, Borut Bolčina [EMAIL PROTECTED] wrote: See my post http://mail-archives.apache.org/mod_mbox/maven-users/200605.mbox/browser which unfortunately no one commented on. Anyway, don't loose hope. Borut On

[m2] snapshot repository: exploding size

2006-06-16 Thread Feniks Nator
Hey, we have set up continuum which publishes the artifacts. Our snapshotrepository is growing quickly in size. Every new snapshot is added to the repo, but the snapshot repository is never cleaned. Can maven be configured in any way to prevent this? In the snapshot repo you have a lot of files

Re: docbook plugin - how to ??

2006-06-16 Thread Borut Bolčina
Subject: Maven for documentation http://mail-archives.apache.org/mod_mbox/maven-users/200605.mbox/[EMAIL PROTECTED] On 16.6.2006 13:48, Felipe Gaúcho wrote: sorry, the link sent me to a page with hundred of entries.. which one ? On 6/16/06, Borut Bolčina [EMAIL PROTECTED] wrote: See my

Can we add jars from maven repository from maven itself

2006-06-16 Thread Vikas Sharma
Is there a plugin available to install the 3rdparty jars to maven repository? Currently I am doing the same stuff, using ant plugin,which uses exec to invoke 'mvn install:install-file'.

Re: Adding extra modules to parent pom does not create an extra project in continuum

2006-06-16 Thread Emmanuel Venisse
Christian Gruber a écrit : What is the correct way to get another module included in the build? add new modules one by one or delete all (parent and sub-modules) and read the parent. This last option is highly frustrating (I've had to do it many times), because it kills any build

Re: docbook plugin - how to ??

2006-06-16 Thread Felipe Gaúcho
Dear Bolcina, first of all thank you very much for the friendly responses... I have an old project that uses DocBook to generate its documentations in PDF format (https://cejug-classifieds.dev.java.net/).. everything works fine on the old versions of Maven.. in fact my maven script is a set of

RE: Build Version Numbering

2006-06-16 Thread Adam Leggett
Thanks Emmanuel, I want to display the build version in the built application. The app is a java gui installer. My M2 build binds antrun to package phase which invokes an ant buildfile. The ant build reads the version number property and includes it in the application. Im not looking to

Reference to plugin's pom.xml during build.

2006-06-16 Thread Marcin Maciukiewicz
Hello! I'm working on Maven plugin for building project using 3rd paty tools. Problem: My plugin (PLUGIN) is used to build project (PROJECT). When building PROJECT my PLUGIN need to use RESOURCES (file skeletons, etc) . I want the RESOURCES to be in separate artifact refered from PLUGIN.

RE: Adding extra modules to parent pom does not create an extra project in continuum

2006-06-16 Thread Christian Gruber
Hey Emmanuel, File an issue and we'll look if we can do it. Should have expected that response. :) Cg. christian gruber + agile coach and architect Israfil Consulting Services Corporation email [EMAIL PROTECTED] + bus +1 (905) 640-1119 cell: +1 (416) 998-6023 + cell: +1 (410) 900-0796

Re: Maven repository manager (and maven-proxy)

2006-06-16 Thread Tamás Cservenák
... with some constraints... The MavenLogic will still track the timeout of various artifacts (like snapshots, metadata and so) and MAY delete them from local peer. So, i have to expand my previous answer: 0. shut down Proximity 1. comment out remote peer refs from Repo beans 2. change proxy

RE: Shared properties across multiple modules

2006-06-16 Thread Read, Matt
Have you tried profiles in your settings.xml? -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: 14 June 2006 23:35 To: Maven Users List Subject: RE: Shared properties across multiple modules Please - someone out there must be using things like port number across

RE: Consulting

2006-06-16 Thread Matilda Robert
Hi, I found some helpful information on the website that you provided. Thanks. Any website that has examples for creating the parent pom in M2 is always helpful. Thanks for sharing. I was just wondering if there are any upcoming M2 training courses in the near future? Thanks Matilda

RE: Shared properties across multiple modules

2006-06-16 Thread EJ Ciramella
Yeah, that'd work - but what I'd like to do is have a default in each module and let the user override with a profile in their own settings.xml. What's the best way to do this? -Original Message- From: Read, Matt [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 8:09 AM To: Maven

Re: Can we add jars from maven repository from maven itself

2006-06-16 Thread ben short
http://maven.apache.org/guides/mini/guide-deploying-3rd-party-jars.htmlhttp://maven.apache.org/guides/mini/guide-deploying-3rd-party-jars.html Ben On 6/16/06, Vikas Sharma [EMAIL PROTECTED] wrote: Is there a plugin available to install the 3rdparty jars to maven repository? Currently I am

Re: Can we add jars from maven repository from maven itself

2006-06-16 Thread ben short
Sorry, Do you mean install them into your local machines repo? If so then mvn install will do this for you. If you want to install them to a remote repo, then see my previous post. Ben On 6/16/06, ben short [EMAIL PROTECTED] wrote:

Re: docbook plugin - how to ??

2006-06-16 Thread Borut Bolčina
Hello Felipe, I have this in my build pom's section         plugins                                    plugin                 artifactIdmaven-site-plugin/artifactId                 groupIdorg.apache.maven.plugins/groupId                 version2.0-beta-5/version                

AW: Re: AW: Re: Nullpointer while scm AbstractUpdateCommand

2006-06-16 Thread thorsten
Hi Emmanuel, in the attachment you find an extract of the log files - do you need more input? Thorsten it's what I fixed in maven-scm-1.0-beta-3 before the release of continuum for the file provider. Send us your logs and stacktrace. Emmanuel [EMAIL PROTECTED] a écrit : Hello Emmanuel,

strange problem - occurs after restarting continuum

2006-06-16 Thread Feniks Nator
Hey all, we are running continuum 1.0.3 on a windows server (2003), and we have installed it as a service. We have the following project structure ROOT - master - module 1 - module 2 - module 3 When I restart continuum (restarting the service), I get the following error for the all modules:

Re: Change build order for multi-module build

2006-06-16 Thread Julien HENRY
Hi, I'm using the following layout : parent |-module1 (core) |-module2 (commons-tests) |-module3 (plugin1) |-module4 (plugin2) plugin1 and plugin2 depend on core, and on commons-tests (scopetest/scope). The problem is when I run the tests for module34, cobertura only reports text

RE: IBM WAS 6 M2 plugin

2006-06-16 Thread Mike Perham
We use Websphere Rapid Deploy. Just copy the generated EAR to the Websphere Rapid Deploy directory. Works on both development machines and automated test machines. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 4:05 AM To:

SV: Multiple test executions

2006-06-16 Thread Peter Karlsson
I haven't been able to sort this one out yet. Does anyone know how this works under the hood? /Peter Peter Karlsson [EMAIL PROTECTED] skrev: Hi, I'm getting multiple executions of all tests when adding the surefire report and the cobertura report plugins to my pom. Is it possible to have all

RE: IBM WAS 6 M2 plugin

2006-06-16 Thread Andrew-A . Davies
Thanks Mike. How do you get around bindingfile generation ? Do you generate at deploy time automatically (wsi files, etc) ? -Original Message- From: Mike Perham [mailto:[EMAIL PROTECTED] Sent: 16 June 2006 14:48 To: Maven Users List Subject: RE: IBM WAS 6 M2 plugin We use Websphere

RE: IBM WAS 6 M2 plugin

2006-06-16 Thread Mike Perham
The bnd files are generated by the developer and packaged in the ear/war. We have standard names for our websphere datasources, etc. I don't know what a wsi file is. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 9:07 AM To:

Re: Build Version Numbering

2006-06-16 Thread John Goyer
How do I tag a build on success? I am using maven2 and would like to make a new tag after each build that succeeds. I would also like to include a version number (preferred) or date/timestamp in the tag.only builds in succes have a continuum build number.Adam Leggett a �crit : Thanks

command line options

2006-06-16 Thread EJ Ciramella
Is there any way to pass in version1.0-SNAPSHOT/version?

[M2] surefire classpath bug

2006-06-16 Thread Wim Deblauwe
Hi, any chance that a new version of surefire will be made with a fix for bug [MSUREFIRE-115] in it? Is there any more proof needed before the patch gets added to the code? I check out the code from https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-surefire-plugin/(the url on the

Re: build is not finished if start executable

2006-06-16 Thread Maksimenko Alexander
Emmanuel Venisse wrote: Hmm, very strange. Do you have updated your ant script? http://maven.apache.org/continuum/faqs.html#how-does-continuum-detect-a-successful-build yes of cause has anybody tried to restart server in project build? I thought it is common task for continues

Automatically deploy snapshot bulds to remote repo

2006-06-16 Thread ArneD
Hi, is there a way of telling Continuum to make nightly builds only for snapshot versions? Particularly, I want to have the nightly snapshot builds automatically deployed to the snapshot repository. This is why I would change the build goals from clean install to clean deploy. Projects that

RE: command line options

2006-06-16 Thread Shanmugam, Venkat
I use a property from settings.xml(Which gets updated using a home grown plug-in during release). Thanks, Venkat Shanmugam -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 10:20 AM To: Maven Users List Subject: command line options Is there

qalab chart = duplicate checkstytle config

2006-06-16 Thread leahpar
hello world, I try to use qalab with checkstytle and pmd, ... I get fine results but I must put the same configuration two times : one in the build and one in the report ! it makes me sick. I don't need XML trick like !entity , I search a maven solution I try to explain in details. from the

RE: IBM WAS 6 M2 plugin

2006-06-16 Thread Andrew-A . Davies
Cheers. Meant xmi sorry 4 confusion -Original Message- From: Mike Perham [mailto:[EMAIL PROTECTED] Sent: 16 June 2006 15:15 To: Maven Users List Subject: RE: IBM WAS 6 M2 plugin The bnd files are generated by the developer and packaged in the ear/war. We have standard names for our

Error with maven-archetype-j2ee-simple

2006-06-16 Thread Naresh Bhatia
I am running the following command to generate a simple J2EE app: mvn archetype:create -DgroupId=TestEarApp -DartifactId=TestEarApp -DarchetypeArtifactId=maven-archetype-j2ee-simple But I am getting the following error. Can someone give me a helping hand on this one? [INFO]

Re: Error with maven-archetype-j2ee-simple

2006-06-16 Thread Felipe Gaúcho
I was having several problems with the maven until I started to run the command with the -U flag.. it forced the maven to update its libraries and the things started to happens. On 6/16/06, Naresh Bhatia [EMAIL PROTECTED] wrote: I am running the following command to generate a simple J2EE

Re: strange problem - occurs after restarting continuum

2006-06-16 Thread Emmanuel Venisse
Feniks Nator a écrit : Hey all, we are running continuum 1.0.3 on a windows server (2003), and we have installed it as a service. We have the following project structure ROOT - master - module 1 - module 2 - module 3 When I restart continuum (restarting the service), I get the following

Re: Build Version Numbering

2006-06-16 Thread Emmanuel Venisse
you can attach the scm:tag goal to the install phase in your pom. With it, you'll can add a timestamp in the tag name. Emmanuel John Goyer a écrit : How do I tag a build on success? I am using maven2 and would like to make a new tag after each build that succeeds. I would also like to

Re: Automatically deploy snapshot bulds to remote repo

2006-06-16 Thread Emmanuel Venisse
yes, goals to use is clean deploy, but continuum don't know what is a project in dev and a released project. Generally, when we release a project, the code is tagged and the code in trunk is updated to an incremented snapshot version. Emmanuel ArneD a écrit : Hi, is there a way of telling

Re: AW: Re: AW: Re: Nullpointer while scm AbstractUpdateCommand

2006-06-16 Thread Emmanuel Venisse
oh, you're right, it isn't fixed. I fixed it after the release. If you want a fix, you can replace your local scm provider by this one :

Maven with a C++ Project

2006-06-16 Thread Brad Harper
I'm evaluating Maven's suitability to manage multi-platform builds for a C++ product targeting WIN32 and *nix. Not having applied Maven in the conventional Java context, I'm trying to map a hypothetical project onto the end goal of deploying a thing composed of multiple .exe files, .so or .dll

RE: Error with maven-archetype-j2ee-simple

2006-06-16 Thread Naresh Bhatia
Thanks Felipe. Unfortunately, -U does not help. I even wiped out the entire m2 repository and tried from scratch. I still get the same two errors: [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader. ... [ERROR] ResourceManager : unable to find

Re: Errors using changelog plugin

2006-06-16 Thread Julian Wood
http://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-changelog- plugin/ J On 14-Jun-06, at 4:09 AM, joluv wrote: Hi. I encounter the same problem, I got the v2.0.4 Maven version, with changelog plugin v 2.0-beta-1, and it doesn't work. I would like to know where it is possible

RE: RE: Error with maven-archetype-j2ee-simple

2006-06-16 Thread Kieran Brady
I think this is your problem: http://jira.codehaus.org/browse/ARCHETYPE-36 Seems it was fixed early this week so you may need to build it from source or wait for the next release. Thanks Felipe. Unfortunately, -U does not help. I even wiped out the entire m2 repository and tried from scratch.

Failure with clover plugin

2006-06-16 Thread Parrott, Jason
Hi, Im getting this error any time I attempt to use the clover plugin with code that has java 5 annotations in it. As soon as I remove the jdk 1.5 source it runs fine. I know that I have set the JDK 1.5 option and there is a log msg that notes it is being used. Any help is appreciated: Clover

Re: Automatically deploy snapshot bulds to remote repo

2006-06-16 Thread ArneD
Thank you, Emmanuel. Emmanuel Venisse wrote: yes, goals to use is clean deploy, but continuum don't know what is a project in dev and a released project. Generally, when we release a project, the code is tagged and the code in trunk is updated to an incremented snapshot version.

Re: Maven with a C++ Project

2006-06-16 Thread dan tran
maven works best with one artifact per project ( cohesive build). native-maven-plugin embraces that practice. So you will need to pay upfront to create all the pom files per extension type, after that maven will take care the rest for you ( ie just like any java artifacts) So here are my

RE: RE: Error with maven-archetype-j2ee-simple

2006-06-16 Thread Naresh Bhatia
Yep, that's exactly the problem. Any idea on release cycle of maven-archetype? Thanks. Naresh -Original Message- From: Kieran Brady [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 12:17 PM To: users@maven.apache.org Subject: RE: RE: Error with maven-archetype-j2ee-simple I

Help writing a plugin

2006-06-16 Thread Dan Adams
I'm trying to write a plugin that starts and stops an instance of the HSQLDB server. The Server class provides a main method so that you can run it from the command line or start it programmatically. If I run it from the command line it starts up and then keeps running (the jvm doesn't exit) which

assembly-plugin: How to add system-scope jar to zip?

2006-06-16 Thread Rob Dickens
Dear Maven users, For example, I'd like to include the 'swing-layout-1.0.jar' that's required in the classpath after creating my gui using the NetBeans gui-builder (Matisse). I only seem to be able to include jars installed in Maven repositories. Please could someone in the know point out

Re: Automatically deploy snapshot bulds to remote repo

2006-06-16 Thread Emmanuel Venisse
if you don't have scm activity on a project that don't have in dev, continuum won't build it so it won't deploy artifacts. Emmanuel ArneD a écrit : Thank you, Emmanuel. Emmanuel Venisse wrote: yes, goals to use is clean deploy, but continuum don't know what is a project in dev and a

RE: Failure with clover plugin

2006-06-16 Thread Vincent Massol
Hi Jason, Does it work with Clover when you're not using the Clover plugin? Could you post your pom.xml? Thanks -Vincent -Original Message- From: Parrott, Jason [mailto:[EMAIL PROTECTED] Sent: vendredi 16 juin 2006 18:18 To: users@maven.apache.org Subject: Failure with clover

calling ant build.xml directly

2006-06-16 Thread cristal
Hi guys, this might be a stupid question, but... Can I simply call an existing ANT's build.xml file explicitly from Maven2 POM without wrinting any mojo plugin? Probably like this: execute/path/build.xml/execute I just try to confirm my conclusion that the only way to make use of ant targets

Re: Consulting

2006-06-16 Thread natalie burdick
Matilda, There is one in Oslo, NO in June on the 22nd (not sure if that is pratical for you) - if it is let me know and I will forward details. Natalie On 6/16/06, Matilda Robert [EMAIL PROTECTED] wrote: Hi, I found some helpful information on the website that you provided. Thanks. Any

Problem with release plugin w/ CVS ... leading slash in Repository file?

2006-06-16 Thread Andy Smith
Hi All, I'm currently exploring using the scm plugin, primarily interested in using it in conjunction with the release plugin. Having a bit of a problem though... and help appreciated. I think I can see what's happening to cause the first issue but don't know how to fix it. My particular maven

RE: Shared properties across multiple modules

2006-06-16 Thread Read, Matt
I believe the recommendation from the book is to use a shared Maven installation with a default conf/settings.xml file that is inherited by everyone and can be over-ridden locally. I've not actually tried this though as in my environment, installing a shared application implies running apps off

RE: calling ant build.xml directly

2006-06-16 Thread Mike Perham
See the maven-antrun-plugin docs. -Original Message- From: cristal [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 12:35 PM To: users@maven.apache.org Subject: calling ant build.xml directly Hi guys, this might be a stupid question, but... Can I simply call an existing

Re: RE: Error with maven-archetype-j2ee-simple

2006-06-16 Thread Felipe Gaúcho
did you set the JAVA_HOME ? * I know it could be stupid answers, but sometimes the problem is just like that On 6/16/06, Naresh Bhatia [EMAIL PROTECTED] wrote: Yep, that's exactly the problem. Any idea on release cycle of maven-archetype? Thanks. Naresh -Original Message-

Proximity RC1 Release

2006-06-16 Thread Tamás Cservenák
Hi all, Proximity RC1 is released! New features: - Repository status control, like offline (if proxied remote peer is inaccessible) and available (repo turned off) implemented - Fine tuning of remote peer HTTP transport params like timeout, retrieval retry count, proxy params - Repository

Problems downloading from internal remote repository

2006-06-16 Thread EJ Ciramella
I have run about 90% of the goals that the users will run and have built up my local .m2 repository. From here, I've copied over these files to our (apache 2 served up) internal remote repository. But now I see: Downloading:

Re: Problems downloading from internal remote repository

2006-06-16 Thread Tamás Cservenák
The M2 local repo and remote repo are NOT the same. They look the same at a first glance. Some very important metadata files gets renamed when downloaded to your ~/.m2! Compare your local repo with some real remote repo! Look for maven-metadata.xml files! This difference get even worse with

Re: [m2] problem w/ antcall in ANT-based mojo

2006-06-16 Thread cristal
The only work-around to this issue is to add a line of ant script in the target before you invoke the antcalltask, like this copy file=/my/plugin/path/mymojo.build.xml tofile=/my/plugin/path/build.xml / so that there is always a build.xml available in the directory by the time antcall is

RE: RE: Error with maven-archetype-j2ee-simple

2006-06-16 Thread Naresh Bhatia
Yep, JAVA_HOME=D:\Program Files\Java\jdk1.5.0_06 which is where my JDK is installed. I agree, sometimes it is stupid things like this that can cause the problem - but it is not this one :-). May be it is just a matter of waiting for the next version with the fix. Naresh -Original

Re: RE: Error with maven-archetype-j2ee-simple

2006-06-16 Thread Felipe Gaúcho
verify also if some other VM is in your PATH variable, like the IBM websphere ones or an old configuration... good luck my friend :) On 6/16/06, Naresh Bhatia [EMAIL PROTECTED] wrote: Yep, JAVA_HOME=D:\Program Files\Java\jdk1.5.0_06 which is where my JDK is installed. I agree, sometimes it

Re: Question on maven-plugin-testing-harness

2006-06-16 Thread Jochen Wiedmann
Maria Odea Ching wrote: I don't think you need to include the goalPrefix (xml) when you lookup the mojo in your test case when you use the testing harness. It should be: ValidatorMojo vm = (ValidatorMojo) lookupMojo( validate, testPom ); Thanks, that worked! Jochen

RE: RE: Error with maven-archetype-j2ee-simple

2006-06-16 Thread Naresh Bhatia
Only 1 VM in the PATH and it is the first one in the path (D:\Program Files\Java\jdk1.5.0_06\bin) Naresh -Original Message- From: Felipe Gaúcho [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 2:42 PM To: Maven Users List Subject: Re: RE: Error with maven-archetype-j2ee-simple

Start/stopping hsqldb as a maven plugin

2006-06-16 Thread Dan Adams
I'm writing an hsqldb plugin that when you run the plugin will start an hsqldb server in the background and leave it running. The motivation for this is I would like to use it for integration tests so that the server is started before the tests and stopped after. This would be very similar to how

  1   2   >