RE: [MavenBook] Using a public/private key scheme for site deployment

2005-08-16 Thread Jörg Schaible
Sébastien Arbogast wrote on Tuesday, August 16, 2005 3:53 PM: Hi, First of all I'd like to thank and congratulate Vincent Massol and Tim O'Brien for this excellent book I'm reading right now (Maven, A Developer's Notebook). It's really excellent and enables me to use Maven at full

RE: Maven 1.0.2, uberjar and properties problem

2005-08-17 Thread Jörg Schaible
Levitt, David, Bookspan wrote on Wednesday, August 17, 2005 4:15 PM: I'm getting started with Maven [1.0.2] on a simple project. I'm trying to bundle the complete application [my three classes + twelve jar files + properties files] into an 'uberjar'. 'maven uberjar' builds an output file,

RE: Re[6]: xdoclet dependency

2005-08-22 Thread Jörg Schaible
Dmitry Ochnev wrote on Monday, August 22, 2005 12:51 PM: Hello Jörg, Monday, August 22, 2005, 1:58:33 PM, you wrote: Attempting to download xjavadoc-1.2.jar. This does not exist. Latest release is 1.1. It does exist: http://www.ibiblio.org/maven/xdoclet/jars/ As long as you insist

RE: Re[8]: xdoclet dependency

2005-08-22 Thread Jörg Schaible
Dmitry Ochnev wrote on Monday, August 22, 2005 1:39 PM: [snip] It became better but it is still not working. Here is the part of the project.xml: ---begin--- !-- XDoclet dependencies -- dependency idxdoclet/id version1.2/version /dependency dependency

RE: How do I package a Swing application in Maven?

2005-08-23 Thread Jörg Schaible
Hi Mick, Mick Knutson wrote on Monday, August 22, 2005 7:03 PM: I have many items I want to combine for a swing application using maven. I am just wondering what the best approach is to packaging the many libs I will be using. Have a look at the plugins uberjar or javaapp. - Jörg

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

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 like

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 suppose to

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 : dependency

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: [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 one is

RE: [m1.1b1] failing inheritance for project.properties

2005-08-26 Thread Jörg Schaible
Wim Deblauwe wrote on Friday, August 26, 2005 10:09 AM: Hi, I see that bug http://jira.codehaus.org/browse/MAVEN-1610 is closed. Is it supposed to be solved in 1.1beta1? No, because it has not been fixed. Because I tested again with the 1.1beta1I just installed and the bug is still

RE: [m1] multiproject dependency problem

2005-08-26 Thread Jörg Schaible
stéphane bouchet wrote on Friday, August 26, 2005 11:54 AM: OK, more infos : 1/ Using the multiproject 1.4.1 plugin 2/ Using Eclipse 3.1 with Mevenide 3/ in Fact, i have a project that manage the two others, called 'maven'. it is in its project.properties that the props

RE: [m1] multiproject dependency problem

2005-08-26 Thread Jörg Schaible
stéphane bouchet wrote on Friday, August 26, 2005 3:44 PM: Jörg Schaible a écrit : stéphane bouchet wrote on Friday, August 26, 2005 11:54 AM: OK, more infos : 1/ Using the multiproject 1.4.1 plugin 2/ Using Eclipse 3.1 with Mevenide 3/ in Fact, i have a project that manage the two

RE: [m1] environment override project.properties ?

2005-08-31 Thread Jörg Schaible
Ittay Dror wrote on Tuesday, August 30, 2005 5:28 PM: Hi, How can I have environment variables that will override the values in the project.properties file? You have to use system properties: maven -Dprop=value goal or use build.properties files - Jörg

RE: maven jar:deploy hangs - zombie processes (mkdir and chmod)

2005-09-02 Thread Jörg Schaible
Martin Burger wrote on Friday, September 02, 2005 2:06 PM: Hello! I want to deploy a jar to my remote repository. But the goal jar:deploy hangs. On the linux machine (Debian Sarge) there are some zombie / defunct processes. If I kill such a process, the goal continues until the next

RE: maven jar:deploy hangs - zombie processes (mkdir and chmod)

2005-09-02 Thread Jörg Schaible
Yann Le Du wrote on Friday, September 02, 2005 2:48 PM: Well, IMHO, maven.repo.foorepo.ssh.executable and maven.repo.foorepo.scp.executable seem like they have to be Windows executables, since the jar has to be deployed from Windows to Linux... OK, this is different. In that case I assume,

RE: maven jar:deploy hangs - zombie processes (mkdir and chmod)

2005-09-02 Thread Jörg Schaible
Martin Burger wrote on Friday, September 02, 2005 2:56 PM: Jörg Schaible schrieb am 02.09.2005 14:51: Well, IMHO, maven.repo.foorepo.ssh.executable and maven.repo.foorepo.scp.executable seem like they have to be Windows executables, since the jar has to be deployed from Windows to Linux

RE: maven jar:deploy hangs - zombie processes (mkdir and chmod)

2005-09-02 Thread Jörg Schaible
Martin Burger wrote on Friday, September 02, 2005 3:35 PM: Jörg Schaible schrieb am 02.09.2005 15:06: What happens if you start plink manually (with the options from the Maven proeprties file) C:\\Programme\\INet\\Remote\\PuTTY\\plink.exe -A -2 -ssh [EMAIL PROTECTED] Using username

RE: maven jar:deploy hangs - zombie processes (mkdir and chmod)

2005-09-02 Thread Jörg Schaible
Martin Burger wrote on Friday, September 02, 2005 4:45 PM: Jörg Schaible schrieb am 02.09.2005 16:00: Just start a remote command: plink -A -2 -ssh [EMAIL PROTECTED] ls -l This should give you a list of your home directory on the remote server. You should not have to press any key

RE: problems with Maven 1.1 -beta-1 in defining entities in project.xml

2005-09-12 Thread Jörg Schaible
Andy Glick wrote on Saturday, September 10, 2005 4:10 AM: Marco, When I executed maven pom:validate on your project.xml file I found 2 lines that the Modello generated parser rejected. 1) Maven 1.1 no longer supports XML entities as a means of including XML fragments This is a

RE: problems with Maven 1.1 -beta-1 in defining entities in project.xml

2005-09-12 Thread Jörg Schaible
Hi Brett, Brett Porter wrote on Monday, September 12, 2005 8:46 AM: http://jira.codehaus.org/browse/MODELLO-18 when this is fixed it will be possible (however, it will be a non-default option) that will be good. I followed the discussion for M2 close enough, to be quite sure, that we can

RE: clean plugin

2005-09-19 Thread Jörg Schaible
Arnaud HERITIER wrote on Monday, September 19, 2005 4:43 PM: It's not possible in maven 1. Dependencies are checked for any goal called. It's a feature already implemented in m2. It can and it has published here on the list more than once: goal name='multiproject:clean'

RE: clean plugin

2005-09-19 Thread Jörg Schaible
Jörg Schaible wrote on Monday, September 19, 2005 5:25 PM: Arnaud HERITIER wrote on Monday, September 19, 2005 4:43 PM: It's not possible in maven 1. Dependencies are checked for any goal called. It's a feature already implemented in m2. It can and it has published here on the list more

RE: Re: clean plugin

2005-09-20 Thread Jörg Schaible
jan_bar wrote on Monday, September 19, 2005 6:27 PM: Thanks Jörg, it was published in http://article.gmane.org/gmane.comp.jakarta.turbine.maven.user/19338. The solution replaces the multiproject:clean goal completely (the plugin should use this impl). What is the purpose of the postGoal?

Re: [m2] Problems with pom.xml and Eclipse + WTP XML Editor vs. Ant Editor

2005-10-03 Thread Jörg Schaible
Hello Stephen, Stephen Duncan wrote: I know this is an Eclipse problem, but I'm wondering if anybody else using m2 and Eclipse+WTP is seeing this problem, and if they've found a workaround. Normally my pom.xml file is associated with the XML editor from the Web Tools Project (WTP) plugin.

RE: [m2] Problems with pom.xml and Eclipse + WTP XML Editor vs. Ant Editor

2005-10-04 Thread Jörg Schaible
Andrius Šabanas wrote on Monday, October 03, 2005 7:44 PM: [snip] I have solved the problem somewhat drastically - by removing org.apache.ant_1.6.5 plugin from Eclipse's plugins/ directory, as I don't use Ant (I am using Eclipse 3.1 bundled with WTP 0.7). Then you have also eliminated a lot

RE: [m2] Problems with pom.xml and Eclipse + WTP XML Editor vs. Ant Editor

2005-10-04 Thread Jörg Schaible
Stephen Duncan wrote on Monday, October 03, 2005 3:50 PM: Thanks for the tip. That only seems to apply to reporting of problems by the Ant editor. It still doesn't let me edit the file with WTP properly. It still associates the file with the Ant editor, and when I manually open the file

RE: [M2] How to add custom entries in a MANIFEST.MF file?

2005-10-06 Thread Jörg Schaible
Hi Jason, Jason van Zyl wrote on Thursday, October 06, 2005 10:00 PM: On Thu, 2005-10-06 at 17:49 +1100, Martin Desruisseaux wrote: Hello all How to add custom entries in a JAR file (in addition to the current file created by Maven 2)? To be more specific, I would like to add a

RE: [M2] Use key agent to handle SCP authentications

2005-10-13 Thread Jörg Schaible
Jose Gonzalez Gomez wrote on Thursday, October 13, 2005 1:06 PM: Hi there, Is there any way to use a SSH key agent (like Pageant in Putty) to handle SCP authentications? As far as I know the only way to use a protected private key is to write down the password in the settings files, am I

RE: [M2] Manual installation of plugins

2005-10-27 Thread Jörg Schaible
Eric Parpal wrote on Thursday, October 27, 2005 5:34 PM: Hello, I installed Maven2 on a protected network not connected to Internet. On the other side, I installed Maven2 on a machine connected to the internet network in the aim to download automatically all the necessaries files (and

RE: [m2]create an entry into internal repository

2005-10-27 Thread Jörg Schaible
Hi Jason, Jason van Zyl wrote on Thursday, October 27, 2005 5:57 PM: On Thu, 2005-10-27 at 10:23 +0200, luca rasconi wrote: im using m2 (subject modified :-) ). well, i've myjarfile-1.0.jar and i've a http://myhost/myreposytory i would use as my internal repository. i understand that every

Re: [M2] Too heavy load for ibiblio?

2005-10-28 Thread Jörg Schaible
Hi Jason, Jason van Zyl wrote: On Fri, 2005-10-28 at 08:46 +0200, Dietrich Schulten wrote: Hi, Mvn is having trouble to download commons-codec from ibiblio. Browsing showed that yesterday something was updated there, but I cannot download manually. Is there something broken or are

RE: Using Maven as Eclipse class-path container

2005-11-07 Thread Jörg Schaible
Marcel Schutte wrote on Tuesday, November 08, 2005 8:48 AM: Sounds like a good idea. I think the eclipse plugin works only in the opposite direction, generating .classpath etc files for eclipse to use. A problem might be that eclipse doesn't have the concept of scopes for its dependencies.

RE: Using Maven as Eclipse class-path container

2005-11-08 Thread Jörg Schaible
Kenney Westerhof wrote on Tuesday, November 08, 2005 9:25 AM: On Tue, 8 Nov 2005, [iso-8859-1] Jörg Schaible wrote: A problem might be that eclipse doesn't have the concept of scopes for its dependencies. It has. You can define dependencies to be exported. Isn't that on by default

RE: [M2] Too heavy load for ibiblio?

2005-11-08 Thread Jörg Schaible
Allison, Bob wrote on Saturday, October 29, 2005 2:52 AM: Jörg Schaible wrote on Friday, October 28, 2005 3:24 PM: It would be good to advertise maven-proxy much more. It works really fine even for M2. Especially for companies or other big organizations it can decrease the traffic

RE: [M2] Too heavy load for ibiblio?

2005-11-08 Thread Jörg Schaible
Hi Brett, Brett Porter wrote on Wednesday, November 09, 2005 12:35 AM: Just the metadata by default, but the poms can be enabled for refreshes. Fine. This matches my patch http://jira.codehaus.org/browse/MAVENPROXY-34. Metadata and their checksums are handled like snapshots and looked up

RE: Can't use maven2 (offline)

2005-11-09 Thread Jörg Schaible
Brett Porter wrote on Wednesday, November 09, 2005 12:55 AM: If you are overriding the ibiblio repositories, set the id of both to central. You may also need to use file:///mypath. A plugin repository is where a plugin is searched for, a normal repository is for all other dependencies and

[M2] Repository definition

2005-11-09 Thread Jörg Schaible
Hi folks, the reference guide defines the release and snapshot tags as children of the repository or pluginRepository tags. If I define them in my settings.xml, Maven claims that they are not recognized: [1] [EMAIL PROTECTED] ~/Elsag/buildsystem/sample-maven-project $ mvn

RE: [M2] Repository definition

2005-11-09 Thread Jörg Schaible
Jason van Zyl wrote on Wednesday, November 09, 2005 4:10 PM: On Wed, 2005-11-09 at 10:31 +0100, Jörg Schaible wrote: Hi folks, the reference guide defines the release and snapshot tags as children of the repository or pluginRepository tags. If I define them in my settings.xml, Maven claims

RE: howto: Module definition in a POM

2005-11-10 Thread Jörg Schaible
Yann Le Du wrote on Thursday, November 10, 2005 4:23 PM: Hi Jörg, For what I know, this is only : moduledirectorymodule and 2) or 3) -- what is the difference ? just a directory or a complete (relative) path As an example, you can look at how the Maven team is using it

RE: howto: Module definition in a POM

2005-11-10 Thread Jörg Schaible
John Casey wrote on Thursday, November 10, 2005 5:24 PM: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jörg Schaible wrote: snip/ Thanks. So there's no possibility to include modules with poms with other names ... ? Not currently. If you need it, submit your use case to jira

RE: [m2] artifactId macro in parent pom substitutes twice in child's generated site?

2005-11-14 Thread Jörg Schaible
Hi Brett, Brett Porter wrote on Friday, November 04, 2005 5:31 AM: When the SCM URL is inherited, it automatically appends the artifact ID by default. the artifactId might in fact not be the directory name (e.g. look at maven/continuum). Not everybody would want to repeat the continuum-

RE: The CGLIB issue or how transitive dependencies break an application

2005-11-14 Thread Jörg Schaible
seems to match the requirement ... - Jörg - Brett On 11/14/05, Jörg Schaible [EMAIL PROTECTED] wrote: Hello folks, [snip] The current problem with the transient dependencies are projects, with (transitive) dependencies on cglib-full-1.x and asm-2.x (like Groovy or some artifacts

The CGLIB issue or how transitive dependencies break an application

2005-11-14 Thread Jörg Schaible
Hello folks, first let me describe the scenario: CGLIB is used in a wide range of product as well as ASM. CGLIB itself is based on parts of ASM. CGLIB 1.x is dependent on ASM 1.x, but it provided also a cglib-full artifact, that contained the used sources from ASM 1.x. Therefore there are

RE: Configure compile JDK vs. compile-test JDK

2005-11-14 Thread Jörg Schaible
Hi Brett, Brett Porter wrote on Tuesday, November 15, 2005 4:59 AM: We seem to have missed that use case after we changed from the per-goal configuration model to the lifecycle bindings. I think our medium term plan is to make the compiler configuration a separate component referenced from

RE: links in confluence wiki (was Re: Documentation -- making better use of the wiki)

2005-11-14 Thread Jörg Schaible
Anuerin Diaz wrote on Monday, November 14, 2005 5:22 PM: hi, i am having problems trying to make a URL in the confluence wiki. the guidelines on the right side it should look like [title#anchor] but [why do i...#FAQ/why-do-i] does not work. I am trying to make the FAQ page as the

RE: M2 NTLM Proxy and remote ibiblio repo

2005-11-15 Thread Jörg Schaible
javed mandary wrote on Tuesday, November 15, 2005 10:48 AM: Ok , yes will definitively have a look at this. But are there any way other than having maven download all my jars , to access the ibiblio repository and have the contents downloaded to my local repo? You may use the maven-proxy

RE: [m1] How to define my own remote repository in my maven installation ?

2005-11-17 Thread Jörg Schaible
Blaise Gosselin wrote on Thursday, November 17, 2005 1:46 PM: Hello, Is it possible to define my own remote repository in the installation directories of Maven 1 ? If yes, where should I configure it ? I know that it can be configured in a file project.properties of a maven project,

RE: [m1] How to define my own remote repository in my maven installation ?

2005-11-17 Thread Jörg Schaible
Blaise Gosselin wrote on Thursday, November 17, 2005 1:52 PM: What do you mean by home directory ? I suppose it is the C:\Documents and Settings\user\.maven for Windows ? No your Windows home directory (might be in your case): C:\Documents and Settings\user Isn't it possible to define it

RE: What is the correct way to use classifiers

2007-07-27 Thread Jörg Schaible
Dennis Lundberg wrote on Tuesday, July 24, 2007 5:10 PM: [snip] To sum this up: it works, but is it the right way (TM) to use classifiers? In short: Yes :) - Jörg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: eclipse-plugin generates weird classpath entries

2007-08-06 Thread Jörg Schaible
[EMAIL PROTECTED] wrote on Monday, August 06, 2007 9:15 AM: Quoting Klaus Botschen [EMAIL PROTECTED]: i can't find the reason why i get such strange entries in the classpath file: classpathentry kind=var path=M2_REPOant/ant-optional/1.5.1/ant-optional-1.5.1.jar/ classpathentry

RE: Parent POM, properties and scm problem

2007-08-06 Thread Jörg Schaible
Oscar Picasso wrote on Wednesday, August 01, 2007 7:31 PM: The current Maven behaviour is fine for multimodule projects. However I am trying to write a organizational POM that all my projets would inherited and wanted to avoid duplication of the scm section. So in case of independent

RE: Retrieving subversion revision number

2007-08-07 Thread Jörg Schaible
DCVer wrote on Tuesday, August 07, 2007 8:57 AM: Thanks for all replies, but when I use this plugin I receive the version of my my project (e.g. 1.0-SNAPSHOT), but I would like to get somehow the revision number of the svn version (e.g. 768). If someone commits some changes and the revision

RE: Retrieving subversion revision number

2007-08-07 Thread Jörg Schaible
? - Jörg -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? Jörg Schaible wrote: DCVer wrote on Tuesday, August 07, 2007 8:57 AM: Thanks for all replies, but when I

RE: [m2] project.version in multiple modules

2007-08-10 Thread Jörg Schaible
Hi Mick, Mick Knutson wrote on Saturday, July 28, 2007 11:30 PM: I have over 50 modules in my project and they all have headers like: groupIdorg.delta.esp.dap.c2.services/groupId version1.0.0.0/version artifactIdc2-ear/artifactId packagingear/packaging parent

Re: Dependency project classes getting included in the resulting jar

2007-08-10 Thread Jörg Schaible
Farhan Sarwar wrote: Hey Guys, Am experiencing a strange behavior, which I am not able to understand why.Basically I have got two projects A and B where project A has a dependency on the Project B, also I have a parent POM from which both these projects are being inherited, the

RE: WSDL2Code Axis2 javax/wsdl/WSDLException NoClassDefFoundError

2007-08-13 Thread Jörg Schaible
It's the *plugin* that needs this dep, not your artifact ... ;-) Sebastien Arbogast wrote on Sunday, August 12, 2007 2:13 PM: I have exactly the same problem. I've tried many versions of the wsdl4j dependency, but I still get that exception. PeteTh wrote: I'm trying to use

RE: javac: invalid source release: 1.4.2

2007-08-15 Thread Jörg Schaible
Gisbert Amm wrote on Wednesday, August 15, 2007 10:15 AM: Hi list, when I try to compile using the following settings plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId configuration source1.4.2/source target1.4.2/target

RE: Generating EJB home/remote interfaces with maven

2007-08-16 Thread Jörg Schaible
use 1.0-alpha-2: http://www.mvnrepository.com/artifact/org.codehaus.mojo/xdoclet-maven-plugin Tim Kettler wrote on Thursday, August 16, 2007 8:47 AM: Ok. I just made a quick test: 1.0-alpha-1 (as shown in the examples) seems to be to old and doesn't work with the current maven version. I

RE: castor-1.0.4.jar on maven repo is not same as the one distributed by codehaus

2007-08-17 Thread Jörg Schaible
nicolas de loof wrote on Friday, August 17, 2007 9:20 AM: I've got an issue with castor jar : artifacts from http://dist.codehaus.org/castor/1.0.4/ are compiled for 1.3, and the ones published at http://repo1.maven.org/maven2/org/codehaus/castor/castor/1.0.4 / require java 1.4 Jars

RE: castor-1.0.4.jar on maven repo is not same as the one distributed by codehaus

2007-08-17 Thread Jörg Schaible
Werner Guttmann wrote on Friday, August 17, 2007 10:15 AM: Hi, I am not 100% sure, but it could be that somebody uploaded these JARs to the ibiblio repos manually, as we (the Castor team) switched to Maven uploads slightly later. Since they are available on Castor's repo at Codehaus,

RE: [M2] maven-release-plugin: debug vs. release version

2007-08-22 Thread Jörg Schaible
Hi, CodingPlayer wrote on Wednesday, August 22, 2007 2:20 PM: Hi, i recently asked myself, if there is any possibility to discriminate between a debug and a release version (like in the old C++ days). what i mean exactly is, that when releasing a project, i would like to have the

RE: Maven + xmlbeans + eclipse

2007-08-27 Thread Jörg Schaible
Simply add the path to the generated sources as new source directory. If you create the Eclipse projetc with Maven, this is done automatically. Ramunas wrote on Monday, August 27, 2007 10:56 AM: Hi all I use xmlbeans maven plugin to generate some classes from xsd. By default this plugin

RE: Community review of the next commons-logging pom

2007-08-28 Thread Jörg Schaible
Wayne Fay wrote on Monday, August 27, 2007 8:55 PM: A couple comments... take them or not, entirely your choice: 1. The properties at the bottom -- any reason you aren't just configuring maven-compiler-plugin instead? Although not done here, but you need the same values configuring the

RE: Community review of the next commons-logging pom

2007-08-28 Thread Jörg Schaible
Hi Michael, Michael McCallum wrote on Tuesday, August 28, 2007 12:34 AM: IMO the log4j, logkit, avalon dependencies all need to go... I as I imagine most people do only use one logging implementation in the deployed systems why introduce a dependency on several implementations at the top

RE: Community review of the next commons-logging pom

2007-08-28 Thread Jörg Schaible
Michael McCallum wrote on Tuesday, August 28, 2007 1:15 PM: Why? Only with dependencyManagement you're able to manage transitive versions. In order to keep clean dependency graphs I have used standard OO principles to encasulate functionality in this case I will use spring as an example.

RE: Community review of the next commons-logging pom

2007-08-28 Thread Jörg Schaible
Michael McCallum wrote on Tuesday, August 28, 2007 1:56 PM: http://en.wikipedia.org/wiki/Relation_composition group.id.composition.spring 2.0.6 - spring-beans 2.0.6 - spring-context 2.0.6 group.id.composition.spring.persistence 2.0.6 -group.id.composition.spring 2.0.6 - hibernate

RE: Community review of the next commons-logging pom

2007-08-28 Thread Jörg Schaible
Michael McCallum wrote on Tuesday, August 28, 2007 2:39 PM: OK. But this will not help you, if you include another artifact that depends transitively on Spring or Hibernate in different versions. And therefore we use a company or at least a master POM for a project with a dependencyManagement

RE: scp upload verbosity

2007-09-21 Thread Jörg Schaible
Hi Martin, Martin Pruefer wrote on Thursday, September 20, 2007 2:11 PM: Hi, is there any way to make the deploy plugin being less verbose when uploading via scp to a server? I'm building my project with 'mvn deploy' and for each artifact the upload progress is being logged in a very

RE: MAVEN BUG: typeejb-client/type problem

2007-09-24 Thread Jörg Schaible
You did not answer the question of Tim why your artifactId for the ejb client is different from the artifactId of the ejb itself. As long as you do not answer, we assume the bug is between screen and keyboard ... ;-) Denis Bessmertniy wrote on Monday, September 24, 2007 8:57 AM: It sound

RE: MAVEN BUG: typeejb-client/type problem

2007-09-24 Thread Jörg Schaible
reading after the first sentence. - Jörg Thank you - Denis -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Monday, September 24, 2007 10:29 AM To: Maven Users List Subject: RE: MAVEN BUG: typeejb-client/type problem You did not answer the question

RE: MAVEN BUG: typeejb-client/type problem

2007-09-24 Thread Jörg Schaible
Hi Denis, Denis Bessmertniy wrote on Monday, September 24, 2007 10:04 AM: If you mean this Exaclty. :) Shouldn't this be: dependency groupIdcom.mhf/groupId artifactIdmhfEJBModule/artifactId version1.0/version typeejb-client/type /dependency Or isn't your

RE: Why Maven is Hard?

2007-09-24 Thread Jörg Schaible
Hi Denis, Denis Bessmertniy wrote on Monday, September 24, 2007 10:07 AM: It is interesting why maven is so hard to understand? Why it is not well documented? (It is all my own opinions) I haven't so much probmlems with Ant, for example. Regading the EJBs there are quite a lot examples

RE: MAVEN BUG: typeejb-client/type problem

2007-09-24 Thread Jörg Schaible
Denis Bessmertniy wrote on Monday, September 24, 2007 10:44 AM: Ok, but what I may to do to have what I want? The client is normally generated building the EJB itself, sou you should be able to moive your classes over to your ejb module, drop your client module at all and configure the ejb

RE: Duplicate jars/dependencies when building war module

2007-10-01 Thread Jörg Schaible
Kjartan Aanestad wrote on Friday, September 28, 2007 11:50 AM: Hi, We have a strange issue when building the war module. We have a couple of common modules that are built by continuum and used as dependencies in our project. Somehow these dependecies sometimes end up twice in the war file

RE: POM-project as parent

2007-10-02 Thread Jörg Schaible
Erik Drolshammer wrote on Tuesday, October 02, 2007 11:11 AM: Hi! Context: I have a set of projects and some of these should use webstart (jnlp). I have set up and configured the maven-webstart-plugin. This configuration have I made generic and put in a separate project with packaging pom

Site generation with modello fails

2007-10-06 Thread Jörg Schaible
Hi folks, for whatever reason my site generation for a plugin with modello documentation fails. install works fine, so there is no general problem with the definitions in the mdo, but site generation is borked: % == [EMAIL PROTECTED] ~/src/BerliOS/JsUnit/maven2 $ mvn -X site +

Re: Site generation with modello fails

2007-10-08 Thread Jörg Schaible
Hi Hervé, Hervé BOUTEMY wrote: I looked at Modello code (and fixed the elememt typo :) ) It seems you didn't define any class as root element, ie a class with rootElement=true: this root element is not necessary to generate classes, but it is used by xdoc generation to know which class to

Site.xml interpolation

2007-10-09 Thread Jörg Schaible
Hi folks, in the documentation to the site-plugin is in section Expressions of http://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html explained that site.xml may contain expressions like ${project.*} or properties from the property section. This does not work for me.

release:prepare fails to create branch for svn+ssh

2007-10-09 Thread Jörg Schaible
Hi folks, this is totally weird ... has anybody seen this? I cannot release currently because the SCM seems to execute an invalid command for svn+ssh protocol when creating the branch. See following log, it's the 2nd execution of the goal (I've embedded the debug output for the config):

RE: How to generate-sources always ?

2007-10-10 Thread Jörg Schaible
Mac-Systems wrote on Wednesday, October 10, 2007 2:46 PM: Below example do not run when Install is invoked. May i missunderstood something completly. As far as i understood i bound the ANT Plugin to the generate-sources phase. As Goal Install inclúdes compile, the generate-source should run

[Ann] JsUnit 1.3 RC1 with Maven 2 plugin

2007-10-10 Thread Jörg Schaible
Hi folks, I'd like to announce the availability of the first release candidate of JsUnit 1.3 at http://jsunit.berlios.de/index.html. The package includes now a Maven 2 plugin and an Ant Task - both are already available at the project's Maven 2 repository: http://jsunit.berlios.de/maven2/repo.

Re: Custom plugin not found

2007-10-10 Thread Jörg Schaible
Manos Batsis wrote: On a similar issue, I just noticed that my custom plugin works fine in the site lifecycle but breaks when calling a goal directly as M2 thinks it's a maven plugin; my understanding is M2 uses the wrong groupId when trying to check the repo for it (should be

Re: release:prepare fails to create branch for svn+ssh

2007-10-10 Thread Jörg Schaible
Tomasz Pik wrote: On 10/9/07, Jörg Schaible [EMAIL PROTECTED] wrote: Hi folks, this is totally weird ... has anybody seen this? yes, 20 minutes ago in my project :) Please, try to remove 'scm:svn' prefix from tagBase and configure it as: svn+ssh://svn.berlios.de/svnroot/repos/jsunit/tags

Re: Custom plugin not found

2007-10-10 Thread Jörg Schaible
Duncan Doyle wrote: Hello, I've created a custom Maven2 plugin for our SCM system (CA Harvest). This plugin is deployed in our internal remote repository. This remote repository is configured as a pluginRepository in my 'settings.xml ' file. The plugin's groupId

RE: EJB Manifest file creation/update

2007-10-15 Thread Jörg Schaible
EJ Ciramella wrote on Friday, October 12, 2007 7:18 PM: Is there any way to use the jars listed as dependencies rather than hard coding a list of jar files? We have something like this: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-ejb-plugin/artifactId

RE: EJB Manifest file creation/update

2007-10-15 Thread Jörg Schaible
EJ Ciramella wrote on Monday, October 15, 2007 4:22 PM: Do you have an example of this? http://maven.apache.org/guides/mini/guide-manifest.html I thought this pointer was not necessary, since you already configured your manifest ... - Jörg

RE: Configuration not working for multiple calls of same plugin

2007-10-17 Thread Jörg Schaible
Veyret Stephane wrote on Wednesday, October 17, 2007 10:10 AM: Hi, I got into a very strange problem. I think this is an issue, but I would like to have your opinion first. In the following pom.xml file, I have got 2 calls to the maven-jar-plugin. I need to do that, because there are

RE: RE : Configuration not working for multiple calls of same plugin

2007-10-17 Thread Jörg Schaible
Veyret Stephane wrote on Wednesday, October 17, 2007 10:40 AM: Hi Adrian, Thank you for your answer. Actually, I can't do what you suggest for I need to execute other plugins between jar building and jar signing. Anyway, I often need to separate 2 plugin executions, I've never seen

RE: How to setup repeatable builds with maven or how to tag dependencies

2007-10-17 Thread Jörg Schaible
Olaf Meske wrote on Wednesday, October 17, 2007 11:33 AM: Hi All, I'm a beginner of Maven and I'm doing some research if we could use maven for some of our projects. One thing that we really need, is to repeat our builds from the tagged versions from the cvs/svn with the exact same

RE: RE : Configuration not working for multiple calls of same plugin

2007-10-17 Thread Jörg Schaible
Veyret Stephane wrote on Wednesday, October 17, 2007 11:25 AM: Thanks all for suggestions. The problem is that there is not an infinite number of phases in a standard lifecycle, and I cannot take another phase than the default one (packaging) for these. Other phases are already used for other

RE: RE : Configuration not working for multiple calls of same plugin

2007-10-17 Thread Jörg Schaible
Veyret Stephane wrote on Wednesday, October 17, 2007 1:42 PM: OK. This one is true. But IIRC there is always a pre- and post-phase also. So try to use post-package to sign the jar. Yes, I'll try this. But the question is: do you think this is a bug, especially knowing that the pom

RE: maven-scm-provider-starteam

2007-10-19 Thread Jörg Schaible
On 10/18/07, Ken Turner [EMAIL PROTECTED] wrote: Sorry, I'm new to this community, but what's a JIRA and how do I file it? Dan Tran wrote on Thursday, October 18, 2007 9:58 PM: JIRA info is at maven.apache.org/scm site And you have to create an account (simply email address is enough) to

RE: DuplicateProjectException

2007-10-19 Thread Jörg Schaible
Heinrich Nirschl wrote on Thursday, October 18, 2007 6:12 PM: On 10/18/07, Jason Nerothin [EMAIL PROTECTED] wrote: Okay, so what I mean is that I have four complilation units: Unit A has compile-time dependencies on B1 and B2 which in turn have a compile-time dependency on unit C. mvn compile

[ANN] JsUnit 1.3 final released

2007-10-19 Thread Jörg Schaible
New release JsUnit version 1.3 Note, this is JsUnit from BerliOS, not to be mistaken with JsUnit from SourceForge. Both projects are completely independent, they went simply public nearly both at the same time years ago. JsUnit is a simple framework to write repeatable tests in JavaScript. It is

Re: How to get Java source filtered the same way as resources?

2007-10-20 Thread Jörg Schaible
Olivier Dehon wrote: Hi, Is there a (simple) way to get the java source code in my project filtered the same way resources are? That is, in my java file, I could have: {code} private final static String MAVEN_VERSION = ${version}; {code} and get ${version} replaced at build time?

RE: Issues with recent update of maven-changes-plugin

2007-10-26 Thread Jörg Schaible
LAMY Olivier wrote: Have you try with force the maven-changes-plugin version to 2.0-beta-2 or using a mvn version = 2.0.6 ? Gosh! What's this? We have locked the version in the pluginManagement and nevertheless the plugin is updated while making the release: = %

Re: How can I get the path for a root pom.xml's basedir in a multimodule project with pom inheritance

2007-10-26 Thread Jörg Schaible
clamb wrote: Matthew McCullough wrote: This is a creative idea, but appears only to work if your leaf nodes of the project are all at the same level so that the ../../ is consistently just the right amount back up the directory tree. Yeah ... that is a limitation. However, once you

Re: How can I get the path for a root pom.xml's basedir in a multimodule project with pom inheritance

2007-10-27 Thread Jörg Schaible
clamb wrote: Jörg Schaible-2 wrote: Why don't you simply keep those filters in an own module and pack them into an archive? Every other project that needs to access them may declare a dep on that artifact and can user the build-helper plugin to unpack them into a temporary location

  1   2   3   4   5   6   7   8   9   10   >