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 PROTECTE

Re: Cannot login to Archiva web application

2006-12-15 Thread Minto van der Sluis
- Setting the password seems to work just fine - Logging in with the exact same password (and user admin) on the next screen fails. regards, Minto van der Sluis Wendy Smoak-3 wrote: > > On 12/12/06, Michael Horwitz <[EMAIL PROTECTED]> wrote: > >> I have managed to get Archiva

Re: Building archiva failed

2006-12-20 Thread Minto van der Sluis
Issues is filed under MRM-252 http://jira.codehaus.org/browse/MRM-252 regards, Minto Emmanuel Venisse wrote: > > Can you file an issue? We'll look at it later. > > Emmanuel > > Minto van der Sluis a écrit : >> Hi folks, >> >> Just tried building a

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

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 a

Setting up new project fails

2007-01-31 Thread Minto van der Sluis
it. I used 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.c

Re: Setting up new project fails

2007-02-02 Thread Minto van der Sluis
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 &

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 sho

Using FTP for site-deploy

2006-10-06 Thread Minto van der Sluis
, what would 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/ft

Error is FAQ generation.

2006-10-23 Thread Minto van der Sluis
(see [PS1] for more info). Please help me out, otherwise I have to repair the glitch in my custom 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/trun

Unsupported WTP version: 1.5

2006-11-13 Thread Minto van der Sluis
following versions: 1.0 R7 none. [INFO] [INFO] For more information, run Maven with the -e switch Any clues? Am I missing dependancies? Even removing the eclipse version from the pom does not help. Kind regards, Minto van der Sluis

Re: Unsupported WTP version: 1.5

2006-11-13 Thread Minto van der Sluis
: > > 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 &g

Re: Unsupported WTP version: 1.5

2006-11-13 Thread Minto van der Sluis
hots > http://people.apache.org/maven-snapshot-repository/ > > > > > apache.snapshots > http://people.apache.org/maven-snapshot-repository/ > > > > > Cheers, > > Stéphane. > > &

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. - site

Re: Javascript support

2009-09-21 Thread Minto van der Sluis
.org/query.action?cat=jar&q=javascript [2] http://javarepo.xoocode.org/search?q=javascript [3] http://mvnrepository.com/search.html?query=javascript PS. David, GWT is not an option for existing javascript files is it? PS. Nicolas, 19 open issues in Jira, so there is some community feedback

Re: Javascript support

2009-09-21 Thread Minto van der Sluis
t être sujets à la manipulation, nous ne pouvons accepter aucune 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 &g

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

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 empty

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. org.sonatype.aether aether-connector-wagon 1.7 org.apache.maven.wagon wagon-http