Re: Different behaviour: Embedder versus command line

2010-11-19 Thread Minto van der Sluis
Oliver thanks for the hint ;-) Besides aether I also had to add the wagon http provider. For people running into the same problem, add the following 2 dependencies to the project depending the maven embedder. dependency groupIdorg.sonatype.aether/groupId

Different behaviour: Embedder versus command line

2010-11-18 Thread Minto van der Sluis
Hi folks, I am trying to use the embedder on my project and run into different behaviour between embedder (class MavenCLI) and the maven command line. The command that gets executed looks like: mvn -X -gs ...\maven.settings.xml -f ...\simple-pom.xml clean Using the embedder with an

Javascript support

2009-09-21 Thread Minto van der Sluis
Hi Folks, What's the best way to handle javascript using Maven? I have searched the ML archive but it seems all projects have sort of died I have looked at javascript-maven-pluging [1]. But: - svn activity is near to none for the last year. - sources and web-site seem to be out of sync. -

Re: Javascript support

2009-09-21 Thread Minto van der Sluis
for existing javascript files is it? PS. Nicolas, 19 open issues in Jira, so there is some community feedback for your project. Minto van der Sluis schreef: Hi Folks, What's the best way to handle javascript using Maven? I have searched the ML archive but it seems all projects have sort of died I

Re: Javascript support

2009-09-21 Thread Minto van der Sluis
responsabilité pour le contenu fourni. Date: Mon, 21 Sep 2009 06:33:37 -0600 Subject: Re: Javascript support From: dhoff...@gmail.com To: users@maven.apache.org I've used GWT w/ maven. -Dave On Mon, Sep 21, 2009 at 6:26 AM, Minto van der Sluis mi...@multimach.comwrote: Hi Folks

Re: Javascript support

2009-09-21 Thread Minto van der Sluis
are exactly identical. It even introduces a runtime dependency on the maven repository which might not be available on all occasions. Regards, Minto 'misl' van der Sluis Manos Batsis schreef: Minto van der Sluis wrote: Oeps, it seems I stepped on some to toes, sorry guys ... and that I am

Re: fatal dependency management flaw in maven?

2008-07-01 Thread Minto van der Sluis
Hi Ishaaq, I am not sure but it seems like the dependency plugin is a good candidate to look at. Looking at the output of dependency:tree it shows scope informatie as well. regards, Minto van der Sluis Ishaaq Chandy wrote: ok, will give it a go - any pointers on the API I should

Re: Setting up new project fails

2007-02-02 Thread Minto van der Sluis
this issue. regards, Minto Emmanuel Venisse wrote: Can you try continuum 1.1 snapshot? I think it's fixed. Emmanuel Minto van der Sluis a écrit : Thanks Hilco, Maybe I should better read what I write. Luckily the password was for a test account. And a password without an account

Re: Setting up new project fails

2007-02-01 Thread Minto van der Sluis
with the second options ;-) regards, Minto van der Sluis Hilco Wijbenga-2 wrote: On 1/31/07, Minto van der Sluis [EMAIL PROTECTED] wrote: scm-passwordadam20064/scm-password *I* promise not to tell anyone ... but you might want to change your password anyway. ;-) Seems like I am

Setting up new project fails

2007-01-31 Thread Minto van der Sluis
the scm:cvs notation for this, but whatever I try Continuum has never been able to retrieve my pom. Seems like I am running out of options. Does anyone know how I can get my projects into Continuum? Kind regards, Minto van der Sluis -- View this message in context: http://www.nabble.com/Setting-up-new

Incorrect facet information when doing mvn eclipse:eclipse for war and ejb projects.

2007-01-25 Thread Minto van der Sluis
Hi folks, Seems like JIRA is offline, so I post it here first and create the issue later. When running 'mvn eclipse:eclipse' the results do not take the proper servlet-api en ejb-api into account. ejb version is not taken into account (see http://jira.codehaus.org/browse/MECLIPSE-198) servlet

Re: Failure executing javac

2007-01-09 Thread Minto van der Sluis
Ah, found it, seems to be a known plexus compiler issue http://jira.codehaus.org/browse/PLX-314 When can this issue and the accompanying fix be expected to show up in a release? How can I in the mean time get this working locally? Kind regards, Minto van der Sluis Minto.van.der.Sluis wrote

multiple proxies for 1 managed repository

2006-12-20 Thread Minto van der Sluis
Hi all, It is possible to set up multiple proxies to refer to the same managed repository. But when requesting an artifact will all these proxies be tried one by one till the artifact is found? Kind regards, Minto van der Sluis -- View this message in context: http://www.nabble.com/multiple

Re: Cannot login to Archiva web application

2006-12-18 Thread Minto van der Sluis
I can confirm this behavior. regards, Minto van der Sluis Michael Horwitz wrote: Hi, I'm using the latest off head: revision 486564 As a note I am trying to login as admin. Login works using FireFox 1.5.0.8, but fails using IE 6.0.28. The behaviour is totally reproducible. Both

Re: Building archiva failed

2006-12-13 Thread Minto van der Sluis
I finally discovered what went wrong :-) I was using JDK 6 rc, switching back to JDK 5 solved my problems. Hmm, maybe I should give the official JDK 6 release a try. I will do so later. regards, Minto Wendy Smoak-3 wrote: On 12/6/06, Minto van der Sluis [EMAIL PROTECTED] wrote: I have

Re: Building archiva failed

2006-12-06 Thread Minto van der Sluis
] [ERROR] BUILD ERROR [INFO] [INFO] Error creating assembly: You must set at least one file. Anyone with more clues? Kind regards, Minto van der Sluis Arnaud HERITIER wrote: Which

Unsupported WTP version: 1.5

2006-11-13 Thread Minto van der Sluis
the pom does not help. Kind regards, Minto van der Sluis -- View this message in context: http://www.nabble.com/Unsupported-WTP-version%3A-1.5-tf2620918s177.html#a7313519 Sent from the Maven - Users mailing list archive at Nabble.com

Re: Unsupported WTP version: 1.5

2006-11-13 Thread Minto van der Sluis
. Regards, Minto Stéphane Bouchet-3 wrote: You may use the 2.3-SNAPSHOT version of the eclipse plugin to have it to work. Cheers, Stéphane. Minto van der Sluis a écrit : Hi all, I try to use the maven eclipse plugin for WTP 1.5. But it tells me it does not know WTP 1.5. What am I

Re: Unsupported WTP version: 1.5

2006-11-13 Thread Minto van der Sluis
/pluginRepositories Cheers, Stéphane. Minto van der Sluis a écrit : Hi, Thanks for the answers. I not have the following in my pom: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-eclipse-plugin/artifactId version2.3-SNAPSHOT/version

Error is FAQ generation.

2006-10-23 Thread Minto van der Sluis
site.css. But that ofcourse is not the right place. Kind regards, Minto van der Sluis PS1: Why maven1 code is not used. Have a look at the http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/faq/src/plugin-resources/faq.jsl?revision=425162view=markup faq.jsl in maven1. It has the following

Using FTP for site-deploy

2006-10-06 Thread Minto van der Sluis
it take to include it. Can this be done by an inexperienced user like me :-) Kind regards and keep up the good work, Minto van der Sluis [1] https://svn.apache.org/repos/asf/maven/wagon/tags/wagon-1.0-beta-1/wagon-providers/wagon-ftp/src/main/java/org/apache/maven/wagon/providers/ftp/FtpWagon.java