Re: Setting up a Internal Maven Repo

2007-01-15 Thread ir. ing. Jan Dockx
See On 16 Jan 2007, at 8:22, Barrie Treloar wrote: On 1/16/07, CHHAJED, Amit, GBM <[EMAIL PROTECTED]> wrote: Hi, I was looking for a links which will help me in setting up a Internal Maven repository and things that I need

Re: [M2] list of available goals (for all plugins)?

2006-12-04 Thread ir. ing. Jan Dockx
Define "ALL Maven2 plugins". Since Maven is an open system of plugins, the best answer is probably "Google" ;-). If you mean all build lifecycle phases, they are static, and can be found at cvs.peopleware.be/training/maven/maven2/buildLifecyclePhases.html> and at other places. On 4 Dec 200

Re: Hibernate 3.2

2006-11-15 Thread ir. ing. Jan Dockx
WARN: Don't go to www.mvnregistry.com! It redirects to a place that tries to install an exe for porn. (don't worry if you're on Mac OS X or other un*x ;-)). Damien Lecan: I'm not amused. On 15 Nov 2006, at 17:27, LECAN Damien wrote: To search artifacts : www.mvnrepository.com www.mvnregist

Re: Surefire report issues

2006-11-15 Thread ir. ing. Jan Dockx
If all tests pass, there is no problem … ;-) On 15 Nov 2006, at 12:21, Dave Syer wrote: Thanks for the reference. Can anyone tell me how come there are so many good projects out there using maven 2, when the support for unit test reporting is so poor? I can't be the only one that is fru

Re: docbook plugin

2006-10-15 Thread ir. ing. Jan Dockx
On 13 Oct 2006, at 16:39, pjungwir wrote: ir. ing. Jan Dockx wrote: <http://cvs.peopleware.be/training/maven/maven2/ buildLifecyclePhases.html> hope this helps. Thanks. That is the best table I've seen so far. I eventually figured this out by looking here: https://svn

Re: docbook plugin

2006-10-13 Thread ir. ing. Jan Dockx
hope this helps. On 9 Oct 2006, at 23:50, pjungwir wrote: Jacek Laskowski-4 wrote: On 10/9/06, Andr?s <[EMAIL PROTECTED]> wrote: I don't know about such a "pre-site" phase. Indeed, I think there's no "site" p

maven1, hbm2ddl: Why does this fail with a NullPointerException?

2006-05-12 Thread ir. ing. Jan Dockx
If this ant script works (it does): == == Why then

C#

2006-01-11 Thread ir. ing. Jan Dockx
Does anybody have any experience with using maven with C# and Visual Studio? Are there best practices for directory layout, which files to store in CVS and which not, etcetera? Ok, I know a visual-studio plugin like the eclipse or netbeans plugin probably won't exist, but any experience would be he

Re: Optional dependencies

2006-01-01 Thread ir. ing. Jan Dockx
dependencies. It's not really intended for use in a real Maven build. - Brett On 1/2/06, ir. ing. Jan Dockx <[EMAIL PROTECTED]> wrote: Frankly, I have no idea ;-). I knew the tag existed, but have no experience with it yet, although I do recognize your problem (see http://cvs.peopleware.

Re: Optional dependencies

2006-01-01 Thread ir. ing. Jan Dockx
g interacts with the dependency scopes. On 1 Jan 2006, at 20:39, Jochen Wiedmann wrote: ir. ing. Jan Dockx wrote: Have you tried the tag for the dependency? Thank you. To be honest, I wasn't aware of this tag. Reading through the docs, I do, however, believe, that it is a partial sol

Re: Optional dependencies

2006-01-01 Thread ir. ing. Jan Dockx
Have you tried the tag for the dependency? On 1 Jan 2006, at 14:25, Jochen Wiedmann wrote: Hi, are there any recommendations on how to handle dependencies, which aren't always required? For example, I am using JDK 1.5 classes in some projects like javax.xml.Constants, or javax.xml.namespace.Q

Re: [m2] example of usage converted from m1?

2005-12-26 Thread ir. ing. Jan Dockx
Maybe can help? On 26 Dec 2005, at 11:15, Yann Le Du wrote: Can you send your POM ? -- Yann 2005/12/23, Mick Knutson <[EMAIL PROTECTED]>: I am migrating m1 to m2, and am trying to build the site with all the reports I have been using in m1 and the build is complaining that I use instead of

Re: [m2] production ready? any experience?

2005-12-21 Thread ir. ing. Jan Dockx
Ok, here goes 1) Pom needs to be simplified, made better, more understandable, a real meta-model of the project, with orthogonal information, … Users should have a mental model of the POM, and not of plugins and executions and what not. 2) Clear up the use (top-feature!) of ${} thingies. Currentl

Re: [m2] jdepend

2005-12-21 Thread ir. ing. Jan Dockx
reviewed before it can be released. Thanks, Odea ir. ing. Jan Dockx wrote: I just got the jdepend plugin working from the head of cvs with a simple mvn install. Works like a charm. Problem is, that this plugin is not released in central at all, in any version. Could somebody please see to that, and

[m2] jdepend

2005-12-21 Thread ir. ing. Jan Dockx
I just got the jdepend plugin working from the head of cvs with a simple mvn install. Works like a charm. Problem is, that this plugin is not released in central at all, in any version. Could somebody please see to that, and push it out? Met vriendelijke groeten, Jan Dockx PeopleWare NV - Head

Re: Antw: RE: Which variables are available, e.g. for thexdoclet-maven-plugin?

2005-12-20 Thread ir. ing. Jan Dockx
You can add a section to the pom like this: src/main/java src/test/toryt ... and access those properties as ${ppw.javaSourceDirectory} and ${ppw.torytSourceDirectory}. For the rest: you are absolutely right. It is impossible to find out which properties do exist. For us, ${project.build.out

Re: Is it possible to make pom.xml simpler?

2005-12-15 Thread ir. ing. Jan Dockx
here, here Directory "pom", next to pom.xml, src and target; all xml files there are merged together; or something; reminds me of our faces-config.xml setup. On 15 Dec 2005, at 21:45, Arik Kfir wrote: How about splitting the POM? I mean, it's obvious that the POM will only grow with time. So a

Re: JavaPolis

2005-12-12 Thread ir. ing. Jan Dockx
face, so maybe we make a more formal arrangement? Who will be there tomorrow? Maybe we can agree for maven people to wear a funny hat tomorrow, or something? On 8 Dec 2005, at 9:03, Geoffrey wrote: Count me in. With kind regards, Geoffrey De Smet ir. ing. Jan Dockx wrote: Will Maven People

Re: "Working with maven 2" course notes released under Creative Commons

2005-12-10 Thread ir. ing. Jan Dockx
Hi Arnaud, Sure! How do you see this progressing? On 9 Dec 2005, at 21:55, Arnaud Bailly wrote: ir. ing. Jan Dockx wrote: Good point! (me idiot). On 9 Dec 2005, at 17:21, Matt Raible wrote: I'm assuming this is some sort of document we can look at online? Matt On 12/9/05, ir. ing. Jan

Re: RE : What is the proper way to handle properties files based on the environment you are building for?

2005-12-09 Thread ir. ing. Jan Dockx
~/.m2/settings.xml, ${basedir}/pom.xml or ${basedir}/profiles.xml, according to the documentation. On 9 Dec 2005, at 21:49, Frank Russo wrote: Where are profiles defined? I don't remember seeing that on the website. Thanks... Frank Russo Senior Developer FX Alliance, LLC -Original Messag

Re: "Working with maven 2" course notes released under Creative Commons

2005-12-09 Thread ir. ing. Jan Dockx
lto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 11:22 AM To: Maven Users List Subject: Re: "Working with maven 2" course notes released under Creative Commons I'm assuming this is some sort of document we can look at online? Matt On 12/9/05, ir. ing. Jan Dockx <[EMAIL PROTECTED]&

Re: "Working with maven 2" course notes released under Creative Commons

2005-12-09 Thread ir. ing. Jan Dockx
Good point! (me idiot). On 9 Dec 2005, at 17:21, Matt Raible wrote: I'm assuming this is some sort of document we can look at online? Matt On 12/9/05, ir. ing. Jan Dockx <[EMAIL PROTECTED]> wrote: We just released the course notes of our 3-day course "Working with Maven 2&q

"Working with maven 2" course notes released under Creative Commons

2005-12-09 Thread ir. ing. Jan Dockx
We just released the course notes of our 3-day course "Working with Maven 2" under a Creative Commons License (only attribution required). Given the time we spend in finding things out, other people new to Maven 2 might benefit from the notes, although they are only bullet-style. Met vriendelijk

JavaPolis

2005-12-07 Thread ir. ing. Jan Dockx
Will Maven People (nice ring, no? :-) ) meet at JavaPolis next week? Met vriendelijke groeten, Jan Dockx PeopleWare NV - Head Office Cdt.Weynsstraat 85 B-2660 Hoboken Tel: +32 3 448.33.38 Fax: +32 3 448.32.66 PeopleWare NV - Branch Office Geel Kleinhoefstraat 5 B-2440 Geel Tel: +32 14 57.0

Re: [m2] site:deploy hangs?

2005-12-05 Thread ir. ing. Jan Dockx
Lot's of people seem to have this problem with scp (I do on Mac OS X). Use scpexe instead. On 5 Dec 2005, at 16:34, Mike Perham wrote: I'm seeing behavior where small deploys seem to work fine but larger ones (1MB+) seem to fail every time. I'm using an scp: url to a Linux Fedora Core 4 server.

Re: dependency scopes

2005-12-04 Thread ir. ing. Jan Dockx
xt, what is the tag in a dependency declaration about? And finally, there is talk here and there about non-deterministic version specifications (e.g., [1.0.0), or 1.0.0,2.0.0. Is this active in maven 2.0? Is there any real documentation? ________________ From: ir. ing. Jan D

dependency scopes

2005-12-04 Thread ir. ing. Jan Dockx
I *really* don't fully grasp dependency scopes. Could somebody in the know please have a look at and correct some points? Or at least, give a 1-sentence use case (example) for each of the scopes? Until now, I found the following scopes mentioned in docs: * compile * test * runtime * provided *

Re: [M2] SerialVersionUID solution / Maven compiler settings

2005-12-02 Thread ir. ing. Jan Dockx
How come the same source is compiled twice? I believe that is the root of your problem. I suggest you take those Serializable classes, put them in a separate (maven 2) project, create 1 artifact, and use that jar as a dependency both in your RMI client and RMI server project. Don't share source cod

Re: shared web components

2005-11-30 Thread ir. ing. Jan Dockx
Wow! I didn't know such a thing could be possible with webapps (leaving maven out of the equation for a while). How would this work? On 30 Nov 2005, at 10:55, Nathan Coast wrote: Hi, Is there a plugin for M1.1 or M2 which handles artifacts that may be used by more than one webapp. e.g. I may h

Re: [m2] https repository

2005-11-28 Thread ir. ing. Jan Dockx
certificate imported as: sudo keytool -keystore $JAVA_HOME/lib/security/cacerts -import -file ssl.cer (On Mac OS X, and mutatis mutandi on other Unix variants and Windows). And it works! On 28 Nov 2005, at 22:40, ir. ing. Jan Dockx wrote: Ok: mvn -e compile now fails, with the following message

Re: [m2] https repository

2005-11-28 Thread ir. ing. Jan Dockx
hurdle! Now I can look at the basic auth problem. Sigh. On 28 Nov 2005, at 22:32, ir. ing. Jan Dockx wrote: Well, I have to admit. Running maven compile with this option reveals no trace of the certificate of our server! Thus, I added it again: [EMAIL PROTECTED]:jand>sudo keytool -keyst

Re: [m2] https repository

2005-11-28 Thread ir. ing. Jan Dockx
Well, I have to admit. Running maven compile with this option reveals no trace of the certificate of our server! Thus, I added it again: [EMAIL PROTECTED]:jand>sudo keytool -keystore /Library/Java/Home/lib/security/cacerts -import -file /Users/Shared/ssl.cer […] Enter keystore password: changei

Re: [m2] https repository

2005-11-28 Thread ir. ing. Jan Dockx
PROTECTED]:/ppw/projects/maven/public_html/maven2/repository/org/toryt/toryt-I/1.3.0-3.0/toryt-I-1.3.0-3.0.pom . toryt-I-1.3.0-3.0.pom 100% 124319.9KB/s 00:00 The download is instantenuous. I don't get it! On 28 Nov 2005, at 16:38, ir. ing. Jan Dockx wrote

Re: Repost: Weird behavior on central repository for a local resource

2005-11-28 Thread ir. ing. Jan Dockx
On 28 Nov 2005, at 16:36, Frank Russo wrote: Are these switches documented somewhere? That would be really useful. mvn -h or mvn -usage. And that's the only documentation I have found on the topic. I'll try it. Thanks, Green... Frank Russo Senior Developer FX Alliance, LLC -Original Mes

Re: [m2] https repository

2005-11-28 Thread ir. ing. Jan Dockx
Indeed. Thanks for this pointer to [EMAIL PROTECTED] nevertheless, but I can't find an answer there for my problem. Anyone else? On 28 Nov 2005, at 15:51, Arnaud Bailly wrote: ir. ing. Jan Dockx wrote: Please? Someone? The previous answer points to a small guide I proposed for access

dependency scopes

2005-11-28 Thread ir. ing. Jan Dockx
I don't understand the dependency scope mechanism. Therefor, I created a page in the Wiki to get this sorted out. In the first version of this page, I am trying to make sense of different sources about the topic. This means the information here is not correct per definition! The intention of thi

Re: [m2] https repository

2005-11-28 Thread ir. ing. Jan Dockx
Please? Someone? On 28 Nov 2005, at 11:53, ir. ing. Jan Dockx wrote: Our company repository is on a https server with a self-signed certificate, with access control. Maven 1 -- With maven 1, we got this working in the following fashion. In the project.properties we have an entry for

Wiki kaput

2005-11-28 Thread ir. ing. Jan Dockx
So, apache.org is down, for a number of hours already. Now the codehaus wiki is kaput! I was working in there, and suddenly, things went down. Then existing pages (Mini Guides, Introductory Guides, FAQ's) went, now suddenly return Page Not Found. Is there something major going on, or is this jus

[m2] https repository

2005-11-28 Thread ir. ing. Jan Dockx
Our company repository is on a https server with a self-signed certificate, with access control. Maven 1 -- With maven 1, we got this working in the following fashion. In the project.properties we have an entry for the repository as follows: […] maven.repo.remote=https://${user.name}

Re: [M2] Where to find POM specification?

2005-11-25 Thread ir. ing. Jan Dockx
The doc for the pom is generated from the XML schema. Let's edit that. On 25 Nov 2005, at 17:14, Jeff Jensen wrote: While I'm very far from expert on M2 yet, I intend to add a few doc patches to the few POM entries I can enhance. This is what worked well for me on M1 - when I found stuff so vagu

Re: [M2] Where to find POM specification?

2005-11-25 Thread ir. ing. Jan Dockx
Euh, nice try … :-P Actually, the trick is to let the issue linger until somebody gets so frustrated that he solves the problem himself ;-). Guys, I'm in the same situation. We have to work it out for ourselves. Now, in my experience, this works great with 4 or 5 people, mail, aim and a wiki. How

Re: Pom for repository jars necessary?

2005-11-25 Thread ir. ing. Jan Dockx
On 25 Nov 2005, at 15:22, Ido M. Tamir wrote: Hi, I am trying to migrate from maven 1 to maven 2. I specified my old repository in the maven 2 pom as an accessible repository. Maven 2 then tries to find poms there e.g. ~/.maven/repository/hibernate/poms/hibernate-3.1rc3.pom Do I have to write

Re: (first maven 2 day) unable to download artifact

2005-11-08 Thread ir. ing. Jan Dockx
stro on the current trunk itself? On 8 Nov 2005, at 17:15, Jason van Zyl wrote: On Tue, 2005-11-08 at 16:57 +0100, ir. ing. Jan Dockx wrote: Just started working with maven 2. I've installed the binary installation of maven 2, and I'm trying to run maven eclipse:eclipse on the fr

(first maven 2 day) unable to download artifact

2005-11-08 Thread ir. ing. Jan Dockx
Just started working with maven 2. I've installed the binary installation of maven 2, and I'm trying to run maven eclipse:eclipse on the freshly checked-out maven 2 main trunk. I get [INFO] Failed to resolve artifact. GroupId: org.apache.maven ArtifactId: maven-model Version: 2

Re: [m2] Guide to creating archetypes

2005-11-08 Thread ir. ing. Jan Dockx
On 8 Nov 2005, at 15:42, Tony Steele wrote: Please update website, my biggest problem is finding out how to do things. Tony That's one for my sigs! :-) "[…] my biggest problem is finding out how to do things." (in a mail on the Maven Users List)