Fwd: [jira] Commented: (SCM-230) mercurial plugin

2006-10-26 Thread solo turn
URL: http://jira.codehaus.org/browse/SCM-230 Project: Maven SCM Issue Type: New Feature Reporter: solo turn Attachments: maven-scm-hg.tar.gz, maven-scm-provider-hg-0.09.tbz, maven-scm-provider-hg-0.8.tbz, maven-scm-provider-hg-0.8.tbz, maven-scm-provider-

you are serious with antrun-plugin 10 levels deep xml construct?

2005-09-06 Thread solo turn
i tried to use m2 because of concise pom.xml files ... and now i tried to do an ftp upload of the result. is there another way then to do it with an antrun-plugin, which requires a 10-levels-deep-i-have-no-idea-where-i-am-in-my-editor any-more construct? -solo.

Re: [m2] assembly plugin use case

2005-08-26 Thread solo turn
or whatever. On 8/26/05, solo turn <[EMAIL PROTECTED]> wrote: > hi, > > i looked for documentation on how using the assembly plugin, but i > guess my stupidity level is big enough to not understand how to use > it. > > does somebody have a use case, like unpacking, add

[m2] assembly plugin use case

2005-08-26 Thread solo turn
hi, i looked for documentation on how using the assembly plugin, but i guess my stupidity level is big enough to not understand how to use it. does somebody have a use case, like unpacking, add a file, repacking? or how to create a dist-directory with some files and directories in it? -solo ---

Re: [m2]: include war in war

2005-08-17 Thread solo turn
in the simplest case: just overwrite the original. On 8/17/05, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > Hey, > > Sounds rather weird. How would you merge the web.xml files? > > s/ > > On 8/17/05, solo turn <[EMAIL PROTECTED]> wrote: > > hi, > >

[m2]: include war in war

2005-08-17 Thread solo turn
hi, would it make sense to allow including a war into a war? so you could take a standard war without touching it, and add specific things to it, jars, tld, html, class. or would this be ugly? how would you do that then? -solo -

Re: [m2] alpha-3, eclipse java build path

2005-08-11 Thread solo turn
are you sure about this? i did never personally experience, and never heard that somebody had to add e.g. jsse.jar to the classpath, if it is in the jre/lib. -solo. On 8/9/05, Kenney Westerhof <[EMAIL PROTECTED]> wrote: > On Tue, 9 Aug 2005, solo turn wrote: > > It's miss

[m2] alpha-3, eclipse java build path

2005-08-09 Thread solo turn
running "m2 eclipse:eclipse" adds just rt.jar to the java build path, while creating a project with eclipse 3.1 adds: i'd prefer if the whole java libraries are added like eclipse does it. do i have to set this somewhere in the pom, or is it just a thing which is missing in the eclipse goal? -so

[m2]: eclipse, dependency provided --> not included in eclipse compile classpath, but in m2 compile classpath

2005-07-29 Thread solo turn
hi, is it intended, that generating an eclipse project leaves out the "provided" dependencies? we tried to specify "provided" for "provided" in the runtime, and not in eclipse which we use to edit and "compile on save".. -solo.

Re: dependecy management, shared libraries should not be in a war/ear

2005-07-23 Thread solo turn
Brett Porter <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > see "provided" on that page. > > solo turn wrote: > > >hi, > > > >how shared libraries are handled by the maven dependency management, > >with r

Re: dependecy management, shared libraries should not be in a war/ear

2005-07-22 Thread solo turn
why provided is not > transitive. The library would declare it as compile in this case, and a > WAR would then restate it as "provided" using dependency management. > > Do others agree this is the expected behaviour? > > Cheers, > Brett > > solo turn wrote:

Re: dependecy management, shared libraries should not be in a war/ear

2005-07-22 Thread solo turn
provided is not > transitive. The library would declare it as compile in this case, and a > WAR would then restate it as "provided" using dependency management. > > Do others agree this is the expected behaviour? > > Cheers, > Brett > > solo turn wrote: >

Re: dependecy management, shared libraries should not be in a war/ear

2005-07-20 Thread solo turn
Porter <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > see "provided" on that page. > > solo turn wrote: > > >hi, > > > >how shared libraries are handled by the maven dependency management, > >with respect

dependecy management, shared libraries should not be in a war/ear

2005-07-20 Thread solo turn
hi, how shared libraries are handled by the maven dependency management, with respect to the following areas: * compile: seems to be perfect * eclipse (create an eclipse project referencing libraries) not sure, but works * install (build a war, ear) i have no idea how to declare a dependency

[m2] http://japan.sourceforge.net/ dependencies vs maven2 dependencies

2005-07-07 Thread solo turn
hi, how do you see the maven2 dependency mechanism in comparison to the dependency mechanism implemnted by http://japan.sourceforge.net/? does it go together or is it somehow the same thing? -solo. - To unsubscribe, e-mail: [EM

Re: deploymentRepository a must?

2005-06-28 Thread solo turn
On 6/28/05, solo turn <[EMAIL PROTECTED]> wrote: > * alpha-2: > deployed to default repository without adding anything anywhere. > we found it nice like that. uhm ... i guess my error. it was the install goal which does that, which obviosly gets called by

Re: deploymentRepository a must?

2005-06-28 Thread solo turn
> > > and in your settings.xml with the same id like this : > > > >your_repo_id >your_login > > > > Emmanuel > > > solo turn wrote: > > hi, > > > > in the settings.xml i set lo

deploymentRepository a must?

2005-06-27 Thread solo turn
hi, in the settings.xml i set localRepository. with alpha-3 it deploys to this repository like before, but it also generates an error: [ERROR] Cause: org.apache.maven.plugin.MojoExecutionException: Error configuring plugin for execution of 'deploy:deploy'. at org.apache.maven.plugin.Def

Re: [m2] transitive or module dependencies to create multiple jar libraries

2005-06-08 Thread solo turn
ments? You can find more information at > http://maven.apache.org/maven2 (although that site is very much a work > in progress)... > > If this doesn't settle your specific issue, feel free to refine your > question, and we'll do our best to address it. > > HTH,

[m2] transitive or module dependencies to create multiple jar libraries

2005-06-07 Thread solo turn
is there any possibility (or if not, plan to allow) to include multiple jars with stating just one dependency? most of our projects depend on the same set of jars, but this may change depending on the base version of the jars, and for ALL projects. what we try to avoid is editing these dependenci

[m2] war:war error in assembling war on windows, path error?

2005-06-03 Thread solo turn
hi, i get the following error: $ m2 war:war [INFO] [INFO] Building com.ubs.ocr:ocr:war:1.0-SNAPSHOT [INFO] [INFO] maven-war-plugin: resolved

maven svn: how to specify username, password?

2005-01-17 Thread solo turn
hi, i tried the maven plugin maven-scm-plugin-1.5-beta-2.jar and i'm wondering how you would specify a username and password to log in? i also tried the url https://username:[EMAIL PROTECTED], but i would prefer to get a prompt for the password. -solo ---