Re: generate dependancies

2005-10-12 Thread jerome lacoste
On 10/11/05, Brian E. Fox [EMAIL PROTECTED] wrote: Kindof. We are moving from ANT and have a lib folder with 100+ jars. I'd like to visually see which ones we directly depend on and then have a tree that shows what those depend on. I experimented with Jdepend, but it didn't really do what I

Making m2 artifacts available to m1.1

2005-10-12 Thread jerome lacoste
Is there a way to configure maven 1.1 to use a m2 repository layout? Or m2 to install into a m1 like repository layout? The central repository I've found this reference: jdcasey on #maven answering to garrett, it would depend on whether maven 1.1 uses maven-artifact And I don't think 1.1 does

Re: Making m2 artifacts available to m1.1

2005-10-14 Thread jerome lacoste
On 10/13/05, Brett Porter [EMAIL PROTECTED] wrote: It should be reasonably simple to add this to Maven 1.1, but only for reading JARs it will not be able to do transitive dependencies or read the POMs. that's all I need. But if it's not yet ready today, I might better spend time migrating my

Re: any open source projects on M2 for an example ( Cargo ? )

2005-10-19 Thread jerome lacoste
On 10/19/05, Pete Thomas [EMAIL PROTECTED] wrote: I was looking for some example projects that are using M2 and have a reasonably comprehensive set of artifacts e.g. EAR WARs JARs etc. I read that Cargo was ported to M2 successfully in

[m2] ibiblio upload and pom formatting

2005-10-19 Thread jerome lacoste
Hi, I would like to upload an artifact to ibiblio and I need some guidance in the following aspects: 0- pom groupid 1- pom dependencies 2- pom version 3- submission to ibiblio The code is taken from Mustang. It's a special part of Mustang released under the BSD license. See [1] for details.

lifecycle documentation - inherited execution

2005-10-20 Thread jerome lacoste
In http://maven.apache.org/maven2/guides/introduction/introduction-to-the-lifecycle.html When multiple executions are given that match a particular phase, they are executed in the order specified in the POM, with inherited executions running first. What is this inherited execution? I created a

Re: lifecycle documentation - inherited execution

2005-10-20 Thread jerome lacoste
On 10/20/05, jerome lacoste [EMAIL PROTECTED] wrote: In http://maven.apache.org/maven2/guides/introduction/introduction-to-the-lifecycle.html When multiple executions are given that match a particular phase, they are executed in the order specified in the POM, with inherited executions

plugin configuration execution seem to have different parameter values

2005-10-20 Thread jerome lacoste
When I mark the following plugin in phase package, it works OK. When I mark it in a phase before 'package' (e.g. compile), project parameter is null while the debug log shows that the configuration was done properly. If I add a @required, same thing. Here's the mojo: * @phase package *

Re: [m2]scp deploy help!

2005-10-20 Thread jerome lacoste
On 10/20/05, Hong Xing [EMAIL PROTECTED] wrote: When I deploy my artifact to the remote repository, I got the following exception. Caused by: com.jcraft.jsch.JSchException: reject HostKey: 61.135.154.158 at com.jcraft.jsch.Session.checkHost(Unknown Source) at

Re: plugin configuration execution seem to have different parameter values

2005-10-20 Thread jerome lacoste
On 10/20/05, jerome lacoste [EMAIL PROTECTED] wrote: When I mark the following plugin in phase package, it works OK. When I mark it in a phase before 'package' (e.g. compile), project parameter is null while the debug log shows that the configuration was done properly. If I add a @required

Re: [m2] ibiblio upload and pom formatting

2005-10-20 Thread jerome lacoste
On 10/20/05, Jason van Zyl [EMAIL PROTECTED] wrote: On Thu, 2005-10-20 at 05:41 +0200, jerome lacoste wrote: Hi, I would like to upload an artifact to ibiblio and I need some guidance in the following aspects: 0- pom groupid 1- pom dependencies 2- pom version 3- submission

using assembly to repackage a war

2005-10-21 Thread jerome lacoste
I need to take a war and add some packages in certain places. I took the approach of using the assembly plugin to repackage the war. I.e. I have now 2 projects A B, A packages the war, B takes the war and a couple of zip files as dependencies, and assemble the whole. It fails miserably because

Re: maven2: repackage/merge war's

2005-10-21 Thread jerome lacoste
[Copying Nicolas who asked me about the exact same thing] On 10/21/05, Mikael Wikström [EMAIL PROTECTED] wrote: I have a bundle of war files, one main and a number of sub-projects all containing jar's/properties/html/xsl and more, that I want to merge/repack into a single war (or simply deploy

Re: using assembly to repackage a war

2005-10-24 Thread jerome lacoste
On 10/22/05, Brett Porter [EMAIL PROTECTED] wrote: If they are never used independantly I'd say merge, otherwise I'd say fix the war plugin, merge the 2 web.xml's, and add that as the resulting one. OK. My idea is that there shouldn't be any merging of xml files to do. The war would just

Re: [m2] Getting Command Line inside a Mojo

2005-10-25 Thread jerome lacoste
On 10/24/05, Stevenson, Chris [EMAIL PROTECTED] wrote: Dear All, Does anyone know what is the best way to execute a native command in a mojo? I've seen a couple of Mojo's using the CommandLine class in: org.apache.maven.it.cli Is that the recommended method? I will add this to Brett's

[ANNOUNCE] plugins to add to the plugins Matrix: webstart, keytool and exec

2005-10-25 Thread jerome lacoste
Here are a small set of m2 plugins I've developped which are missing in the confluence Plugin Matrix page. Please update the page. Here's the list - exec-maven-plugin: to execute programs (with some features for classpath management) - keytool-maven-plugin: only generate keystores right now -

Re: [ANNOUNCE] plugins to add to the plugins Matrix: webstart, keytool and exec

2005-10-26 Thread jerome lacoste
On 10/25/05, Jason van Zyl [EMAIL PROTECTED] wrote: On Tue, 2005-10-25 at 10:41 +0200, jerome lacoste wrote: Here are a small set of m2 plugins I've developped which are missing in the confluence Plugin Matrix page. Please update the page. Here's the list - exec-maven-plugin: to execute

Re: [ANNOUNCE] plugins to add to the plugins Matrix: webstart, keytool and exec

2005-10-26 Thread jerome lacoste
On 10/25/05, Jason van Zyl [EMAIL PROTECTED] wrote: On Tue, 2005-10-25 at 10:41 +0200, jerome lacoste wrote: Here are a small set of m2 plugins I've developped which are missing in the confluence Plugin Matrix page. Please update the page. - webstart-maven-plugin: to generate webstart

Re: [ANNOUNCE] plugins to add to the plugins Matrix: webstart, keytool and exec

2005-10-26 Thread jerome lacoste
Yes. He didn't have the time to do it these days, so I did it. So you are working from what he started? I added you as an author of the JNLP plugin in the matrix. He didn't have the time to start it. RIght now I haven't received any external contributions yet (in terms of code). I reused

not possible to use empty values in Collection for plugin configuration.

2007-08-09 Thread Jerome Lacoste
Hei, [This question is highly related to plexus] How does one pass an empty value in the configuration of a plugin ? I am facing the problem using the exec plugin where I need to conditionally enable a parameter based on a profile. It looks like maven doesn't differentiate between empty elements

webstart plugin users: please test the latest snapshot (1.0-alpha-2 around the corner)

2007-08-23 Thread Jerome Lacoste
/ webstart-maven-plugin-1.0-alpha-2-20070823.210958-8.jar Report any issue to Jira. Thank you. Cheers, -- Jerome Lacoste - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with Webstart Plugin

2007-08-25 Thread Jerome Lacoste
On 7/27/07, David C. Hicks [EMAIL PROTECTED] wrote: I have an intermittent problem with the WebStart plugin that I hope someone might be able to help me with. Occasionally, but more often than not, I get the following exception from the plugin: java.lang.IllegalStateException: the number of

Re: Java doc generation

2007-10-22 Thread Jerome Lacoste
On 10/20/07, Vincent Siveton [EMAIL PROTECTED] wrote: Hi, The problems should be fixed in svn. Could you try again with a SNAPSHOT version? Vincent, did you release a new snapshot after making those changes ? The last since to be from the 11th of Octover:

Re: [m2] umlGraph

2006-05-13 Thread jerome lacoste
On 5/12/06, Wayne Fay [EMAIL PROTECTED] wrote: Didn't mean to include that looking cool line under my name... I know Prefuse is pure Java and thus crossplatform, not depending on Graphviz, etc. I'd personally just prefer a single image with my UML chart than a Java applet. prefuse seems to

Re: Internal remote repository setup in Maven 2

2006-05-17 Thread jerome lacoste
On 5/17/06, Gustavo Valle [EMAIL PROTECTED] wrote: Hello I'm new to Maven 2 and I just needed some help setting up my environment. Basically I want to have an internal remote repository where maven can download all plugins and artifacts not found in my local repository and to use it also to

Re: Custom report

2006-06-09 Thread jerome lacoste
On 6/9/06, Arnaud Bailly [EMAIL PROTECTED] wrote: Hello, I am looking for a way to integrate my reports into the standard maven site layut which I believe is controlled by doxia. Before delving into the code of some other plugin, I tried digging into the mailing list archives but could not find

Re: Maven Standard Directory Layout

2006-06-10 Thread jerome lacoste
On 6/10/06, Max Cooper [EMAIL PROTECTED] wrote: wolverine my wrote: The src/main/resources directory contains only the configurations which will be loaded by the classloader? So we really need to study the 3rd party library configurations to see if they are loaded via the classloader... Do

Re: source bundle including dependency sources

2006-06-11 Thread jerome lacoste
On 6/11/06, Alexandre Poitras [EMAIL PROTECTED] wrote: http://mojo.codehaus.org/dependency-maven-plugin/introduction.html That dependency plugin doesn't handle sources, right? I am not sure if it is possible anyway: part of the problem is that (to my knowledge) there's no rule that says that

Re: plexus-utils 1.1 giving me a hard time

2006-06-14 Thread jerome lacoste
On 6/14/06, henrikwl [EMAIL PROTECTED] wrote: mvn -X tells me that the only plexus-utils JAR in my classpath is 1.1. As for putting 1.3-SNAPSHOT in version, I seem to have read somewhere that it doesn't really matter what version of plexus-utils your pom depends on, what you get is the version

Re: Eduction: 50 students get the same project assignement

2006-06-14 Thread jerome lacoste
On 6/14/06, Geoffrey De Smet [EMAIL PROTECTED] wrote: A friend of mine asked me how far Maven 2 could help in education. Take about 50 students, that all have to do the same 10 projects. Most of these projects are small (2 hours to solve, e.g. Fibonacci), but others are big (3 months to solve,

[ANN] Mojo Exec plugin 1.0.1

2006-06-20 Thread jerome lacoste
The Mojo team is pleased to announce the Exec Plugin 1.0.1 release! htp://mojo.codehaus.org/exec-maven-plugin/ This plugin allows user to: - execute programs and Java programs in a separate process - execute Java programs in the same VM This release is a bug fix release and addresses the

Re: [ANN] Mojo Exec plugin 1.0.1

2006-06-20 Thread jerome lacoste
On 6/20/06, dan tran [EMAIL PROTECTED] wrote: Does The released plugin sync to http://www.ibiblio.org/maven? Plugin is deployed to repository.codehaus.org. Hope that one is sync'ed to ibiblio but not 100% sure. Jerome - To

Re: Writing plugins and dependencies on other software

2006-06-21 Thread jerome lacoste
On 6/21/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I am writing a plugin for a 3rd party piece of software (Macker http://innig.net/macker). To run with Mavne 2.x What should I do re either ensuring availability of that software or informing an end user that it is required to run ?

Re: [mojo-dev] Re: [mojo-scm] [1975] trunk/mojo/mojo-sandbox/j2me-maven-plugin/pom.xml: adjusted pom for webdav site deployment

2006-06-21 Thread jerome lacoste
On 6/21/06, Frank Seidinger [EMAIL PROTECTED] wrote: Am Mittwoch, 21. Juni 2006 11:20 schrieb jerome lacoste: Make sure you have the latest mojo-sandbox pom and remove the repositories and distributionManagement section If I'm right that would be '2-SNAPSHOT'. This was already in the pom

Re: Deploying to SSH at non-default ports?

2006-06-22 Thread jerome lacoste
On 6/21/06, Dennis Kempin [EMAIL PROTECTED] wrote: Hello, on my Server I have SSH running at an non default port, namely port 666 but I dont know how to setup deployment to access this one. I tried this one: repository idrepo/id urlssh://dev-area.net:666/folders..//url

Re: Remote Repository with HTTPS and Authentication

2006-06-22 Thread jerome lacoste
On 6/21/06, Tim Riley [EMAIL PROTECTED] wrote: I was wondering if someone could help me out here? I have set up an internal remote repository which requires authentication and an SSL certificate. I have added the cert to my java keystore (1.5.0_07 by the way). I then modified the settings.xml by

Re: cvs connection string

2006-06-26 Thread jerome lacoste
On 6/26/06, Jeff Mutonho [EMAIL PROTECTED] wrote: Whats wrong with this scm connection string : scm connection scm:cvs:pserver:[EMAIL PROTECTED]:/var/lib/cvsroot /connection developerConnection scm:cvs:pserver:[EMAIL PROTECTED]:/var/lib/cvsroot /developerConnection /scm lacking module ?

Re: How to Refer Configuration elements of the plugin in a Mojo

2006-06-26 Thread jerome lacoste
On 6/26/06, Sharma, Jaikumar [EMAIL PROTECTED] wrote: Hi! I there a way to refer the username and password elements specified in pom.xml into a mojo ? sample configuration is as follows : plugin groupIdorg.apache.maven.plugins/groupId

Re: Lazy question

2006-06-28 Thread jerome lacoste
On 6/28/06, Clifton Craig [EMAIL PROTECTED] wrote: I have a questiono that I'm too lazy to do the full research on. (Actually I don't have time.) I looked for the answer on the site briefly but couldn't find it so I'm asking here. How do I set a dependency on the latest version of an API? For

Re: Functional tests in Maven2?

2006-06-29 Thread jerome lacoste
On 6/22/06, Marc Dugger [EMAIL PROTECTED] wrote: Here's how I've done it (with help from others from the mailing list): plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId configuration skipfalse/skip includes

Re: Best practise: handling xdoclet generated sources

2006-06-30 Thread jerome lacoste
On 6/30/06, Graham Leggett [EMAIL PROTECTED] wrote: Hi all, I am trying to figure out the proper maven based layout for some existing ant code that uses xdoclet for code generation (standard EJB stuff). From what I have seen to date, the way so far is for maven to ask xdoclet to generate the

distributing multiple versions of sites to URLs containing the version number

2006-07-03 Thread jerome lacoste
I am trying to deploy each version of a site to a different URL, and use a single configuration in a parent pom. Given a project: P1 - M1 - M2 where P1 inherits its config from a P0 master pom. My intent is to obtain something like: P1 be: http://my.domaine.com/projects/P1/${project.version}/

Re: Pregoal

2006-07-03 Thread jerome lacoste
On 7/3/06, Jeff Mutonho [EMAIL PROTECTED] wrote: Is there an equivalence of doing a file copy from one location to another as one could do in M1 , as a pregoal? You can probbaly use the antrun plugin to make the copy and attach the plugin's execution to the phase before the one that requires

Re: Pregoal

2006-07-03 Thread jerome lacoste
On 7/3/06, Jeff Mutonho [EMAIL PROTECTED] wrote: On 7/3/06, jerome lacoste [EMAIL PROTECTED] wrote: On 7/3/06, Jeff Mutonho [EMAIL PROTECTED] wrote: Is there an equivalence of doing a file copy from one location to another as one could do in M1 , as a pregoal? You can probbaly use

Re: Pregoal

2006-07-03 Thread jerome lacoste
On 7/3/06, Jeff Mutonho [EMAIL PROTECTED] wrote: On 7/3/06, Jeff Mutonho [EMAIL PROTECTED] wrote: On 7/3/06, jerome lacoste [EMAIL PROTECTED] wrote: On 7/3/06, Jeff Mutonho [EMAIL PROTECTED] wrote: Is there an equivalence of doing a file copy from one location to another as one could do

Re: [m2] maven-jar-plugin-2.1 status?

2006-07-04 Thread jerome lacoste
On 6/23/06, Mike Perham [EMAIL PROTECTED] wrote: Mark, I can't confirm an exact date but I just went through JIRA last night and closed/resolved 10-15 of the existing issues. The one thing that has not been done yet is an overhaul of the documentation to conform with the new doc standards.

Re: [m2] maven-jar-plugin-2.1 status?

2006-07-04 Thread jerome lacoste
On 7/4/06, jerome lacoste [EMAIL PROTECTED] wrote: On 6/23/06, Mike Perham [EMAIL PROTECTED] wrote: Mark, I can't confirm an exact date but I just went through JIRA last night and closed/resolved 10-15 of the existing issues. The one thing that has not been done yet is an overhaul

[ANN] Keytool plugin version 1.0-beta-1

2006-07-04 Thread jerome lacoste
The Mojo team is pleased to announce the Keytool Plugin 1.0-beta-1 release! htp://mojo.codehaus.org/keytool-maven-plugin/ This plugin allows user to generate keystore, wrapping the SDK keytool command. There are no known issues. Enjoy! -The Mojo team

Re: [m2] What documentation do you want for maven-jar-plugin

2006-07-04 Thread jerome lacoste
On 7/5/06, Brett Porter [EMAIL PROTECTED] wrote: [...] - Docs for the new features like sign in particular (Jerome can probably volunteer to do that) isn't this enough documented in svn ? Last time I checked there were 2 or 3 paragraphs on it. Jerome

documenting composite objects in plugins configuration

2006-07-04 Thread jerome lacoste
Dennis, related to your comment in MJAR-46, are you aware of any Jira issue related to documenting composite objects fields of mojos ? I have a similar problem with some plugins whose configuration consist mostly of composite objects, making the generated plugin doc page useless. Cheers,

Re: [m2] maven-jar-plugin-2.1 status?

2006-07-05 Thread jerome lacoste
? reread: On 7/4/06, jerome lacoste [EMAIL PROTECTED] wrote: On 7/4/06, jerome lacoste [EMAIL PROTECTED] wrote: On 6/23/06, Mike Perham [EMAIL PROTECTED] wrote: Mark, I can't confirm an exact date but I just went through JIRA last night and closed/resolved 10-15 of the existing issues

Re: [m2] maven-jar-plugin-2.1 status?

2006-07-06 Thread jerome lacoste
On 7/5/06, Sebastien Cesbron [EMAIL PROTECTED] wrote: Ok, On this page http://docs.codehaus.org/display/MOJO/Webstart+Plugin I saw that the plugin was not in the snapshot repo so I did not checked it. Now I have a dependency error because webstart plugin need version 0.3+ of keytool but there is

Re: Maven jar plugin documentation

2006-07-06 Thread jerome lacoste
On 7/6/06, Sebastien Cesbron [EMAIL PROTECTED] wrote: Hi, Is there a place where it is possible to see snapshot documentation ? I search the maven jar plugin last snapshot documentation to see if it is more verbose on jar signing. best is to look at the code...

Re: install:install-file fails to insert third-party native library directly into local repository

2006-07-07 Thread jerome lacoste
How can I verify which version of the plugin is being used? Brad try mvn -X and check the logs Jerome - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 2.0.5 release?

2006-09-14 Thread jerome lacoste
On 9/14/06, John Taylor [EMAIL PROTECTED] wrote: Hi all, Apologies for what is probably a FAQ, but can anyone give me an approx timescale for the 2.0.5 release? I haven't followed closely lately but I would say 'When it's done'. Just knowing whether it's imminent, weeks or months away would

Re: 2.0.5 release?

2006-09-18 Thread jerome lacoste
On 9/18/06, Jörg Schaible [EMAIL PROTECTED] wrote: jerome lacoste wrote on Thursday, September 14, 2006 11:24 PM: On 9/14/06, John Taylor [EMAIL PROTECTED] wrote: Hi all, Apologies for what is probably a FAQ, but can anyone give me an approx timescale for the 2.0.5 release? I haven't

Re: 2.0.5 release?

2006-09-18 Thread jerome lacoste
On 9/18/06, Brett Porter [EMAIL PROTECTED] wrote: On 18/09/06, jerome lacoste [EMAIL PROTECTED] wrote: I completely agree. In fact building plugins now requires maven 2.0.5 and this made me put a pause on working on mojo plugins: I want to use a stable build with known shortcomings

Re: Database Initialization Prior to Testing

2006-09-21 Thread jerome lacoste
On 9/21/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I didn't implement DBunit in each test case because I wanted to avoid: 1.) changing each of the database related test cases to extend from a dbunit base class (reducing my test's coupling to the framework) -and- 2.) I only want to insert

Re: mojo.codehouse.org problems?

2006-10-02 Thread jerome lacoste
On 9/30/06, Stefano Fornari [EMAIL PROTECTED] wrote: Hi all, is anyone experiencing the following problem sending emails from google: From: Mail Delivery Subsystem [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Sep 30, 2006 3:19 AM Subject: Delivery Status Notification (Delay) Reply | Reply to

Re: how to combine minijar with webstart ?

2006-11-17 Thread Jerome Lacoste
On 11/8/06, Valerio Schiavoni [EMAIL PROTECTED] wrote: hello everyone, i successfully used the webstart plugin to produce a jnlp file and bundle it (and required jars) within my webapp. works like a charm. Nice! the problem is: imported jars are way too big: the whole application requires

Re: Classpath woes ...

2006-11-30 Thread Jerome Lacoste
On 11/30/06, David Whitehurst [EMAIL PROTECTED] wrote: I'm using Maven to do a number of things and I'm unable to obtain access to a jar dependency using two plugins to accomplish my purpose. First I use maven to jar my application and it writes an executable JAR file and a manifest that

Re: [m2] maven-exec-plugin:java command line launch

2006-12-27 Thread Jerome Lacoste
On 12/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] ==== Your problem is that exec.arguments is a List of String objects, and you can only pass a single String object in from the command line. FYI, the next

Re: User-defined phase

2006-12-27 Thread Jerome Lacoste
On 12/11/06, Deluigi Marcus [EMAIL PROTECTED] wrote: That's a great idea! However, how do I tell the exec-plugin where to find maven itself? When I try: --- mvn exec:exec -Dexec.executable=maven -Dexec.args=clean --- I get the following error message: [INFO]

Re: [ANN] Maven Plugin Plugin 2.2 Released

2007-01-01 Thread Jerome Lacoste
On 12/30/06, Brett Porter [EMAIL PROTECTED] wrote: The Maven team is pleased to annonunce the release of the Maven Plugin Plugin, version 2.2. http://maven.apache.org/plugins/maven-plugin-plugin/ You can run mvn -U to get the latest version of the plugin. FYI, this upgrade broke my build

Re: [ANN] Maven Plugin Plugin 2.2 Released

2007-01-02 Thread Jerome Lacoste
On 1/2/07, Brett Porter [EMAIL PROTECTED] wrote: Thanks - have you opened a corresponding plugin plugin issue? Just did it: http://jira.codehaus.org/browse/MPLUGIN-26 J

Re: Help: Can't deploy to corporate repository

2007-01-03 Thread Jerome Lacoste
PROTECTED] -- Jerome Lacoste

Re: missing resources in .jnlp

2007-01-30 Thread Jerome Lacoste
On 1/16/07, Dmitry Beransky [EMAIL PROTECTED] wrote: Hi, Can't figure out what I'm doing wrong. I've set up a project for building a WebStart app. Copied template.vm from the plugin's svn. When I run webstart:jnlp goal, I get a zip containing all dependencies properly signed, but the

Re: Webstart and Upload

2007-01-30 Thread Jerome Lacoste
On 1/16/07, Massimiliano Amato [EMAIL PROTECTED] wrote: Hello, I ported my application into maven2 using Webstart plugin and i have the zip file generated, but i have a couple question 1) I have the zip file produced, is there a way to upload to the ftp site where my JWS runs automatically or

Re: Maven Webstart Plugin

2007-01-30 Thread Jerome Lacoste
/dependencies - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jerome Lacoste - To unsubscribe, e-mail: [EMAIL

Re: Maven Webstart Plugin

2007-01-30 Thread Jerome Lacoste
On 1/30/07, Maruf Aytekin [EMAIL PROTECTED] wrote: When it says [INFO] didn't find *artifact *with main class: whicj artifact does it refer to? the one in which your main class is supposed to be. It should be in the dependencies section of your POM. Jerome

Re: Maven Webstart Plugin

2007-01-30 Thread Jerome Lacoste
On 1/30/07, Maruf Aytekin [EMAIL PROTECTED] wrote: in red Jerome Lacoste wrote: On 1/30/07, Maruf Aytekin [EMAIL PROTECTED] wrote: Hi, I am trying to build a jnlp project with maven 2. I am currently using mojo's Maven Webstart Plugin. I have two questions: 1. Should I use this plug

Re: Maven Webstart Plugin - some remarks

2007-01-30 Thread Jerome Lacoste
Please use the MOJO mailing list for comments on a MOJO project plugin. On 1/30/07, Mark Donszelmann [EMAIL PROTECTED] wrote: Hi I am using the 1.0-alpha-1 version of the Maven Webstart Plugin. It works for us, but I have some questions and remarks: 1. It seems odd to have to define the

Re: JAXB 2.0-SNAPSHOT with exec Maven plugin

2007-01-31 Thread Jerome Lacoste
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jerome Lacoste - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: webstart-plugin: dependencies

2007-02-06 Thread Jerome Lacoste
A little bit late but might be helpful to someone else. On 11/7/06, Valerio Schiavoni [EMAIL PROTECTED] wrote: hello everyone, one of the configuration parameters of the webstart plugin looks like the following: !-- transitive dependencies filter -- dependencies !--

Re: [M2] Finding the Maven exec plugin

2007-02-07 Thread Jerome Lacoste
On 2/7/07, Siegmann Daniel, NY [EMAIL PROTECTED] wrote: I am trying to use the exec-maven-plugin, but when I run exec:exec I get the following: [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'exec'. [INFO]

Re: how to run a program build with maven

2007-02-15 Thread Jerome Lacoste
On 2/13/07, Patrick Kimber [EMAIL PROTECTED] wrote: Hi Ute You can use the Maven 2 Exec plugin... http://mojo.codehaus.org/exec-maven-plugin/ Although there is a bug which will prevent you passing parameters to the application. Patrick can you say more about the mexec bug ? Maybe an

Re: how to run a program build with maven

2007-02-16 Thread Jerome Lacoste
On 2/15/07, Patrick Kimber [EMAIL PROTECTED] wrote: Hi Jerome The JIRA issue ID is: http://jira.codehaus.org/browse/MEXEC-5 OK then it's fixed in 1.1 and I hope we can get 1.1 out within the next few weeks. Jerome

Re: Maven Webstart Plugin - some remarks

2007-02-25 Thread Jerome Lacoste
On 2/22/07, Roland Klein [EMAIL PROTECTED] wrote: Jerome Lacoste schrieb: Please use the MOJO mailing list for comments on a MOJO project plugin. On 1/30/07, Mark Donszelmann [EMAIL PROTECTED] wrote: Hi 2. It would be handy if the $version could be added to the jnlp parsed values

Re: [m2] exec-maven-plugin = path with spaces is truncated

2007-02-25 Thread Jerome Lacoste
On 2/21/07, bkbonner [EMAIL PROTECTED] wrote: It seems that 1.1-SNAPSHOT on codehaus repository fixes this problem. Is there any chance of a 1.1 release for this exec-maven-plugin? Some of the threading management semantics introduced in 1.1-SNAPSHOT have to be revised before the plugin is

Re: Maven Webstart Plugin - some remarks

2007-03-01 Thread Jerome Lacoste
On 2/25/07, Mark Donszelmann [EMAIL PROTECTED] wrote: Any estimate on the release of 1.0-alpha-2 release? If possible around the release of maven 2.0.6. I need more feedback from users. It's pretty scarce today :) Any help appreciated... Jerome

Re: Maven Webstart Plugin - some remarks

2007-03-04 Thread Jerome Lacoste
On 3/1/07, Andy DePue [EMAIL PROTECTED] wrote: I've just started using the webstart plugin, and I have one little issue. :) On my linux machine, things work fine, but when I try to build on a windows machine, the space in the path to the keytool.exe causes problems. I get this error when it

Re: [m2] disappearing dependency

2007-03-08 Thread Jerome Lacoste
On 3/6/07, Guillaume Lederrey [EMAIL PROTECTED] wrote: Might be ... but it did work correctly before I added the dependency on ojdbc ... strange ... I'll check and let you know. what does happen if you build your web module only (after installing your root pom using mvn -N if necessary) ?

Re: [m2] disappearing dependency

2007-03-08 Thread Jerome Lacoste
On 3/8/07, Jerome Lacoste [EMAIL PROTECTED] wrote: On 3/6/07, Guillaume Lederrey [EMAIL PROTECTED] wrote: Might be ... but it did work correctly before I added the dependency on ojdbc ... strange ... I'll check and let you know. [...] I am reviewing the mvn -X install log of the full

Re: How to change the invoked goals at runtime

2007-03-08 Thread Jerome Lacoste
On 3/8/07, Daniel Beland [EMAIL PROTECTED] wrote: Hi, I am trying to migrate our projects to maven 2.0.5 (have been using maven 1 for 2 years now). I would like to know how I can invoke maven to package the artifact only when the version does not contain SNAPSHOT, and install it if it

Re: How to change the invoked goals at runtime

2007-03-08 Thread Jerome Lacoste
On 3/8/07, Daniel Beland [EMAIL PROTECTED] wrote: Ok let me explin it with more details. I have projects A, B and C, giving artifacts a-1.0.jar, b-1.0.war and c-1.0.war. B as a dependency on a-1.0.jar C as a dependency on a-1.0.jar. We modify A and B only = (A version should become

Re: How to change the invoked goals at runtime

2007-03-08 Thread Jerome Lacoste
On 3/8/07, Daniel Beland [EMAIL PROTECTED] wrote: I had a look at the new release plugin, saw what you mean, It will update the version back to SNAPSHOT, nice little feature that was missing in maven 1. Thanks for your help and another thing that might help you is the dependency plugin. In

mvn 2.0.5 doesn't downlado plugin when missing ?

2007-03-12 Thread Jerome Lacoste
mvn idea:idea failed on me this morning: [INFO] [ERROR] BUILD ERROR [INFO] [INFO] The plugin 'org.apache.maven.plugins:maven-idea-plugin' does not

guidelines to writing maven plugins considering that maven might be embeded

2007-03-15 Thread Jerome Lacoste
Hi, further care must be taken when writing plugins considering that maven can be embedded. Maven sort of acts as a container for code. And maven itself can be embedded. In particular, I haven't seen any documentation that clearly states what the plugin developers should do to ensure their

enforcing plugin writting guidelines at build time

2007-03-16 Thread Jerome Lacoste
On 3/15/07, Jerome Lacoste [EMAIL PROTECTED] wrote: Hi, further care must be taken when writing plugins considering that maven can be embedded. Maven sort of acts as a container for code. And maven itself can be embedded. This isn't limited to embedding. As I said Kaare yesterday, maven

Re: evangelising maven from the business benefits point of view

2007-03-18 Thread Jerome Lacoste
On 3/18/07, Adam Hardy [EMAIL PROTECTED] wrote: I want the software house where I work to go to the next level with maven from where we are at the moment, which is a case of gross under-utilisation. We use maven as a glorified ant script to run tests and build jars. There are several other

release of maven jar plugin 2.2 in the near future ?

2007-12-05 Thread Jerome Lacoste
that are waiting, some with patches. I can help triaging/fixing the remaining issues as long as there's a plan for the release. Otherwise I will have to temporarily fork the sign mojo into the webstart plugin to be able to properly release it. Any takers ? Cheers, -- Jerome Lacoste

Re: Maven 2 JNLP

2007-12-07 Thread Jerome Lacoste
On Dec 7, 2007 8:57 AM, Ahmet Aytekin [EMAIL PROTECTED] wrote: Hi what is the right plugin for jnlp. I have tried maven-webstart-plugin with no luck. I also saw the maven 2 plugin list that there is maven- jnlp-plugin but I couldn't find any documentation. Appreciate any help. The plugin

Re: release of maven jar plugin 2.2 in the near future ?

2007-12-08 Thread Jerome Lacoste
On Dec 6, 2007 1:44 AM, Jerome Lacoste [EMAIL PROTECTED] wrote: Hei, The latest maven jar plugin release was in August 2006. Is there any plan to make a release this year ? :) http://jira.codehaus.org/browse/MJAR/fixforversion/12878 I see 5 issues still targeted for 2.2 (among which 2

Re: Multi-modules execution order

2007-12-12 Thread Jerome Lacoste
On Dec 11, 2007 10:12 AM, Jeff MAURY [EMAIL PROTECTED] wrote: Hello, I have the following problem: A multi module POM (called M) has tow modules A and B. If I run Maven on M, then the execution order is A,B and M. Now, let assume that M is the parent of A and B. The execution order is

Re: webstart-maven-plugin: jnlp configuration element missing.

2007-12-18 Thread Jerome Lacoste
On Dec 18, 2007 6:48 PM, Farrukh Najmi [EMAIL PROTECTED] wrote: I am trying to generate a webstart distribution for my UI using org.codehaus.mojo:webstart-maven-plugin:1.0-alpha-2-SNAPSHOT:jnlp I created my plugin configuration based upon examples provided. I am currently getting an error

Re: Surefire can't find resource if forkMode=once

2007-12-18 Thread Jerome Lacoste
On Dec 18, 2007 8:21 PM, vetalok [EMAIL PROTECTED] wrote: Hi all I have maven 2.0.7 and the latest surefire plugin. Surefire can't find resource if forkMode=once ( if forkMode=never it works) Here is snip of code: BaseStandaloneTest.class.getResource(/login.conf).toString();

Deploying multi-module third-party dependencies into a corporate repository. How to handle versionning (and sources and patches)

2007-12-19 Thread Jerome Lacoste
to deploy to the artifactory, together with the sources, as part of the deploy plugin. Maybe adding a set of flags -Ddeploysources -Ddeploydiff -- Jerome Lacoste - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

distributing files / set of files to remove server (maven wagon plugin ???)

2007-12-26 Thread Jerome Lacoste
is for http://jira.codehaus.org/browse/MWEBSTART-25 Cheers, -- Jerome Lacoste - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: distributing files / set of files to remove server (maven wagon plugin ???)

2007-12-26 Thread Jerome Lacoste
On Dec 26, 2007 10:11 PM, Tom Huybrechts [EMAIL PROTECTED] wrote: If you need to deploy to application servers, take a look at Cargo. cargo won't do it. I need to deploy to a file system through anything available: ssh, ftp, webdav etc... Cheers, Jerome

Re: distributing files / set of files to remove server (maven wagon plugin ???)

2007-12-26 Thread Jerome Lacoste
On Dec 27, 2007 6:49 AM, Dirk Olmes [EMAIL PROTECTED] wrote: Jerome Lacoste wrote: Hei, anyone knows if there's an easy and generic way to distribute a file or a set of files to a remote server ? You want to look at the wagon plugin: http://myfaces.apache.org/wagon-maven-plugin

  1   2   3   >