Re: Maven Proxy

2007-10-12 Thread Wilfred Springer
I would definitely recommend Artifactory. On Fri, 2007-10-12 at 02:10 -0700, maarten roosendaal wrote: > Hi, > > We use Archiva (beta2) which works fine. We had some problems with the beta1 > version but getting it up and running was very easy. The hard part is comming > up with procedures reg

Property substitution in activation settings

2007-09-28 Thread Wilfred Springer
with my system. I have seen a couple of bug reports on the fact that property expansion doesn't work, sometimes it appears to have been fixed, sometimes it doesn't. Does anyone have a clue? Wilfred -- Wilfred Springer | Software Architect | TomTom | [EMAIL PROTECTED] | +31 (0) 6 4

RE: Ant-based Mojo and Classpath

2006-11-08 Thread Wilfred Springer
. -Original Message- From: JC Walmetz [mailto:[EMAIL PROTECTED] Sent: Wed 11/8/2006 5:22 PM To: users@maven.apache.org Subject: Re: Ant-based Mojo and Classpath Hi, I have the same problem. Did someone find a solution ? Wilfred Springer wrote: > > Hi all, > > I

Re: Maven plugin to generate Java source, SQL schema, and O/R mapping files from XSD?

2006-10-13 Thread Wilfred Springer
Modello is similar, to some extent... Apart from the fact that it doesn't support JAXB, Hibernate and XML Schema. ;-) Instead you would use Modello's own schema language, their own data binding tools and JPOX for persistency. http://mojo.codehaus.org/ On Fri, 2006-10-13 at 11:29 +0200, Aleksei

RE: docbook plugin

2006-10-10 Thread Wilfred Springer
Hi Aleksei, I'll add to the manual that - at this stage - you need to add my personal repository (http://agilejava.com/maven/) to your list of repositories. I have been trying to get the plugin uploaded to the central repository, but for some reason you can only upload plugins if you set up an

RE: docbook plugin

2006-10-09 Thread Wilfred Springer
If found out about it in Mergere's Maven 2 book. -Original Message- From: pjungwir [mailto:[EMAIL PROTECTED] Sent: Mon 10/9/2006 11:50 PM To: users@maven.apache.org Subject: Re: docbook plugin Jacek Laskowski-4 wrote: > > On 10/9/06, Andr?s <[EMAIL PROTECTED]> wrote: >> I don't know

RE: assembly:assembly does everything twice

2006-10-09 Thread Wilfred Springer
I can't remember all of the details, but something like this will probably solve it: maven-assembly-plugin attached package target/dep.xml So specify the

RE: docbook plugin

2006-10-09 Thread Wilfred Springer
ncluding the 'site:generate' plugin. Hope it helps. Thanks, Wilfred -Original Message- From: Andrés [mailto:[EMAIL PROTECTED] Sent: Mon 10/9/2006 7:34 PM To: Maven Users List Subject: Re: docbook plugin El 09/10/2006 15:32, Wilfred Springer escribió: > It depends. You can

Re: docbook plugin

2006-10-09 Thread Wilfred Springer
> is usable. > > I have documents in simplified DocBook. > > Bye. > /lexi > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Wil

Re: [POLL] Why switch to Maven?

2006-08-30 Thread Wilfred Springer
not enough plugins available. > > * We already have a large investement in tool X. > > * I have to build native/non-Java code. > > > > Any more reasons? Care to expand these ideas? > > Thanks for your help! > > > > Eric Redmond > > http://codehaus.org/~eredmond > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Wilfred Springer | Software Architect | TomTom | [EMAIL PROTECTED] | +31 646 720 990

Re: maven-assembly-plugin: weird life cycle

2006-08-30 Thread Wilfred Springer
y:single (as assembly:attached > > > doesn't work in a multi-module environment). > > > > > > I have added assembly:single to my build lifecyle (I did not have to > > > specify which lifecyle) and when I run mvn package it correctly builds > > &

Re: docbook plugin - how to ??

2006-08-03 Thread Wilfred Springer
Hi Felipe, I've crafted another DocBook plugin. (In order to prevent naming conflicts conveniently called Maven Docbkx Plugin.) Since I was in the same situation you were and had to let go of my Ant scripts, I've kind of taken the opportunity to turn into something that is *at least* as usable as

Ant-based Mojo and Classpath

2006-06-19 Thread Wilfred Springer
Hi all, I'm trying to implement a plugin based on the mechanism described here (http://maven.apache.org/guides/plugin/guide-ant-plugin-development.html) and I can't figure out how to add a libraries to the Ant classpath. Does anybody have a clue? Using these properties: * maven.dependen

Re: Start/stopping hsqldb as a maven plugin

2006-06-16 Thread Wilfred Springer
I created one a while ago. My employer allows it to be open sourced, so that shouldn't be a problem, but I just haven't had the time to do it yet. It works fine for us, but it hasn't been tested properly. I'm happy to make it available under an Apache license agreement. See http://www.agilejava.co

Re: Subclassign AbstractAntMojo

2006-05-28 Thread Wilfred Springer
Just FYI: I appeared to be working with the maven-antrun-plugin v. 1.1 instead of 1.0 in the Maven XDoclet plugin. Moving to 1.0 solved the problem. Thanks! On Sat, 2006-05-27 at 21:20 +0200, Kenney Westerhof wrote: > On Sat, 27 May 2006, Wilfred Springer wrote: > > Hi, > >

m2: Delegating to other Mojo

2006-05-28 Thread Wilfred Springer
All, Is there any way to force execution of some Mojo from another Mojo? Thanks, Wilfred

Subclassign AbstractAntMojo

2006-05-28 Thread Wilfred Springer
All, I tried to subclass AbstractAntMojo for another project, and I fail to see how to configure it correctly. I figured that either the existing components.xml fiel in maven-antrun-plugin would be picked by the classloader, or otherwise add a components.xml file of my own to src/main/resources in

Re: DocBook Maven Plugin

2006-05-21 Thread Wilfred Springer
uot;http://xslt-process.sourceforge.net/docbook.php">http://xslt-process.sourceforge.net/docbook.php.     Regards, Borut On 12.5.2006 22:06, Wilfred Springer wrote: All, With JavaOne around the corner, I figured it would be good time to make some announceme

DocBook Maven Plugin

2006-05-12 Thread Wilfred Springer
All, With JavaOne around the corner, I figured it would be good time to make some announcements, aka shameless advertising. For those of you who are not completely satisfied by the kind of DocBook support that Maven has on board, or the Mojo at mojo.codehaus.org, here's a chance to try something

Re: XMLBeans Plugin + Eclipse Mayhem

2006-05-05 Thread Wilfred Springer
gt; > > Greetings, > > > > Christian Domsch. > > > > P.S.: I attached the pom and the source for this plugin. > > > > > -Ursprüngliche Nachricht- > > > Von: Wilfred Springer [mailto:[EMAIL PROTECTED] > > > Gesendet: Freitag, 5.

Re: AW: XMLBeans Plugin + Eclipse Mayhem

2006-05-05 Thread Wilfred Springer
local > repository. For this, my plugin runs in the process-resources phase. > > Now the project insode eclipse can resolve anything it needs, with one > downside that you have to run the lifecycle one time outside eclipse > for the initial generation of this jar. > Wilfred Spring

XMLBeans Plugin + Eclipse Mayhem

2006-05-04 Thread Wilfred Springer
ow do I make sure that my client code has all of the class definitions of the 'project-xml-binding' project, and how do I configure my poms to make sure that eclipse:eclipse is giving me the proper project settings? Thanks, Wilfred Wilfred Springer | Software Architect | TomTom | [EMAIL PROTECTED] | +31 646 720 990

Prevent Inheritance

2006-04-28 Thread Wilfred Springer
Hi all, Is there any way to prevent a plugin in your plugins section to be inherited by submodules? Thanks, Wilfred Wilfred Springer | Software Architect | TomTom | [EMAIL PROTECTED] | +31 646 720 990

Re: [m2] Using the integration-test phase

2006-03-28 Thread Wilfred Springer
> > > Thanks, > Wendy > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Wilfred Springer | Software Architect | TomTom | [EMAIL PROTECTED]

m2 Repo Locations

2006-03-20 Thread Wilfred Springer
ed to upload snapshot builds. I would be interested to hear about your opinions. Cheers, Wilfred Wilfred Springer | Software Architect | TomTom | [EMAIL PROTECTED]

Re: m2 DocBook Directory

2006-03-19 Thread Wilfred Springer
p:describe -Dplugin=site > > what version was it working in before? > > Cheers, > Brett > > On 3/20/06, Wilfred Springer <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > AFAIK, in the past I was able to make sure that the doxia DocBook >

m2 DocBook Directory

2006-03-19 Thread Wilfred Springer
Hi all, AFAIK, in the past I was able to make sure that the doxia DocBook support kicked in by placing files in src/site/docbook, but nothing is happening now. I'm not even sure if DocBook support is invoked at all. Any clues? Thanks

RE: Installing artifacts into a local repository

2006-03-17 Thread Wilfred Springer
That should be 'mvn deploy'. 'mvn install' installs stuff in your local repository cache 'mvn deploy' deploys it to a repository mvn deploy will give you what you need. -Original Message- From: Bruno Patini Furtado [mailto:[EMAIL PROTECTED] Sent: Fri 3/17/2006 7:25 PM To: users@maven.a

Re: Is it possible?

2006-01-17 Thread Wilfred Springer
e possibility that attachments may contain software > viruses. You should carry out your own virus check before > opening the attachments. -- _ Wilfred SpringerPhone : +31 (0)3 3451 5736 Software Architect Mobile : +31 (0)6 2295 7321 Client Solutions Fax

Re: [m2] xmlbeans plugin

2005-11-16 Thread Wilfred Springer
s from? > > > > Thanks > > > > Rob -- _____ Wilfred SpringerPhone : +31 (0)3 3451 5736 Software Architect Mobile : +31 (0)6 2295 7321 Client SolutionsFax: +31 (0)3 3451 5

[m2] JAXB Plugin

2005-11-07 Thread Wilfred Springer
-- _ Wilfred SpringerPhone : +31 (0)3 3451 5736 Software Architect Mobile : +31 (0)6 2295 7321 Client SolutionsFax: +31 (0)3 3451 5734 Enterprise Web Services Mail : [EMAIL PROTECTED] Sun Microsystems NetherlandsAIM: wilfred

Exclude Report

2005-10-25 Thread Wilfred Springer
, Wilfred -- _____ Wilfred SpringerPhone : +31 (0)3 3451 5736 Software Architect Mobile : +31 (0)6 2295 7321 Client SolutionsFax: +31 (0)3 3451 5734 Enterprise Web Services Mail : [EMAIL PROTECTED] Sun Microsystems N

RE: CVS Mayhem

2005-10-21 Thread Wilfred Springer
e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- _ Wilfred SpringerPhone : +31 (0)3 3451 5736 Software Architect Mobile : +31 (0)6 2295 7321 Client Solutions

[m2/mvn] CVS Mayhem

2005-10-20 Thread Wilfred Springer
lost somewhere. -- _________ Wilfred SpringerPhone : +31 (0)3 3451 5736 Software Architect Mobile : +31 (0)6 2295 7321 Client SolutionsFax: +31 (0)3 3451 5734 Enterprise Web Services Mail : [EMAIL PROTECTED] Sun Microsyst

CVS Mayhem

2005-10-20 Thread Wilfred Springer
ans-plugin Thanks, Wilfred PS Note that there's no detail message, even though the parseScmUrl adds more detail to the parsing problem, but this data seems to get lost somewhere. -- _________ Wilfred SpringerPhone : +31

[Fwd: Re: [m2] NetBeans Plugin -> M2 Subversion and Ibiblio Repository]

2005-10-15 Thread Wilfred Springer
work. Jason offered to add another project for my plugin, but that doesn't make a lot of sense of course. Cheers, Wilfred -- _____ Wilfred SpringerPhone : +31 (0)3 3451 5736 Software Architect Mobile

[m2] NetBeans Plugin -> M2 Subversion and Ibiblio Repository

2005-10-14 Thread wilfred springer
-- wilfred springer <[EMAIL PROTECTED]> agilejava.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

m2: NetBeans Plugin

2005-10-13 Thread Wilfred Springer
people had been working on as well, so that's why I'm posting this here, just to make sure. I'd be happy to contribute it to the maven-components repository, if anybody is able to tell me how. Thanks, Wilfred -- _____

Re: m2: addResource vs. addCompileSourceRoot

2005-10-08 Thread Wilfred Springer
o.java?view=markup > > Jesse has already written a plugin for SableCC. I'm sure he'll pipe up > but maybe you'd like to collaborate on it? > > Cheers, > Brett > > On 10/9/05, Wilfred Springer <[EMAIL PROTECTED]> wrote: > > Hi all, > >

m2: addResource vs. addCompileSourceRoot

2005-10-08 Thread Wilfred Springer
clues? Thanks, Wilfred -- _____ Wilfred SpringerPhone : +31 (0)3 3451 5736 Software Architect Mobile : +31 (0)6 2295 7321 Client SolutionsFax: +31 (0)3 3451 5734 Enterprise Web Services Mail : [EMAIL PROTECTED] Sun Microsystems NetherlandsAIM

Re: [m2] Multiproject directory organization on CVS

2005-10-03 Thread Wilfred Springer
> > comment on the pros & cons ? > >> > > >> >> > >> >> Thanks in advance > >> >> Nelson Arapé > >> >> > >> >> PS: sorry for my english > >> >> > >> >> > >> >>

RE: [m2] javassist-3.0.pom missing in ibiblio repository

2005-07-20 Thread Wilfred Springer
Done. Thanks. On Wed, 2005-07-20 at 15:21, Vincent Siveton wrote: > Hi Wilfred, > > Lets add an issue here: > http://jira.codehaus.org/browse/MEV > > Cheers, > > Vincent > > > -Original Message- > > From: Wilfred Springer [mailto:[EMAIL PROTECTE

[m2] javassist-3.0.pom missing in ibiblio repository

2005-07-20 Thread Wilfred Springer
3.0 ) -- _ Wilfred SpringerPhone : +31 (0)3 3451 5736 Software Architect Mobile : +31 (0)6 2295 7321 Client SolutionsFax: +31 (0)3 3451 5734 Enterprise Web Services Mail : [EMAIL PROTECTED

Re: Add other repository [m2]

2005-07-14 Thread Wilfred Springer
> try this URL: > http://maven.apache.org/maven2/maven-settings/settings.html > > Dennis > On 7/14/05, Wilfred Springer <[EMAIL PROTECTED]> wrote: > > > > All, > > > > I want my project to check for a maven plugin from my own repository, >

Add other repository [m2]

2005-07-14 Thread Wilfred Springer
All, I want my project to check for a maven plugin from my own repository, before trying the http://repo1.maven.org/maven2/plugins repository. Any clues? Thanks, Wilfred -- _ Wilfred SpringerPhone : +31 (0)3 3451

site:deploy fails on sourceforge.net [m2]

2005-07-13 Thread Wilfred Springer
-- _ Wilfred SpringerPhone : +31 (0)3 3451 5736 Software Architect Mobile : +31 (0)6 2295 7321 Client SolutionsFax: +31 (0)3 3451 5734 Enterprise Web Services Mail : [EMAIL PROTECTED] Sun Microsystems NetherlandsAIM: wilfred springer

Wagon FTP [m2]

2005-07-13 Thread Wilfred Springer
t the wagon-ftp jar *is* installed in my local repository, but apparently the DefaultWagonManager isn't aware of its existence. Thanks, Wilfred -- _____ Wilfred SpringerPhone : +31 (0)3 3451 5736 Software

Dependency mayhem [m2]

2005-07-11 Thread Wilfred Springer
_ Wilfred SpringerPhone : +31 (0)3 3451 5736 Software Architect Mobile : +31 (0)6 2295 7321 Client SolutionsFax: +31 (0)3 3451 5734 Enterprise Web Services Mail : [EMAIL PROTECTED] Sun Microsystems NetherlandsAIM :

Re: DocBook support

2005-07-08 Thread Wilfred Springer
Wilfred On Fri, 2005-07-08 at 15:55, Siegfried Goeschl wrote: > Hi Wilfried, > > are you talking about M1 or M2? For M1 there is a plugin on > maven-plugins.sourceforge.net ... > > Cheers, > > Siegfried Goeschl > > Wilfred Springer wrote: > > &g

DocBook support

2005-07-08 Thread Wilfred Springer
Guys, Am I right that DocBook support is still missing? Thanks, Wilfred -- _ Wilfred SpringerPhone : +31 (0)3 3451 5736 Software Architect Mobile : +31 (0)6 2295 7321 Client Solutions

RE: [m2] No documents being generated

2005-07-08 Thread Wilfred Springer
is trying to find the VM_global_library.vm file which should > contain macros globally shared among all templates. > > Regards, > > Vincent > > > -----Original Message- > > From: Wilfred Springer [mailto:[EMAIL PROTECTED] > > Sent: Friday, July 08, 2005

[m2] No documents being generated

2005-07-08 Thread Wilfred Springer
ut I'm not entirely sure if this is causing the problem. Any suggestions? Wilfred -- _________ Wilfred SpringerPhone : +31 (0)3 3451 5736 Software Architect Mobile : +31 (0)6 2295 7321 Client Solutions

Re: [m2] Adding resources from plugin

2005-07-06 Thread Wilfred Springer
files that are being generated only because of some resources that still need to be included 'manually'. Cheers, Wilfred On Wed, 2005-07-06 at 15:00, Jason van Zyl wrote: > On Wed, 2005-07-06 at 14:36 +0200, Wilfred Springer wrote: > > Does anybody know if it is possible to a

[m2] Adding resources from plugin

2005-07-06 Thread Wilfred Springer
Does anybody know if it is possible to add resources to a POM automatically within my plugin? I'm looking for something like this: compileSourceRoots.add() - but then for resources. -- _ Wilfred Springer

Re: Plugin never invoked (m2)

2005-07-06 Thread Wilfred Springer
descriptor documentation at http://maven.apache.org/maven2/maven-model/maven.html. Cheers, Wilfred On Wed, 2005-07-06 at 10:32, Wilfred Springer wrote: > Hi, > > I'm trying to get my own plugin running (m2), but it is never invoked. > If I try to use it in a project, then Maven seems

Plugin never invoked (m2)

2005-07-06 Thread Wilfred Springer
ne: [INFO] sablecc-plugin: using locally installed snapshot Any clues? Wilfred == Mojo Source Code = /** * A Maven2 Mojo for generating Java sources from SableCC grammar files. * * @author Wilfred Springer * @version $Revision$ * @goal sablecc