cvs commit: maven/src/plugins-build/war/xdocs changes.xml

2003-07-01 Thread michal
michal 2003/07/01 01:43:52 Modified:src/plugins-build/war plugin.jelly project.xml src/plugins-build/war/xdocs changes.xml Log: Iterating over artifacts not deps Revision ChangesPath 1.20 +4 -2 maven/src/plugins-build/war/plugin.jelly Index

cvs commit: maven/src/plugins-build/ear/xdocs changes.xml

2003-07-01 Thread michal
michal 2003/07/01 01:45:14 Modified:src/plugins-build/ear plugin.jelly src/plugins-build/ear/xdocs changes.xml Log: o Iterating over artifacts not deps o Added deploy, deploy-snapshot and install-shapshot goals Revision ChangesPath 1.9 +77 -21

RE: cvs commit: maven/src/plugins-build/war/xdocs changes.xml

2003-07-01 Thread Michal Maczka
Sorry! I'll try to be clearer next time. I will also fix/improve those comments It was a fix for Issue#518 regards Michal -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 11:52 AM To: 'Maven Developers List' Subject: RE: cvs commit

RE: cvs commit: maven/src/plugins-build/war/xdocs changes.xml

2003-07-01 Thread Michal Maczka
I am working on other problems with war plugin to completely fix Issue 518 ... so don't worry Vincent! mm -Original Message- From: Michal Maczka [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 12:47 PM To: 'Maven Developers List' Subject: RE: cvs commit: maven/src/plugins

cvs commit: maven/src/plugins-build/ear plugin.jelly

2003-07-01 Thread michal
michal 2003/07/01 07:57:57 Modified:src/plugins-build/ear/xdocs goals.xml changes.xml src/plugins-build/ear plugin.jelly Log: Fixes for MAVEN-518. Artifact processing in the plugin was slightly changed and now it supports jar overriding mechanism Revision

cvs commit: maven/src/plugins-build/war/xdocs changes.xml goals.xml

2003-07-01 Thread michal
michal 2003/07/01 07:58:52 Modified:src/plugins-build/war plugin.jelly src/plugins-build/war/xdocs changes.xml goals.xml Log: Fixes for MAVEN-518. Artifact processing in the plugin was slightly changed and now it supports jar overriding mechanism Revision

cvs commit: maven/src/plugins-build/artifact/xdocs - New directory

2003-06-29 Thread michal
michal 2003/06/29 04:57:08 maven/src/plugins-build/artifact/xdocs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy DeployRequest.java DeployTool.java

2003-06-29 Thread michal
michal 2003/06/29 04:57:40 Modified:src/plugins-build/artifact/src/main/org/apache/maven/deploy/exceptions DeployException.java src/plugins-build/artifact/src/main/org/apache/maven/artifact/deployer

RE: Deploy API (artifact plugin)

2003-06-27 Thread Michal Maczka
one) simple Prompter which will ask to type your password (eventually to enter other required parameters which are missing) regards Michal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: New 'reactor' plugin

2003-06-27 Thread Michal Maczka
} goals=${goals} banner=Building ignoreFailures=false / /goal Then from command line maven reactor:for-all -Dgoals=jar:install-snapshot I find it very useful. Michal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003

RE: Aligning plugin artifacts with normal projects

2003-06-27 Thread Michal Maczka
would prefer to use maven integrated with my Eclipse :) Michal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Plugin Summary

2003-06-27 Thread Michal Maczka
/ resources/ java/ project.properties | maven.xml| build time xdocs/ Michal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: New 'reactor' plugin

2003-06-27 Thread Michal Maczka
Dion! I just looked at your description ... you already did it! Great! Michal -Original Message- From: Michal Maczka [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 10:18 AM To: 'Maven Developers List' Subject: RE: New 'reactor' plugin I also need it! Just in case you

RE: New 'reactor' plugin

2003-06-27 Thread Michal Maczka
aggregate:build, aggregate:site [3] aggregator? mm - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Deploy API (artifact plugin)

2003-06-27 Thread Michal Maczka
I would avoid the command line passed password. It is much less secure on unix than the password kept in a file. Command line can be seen by simple ps commands, or e.g. linux systems store the in the /proc filesystem. It should be used only from command files. incze I want to support

RE: Deploy API (artifact plugin)

2003-06-26 Thread Michal Maczka
-Original Message- From: Martin Skopp [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 8:40 AM To: Maven Developers List Subject: Re: Deploy API (artifact plugin) On Wed, 2003-06-25 at 15:20, Michal Maczka wrote: I have progressed with Deployer API. Wow, that *really

RE: cvs commit: maven/src/plugins-build/artifact project.xml

2003-06-25 Thread Michal Maczka
SCP has really pure functionality comparing to SFTP. I wanted to write poor. (Spell checkers:) ) mm - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy DeployRequest.java

2003-06-25 Thread michal
michal 2003/06/25 08:25:19 Modified:src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers FtpDeployer.java SFtpDeployer.java ScpDeployer.java FileDeployer.java HttpDeployer.java

cvs commit: maven/src/plugins-build/artifact project.xml

2003-06-24 Thread michal
michal 2003/06/24 15:22:55 Modified:src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers FtpDeployer.java FileDeployer.java HttpDeployer.java src/plugins-build/artifact/src/main/org/apache/maven/artifact

RE: private jar dependencies

2003-06-23 Thread Michal Maczka
-Original Message- From: dion gillard [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 5:35 AM To: [EMAIL PROTECTED] Subject: Re: private jar dependencies Michal Maczka wrote: There is one more mean for realizing such scenario which was not mentioned here: jar

cvs commit: maven/src/plugins-build/artifact/src/main/org/apache/maven/artifact/deployer DefaultArtifactDeployer.java

2003-06-23 Thread michal
michal 2003/06/23 02:49:38 Modified:src/plugins-build/artifact/src/main/org/apache/maven/artifact/deployer DefaultArtifactDeployer.java Log: Implemented 5 file method. Revision ChangesPath 1.6 +119 -99 maven/src/plugins-build/artifact

War plugin

2003-06-23 Thread Michal Maczka
manipulation it is very simple. But then some extra metadata should be provided along with tlds dependency (like uri). Michal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: War plugin

2003-06-23 Thread Michal Maczka
The location you've suggested is sensible, but personally I'd prefer if the tlds were delivered inside their jars. It seems more of a 'best practice' thing to do (eg it avoids problems with jars mismatching tlds) How nice! So you are suggesting that best practice is to use tag libs only

RE: War plugin

2003-06-23 Thread Michal Maczka
(or any other) more powerful or highly customizable. For example we can add validation of web.xml file to this plugin. But I admit that this particular idea was __stupid__ Please forget about it! [...] regards Michal

RE: private jar dependencies

2003-06-21 Thread Michal Maczka
standards. Even if this repository is kept in CVS. Michal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: RFC: Deployer properties

2003-06-20 Thread Michal Maczka
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 6:12 AM To: Maven Developers List Subject: Re: RFC: Deployer properties Michal Maczka [EMAIL PROTECTED] wrote on 19/06/2003 10:48:48 PM: Please comment this: With new

cvs commit: maven/src/plugins-build/artifact/src/main/org/apache/maven/artifact/deployer DefaultArtifactDeployer.java MavenDeployRequest.java

2003-06-19 Thread michal
michal 2003/06/19 03:52:25 Modified:src/plugins-build/artifact/src/main/org/apache/maven/artifact/deployer DefaultArtifactDeployer.java MavenDeployRequest.java Log: Install goal fixed Revision ChangesPath 1.3 +22 -12

RE: new Artifact plugin and WAR plugin war:install goal

2003-06-19 Thread Michal Maczka
I quickly committed latest version which has install goal fixed. Install snapshot should also work. So I guess functionality is matching the old code. But no problem fell free to use old install goal if you still have a problems. Michal P.S Note that war plugin haven't got deploy and deploy

RFC: Deployer properties

2003-06-19 Thread Michal Maczka
maven.deploy.repo.central.privatekey= ./ssh/keys/somefile Michal P.S. Am I right that we need just one proxy server? I think repos setting and proxy server settings can be shared beween deployer and fetch. - To unsubscribe, e

RFC: Deployer properties

2003-06-19 Thread Michal Maczka
be set using alias central so e.g. maven.repo.central.username= foo maven.repo.central.privatekey= ./ssh/keys/somefile Michal P.S. Am I right that we need just one proxy server? - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Why is the java source directory named main for plugins?

2003-06-19 Thread Michal Maczka
I also think it is bit inconsistent. But think that the most consistent approach is / basedir main java resources aspects conf test java test-resources ... Michal P.S. I am not saying we should change anything

cvs commit: maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy DeployRequest.java DeployTool.java

2003-06-19 Thread michal
michal 2003/06/19 15:02:37 Modified:src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers FtpDeployer.java FileDeployer.java src/plugins-build/artifact/src/main/org/apache/maven/artifact/deployer

RE: Recent changes in war plugin

2003-06-18 Thread Michal Maczka
proposing means simpler and shorted plugin's code but also minor performance increase. I think that there is more advantages... Michal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 1:32 AM To: Maven Developers List Subject: RE

RE: Recent changes in war plugin

2003-06-18 Thread Michal Maczka
-Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 10:33 AM To: 'Maven Developers List' Subject: RE: Recent changes in war plugin -Original Message- From: Michal Maczka [mailto:[EMAIL PROTECTED] Sent: 18 June 2003 10

RE: Recent changes in war plugin

2003-06-18 Thread Michal Maczka
it overlaps with subject of this discussion. I don't know if I should always create a manifest file (physical file) or just an object in memory (String). Then manifest (file, object) can be used by jar, war and other plugins. Michal

RE: New WAR changes problems

2003-06-18 Thread Michal Maczka
from maven-new). artifact:install artifact=foo type=war project=${pom} artifact:install artifact=lkjlkjlkjlkjlklk type=war project=${pom} will do the same. The original file name is simply ignored. Michal

RE: Problems of EJB plugin and Dependencies download

2003-06-18 Thread Michal Maczka
. There are not added to build class path. This will be also fixed in maven-new (ArtifactHandlers) but I would propose a temporary hack in maven-old and to hard code more artifact type which should be added to class path. see org.apache.maven.DependencyClasspathBuilder. Michal P.S. A workaround for 1st

RE: Recent changes in war plugin

2003-06-18 Thread Michal Maczka
which maps POM to manifest attributes. We have duplicated code in JAR, EJB and WAR plugins. Michal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Recent changes in war plugin

2003-06-18 Thread Michal Maczka
-Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 8:46 PM To: 'Maven Developers List' Subject: RE: Recent changes in war plugin -Original Message- From: Michal Maczka [mailto:[EMAIL PROTECTED] Sent: 18 June 2003 12:44

RE: Recent changes in war plugin

2003-06-18 Thread Michal Maczka
-Original Message- From: Michal Maczka [mailto:[EMAIL PROTECTED] Sent: 18 June 2003 21:13 To: Maven Developers List Subject: RE: Recent changes in war plugin This already exists in Ant: it's called manifest (http://ant.apache.org/manual/CoreTasks/manifest.html

RE: Problems of EJB plugin and Dependencies download

2003-06-18 Thread Michal Maczka
there. Why just not put it to Java code? Michal P.S. I would not rush with those changes for rc1. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: cvs commit: maven/src/plugins-build/artifact/src/plugin-resources/templates manifest.vm

2003-06-17 Thread Michal Maczka
? Other idea: We have; jar:jar war:war ear:ear etc.. Wouldn't it be more consistent to have: jar:archive war:archive ear:archive javadoc:archive java:src-archive etc? regards Michal - To unsubscribe, e-mail: [EMAIL

RE: Recent changes in war plugin

2003-06-17 Thread Michal Maczka
-Original Message- From: Konstantin Priblouda [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 11:58 AM To: [EMAIL PROTECTED] Subject: Recent changes in war plugin Hi Michal, Last changes in war plugin seem suboptimal for me. I'm not sure that war artifact always needs version name

RE: Recent changes in war plugin

2003-06-17 Thread Michal Maczka
It was mistake! will fix that Michal -Original Message- From: Kurt Schrader [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 6:36 PM To: Maven Developers List Subject: Re: Recent changes in war plugin I thought that we voted on this and decided that a war qould remained

cvs commit: maven/src/plugins-build/war plugin.jelly

2003-06-17 Thread michal
michal 2003/06/17 10:50:16 Modified:src/plugins-build/war plugin.jelly Log: war archive creted in target directory is unversioned Revision ChangesPath 1.18 +2 -5 maven/src/plugins-build/war/plugin.jelly Index: plugin.jelly

cvs commit: maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy - New directory

2003-06-17 Thread michal
michal 2003/06/17 15:05:36 maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers - New directory

2003-06-17 Thread michal
michal 2003/06/17 15:05:37 maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Strange behavior of war plugin

2003-06-16 Thread Michal Maczka
to build a war archive always in two steps: 1) copy web sources to assembly directory 2) jar this directory I think that this will be cleaner and will simplify some things. I hope that my changes will fix those strange bugs. Michal -Original Message- From: Konstantin Priblouda [mailto

cvs commit: maven/src/plugins-build/artifact - New directory

2003-06-16 Thread michal
michal 2003/06/16 07:25:47 maven/src/plugins-build/artifact - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/artifact/src/main/org/apache - New directory

2003-06-16 Thread michal
michal 2003/06/16 07:25:47 maven/src/plugins-build/artifact/src/main/org/apache - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/artifact/src/main/org - New directory

2003-06-16 Thread michal
michal 2003/06/16 07:25:47 maven/src/plugins-build/artifact/src/main/org - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/artifact/src/plugin-resources - New directory

2003-06-16 Thread michal
michal 2003/06/16 07:25:48 maven/src/plugins-build/artifact/src/plugin-resources - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/artifact/src/main - New directory

2003-06-16 Thread michal
michal 2003/06/16 07:25:47 maven/src/plugins-build/artifact/src/main - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/artifact/src/plugin-resources/templates - New directory

2003-06-16 Thread michal
michal 2003/06/16 07:25:48 maven/src/plugins-build/artifact/src/plugin-resources/templates - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/artifact/src/plugin-resources/templates manifest.vm

2003-06-16 Thread michal
michal 2003/06/16 07:26:02 Added: src/plugins-build/artifact project.properties plugin.properties .cvsignore project.xml plugin.jelly src/plugins-build/artifact/src/main/org/apache/maven/artifact/deployer

RE: JBoss plugin - new modifications

2003-06-16 Thread Michal Maczka
for jboss all dependecies will be bundled, right? Why to mark them in special way? BTW: Are you going to make jboss plugin compatible with jboss 3.2x series? Michal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

cvs commit: maven/src/plugins-build/jar/src/plugin-resources - New directory

2003-06-11 Thread michal
michal 2003/06/11 14:51:29 maven/src/plugins-build/jar/src/plugin-resources - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/jar/src/plugin-resources/templates - New directory

2003-06-11 Thread michal
michal 2003/06/11 14:51:30 maven/src/plugins-build/jar/src/plugin-resources/templates - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/jar/src/plugin-resources/templates manifest.vm

2003-06-11 Thread michal
michal 2003/06/11 14:51:38 Modified:src/plugins-build/jar project.xml plugin.jelly Added: src/plugins-build/jar/src/plugin-resources/templates manifest.vm Log: Added dynamic tag library for generation of manifest file Revision ChangesPath

RE: Sun JARs

2003-06-10 Thread Michal Maczka
Is there a chance for: JAXB JAX-RPC JAXB is distributed in Java Web Services Developer Pack http://java.sun.com/webservices/downloads/webservicespack.html which contains ... a lot of Jakarta products (tomcat, ant). Michal P.S. Is this list going to be approved as a whole or each item

RE: [PROPOSAL] Maven POM re-org to address deps + test issues

2003-06-06 Thread Michal Maczka
. Then integration test can be even integrated with of reports. reports ... reportiutest/report /reports There is a lot of details which I skipped (for example resource processing for tests), but this is just a fresh idea. what you think? regards Michal -Original Message

RE: Setting up Maven-New

2003-06-03 Thread Michal Maczka
that it should be applied/used. Michal Regards, Gino. -Original Message- From: Michal Maczka [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 12:15 PM To: Maven Developers List Subject: RE: Setting up Maven-New AFAIK: maven-new is not yet usable. Michal -Original

cvs commit: maven-new/core/src/test/org/apache/maven/artifact/handlers JarHandlerTest.java

2003-05-31 Thread michal
michal 2003/05/30 08:13:43 Modified:core/src/test/org/apache/maven/artifact/handlers JarHandlerTest.java Log: Small typo fixed Revision ChangesPath 1.3 +2 -2 maven-new/core/src/test/org/apache/maven/artifact/handlers

cvs commit: maven-new/core/src/java/org/apache/maven/artifact/satisfy DefaultDependencySatisfier.java

2003-05-30 Thread michal
michal 2003/05/30 03:13:26 Modified:core/src/java/org/apache/maven/artifact/satisfy DefaultDependencySatisfier.java Log: added special threatment for unsatisfied overriden deps Revision ChangesPath 1.8 +12 -5 maven-new/core/src/java

cvs commit: maven-new/core/src/test-input project.xml

2003-05-30 Thread michal
michal 2003/05/30 03:27:42 Modified:core/src/test-input project.xml Log: Added code for testing experimental way of declaring properties Revision ChangesPath 1.2 +4 -0 maven-new/core/src/test-input/project.xml Index: project.xml

cvs commit: maven-new/core/src/java/org/apache/maven/artifact/handlers JarHandler.java

2003-05-30 Thread michal
michal 2003/05/30 04:26:53 Modified:core/src/java/org/apache/maven/project Dependency.java Project.java core/src/java/org/apache/maven MavenConstants.java core/src/java/org/apache/maven/artifact/handlers

RE: maven-new tests failing

2003-05-28 Thread Michal Maczka
My repository path does not start with ${maven.home}...so this problem did not show up. I have something like: /repository /maven It seems like interpolation problem. Michal -Original Message- From: Rafal Krzewski [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 12:05 PM

cvs commit: maven-new/core/src/java/org/apache/maven/util IOUtility.java

2003-05-27 Thread michal
michal 2003/05/27 11:38:29 Added: core/src/java/org/apache/maven/util IOUtility.java Log: Added what Ben has forgotten Revision ChangesPath 1.1 maven-new/core/src/java/org/apache/maven/util/IOUtility.java Index: IOUtility.java

<    1   2   3   4