Re: Why "repository" dir is placed in a user's home dir ?

2005-08-25 Thread Edwin Punzalan
I'm not sure of the reasoning behind setting the local repo to a user's home directory. But I do know that you can setup the local repository to any directory using project.properties file (settings.xml for m2, also found in user directory). So you need only to set it up to a common direct

Re: j2ee sdk in repositories?

2005-08-25 Thread dan tran
Sun releases GlassFish appserver to opensource, so how it works out remains to be seen. interm of searching for repos, maven uses the repos list and pickup what ever it sees first. -D On 8/25/05, Rick Mann <[EMAIL PROTECTED]> wrote: > > On Aug 25, 2005, at 4:33 PM, dan tran wrote: > > > you n

Re: [m1] overriding a bunch of artifacts

2005-08-25 Thread dan tran
First you must still need to define dependencies for each project. Then you tell maven not to get those files from remote repository but to a specific place by setting up maven.jar.override=on for example maven.jar.override = on maven.jar.log4j= ${somewhere}/log4j.jar maven.jar.dom4j= ${somewhere

Re: j2ee sdk in repositories?

2005-08-25 Thread Rick Mann
On Aug 25, 2005, at 4:33 PM, dan tran wrote: you need to install that on your own remote repo. Sun License does not allow to install their j2ee files (jta, jdbc, jca,etc ) on ibiliio Thanks for the response. I figured it might be something like this. I don't suppose anyone's tried to con

Re: maven repositories

2005-08-25 Thread dan tran
ant:wget? -D On 8/25/05, Tim Dyck <[EMAIL PROTECTED]> wrote: > Is there a way to easier download jars from the repository without having to > list it as a dependency in a project? In my case, I want to modify the > maven.xml file and override the javadoc goal to also build a PDF of the > java

Re: j2ee sdk in repositories?

2005-08-25 Thread dan tran
you need to install that on your own remote repo. Sun License does not allow to install their j2ee files (jta, jdbc, jca,etc ) on ibiliio -D On 8/25/05, Rick Mann <[EMAIL PROTECTED]> wrote: > Hi. I experimented with Maven 1.0 a while back, and kind of gave up. > But today I came across Maven2's

maven repositories

2005-08-25 Thread Tim Dyck
Is there a way to easier download jars from the repository without having to list it as a dependency in a project? In my case, I want to modify the maven.xml file and override the javadoc goal to also build a PDF of the javadocs using pdfdoclet. Though, somehow I need to be able to download th

j2ee sdk in repositories?

2005-08-25 Thread Rick Mann
Hi. I experimented with Maven 1.0 a while back, and kind of gave up. But today I came across Maven2's dependency task JAR for Ant, and I'm very excited about it. I set it up, and it works great. What I want to know is if the j2ee sdk is in a public repo somewhere, and what the naming is to

[m1] overriding a bunch of artifacts

2005-08-25 Thread Mayorgaadame, Alex [IT]
I'm trying to slowly migrate a huge project with lots of dependencies that is currently using Ant. The thing is that the build.xml that the developers have something like this to add a bunch of jars. How can I use overrides in my .properties to inclu

RE: [m1.1b1] jdepend plugin problem

2005-08-25 Thread Arnaud HERITIER
No idea Can you check if an issue already exists or can you open one. Arnaud > > Hi, > > I get the following error when using the jdepend plugin with > Maven 1.1beta1: > > --> maven maven-jdepend-plugin:report > __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects

Re: [m2] Getting Spring 1.2.3, Hibernate 3.0.5 and asm

2005-08-25 Thread Carlos Sanchez
Please, create a new issue. AFAIK hibernate and spring poms are ok, i spend a bunch of my time on them, cglib may be wrong. On 8/25/05, Ralph Pöllath <[EMAIL PROTECTED]> wrote: > On 25.08.2005, at 17:24, Jörg Schaible wrote: > > Ralph Pöllath wrote on Thursday, August 25, 2005 4:53 PM: > >> I'm us

common dependency in maven 1

2005-08-25 Thread Litton, Tom - CEPM
I was hoping to get some advice from all of you brilliant and kind maven users. I have several projects (about 10) that all depend on a core library. All the projects and the core extend from the same project.xml. I would really like to add the dependency on the core library in the parent pr

Re: [m2] Getting Spring 1.2.3, Hibernate 3.0.5 and asm

2005-08-25 Thread Ralph Pöllath
On 25.08.2005, at 17:24, Jörg Schaible wrote: Ralph Pöllath wrote on Thursday, August 25, 2005 4:53 PM: I'm using Spring 1.2.3 and Hibernate 3.0.5, and got trapped in dependency hell for several hours. According to [1], Spring requires cglib 2.1_2 with asm 1.5.3, but the cglib POM on repo1 [2]

Re: Jar tampered while transiting from repository?

2005-08-25 Thread Craig S . Cottingham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 23, 2005, at 11:23 AM, Martijn Dashorst wrote: Check the MD5 sum? Hugues Pisapia wrote: Is there a way we can be sure that jar files are not tampered while transiting from remote repositories to the local repository? Of course, how muc

RE: [m2] Getting Spring 1.2.3, Hibernate 3.0.5 and asm

2005-08-25 Thread Jörg Schaible
Ralph Pöllath wrote on Thursday, August 25, 2005 4:53 PM: > Hi, > > I'm using Spring 1.2.3 and Hibernate 3.0.5, and got trapped in > dependency hell for several hours. > > According to [1], Spring requires cglib 2.1_2 with asm 1.5.3, > but the > cglib POM on repo1 [2] depends on asm 2.0 This on

[m2] Getting Spring 1.2.3, Hibernate 3.0.5 and asm

2005-08-25 Thread Ralph Pöllath
Hi, I'm using Spring 1.2.3 and Hibernate 3.0.5, and got trapped in dependency hell for several hours. According to [1], Spring requires cglib 2.1_2 with asm 1.5.3, but the cglib POM on repo1 [2] depends on asm 2.0, which seems to incompatible with Hibernate 3 [3]. And Hibernate 3.0.5 itse

[m1.1b1] jdepend plugin problem

2005-08-25 Thread Wim Deblauwe
Hi, I get the following error when using the jdepend plugin with Maven 1.1beta1: --> maven maven-jdepend-plugin:report __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.1-beta-1 build:start: maven-jdepend-plugin:report: java:prepare-f

Réf. : Re: how to change pom dependencies

2005-08-25 Thread eric . duperrin
I have a project with several subprojects. I agragate subproject's sources in order to get global javadoc and clover report. I need to change dynamically pom dependencies of my main project to compile and run aggragated sources. This message and any attachments (the "message") is intended solely

RE: [m1] multiproject dependency problem

2005-08-25 Thread Jörg Schaible
Jeff Jensen wrote on Thursday, August 25, 2005 2:34 PM: > Try setting this property with the projects in the order you want > them processed: > > maven.multiproject.includes= No. Maven will calculate the sequence if they are dependent. - Jörg --

RE: [m1] multiproject dependency problem

2005-08-25 Thread Jörg Schaible
stéphane bouchet wrote on Thursday, August 25, 2005 2:09 PM: > Hi all, > > I have a problem using multiproject. > > i have a project called 'core' and another called 'applet'. > the 'applet' project depends on the 'core' one. > So i defined in the 'applet' project.xml : > > ${pom.g

Re: how to change pom dependencies

2005-08-25 Thread Trygve Laugstøl
On Thu, Aug 25, 2005 at 03:09:42PM +0200, [EMAIL PROTECTED] wrote: > do you know how to change pom dependencies. > > What are you trying to do and why do you want to do this? The dependencies of a project is stated in the project.xml file and should not be changed. -- Trygve signature.asc Des

how to change pom dependencies

2005-08-25 Thread eric . duperrin
do you know how to change pom dependencies. don't seems to work. Thank for your help This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify the sender. Any use n

Re: [m1] multiproject dependency problem

2005-08-25 Thread stéphane bouchet
Thanks for the tip but not working :( I got the same result. Jeff Jensen a écrit : Try setting this property with the projects in the order you want them processed: maven.multiproject.includes= Quoting stéphane bouchet <[EMAIL PROTECTED]>: Hi all, I have a problem using multiproject. i

Re: [m1] multiproject dependency problem

2005-08-25 Thread Jeff Jensen
Try setting this property with the projects in the order you want them processed: maven.multiproject.includes= Quoting stéphane bouchet <[EMAIL PROTECTED]>: > Hi all, > > I have a problem using multiproject. > > i have a project called 'core' and another called 'applet'. > the 'applet' project

BEA wli.jar knex.jar ValidateTag problem

2005-08-25 Thread S . Bloch
Hi I'm wondering if any of you had a problem with wepappbuild from BEA in maven? i've got this problem: [webappbuild] [ERROR] Description: The class com.bea.wli.worklist.control.validation.TaskSelectorValidation does not implement the interface com.bea.control.ValidateTag. I didn't have it w

[m1] multiproject dependency problem

2005-08-25 Thread stéphane bouchet
Hi all, I have a problem using multiproject. i have a project called 'core' and another called 'applet'. the 'applet' project depends on the 'core' one. So i defined in the 'applet' project.xml : ${pom.groupId} core ${current.version} jar

Re: [m1.1b1] cruisecontrol plugin exception

2005-08-25 Thread Wim Deblauwe
Found the problem myself. The PATH was incorrectly pointing to the old maven installation. 2005/8/25, Wim Deblauwe <[EMAIL PROTECTED]>: > > I installed Maven 1.1beta1 on a machine that already had Maven 1.0.2 and > executed 'maven' (without any goal specified). I got the following error > ever

Re: Jar tampered while transiting from repository?

2005-08-25 Thread Trygve Laugstøl
On Thu, Aug 25, 2005 at 12:53:04PM +0200, Hugues Pisapia wrote: > OK, I did not see the md5 at first. Is there any automatic check of > this that can be turned on and off? Nope. -- Trygve signature.asc Description: Digital signature

Re: Jar tampered while transiting from repository?

2005-08-25 Thread Hugues Pisapia
OK, I did not see the md5 at first. Is there any automatic check of this that can be turned on and off? - Hugues On Aug 23, 2005, at 11:23 AM, Martijn Dashorst wrote: Check the MD5 sum? Martijn Hugues Pisapia wrote: Hi there, Is there a way we can be sure that jar files are not tamper

Re: How check that project should be rebuilded (source code management)?

2005-08-25 Thread Vov@ Sadovyy
I'm using maven-scm-plugin to obtain sources but I can't call goal scm:status (Goal does not exist error). The version of my scm plugin is 1.5. What I should to do to get this goal? Tnx From: dan tran <[EMAIL PROTECTED]> Reply-To: "Maven Users List" To: Maven Users List Subject: Re: How che

Re: How to compile generated files with maven 2

2005-08-25 Thread Trygve Laugstøl
On Thu, Aug 25, 2005 at 10:19:44AM +0100, Scokart Gilles wrote: > In the POM of maven2, there is a single entry to configure the source > directory and the test source directory. > > When we have to generate some files that must be compiled, we need to put > two directory. > > - Is there is speci

[m1.1b1] cruisecontrol plugin exception

2005-08-25 Thread Wim Deblauwe
I installed Maven 1.1beta1 on a machine that already had Maven 1.0.2 and executed 'maven' (without any goal specified). I got the following error everytime (and I'm not using the cruisecontrol plugin). Any ideas? Currently I can't do anything with that maven installation... regards, Wim plugi

Re: [m1.1b1] log4j error

2005-08-25 Thread Arnaud HERITIER
you can safely ignore them we'll try to remove them as soon as possible. an issue is open in velocity Arnaud On 8/25/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > > And is there a fix for it or can I safely ignore those errors? > > 2005/8/25, Arnaud HERITIER <[EMAIL PROTECTED]>: > > > > This is

RE: Why "repository" dir is placed in a user's home dir ?

2005-08-25 Thread Jörg Schaible
bw t wrote on Thursday, August 25, 2005 11:13 AM: > Hi all, > > I wonder why the repository dir that contains all the jar > files is placed in > a user's home dir ? > > /home/username/.maven/repository/... > > If this Linux system is to be used and shared among a few > ppl, aren't these jar sup

[m2] Help Installing a non sandard site report

2005-08-25 Thread Tony Steele
I am using alpha 3 and would like to use the tasklist plugin in the site generation. However I have no success in using any report other than the standard set of report plugins. I have tried using ms install:install-file after downloading the plugin jar, however the reporting process does not se

Réf. : Re: [ m2 ] stack trace printed in log when dependency not found?

2005-08-25 Thread fabrice . belingard
Hi Kenney, For the 'none', I better understand now. That's because I added JARs to my m2 repo manually (as they were not on the web). So where do I need to specify the status of the JARs I put in my local repo? As for the stack trace, I don't run m2 with -e nor -X, so that's why I find it wei

Re: [m1.1b1] log4j error

2005-08-25 Thread Wim Deblauwe
And is there a fix for it or can I safely ignore those errors? 2005/8/25, Arnaud HERITIER <[EMAIL PROTECTED]>: > > This is a problem between velocity 1.4 and log4J. > > Arnaud > > On 8/25/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I get the following error in my build since

How to compile generated files with maven 2

2005-08-25 Thread Scokart Gilles
In the POM of maven2, there is a single entry to configure the source directory and the test source directory. When we have to generate some files that must be compiled, we need to put two directory. - Is there is special syntax to place 2 build directory into the sourceDirectory or testSourceDir

Re: [m1.1b1] log4j error

2005-08-25 Thread Wim Deblauwe
Update: it seems to be in the xdoc:generate-from-pom goal and only with using multiproject. I can't seem to reproduce it with a simple example. 2005/8/25, Wim Deblauwe <[EMAIL PROTECTED]>: > > Hi, > > I get the following error in my build since I upgraded to Maven 1.1beta1. > Any idea what mig

Why "repository" dir is placed in a user's home dir ?

2005-08-25 Thread bw t
Hi all, I wonder why the repository dir that contains all the jar files is placed in a user's home dir ? /home/username/.maven/repository/... If this Linux system is to be used and shared among a few ppl, aren't these jar suppose to be common stuff for all ? Why should each user have their o

Re: [m1.1b1] log4j error

2005-08-25 Thread Arnaud HERITIER
This is a problem between velocity 1.4 and log4J. Arnaud On 8/25/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > > Hi, > > I get the following error in my build since I upgraded to Maven 1.1beta1. > Any idea what might be the problem? > > log4j:ERROR Attempted to append to closed appender named

[m1.1b1] log4j error

2005-08-25 Thread Wim Deblauwe
Hi, I get the following error in my build since I upgraded to Maven 1.1beta1. Any idea what might be the problem? log4j:ERROR Attempted to append to closed appender named [null]. I get that same line many, many times but the build seems to continue fine. regards, Wim

Re: [ m2 ] stack trace printed in log when dependency not found?

2005-08-25 Thread Stephane Nicoll
FYI: I have the same and I do not use -e or -X. Cheers, Stéphane On 8/25/05, Kenney Westerhof <[EMAIL PROTECTED]> wrote: > On Thu, 25 Aug 2005 [EMAIL PROTECTED] wrote: > > You didn't run m2 with -e or -X by any chance? > > Btw, it doesn't try to download the artifact itself, but the pom: > >

RE: [ANN] Java Application Plugin 1.3.1 released

2005-08-25 Thread Jörg Schaible
Hello Wim, thanks for the feedback, I've updated the project documentation. - Jörg Wim Deblauwe wrote on Thursday, August 25, 2005 10:52 AM: > I just looked at the webpage of your plugin, but it is not clear to > me what this plugin exactly does. What is it more then a jar of your > classes lik

Re: log4j logging in JUnit tests

2005-08-25 Thread SainTiss
That did it indeed... Thanks! Hans On Wed, 24 Aug 2005 13:18:45 -0700 Scott Lamb <[EMAIL PROTECTED]> wrote: > > On Aug 24, 2005, at 12:08 PM, SainTiss wrote: > > > Forgot to mention that I also tried adding the following to > > project.properties: > > > > #setup for junit testing > > maven.ju

Re: [ m2 ] stack trace printed in log when dependency not found?

2005-08-25 Thread Kenney Westerhof
On Thu, 25 Aug 2005 [EMAIL PROTECTED] wrote: You didn't run m2 with -e or -X by any chance? Btw, it doesn't try to download the artifact itself, but the pom: [INFO] commons-dbcp: updating metadata due to status of 'none' That's a 'new' feature: it checks poms with certain status each day to see

Re: [ANN] Java Application Plugin 1.3.1 released

2005-08-25 Thread Wim Deblauwe
I just looked at the webpage of your plugin, but it is not clear to me what this plugin exactly does. What is it more then a jar of your classes like the jar plugin does? What does it do with the jars you depend on? Does it create a complete directory structure for your application? regards, W

[ANN] Java Application Plugin 1.3.1 released

2005-08-25 Thread Joerg . Schaible
The maven-plugins team is pleased to announce the Java Application Plugin 1.3.1 release! http://maven-plugins.sourceforge.net Plugin to generate an executable JAR Changes in this version include: Fixed bugs: o Applied patch from Eric Hartmann for Maven 1.1 compatibility. o Applied patch

[ m2 ] stack trace printed in log when dependency not found?

2005-08-25 Thread fabrice . belingard
Hi guys, I'm using of the latest m2 builds (20050824.111500). I've just discovered that when m2 tries to download a dependency and can't find it on any remote repository, it prints a stack trace (see below) in the log. In my case, the dependency exists in the local repository, so the buld is s

[1.1b1] artifact plugin snapshot versions

2005-08-25 Thread Wim Deblauwe
Hi, I just upgraded to 1.1b1 and version 1.6 of the artifact plugin. I see now that when I do jar:deploy, I get everything double in my repository. I get for example: myjar-1.0-SNAPSHOT.jar myjar-1.0-20050825.075855.jar I only want the first one. The version defined in my project.xml is 1.0-SNA

[m1.1b1] preemptive authentication failed

2005-08-25 Thread Wim Deblauwe
Hi, Using 1.1beta1, I get the following error/warning. What does this mean: Default credentials for www.ibiblio.org not available Preemptive authentication failed I can download things from ibiblio just fine, so it seems more like a warning. regards, Wim

maven 1 or 2 with J2EE/Hibernate/Jboss project ?

2005-08-25 Thread HOFLACK Alexandre
Hello, Q1 : I initiate a Hibernate/jboss project. So, newbie with maven, i understand utility of maven. Could you explain me how to work with maven and hibernate, best practise to develop on eclipse ? Could you give me a link on a good example whicj i can download to start? Q2 : do i prefe

RE: jar:install-snapshot - deprecated jar:snapshot

2005-08-25 Thread Jörg Schaible
Brett Porter wrote on Wednesday, August 24, 2005 4:57 PM: > As of the 1.5 release of the Maven Artifact plugin, anything > with a SNAPSHOT name will automatically get timestamped. ... and with continuous integration builds we will have a new unique artifact with every build automatically deploye