Re: M2: Current directory (user.dir) problem in case of multi-module project.

2006-01-12 Thread Jörg Schaible
Hi Joern, Joern Huxhorn wrote: [snip] > > Is this a bug or a feature? I expected the current dir (user.dir) to > change for every executed sub-module build. > > Any ideas how I could solve this problem? Absolute filenames are not > really an option (that's my current workaround and it's a real

RE: M2: Current directory (user.dir) problem in case of multi-module project.

2006-01-13 Thread Jörg Schaible
Jörg Schaible wrote on Friday, January 13, 2006 1:42 AM: > Hi Joern, > > Joern Huxhorn wrote: > > [snip] >> >> Is this a bug or a feature? I expected the current dir (user.dir) to >> change for every executed sub-module build. >> >> Any ideas how I

RE: [m102] overriding goal

2006-01-13 Thread Jörg Schaible
Kristof Vanbecelaere wrote on Friday, January 13, 2006 2:27 PM: > Hi, > > is it correct that in 1.0.2 one can only override project goals but > not plugin goals? No, you can also override plugin goals. - Jörg - To unsubscribe

[M1] pom versions block

2006-01-13 Thread Jörg Schaible
Hi folks, currently I am wondering what the versions block is used for in POM v3: ... ??? 1.0-beta-1 XY_1-0-BETA-1_RELEASE ... >From the POM reference description I cannot conclude what the id element >should be. According to

Re: [M1] pom versions block

2006-01-13 Thread Jörg Schaible
Hi Lukas, Lukas Theussl wrote: > Hi Joerg, > > AFAICT, the version.id element is only used by the announcement plugin > for generating release announcements; version.name and version.tag are > used by the scm plugin. That means version.name and version.id is supposed to be the same? > It would

Re: [M1] pom versions block

2006-01-13 Thread Jörg Schaible
Lukas Theussl wrote: > Hi, > >> That means version.name and version.id is supposed to be the same? > > I don't think they are supposed to be the same, but in practice it seems > to be the case, - does anybody have a different use case? > >> Or if they would be used more regularly ... e.g. the c

RE: [m2] Central repository in a standalone environment

2006-01-20 Thread Jörg Schaible
COUVREUR jacques wrote on Friday, January 20, 2006 9:36 AM: > Hi Edwin and thanks !... > > But I have tried the following settings as you hinted me: > > > > > dev-profile > > central > Local repository > > > http://mon

[m1] Advice for output from Java-plugin

2006-01-23 Thread Jörg Schaible
Hello folks, Currently I am writing a M1 plugin, but to make the transition to M2 less painless, it's almost completly written in Java. So far so good. The plugin will deal with files and create some special ones. Therefore I am utilizing Ant tasks, which works also fine. But what I do not mana

RE: guide-deploy-ssh-external improvements: scpexe & cygwin for deploy

2006-01-23 Thread Jörg Schaible
Geoffrey De Smet wrote on Monday, January 23, 2006 12:26 PM: > On my computer, using Cygwin (under windows), the guide on > http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html > didn't work because of scpexe: > > > >ssh-repository >scpexe://repository.mycompa

RE: Maven 2 and Eclipse

2006-01-31 Thread Jörg Schaible
Maciej Mastalarczuk wrote on Tuesday, January 31, 2006 3:39 AM: > Hi, > > Has anyone had any luck with using Maven 2 with Eclipse? It > can be easily > integrated through external launch configuration, but Eclipse > build paths > are pain. I know there is a plugin for Eclipse > (http://m2eclipse.

RE: Diagnose changes in the jars of repository on basis of Timestamp

2006-02-01 Thread Jörg Schaible
Parveen Beniwal wrote on Wednesday, February 01, 2006 1:12 PM: > Hi all > I am working in a multiproject environment. Suppose i > am working on > project A ver 1.0 and B 1.0 which is dependent on A. I am making some > changes in the A and deploying it in the remote repository > without chang

RE: [m102] overriding goal

2006-02-06 Thread Jörg Schaible
best way to go about this? No. In that case you have to add your functionality to preGoal/postGoal. - Jörg > > Thanks, > Laird > > On 1/13/06, Jörg Schaible <[EMAIL PROTECTED]> wrote: >> >> Kristof Vanbecelaere wrote on Friday, January 13, 2006 2:27 PM: >&g

RE: deploying from windows via putty

2006-02-09 Thread Jörg Schaible
Tony Burdett wrote on Thursday, February 09, 2006 6:20 PM: > Hi, > > I'm having some problems deploying artifacts to a remote server from > Windows. I have the following entry in my projects POM: > > repo-aux > Fluxion aux repository > > scp://deanmoor.ncl.

RE: properties on a windows platform

2006-02-10 Thread Jörg Schaible
Denis Fuenzalida wrote on Friday, February 10, 2006 4:18 PM: > Always use forward slashes, even in windows, so you can avoid > misleading paths, such as: c:\this\other\some.properties -> the first > '\t' gets translated as a 'tab' character > > use "c:/this/other/some.properties" instead > > Se

RE: [m2] Xpp3 in ibiblio repo is very strange

2006-02-20 Thread Jörg Schaible
Wayne Fay wrote on Saturday, February 18, 2006 7:21 AM: > This is bizarre... > > http://www.ibiblio.org/maven2/xpp3/xpp3/1.1.3.4/ > > xpp3-1.1.3.4-RC3_min.jar (md5, sha1) > xpp3-1.1.3.4-RC8_min.jar (md5, sha1) > xpp3-1.1.3.4.pom (md5, sha1) > > I tried: > > xpp3 > xpp3 > 1.1.3.4 > > >

Re: [m2] Xpp3 in ibiblio repo is very strange

2006-02-20 Thread Jörg Schaible
Hi Wayne, Wayne Fay wrote: > Not sure how I missed seeing that, I really think it wasn't there the > other day... :) > > And I'd **love** to use a more official version... I ran into this > because I was trying to explore Xdoclet a bit (and xdoclet-plugin-ejb > and xdoclet-plugin-web). At some p

RE: javaapp plugin

2006-03-01 Thread Jörg Schaible
Hi Daniel, From: Daniel Or Sent: Sunday, February 26, 2006 4:23 PM To: users@maven.apache.org Subject: javaapp plugin Hi. In the plugin matrix on the maven site javaapp is listed amon

RE: [m2] Why can we do a deploy-file twice ?

2006-03-06 Thread Jörg Schaible
Hi Yann, Yann Andenmatten wrote on Monday, March 06, 2006 2:53 PM: > Hi, > > I'm surprised that we can deploy a jar again and again without even a > warning (at least using a deploy:deploy-file). My wish would > have been to > receive an error if an artifact is already present in the remote > re

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, a

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 t

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 6:15 PM: > On Thu, 2005-10-27 at 18:02 +0200, Jörg Schaible wrote: >> Hi Jason, >> >> Jason van Zyl wrote on Thursday, October 27, 2005 5:57 PM: [snip] > http://maven.apache.org/guides/mini/guide-coping-with-s

RE: [M2] Manual installation of plugins

2005-10-27 Thread Jörg Schaible
Eric Parpal wrote on Thursday, October 27, 2005 7:11 PM: >> Are these two networks completly separated or is it possible to >> reach the one machine, that has an internet connection? If so, you >> can install there the Maven-proxy. >> > Unfortunately, there is the Internet network and there is a

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 brok

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 depe

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

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 a

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

[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 projecthelp:active-pro

RE: [M2] Repository definition

2005-11-09 Thread Jörg Schaible
Hi Brett, Brett Porter wrote on Wednesday, November 09, 2005 11:27 AM: > and (there is an error in the > documenter that is stripping plurals on non-lists). thanks. Actually I was about to answer my own question after looking at the output at: mvn projecthelp:effective-pom This helps a lot :

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

howto: Module definition in a POM

2005-11-10 Thread Jörg Schaible
Hello folks, how does the module tag work? The reference giude does not really explain this tag. Is the value an artifactId, a directory or can I even specify a pom directly? E.g. artifactId directory ../directory/artifact directory/special.pom http://se

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 : > directory > 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 >> > http://svn.a

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: > > > >> >> Thanks. So there's no possibility to include modules with poms with >> other names ... ? &

RE: [M2] osuser?

2005-11-11 Thread Jörg Schaible
Yann Le Du wrote on Friday, November 11, 2005 3:11 PM: > --- Thomas Van de Velde <[EMAIL PROTECTED]> a écrit : > >> Hi, >> >> I am looking for the osuser library from opensymphony. I find the pom >> but no jar. Anybody any ideas where the jar can be found? > Hi Thomas, > > There isn't even a POM

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
org/browse/MNG-177 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 (transiti

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 quite

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

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 i

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-

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 proj

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

RE: [M2] & [M1] Multiproject dependencies question

2005-11-20 Thread Jörg Schaible
Arik Kfir wrote on Friday, November 18, 2005 7:20 PM: > in m2 you can define the version once - in the parent POM via > a section. All child POMs just state > the group & artifact IDs, without the version (they inherit the > version from the parent). Well, with exceptions: http://jira.codehaus.

RE: [m2] site:deploy via scp uses the"unzip" command on the remote host. [m1] used tar and gunzip

2005-11-21 Thread Jörg Schaible
Brett Porter wrote on Saturday, November 19, 2005 3:51 AM: > We can make this configurable - please file a feature request. Isn't it already? I find following snippet in the maven sample project (http://jira.codehaus.org/browse/ARCHETYPE-8): org.apache.mave

RE: [m2] How to: restrict allowed dependency versions

2005-11-23 Thread Jörg Schaible
Michael Böckling wrote on Tuesday, November 22, 2005 5:48 PM: > Hi people, > > I'd like to know if there is a way to impose restrictions on the > versions of the referenced dependencies. > In big companies, you often have a specific set of third > party library > versions that are "approved" for

[M2] Multiproject and ${user.dir} (was: [jira] Closed: (MNG-1570) Testing from a parent POM fails ...)

2005-11-23 Thread Jörg Schaible
Hi Brett Brett Porter (JIRA) wrote on Wednesday, November 23, 2005 3:08 AM: >> When testing from the parent POM dir, all paths are relative to it. >> This causes major trouble in unit tests, that access the file system. >> All tests work if the test is started from the subproject directly. >> In

RE: [m2] How to set a Mojo property from settings.xml

2005-11-23 Thread Jörg Schaible
Hi David, David Jackman wrote on Wednesday, November 23, 2005 6:12 PM: > true This does currently not work, see http://jira.codehaus.org/browse/MNG-1586 - Jörg - To unsubscribe, e-mail: [EMAIL PROTE

Activate inherited profile by default

2005-11-24 Thread Jörg Schaible
Hi, I miss/did not find the possibility to activate an inherited profile by default. Use case: company-master.pom contains profiles for different types of projects (e.g. jars, webapps, documentation, ...). The profiles in the pom master define e.g. what kind of reports for such a type of projec

Configuring test-jar

2005-11-24 Thread Jörg Schaible
Hello, accoring to http://maven.apache.org/guides/mini/guide-attached-tests.html it is possible to create an artifact from the tests. In my case I do not want to include anything, since I have a test kit *and* unit tests and I want to include only the test kit. Since the main artifact and the t

RE: unable to download surefire plugin

2005-11-24 Thread Jörg Schaible
Edwin Punzalan wrote on Thursday, November 24, 2005 11:19 AM: > In case any of you get an error similar to this: > > [INFO] Failed to resolve artifact. > required artifacts missing: > maven-surefire-plugin:maven-surefire-plugin:jar:1.4 > maven-s

RE: [M2] Repository

2005-11-28 Thread Jörg Schaible
Law Green-A20134 wrote on Monday, November 28, 2005 6:28 AM: > Jason, > > Thank you so much for your patient reply! I have updated the diagram > as per your comments, please let me know if it need further update. [snip] Funny. This is quite the same setup I created also some weeks ago. We just

RE: [M2] Repository

2005-11-28 Thread Jörg Schaible
o maven-proxy > /scm/maven-proxy/: no such repository svn co svn://svn.codehaus.org/maven/scm/repository/maven-proxy ;-) - Jörg > > -Original Message- > From: Jörg Schaible [mailto:[EMAIL PROTECTED] > Sent: Monday, November 28, 2005 03:07 > To: Maven Users List > Subjec

RE: [M2] Repository

2005-11-28 Thread Jörg Schaible
Hi Bob, sorry for my misinformation, the svn address below was actually a pointer in the POM repository of maven. I switched there by accident since the directory is also called maven-proxy. >> $ cvs -d >>> pserver:[EMAIL PROTECTED]:/scm/maven-pro >> xy/ co maven-proxy >> /scm/maven-proxy/: no

RE: [m2] Problem using snapshot repository

2005-11-28 Thread Jörg Schaible
Hi Aviron, Mordo, Aviran (EXP N-NANNATEK) wrote on Monday, November 28, 2005 9:43 PM: > I have a snapshot repository (running under apache). > > When I use mvn deploy goal to deploy core-1.0-SNAPSHOT, maven > deploys the snapshot jar and the POM files with a timestamp. > All good until now. > >

RE: deploying via scp - status?

2005-11-30 Thread Jörg Schaible
Brett Porter wrote on Wednesday, November 30, 2005 4:08 AM: > There are two known issues of significance: > > - "session is down" messages. I think there is a potential > workaround for this, and we need to test the new jsch release. > > - hanging on deploy. Not been able to reproduce though i

RE: [m2] Avoiding duplicate jar files in a generated ear file ?

2005-12-05 Thread Jörg Schaible
Christian Schulte wrote on Monday, December 05, 2005 12:13 PM: > Christian Schulte schrieb: > >> Hi, >> >> when I build an ear file with maven 2 it happens that because of >> transitive dependencies I get e.g. two struts.jar files in the >> generated file. What is the recommended way of managing

RE: [m2] MavenProxy maven-proxy.rb Proximity

2005-12-06 Thread Jörg Schaible
Michael McCrann wrote on Wednesday, December 07, 2005 6:44 AM: > Hi, > > Does the CodeHaus MavenProxy work with Maven 2 repositories? Yes, but you have to build from CVS and you should apply additionally the patch from MAVENPROXY-36. - Jörg > > Has anyone had any experience with MavenProxy a

RE: [m2] deploy parent project problem

2005-12-09 Thread Jörg Schaible
Hi Yuri, Yuriy Ivanov wrote on Thursday, December 08, 2005 7:27 PM: > Hi, > > Why when I do install goal on my parent project, then it > copies pom.xml to > [parent-artifact-name].jar and it's not deploy parent pom xml to the > repository. You parent POM should have a packacking of "pom". - J

RE: Schedule for Maven 1.1?

2005-12-12 Thread Jörg Schaible
Jeff Jensen wrote on Friday, December 09, 2005 7:33 PM: > I have found Maven 1.1beta2 very stable and usable. Lots of stuff is > better and fixed over 1.0. > > In fact, I remember building 1.1 from source (before alpha 1) and > having a better experience than with 1.0 GA. I think 1.1b2 has many

RE: [m2] TestNG and webapp testing

2005-12-13 Thread Jörg Schaible
Kaare Nilsen wrote on Wednesday, December 14, 2005 8:47 AM: > I tried to make a testNG plugin for m2, but got it only 80% finished. > It was succesfully running tests with commons attributes (1.4 support > of testng) but did not manage to get it to run 1.5 annotation tests. > And since i have seen

RE: Local repository update from the remote repository

2005-12-15 Thread Jörg Schaible
Hi Blaise, Blaise Gosselin wrote on Thursday, December 15, 2005 1:55 PM: > I forgot to mention that I was using maven 1.1. > And when I look into the options, the -u option is for > "displaying help on using the current project". > > So, this option doesn't work for me. > Or have I got to type t

RE: Update our own central repository

2005-12-15 Thread Jörg Schaible
Tom Joad wrote on Thursday, December 15, 2005 2:58 PM: > Hi, > We have our organisation central repository. if a developper needs a > plugin or an artifact dependency which is not already on it ,maven > updates only his local repository, but not our central repository. > Is it possible to updat

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

2005-12-15 Thread Jörg Schaible
Chris Berry wrote on Thursday, December 15, 2005 4:35 PM: > Agreed. When one has to lean on tools to build a build > script, IMO this > illuminates a issue. > > Do not discount the value of readability. When we go from 5-6 > lines/dependency to 1 -- then all of a sudden we can see all of the > de

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

2005-12-16 Thread Jörg Schaible
Hi Carlos, Carlos Sanchez wrote on Thursday, December 15, 2005 10:35 PM: > If you have such a big pom, think that you're doing something wrong. > You have extension and transitive dependencies, if you use them in the > right way your pom won't grow without control We use one master POM for depen

RE: Surefires test order

2005-12-18 Thread Jörg Schaible
David Sag wrote at Friday, December 16, 2005 3:32 PM > JUnit tests never run in a specific order and you are stongly advised never to > depend upon their execution order. > > if it worked for you at all that is just a lucky fluke Personally I would appreciate if the unit tests would be rea

RE: [m2] disabling ibiblio repo search

2005-12-19 Thread Jörg Schaible
Chris Berry wrote on Monday, December 19, 2005 3:29 PM: > Hi Dan, > I figured out what went wrong. On windoze one must put your > settings.xmlfile into "Documents and Settings/name/.m2". This is true > even if you use cygwin and even if you put your local repo into > another HOME (i.e. cygwin-base

RE: [m2] production ready? any experience?

2005-12-21 Thread Jörg Schaible
Hi Brett, personally I agree with David's statement. I also tried to convert our complex M102 build to M2, but I stopped the effort for now until my blockers are fixed. Brett Porter wrote on Tuesday, December 20, 2005 11:39 PM: > I think some heavy clarifications need to be put on this. > [snip

RE: Maven-proxy functional with Maven 2?

2005-12-21 Thread Jörg Schaible
dan tran wrote on Thursday, December 22, 2005 1:42 AM: > there is one patch you need to apply in order to make work > transparently with maven2. > check out jira Just to make it clear: You have to apply the patch to the CVS version ... :) - Jörg -

Re: Maven-proxy functional with Maven 2?

2005-12-23 Thread Jörg Schaible
Carlos Sanchez wrote: > What patch are you talking about? I'm using it and works fine http://jira.codehaus.org/browse/MAVENPROXY-36 Otherwise it is just annoying to replace broken elements from your local repo. Or worse, once M2 learns about updated hashes, the proxy would eliminate the function

Re: JDK path

2005-12-23 Thread Jörg Schaible
Eugene Kirin wrote: > Hello to all! > On my PC installed 2 JDK, 1.4.2 and 5.0. How should I point a path for > maven 2 to use 5.0 JDK? > > Thanks for your responses! Do you mean running M2 with JDK 5 or just compiling with JDK 5? All answers so far addressed the first question. - Jörg ---

Re: [m2] Migrating mockobject calls to Maven2

2005-12-28 Thread Jörg Schaible
David Sag wrote: > We use EasyMock and all that needs is to put the folllowwing in the pom. > there are no generated files like with what you describe however. it > makes great little mockobjects though using the cglib. > > > easymock > easymock > 1.2

RE: Resources not being found by test plugin

2005-06-30 Thread Jörg Schaible
Erick Dovale wrote on Thursday, June 30, 2005 6:56 PM: > Btw, the repeated resources in POM was removed and problem persisted. > It seems like the classpath is not been properly constructed. > Has anyone had this issue before. Only, if the paths are wrong. > I am using Maven 1.0.2 Me too. [sni

RE: [m2?] SWT

2005-07-03 Thread Jörg Schaible
Emmanuel Venisse wrote on Saturday, July 02, 2005 2:43 PM: > Hi kennew, > > This stuff will be resolve by the build profile feature > (http://docs.codehaus.org/display/MAVEN/Build+Profiles) > > Emmanuel will this be available for first release of M2? - Jörg ---

[m2] Artifact in two different versions?

2005-07-04 Thread Jörg Schaible
Hi, can I specify dependencies to an artifact in two different versions? We provide a library that can be used with webworks 1.x as well as with webworks 2.x. Since the artifact use internally different package names, this works perfectly. For M1 we introduced an artifactId for one of the libs

RE: [m2] Artifact in two different versions?

2005-07-04 Thread Jörg Schaible
Carlos Sanchez wrote on Monday, July 04, 2005 11:50 AM: > Hi Jörg, > > You can. It's working for me with Hibernate 2.x and 3.x. Great news! Thanks, guys! > > Regards > > On 7/4/05, Jörg Schaible <[EMAIL PROTECTED]> wrote: >> Hi, >> >>

RE: [m1] Older Java compilers

2005-07-07 Thread Jörg Schaible
Simon McClenahan wrote on Wednesday, July 06, 2005 11:28 PM: > I have a need to compile with Java 1.2 and 1.3 . As far as I > can tell I set the maven.compile.{source,target} properties > to 1.2 and 1.3 as appropriate, but it doesn't seem to be working, e.g. > > maven.compile.source=1.3 > maven.c

RE: shared part of project.xml and dist:build-src

2005-07-07 Thread Jörg Schaible
Hi Thomas, Thomas Fischer wrote on Thursday, July 07, 2005 2:17 PM: > Hi, > > We have two almost separate projects, which do not depend > upon each other. However, they are released together, have > the same issue tracker, share the same CVS module, the > developers are the same etc. So to refle

RE: [m2] Artifact in two different versions?

2005-07-08 Thread Jörg Schaible
Carlos Sanchez wrote on Friday, July 08, 2005 12:45 AM: > Actually I was wrong, it doesn't allow that. Bad news. > Probably the way to go with hibernate will be put the 2.x > versions under net.sf.hibernate groupId and the 3.x under > org.hibernate, but for instance for iBatis 1.x and 2.x the >

RE: [m2] Artifact in two different versions?

2005-07-08 Thread Jörg Schaible
Hi Tryvge, Trygve Laugstøl wrote on Friday, July 08, 2005 10:02 AM: > On Fri, Jul 08, 2005 at 09:53:19AM +0200, Jörg Schaible wrote: [snip] >> As long as the libraries are not incompatible to themselves, it >> should be possible to use both. This might not be the use case for an

RE: SNAPSHOTs removed from ibiblio

2005-08-01 Thread Jörg Schaible
Hi Brett, Brett Porter wrote on Monday, August 01, 2005 9:48 AM: > Hi, > > As of today, all development SNAPSHOTs have been removed from > the maven2 repository on ibiblio - this will only be used for > production releases. > > If anyone was using a particular SNAPSHOT from this > repository,

RE: [M2] How to Compile Code with JDK 1.3

2005-08-04 Thread Jörg Schaible
Hi Brett, Brett Porter wrote on Thursday, August 04, 2005 4:21 PM: > On 8/4/05, Derek Lane <[EMAIL PROTECTED]> wrote: >> In my case, I have specified to the 1.4 compiler that I want it to >> generate code that will run in a 1.3 JVM. How am I doing so far? > > Correct. > >> A) In some circumstan

RE: No such provider: 'svn+ssh'

2005-08-09 Thread Jörg Schaible
dan tran wrote on Wednesday, August 10, 2005 12:01 AM: > Bernd, i dont thing maven-scm-plugin-1.5.1-rc1 is released > yet, but if you get from the trunk it should be very close. > > > Second, according to 1.5.1 doc ( still in svn) > > try this > > scm:svn:ssh://[EMAIL PROTECTED]/var/spool/svnr

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 cap

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

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:46 PM: > I modified the project.properties file to > #maven.uberjar.main=com.bookspan.referral.MyPoints > maven.javaapp.mainclass=com.bookspan.referral.MyPoints > > and tried running the goal [both "maven javaapp" and "maven > javaapp:

RE: Maven 1.0.2, uberjar and properties problem

2005-08-17 Thread Jörg Schaible
Hi David + Jamie, Jamie Bisotti wrote on Wednesday, August 17, 2005 11:07 PM: > On 8/17/05, Levitt, David, Bookspan <[EMAIL PROTECTED]> wrote: [snip] >> Attempting to download maven-1.0.1.jar. >> Error retrieving artifact from >> [http://maven-plugins.sf.net/maven/maven/jars/maven-1.0.1.jar]: >>

RE: Maven 1.0.2, uberjar and properties problem

2005-08-18 Thread Jörg Schaible
Hi David, Levitt, David, Bookspan wrote on Thursday, August 18, 2005 2:57 PM: > It tried modifying the required maven version to 1.0.2, and > now the plugin executes, but it did not generate a working > bundled jar [MyPoints -test should just echo properties read > from the application's config

RE: Re[2]: xdoclet dependency

2005-08-22 Thread Jörg Schaible
Dmitry Ochnev wrote on Monday, August 22, 2005 10:17 AM: > Hello Konstantin, > > Monday, August 22, 2005, 12:08:28 PM, you wrote: > >> Aparently xjavadoc-1.0.2 is not available on ibiblio. >> YOu can compile it yourself, and place into your local >> maven repository. > > > I have this jar (xja

RE: Re[4]: xdoclet dependency

2005-08-22 Thread Jörg Schaible
Dmitry Ochnev wrote on Monday, August 22, 2005 11:51 AM: > Hello Jörg, > > Monday, August 22, 2005, 12:31:21 PM, you wrote: > >> The group id for xjavadoc is "xjavadoc" and not "xdoclet" > > I have replaced the group id "xdoclet" with "xjavadoc". > Now I get the following: > ---begin--- > Attem

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 y

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 > 1.2 > > > > xdoclet > xdoclet-web-module > 1.2 > > >

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 deploye

RE: [ANN] Java Application Plugin 1.3.1 released

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

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

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

RE: [m1] multiproject dependency problem

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

RE: [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 on

  1   2   3   4   5   6   7   8   9   10   >