m2 and aspectj

2005-07-29 Thread Maczka Michal
Hey! Are there any official plans to create an aspectj plugin for m2? What's special and not clear for me about aspectj is: - there can be jars which contain aspects - do we need another types/scopes for them distinguishing them from ordinary jars? if yes what values of those attributes

My resignation

2005-02-24 Thread Maczka Michal
Hereby I want to announce my resignation from Maven PMC and the retirement from the function of Maven Committer (this is including every project developed under maven umbrella). I just feel that I am no longer able to be a valuable part of the Maven team. There are two things which I recently

RE: copy depency artifact to a certain place

2005-02-18 Thread Maczka Michal
other option might be to do this in the similar way as war plugins does. Which means you can add annotation to a dependency with help of properties tag Michal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 18, 2005 11:34 AM To: Maven

RE: How to configure the name of the target directory?

2005-02-17 Thread Maczka Michal
-Original Message- From: Gisbert Amm [mailto:[EMAIL PROTECTED] Sent: Thursday, February 17, 2005 11:36 AM To: Maven Users List Subject: Re: How to configure the name of the target directory? Yes, maven.build.dir is exactly what I was looking for. Sorry for bothering you with a

RE: How to use site:ftpdeploy

2005-02-02 Thread Maczka Michal
you want to use site:deploy goal and set maven.site.deploy.method to the correct value michal -Original Message- From: Laurent Michenaud [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 1:03 PM To: users@maven.apache.org Subject: How to use site:ftpdeploy i'm trying

RE: Dependencies in dependant POMS

2005-01-21 Thread Maczka Michal
-Original Message- From: Stevenson, Chris [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005 11:48 AM To: 'users@maven.apache.org' Subject: Dependencies in dependant POMS Hello All, I know this question has probably been asked before but I can't find any info on it

RE: war plugin: including Tomat context.xml in META-INF?

2005-01-21 Thread Maczka Michal
-Original Message- From: Michael Schuerig [mailto:[EMAIL PROTECTED] Sent: Friday, January 21, 2005 1:50 PM To: users@maven.apache.org Subject: war plugin: including Tomat context.xml in META-INF? Tomcat allows to define JNDI resources in the file META-INF/context.xml

RE: Reactor: Error getting projects

2005-01-20 Thread Maczka Michal
-Original Message- From: Roberto Castro [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 3:04 PM To: users@maven.apache.org Subject: Reactor: Error getting projects Hi all, reactor is facing a problem when it tries to find subprojects project.xml files, when I run

RE: repository problem.

2005-01-17 Thread Maczka Michal
-Original Message- From: rajas kumar [mailto:[EMAIL PROTECTED] Sent: Monday, January 17, 2005 1:37 PM To: users@maven.apache.org Subject: repository problem. Hai, I have several dependencies jar files are needed for to compile.All these jar files are in mycvs under lib

RE: repository problem.

2005-01-17 Thread Maczka Michal
-Original Message- From: rajas kumar [mailto:[EMAIL PROTECTED] Sent: Monday, January 17, 2005 2:42 PM To: Maven Users List Subject: RE: repository problem. yaa we are using cvs in that already all dependency jar files are there under. c:\cvs\dir\**\lib for to use

RE: Maven project for a running environment?

2005-01-11 Thread Maczka Michal
-Original Message- From: Tom Bostelmann [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 10:10 PM To: Maven Users List Subject: Maven project for a running environment? Is anyone using Maven to create a running environment like, for instance, CATALINA_BASE? I

RE: changing version of module and dependent modules

2004-12-17 Thread Maczka Michal
-Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Friday, December 17, 2004 9:07 AM To: Maven Users List Subject: RE: changing version of module and dependent modules Maczka Michal wrote on Thursday, December 16, 2004 1:58 PM: I've trying to find a nice

RE: javadoc-plugin problem

2004-12-17 Thread Maczka Michal
add package tag to your pom michal -Original Message- From: Jeroen Heijmans [mailto:[EMAIL PROTECTED] Sent: Friday, December 17, 2004 10:24 AM To: [EMAIL PROTECTED] Subject: javadoc-plugin problem Hi, I'm having the following problem with the javadoc-plugin. If I run maven

RE: changing version of module and dependent modules

2004-12-16 Thread Maczka Michal
-Original Message- From: Marcin Gurbisz [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 12:56 PM To: Maven Users List Subject: changing version of module and dependent modules I would like to have possibility to change version of specific library in all

RE: Problems with JavaCC plugin

2004-12-16 Thread Maczka Michal
-Original Message- From: M.-Leander Reimer [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 11:27 AM To: Maven Users List Subject: Problems with JavaCC plugin Hi, I have the following comments and problems with the JavaCC plugin: - Bug: I want to generate my

RE: Problems with JavaCC plugin

2004-12-16 Thread Maczka Michal
-Original Message- From: M.-Leander Reimer [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 11:27 AM To: Maven Users List Subject: Problems with JavaCC plugin Hi, I have the following comments and problems with the JavaCC plugin: - Bug: I want to generate my

RE: Multiproject -- not from top directory?

2004-12-15 Thread Maczka Michal
try something like: maven.multiproject.basedir=../ maven.multiproject.exclude=moduleWhichAssemblesTheFinalApp/project.xml Michal -Original Message- From: Aleksandr Shneyderman [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 7:28 PM To: [EMAIL PROTECTED] Subject:

RE: Reactor SubProject interdepencies

2004-12-15 Thread Maczka Michal
-Original Message- From: Richard Bair [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 7:50 PM To: Maven Users List Subject: Re: Reactor SubProject interdepencies [aside] Well, I was going to use multiproject, but honestly I can't figure out what is the best

RE: Reactor potential bug

2004-11-08 Thread Maczka Michal
-Original Message- From: Stéphane Nicoll [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 11:27 AM To: Maven Users List Subject: Reactor potential bug Hello list, I think I might have found a bug in the reactor, could you please validate I am not missing

RE: Project Distribution Process

2004-11-04 Thread Maczka Michal
-Original Message- From: Duncan Krebs [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 2:36 AM To: Maven UserList Subject: Project Distribution Process Hi, I've been working on implementing Maven into my build process and was wondering how to go about a couple of

RE: A war dependency

2004-11-04 Thread Maczka Michal
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 12:01 PM To: [EMAIL PROTECTED] Subject: RE: A war dependency I think dependency idmy_war/id version2.0/version typewar/type /dependency is what you're

RE: Maven

2004-10-19 Thread Maczka Michal
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 10:49 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Maven Hi, Maven creates jar, but with name PROJECT-version.jar eg:- PROJECT-12.0.0.jar, is there anyway i

RE: Dependency problens when generating war file

2004-10-15 Thread Maczka Michal
-Original Message- From: Roberto Castro [mailto:[EMAIL PROTECTED] Sent: Friday, October 15, 2004 3:03 PM To: [EMAIL PROTECTED] Subject: Dependency problens when generating war file Hi, all. I've been facing two problens generating a war file. Maven inserts jar files into war

RE: extra files in META-INF

2004-10-08 Thread Maczka Michal
-Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: Thursday, October 07, 2004 5:37 PM To: Maven Users List Subject: extra files in META-INF Hello. I am trying to use Hivemind and it requires that my config files get placed in the META-INF

RE: Dependency of type property

2004-09-10 Thread Maczka Michal
You may put such resources into jars. Michal -Original Message- From: Marco Tedone [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 4:18 PM To: Maven-users Subject: Dependency of type property Hi, is there a way to declare a dependency of type 'property'? The

RE: dependency dependencies

2004-09-08 Thread Maczka Michal
-Original Message- From: Nathan Coast [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 10:25 AM To: Maven Users Subject: dependency dependencies Hi, Is there any mechanism to obtain a full list of the dependencies of dependencies in jellyscript? I know

RE: List all dependencies or only main ones?

2004-08-03 Thread Maczka Michal
-Original Message- From: Stijn de Witt [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 03, 2004 12:10 PM To: Maven Users List Subject: List all dependencies or only main ones? Hi, A quick question. Assume a project A, which depends on projects B and C. If project D

RE: artifact for jsp taglib: bug? bad practice? or what?

2004-08-02 Thread Maczka Michal
-Original Message- From: Marcin Maciukiewicz [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 10:56 AM To: [EMAIL PROTECTED] Subject: artifact for jsp taglib: bug? bad practice? or what? [..] Question 1: Is described behaviour bug or not? It's a feature :). But this

RE: file:// protocol not working for remote repsoitory in 1.0

2004-07-28 Thread Maczka Michal
-Original Message- From: Peter Anning [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 8:32 AM To: [EMAIL PROTECTED] Subject: file:// protocol not working for remote repsoitory in 1.0 Hi all, We have a remote repository located on a Windows file server. The

RE: file:// protocol not working for remote repsoitory in 1.0

2004-07-28 Thread Maczka Michal
-Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 5:30 PM To: Maven Users List Subject: Re: file:// protocol not working for remote repsoitory in 1.0 It's because it's a malformed URL and the 'host' is assumed to be C: Possibly.

RE: problem using snapshots in JAR override

2004-07-23 Thread Maczka Michal
IMO what you are trying to do is no more no less then cheat your build managers :) If they dislike the idea of SNAPSHOT artifacts - its better not to use them or explain to them what for you need to use them. You may also consider using currentVersion2.1-SNAPSHOT/currentVersion dependency

RE: Multiple dependencies of different types

2004-07-23 Thread Maczka Michal
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 4:20 PM To: [EMAIL PROTECTED] Subject: Multiple dependencies of different types It would seem that Maven 1.0 does not take the type element into account when downloading a

RE: Reactor: tests failing (working dir set to master proj dir no t child proj dir)

2004-07-12 Thread Maczka Michal
-Original Message- From: Omair-Inam Abdul-Matin [mailto:[EMAIL PROTECTED] Sent: Saturday, July 10, 2004 5:39 AM To: [EMAIL PROTECTED] Subject: Reactor: tests failing (working dir set to master proj dir not child proj dir) I'm using JUnit to run some regression tests that

RE: RFE for the war plugin

2004-06-30 Thread Maczka Michal
-Original Message- From: Brill Pappin [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 10:41 PM To: Maven Users List Subject: Re: RFE for the war plugin Michal Maczka wrote: Have you tried to do it with the war? Coulpe of times. With different result sas some

RE: Need to load common goals from sub-projects maven.xml

2004-06-30 Thread Maczka Michal
-Original Message- From: Stefanutti, Mario [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 1:16 PM To: Maven Users List Subject: Need to load common goals from sub-projects maven.xml Hi, I looking for a way to set some common goals for each sub-project of a

RE: Need to load common goals from sub-projects maven.xml

2004-06-30 Thread Maczka Michal
-Original Message- From: Matt Read [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 2:36 PM To: 'Maven Users List' Subject: RE: Need to load common goals from sub-projects maven.xml From: Maczka Michal [mailto:[EMAIL PROTECTED] From: Stefanutti, Mario [mailto

RE: Need to load common goals from sub-projects maven.xml

2004-06-30 Thread Maczka Michal
No. Plugins are recommened way of doing this. I don't understand. Say I've got a persistence components that requires XDoclet to be run prior to compiling then I might do this in my maven.xml: !-- Runs Xdoclet and then copies files to build directory-- preGoal

RE: RFE for the war plugin

2004-06-29 Thread Maczka Michal
-Original Message- From: Brill Pappin [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 2:38 PM To: Maven Users List Subject: Re: RFE for the war plugin Yes, I thought of doing that very thing :) however I then have problems with Eclipse as it doesn't understand

RE: Local Remote Repositories

2004-06-21 Thread Maczka Michal
-Original Message- From: Onno van der Straaten [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 1:41 PM To: [EMAIL PROTECTED] Subject: Local Remote Repositories Group, This is problably easy but I am new to Maven. I managed to get my jar into the local repository.

RE: RE : diff between jar:deploy[-snapshot] and ear:deploy[-snaps hot]

2004-06-21 Thread Maczka Michal
I think Brett started to unify those things and merging deploy and artifact plugins. What he did was looking OK to me. He asked some questions but at that time he got no feedback from me reagrading how it is going to look in m2/wagon I don't think that we are yet ready with those things in m2

RE: Jar help

2004-06-15 Thread Maczka Michal
[...] Not really. Maven repository is competly different beast then SCM repository and provides different features. Is it? Or is it just a difference of access protocol, http vs pserver? Yes, I know that versioning etc is not part of the repo, but from a very basic view of a jar

RE: Jar help

2004-06-15 Thread Maczka Michal
-Original Message- From: Bielby, Randy J [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 3:12 PM To: Maven Users List Subject: RE: Jar help Mikal Unfortunately, if my project choses to use Maven we will be the only project doing so here. There are probably 200 other

RE: Jar help

2004-06-14 Thread Maczka Michal
-Original Message- From: Bielby, Randy J [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 5:17 PM To: Maven Users List Subject: RE: Jar help First let me say that I really appreciate the responses I have recieved on this issue. They have been very helpful in at least

RE: XML entities and forward compatibility

2004-06-09 Thread Maczka Michal
-Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 3:24 AM To: Maven Users List Subject: Re: XML entities and forward compatibility Given that they're a standard part of XML, and that the m2 project descriptor in one form will be an

RE: XML entities and forward compatibility

2004-06-09 Thread Maczka Michal
-Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 10:03 AM To: Maven Users List Subject: RE: XML entities and forward compatibility Maczka Michal wrote on Wednesday, June 09, 2004 9:33 AM: Because a) How would you deploy POMs

RE: Dependency Inheritance

2004-06-08 Thread Maczka Michal
I guess that you are mixing two terms: project inheritence (dependencies are already inherited and you can use this feature) and transitive dependecies. Support for transitive dependencies is planned since a long time and already exists in m2. Michal -Original Message- From: Michael

RE: failover for maven repository?

2004-06-08 Thread Maczka Michal
you can use: maven.repo.remote=http://repo1,http://repo2,file://repo3,http://www.ibiblio. org/maven and so on Michal -Original Message- From: Julian C. Dunn [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 3:51 PM To: Maven Users List Subject: failover for maven repository?

RE: why jar:deploy uses diffrent deploy plugin

2004-06-03 Thread Maczka Michal
Becouse artifact plugin is not yet able to handle deployments of maven artifacts (jars) to ibiblio in the way which ia as secure as the way in which deploy plugins does it. New code which will unify those plugins and do much more is mostly ready and will be mostly likely merged with maven after

RE: Setting path for tests

2004-06-03 Thread Maczka Michal
This should work: String basedir = System.getProperty( basedir ); File dll = new File( basedir, /realtivePath/toYourDll ); Michal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 4:16 PM To: [EMAIL PROTECTED] Subject: Setting

RE: [ANN] Mevenide releases

2004-06-02 Thread Maczka Michal
-Original Message- From: Peter Bright [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 11:35 AM To: 'Maven Users List' Subject: RE: [ANN] Mevenide releases I presume him to mean use Eclipse 3.0 M9 or 3.0 RC1. RC1 is available, but it doesn't seem to be mentioned on

RE: Dependancies without repositories. Was: Re: Dependencies

2004-06-02 Thread Maczka Michal
-Original Message- From: Brill Pappin [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 9:04 PM To: Maven Users List Subject: Re: Dependa [...] You mean the situation when devloper is not able to connect to your servers from home? How can he/she use things like CVS then?

RE: [ANN] Mevenide releases

2004-06-02 Thread Maczka Michal
-Original Message- From: Arto Pastinen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 12:30 PM To: Maven Users List Subject: Re: [ANN] Mevenide releases No. There really is RC1. Build at Sat, 29 May 2004 -- 01:05 (-0400). See:

RE: About Dependencies

2004-05-28 Thread Maczka Michal
-Original Message- From: Amato Massimiliano (TLAB) [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 9:45 AM To: Maven Users List Subject: RE: About Dependencies Hi Yagmur, We have the same problem as you since we have a centralized Maven configuration and we are

RE: About Dependencies

2004-05-28 Thread Maczka Michal
-Original Message- From: Amato Massimiliano (TLAB) [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 1:35 PM To: Maven Users List Subject: RE: About Dependencies Hello I just didn't know it was possible, are you sure this is supported since i didn't find it anywhere

RE: deploy:artifact confusion

2004-05-28 Thread Maczka Michal
-Original Message- From: Nathan Coast [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 3:05 PM To: Maven Users Subject: deploy:artifact confusion Hi, I have some code in a plugin: There are two plugins artifact plugin an ddeploy plugin which are mostly overlapping.

RE: deploy:artifact confusion

2004-05-28 Thread Maczka Michal
Is there a workaround for this? Use typezip/type I'm not sure I follow the reasoning for why you'd need to change the extension when deploying? isn't that left to the plugin that created the artifact? war, ejb, jar, ear etc? I guess it's not a problem to have zip files with a

RE: 1 Project, Multiple Atrifacts

2004-05-21 Thread Maczka Michal
-Original Message- From: ECCLES, Stuart [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 1:11 PM To: 'Maven Users List'; [EMAIL PROTECTED] Subject: RE: 1 Project, Multiple Atrifacts The one project-one artifact pardigm really restricts maven. For example my most

RE: Inherited properties (RC3)

2004-05-21 Thread Maczka Michal
-Original Message- From: Kevin Pearcey [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 11:05 AM To: 'Maven Users List' Subject: Inherited properties (RC3) I'm having a problem with my subprojects in maven. Top level multiproject has the following in maven.properties

RE: Inherited properties (RC3)

2004-05-21 Thread Maczka Michal
-Original Message- From: Kevin Pearcey [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 11:36 AM To: 'Maven Users List' Subject: RE: Inherited properties (RC3) I'm having a problem with my subprojects in maven. Top level multiproject has the following in

RE: Xdoclet Eclipse

2004-05-19 Thread Maczka Michal
-Original Message- From: Peter Bright [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 12:14 PM To: 'Maven Users List' Subject: RE: Xdoclet Eclipse Without some kind of defined (and widely used!) mechanism for source-modifying plugins to do their thing, it's not clear

RE: dependencies

2004-05-19 Thread Maczka Michal
I am not sure if I understad you you will have (for version 1.0) project groupIdABC/groupId artifactIdABC/artifactId version1.0/version dependencies dependency groupIdXXX/groupId artifactIdXXX/artifactId version1.0/version

RE: 1 Project, Multiple Atrifacts

2004-05-19 Thread Maczka Michal
Everything what can be done with ant can be done with maven. In this case you have to by pass the maven plugin which generates jar and write your own script in maven.xml file. But this is something we discourage. Subprojects option is much simpler and cleaner and recommended. -Original

RE: Maven and Integration Test

2004-05-19 Thread Maczka Michal
-Original Message- From: Amato Massimiliano (TLAB) [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 4:17 PM To: Maven Users List Subject: Maven and Integration Test Hello, I've a problem with my integration tests. In my system we have both unit and integration

RE: Maven and Integration Test

2004-05-19 Thread Maczka Michal
-Original Message- From: Ryan Sonnek [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 4:46 PM To: Maven Users List Subject: RE: Maven and Integration Test I was REALLY hoping to hear another solution to this problem. I'm running into the same thing, and would like to

RE: Again POM Parser in Maven 1

2004-05-18 Thread Maczka Michal
Michele have to tried if it works without external entities? This is not something which is recommended and it was never tested. Michal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 9:40 AM To: [EMAIL PROTECTED] Cc: Maven Users

RE: Again POM Parser in Maven 1

2004-05-18 Thread Maczka Michal
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 1:41 PM To: Maven Users List Subject: RE: Again POM Parser in Maven 1 Hello Michal, Entity is an XML feature and the SAX Parser you are using to do the job works fine with

RE: Again about the POM Parser in Maven 1

2004-05-17 Thread Maczka Michal
It seems to me that really something is not OK with your POM Maybe this example will be helpful? : http://maven.apache.org/reference/plugins/xdoc/xref/org/apache/maven/Depende ncyDescriberBean.html (you can look at the method private Project resolveProject(Dependency dependency) ) Michal

RE: Again about the POM Parser in Maven 1

2004-05-17 Thread Maczka Michal
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, May 17, 2004 1:32 PM To: Maven Users List Cc: Maven Users List Subject: RE: Again about the POM Parser in Maven 1 Hello Michal, Probably I was not precise enough. My initial aim is to be

RE: POM Parser

2004-05-14 Thread Maczka Michal
The code you are refering to is a part of maven2 code base. It hasn't yet even reached alpha stage and it is not ready for public consumption (everyday there are some changes in the api). What you are trying to do (perstist POMs in the database) is also in our plans. So we cannot offer any

RE: Suggested Eclipse Plugin Extension

2004-05-12 Thread Maczka Michal
-Original Message- From: M.-Leander Reimer [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 4:59 PM To: Maven Users List Subject: Suggested Eclipse Plugin Extension Hi there, I just got the source for the Eclipse plugin from CVS and discovered that I can already

RE: sftp deploying artifacts problem

2004-05-11 Thread Maczka Michal
I have no clue why files are not there... Have you tried with scp://? Are you sure that you have access right to this direcory? Have you tried if you can use sftp with tools like SSH Secure Shell for Workstations? Michal -Original Message- From: Marcin Gurbisz [mailto:[EMAIL

RE: protecting remote repositories

2004-05-10 Thread Maczka Michal
-Original Message- From: Dominik Dahlem [mailto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 12:33 PM To: [EMAIL PROTECTED] Subject: protecting remote repositories Hi, in an earlier post Guillaume Lasnier was interested in protecting remote repositories. At [1] there is a

RE: Dependency management

2004-05-10 Thread Maczka Michal
-Original Message- From: Dominik Dahlem [mailto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 12:20 PM To: [EMAIL PROTECTED] Subject: Dependency management Hi, I'm wondering which way maven is going in terms of dependency management. In my scenario and most I'm aware of, I'd

RE: compatible jars

2004-05-10 Thread Maczka Michal
One more time: - use POM to documenting dependencies of your version of struts (put it ${repo}/struts/poms/struts-1.1.pom). Once we will have a version of maven which supports transitive dependencies (we should have it soon) you won't be even required to declare indirect dependencies in your

RE: Mysterious no goal [xdoc]

2004-05-03 Thread Maczka Michal
Have you tried to clean your plugin cache? Michal -Original Message- From: Christian Nill [mailto:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 12:32 PM To: Maven Users List Subject: Mysterious no goal [xdoc] Hello, I have a mysterious problem where maven doesn't want to use

RE: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread Maczka Michal
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 1:36 PM To: Maven Users List Subject: Re: [maven2] Anything Groovy in Maven2? Trygve Laugstøl [EMAIL PROTECTED] wrote on 03/05/2004 08:43:15 PM: [snip] I relly don't thinkt

RE: snapshot dependencies

2004-04-28 Thread Maczka Michal
-Original Message- From: Flesner, Dan [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 27, 2004 9:21 PM To: Maven Users List Subject: snapshot dependencies i'm confused by snapshot dependencies. when i do an install-snapshot to build the local dependencies i get the following

RE: multiproject:site - POM outside main dir tree isn't included

2004-04-27 Thread Maczka Michal
-Original Message- From: Fabio Uechi [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 27, 2004 12:51 PM To: maven maven Subject: multiproject:site - POM outside main dir tree isn't included Hi, I'm using the multiproject plugin to generate my site. One of my subprojects

RE: Query on current approach to integration tests

2004-04-26 Thread Maczka Michal
-Original Message- From: Tim Stephenson [mailto:[EMAIL PROTECTED] Sent: Monday, April 26, 2004 1:29 PM To: '[EMAIL PROTECTED]' Subject: Query on current approach to integration tests Hi, I notice that there have been a few changes to the project xsd (and supporting

RE: Using Maven on a very large integration project - how far can Maven go?

2004-04-08 Thread Maczka Michal
-Original Message- From: Rafal Krzewski [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 9:54 AM To: Maven Users List Subject: Re: Using Maven on a very large integration project - how far can Maven go? Tomasz Pik wrote: if war plugin finds 'war' dependency then

RE: HELP! - rc2 - resource exception on download

2004-04-08 Thread Maczka Michal
-Original Message- From: Dan Washusen [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 11:54 PM To: Maven Users List Subject: Re: HELP! - rc2 - resource exception on download I found that upgrading to RC2 also caused me some issues. I just deleted (moved away) my

RE: Using Maven on a very large integration project - how far can Maven go?

2004-04-05 Thread Maczka Michal
-Original Message- From: Michael MATTOX [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 11:59 AM To: [EMAIL PROTECTED]; Maven Users List Subject: RE: Using Maven on a very large integration project - how far can Maven go? I think your overall approch is on target. One

RE: Using Maven on a very large integration project - how far can Maven go?

2004-04-05 Thread Maczka Michal
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 3:10 PM To: Maven Users List Subject: Re: Using Maven on a very large integration project - how far can Maven go? That is really cool. Very useful. Are you going to push

RE: Réf. : elementary problem with dependency.

2004-04-02 Thread Maczka Michal
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 11:50 AM To: [EMAIL PROTECTED] Subject: Réf. : elementary problem with dependency. Hi Shouldn't the idmodule-ejb/id be a artifactIdmodule-ejb/artifactId ? I think when

RE: Dependency - If version is not specified, should it consider '-' or not?

2004-03-29 Thread Maczka Michal
-Original Message- From: Veerasamy, Thirumalai (Cognizant) [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 2:36 PM To: Maven Users List Subject: Dependency - If version is not specified, should it consider '-' or not? Hi, I specify a dependency like given below.

RE: clover generation problem

2004-03-19 Thread Maczka Michal
try to use: maven.junit.fork=true Michal -Original Message- From: ZHU Beiting [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 10:50 AM To: 'Maven Users List' Subject: clover generation problem Hello, I would like to use maven-clover-plugin to generate the clover

RE: Maven war plugin

2004-03-17 Thread Maczka Michal
What do you want to exclude: java classes or web resources? war plugin uses java plugin for compilation of java sources and for exlusion of java classes you can use properties of that plugin. Michal -Original Message- From: Nicolas Cazottes [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: multiproject:artifact, SNAPSHOT dependencies and the reposito ry

2004-03-02 Thread Maczka Michal
Ben: I think that such problem exists and it is certainly not limited to ibiblio only. I have the same exact bug when I am working with intranet web server. I don't know if this is problem of maven it self, web server caching, proxy server caching etc. I am too busy to look into it at the

RE: multiproject and clean:clean

2004-03-02 Thread Maczka Michal
-Original Message- From: Jens Zastrow [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 3:43 PM To: Maven Users List Subject: multiproject and clean:clean I have 2 subprojects A, B B depends on A (has a dependency) If i invoke multiproject:clean i

RE: multiproject:artifact

2004-02-20 Thread Maczka Michal
-Original Message- From: Daniel Flesner [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 4:04 AM To: Maven Users List Subject: multiproject:artifact we use multiproject:artifact to build multiple components. but, for our ejb's we need to build the ejb and the client jars. i

RE: trouble with multiproject

2004-02-12 Thread Maczka Michal
I wonder if a call to GC might be in order somewhere in the multiproject processing. In fact, does anyone know of an ant task I could drop into the process which would do a GC? Emmanuel was that kind that already explained that memory leak which was a cause of this problem will be most

RE: Automatically build dependet projects?

2004-02-11 Thread Maczka Michal
-Original Message- From: Hahne, Ronald [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 1:03 PM To: 'Maven Users List' Subject: RE: Automatically build dependet projects? Can anyone explain to me why maven does not display all the actions that is being performed

RE: Maven Wagon vs Depot

2004-02-05 Thread Maczka Michal
-Original Message- From: Villevalois Didier [mailto:[EMAIL PROTECTED] Sent: Thursday, February 05, 2004 4:17 PM To: [EMAIL PROTECTED] Subject: Maven Wagon vs Depot Hi all! I would like if there are relations between Wagon and the Depot incubator project. If non yet, will

RE: new idea on maven usage?

2004-02-03 Thread Maczka Michal
-Original Message- From: Karl Trygve Kalleberg [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:52 AM To: Dalibor Topic Cc: Maven Users List; Jan Schulz; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: new idea on maven usage? As an addendum: I've looked at

RE: new idea on maven usage?

2004-02-02 Thread Maczka Michal
There may one day be a bridge to adapt Maven's repository to native systems for things like distributions but when a project creates a Maven POM they expect it to work for people developing on all platforms. They aren't concerned about platform specifics and this has never really been

RE: new idea on maven usage?

2004-02-02 Thread Maczka Michal
-Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:18 AM To: Maven Users List Subject: RE: new idea on maven usage? Hi Michal, Maczka Michal wrote on Monday, February 02, 2004 9:25 AM: I don't have much experience

RE: new idea on maven usage?

2004-02-02 Thread Maczka Michal
-Original Message- From: Dalibor Topic [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 10:27 AM To: Maven Users List Subject: Re: new idea on maven usage? Hi Mazka, Maczka Michal wrote: There may one day be a bridge to adapt Maven's repository to native systems

RE: aspectj injars

2004-01-28 Thread Maczka Michal
-Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 11:27 PM To: Maven Users List Subject: Re: aspectj injars Seriously though... Anybody know how to do this? Project A creates a jar - projectA.jar Project B wants to

RE: Problem with dist:deploy - Enhancement ??

2004-01-20 Thread Maczka Michal
Plese don't crosspost to user and dev list! Are you using artifact plugin and scp deployer? Generally I think that I made a wrong decison to tar files before they are deployed. In a new code (a.k.a Wagon) which will be used for deploying artifacts this is not happening. Try sftp deployer. It

RE: Beta implemantation for transitive dependencies ?

2004-01-20 Thread Maczka Michal
-Original Message- From: Stoffels, Ralf (FWI-AW2) [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 4:23 PM To: '[EMAIL PROTECTED]' Subject: Beta implemantation for transitive dependencies ? Hi, is there a beta implemantation for transitive dependencies, which I

  1   2   >