[ANNOUNCEMENT] - UNIX Maven Plugin 1.0-alpha-4 released

2009-06-15 Thread Trygve Laugstøl
I'm happy to announce the fourth alpha release of unix-maven-plugin. This is still primarily a technology preview, but is fully functional. = New in this release = o support for creating zip archives o added support for classes for pkg o %doc and %config for RPM o Lots of documentation,

[mojo-user] [ANNOUNCEMENT] - UNIX Maven Plugin 1.0-alpha-2 released

2009-02-23 Thread Trygve Laugstøl
I'm happy to announce the second alpha release of unix-maven-plugin. This is still primarily a technology preview, but is fully functional. = New in this release = o Support for includes/excludes per assembly operation. o Improved support for defaults o The plugin now require Java 5. If you

Re: [mojo-user] [ANNOUNCEMENT] - UNIX Maven Plugin 1.0-alpha-2 released

2009-02-23 Thread Trygve Laugstøl
, 2009 at 4:54 PM, Trygve Laugstøl tryg...@codehaus.org wrote: I'm happy to announce the second alpha release of unix-maven-plugin. This is still primarily a technology preview, but is fully functional. = New in this release = o Support for includes/excludes per assembly operation. o Improved support

[ANNOUNCEMENT] - UNIX Maven Plugin 1.0-alpha-1 released

2008-12-19 Thread Trygve Laugstøl
I'm happy to announce the first alpha release of unix-maven-plugin. This is primarily a technology preview, but is fully functional. The unix-maven-plugin is a Maven plugin for producing installation packages for UNIX platforms. The current release is 1.0-alpha-1. This release is meant as a

Announcing Grails Maven Plugin 0.4

2008-06-02 Thread Trygve Laugstøl
The third release of the grails-maven-plugin is now available. You'll find the full list of changes in [jira|http://forge.octo.com/jira/secure/ReleaseNote.jspa?projectId=10120styleName=Htmlversion=10332] A lot of small bugs has been fixed and a few improvements has been implemented. As more

Re: towards continuum 1.1 alpha 2

2007-05-14 Thread Trygve Laugstøl
Jesse McConnell wrote: May 21 is fast approaching and that when I want to get the alpha-2 release of continuum out. The advances we have made since alpha-1 are mostly in the area of a few more bug fixes, redback integration and shifting off of the plexus-security-rbac-profile artifact for role

Re: Problem 1.1.alpha.1 : avoid scanning ant

2007-05-01 Thread Trygve Laugstøl
Charles Paulet wrote: Hi, Is it possible to stop the scanning of ant path when continuum starts ? 2007-04-26 11:55:45,833 [main] INFO ContinuumBuildExecutor:ant - Resolved the executable 'ant' to '/usr/bin/ant'. This is just an information to you to tell which ant it will use. If you

Re: [XML-RPC] using the api

2007-01-13 Thread Trygve Laugstøl
Andrew Williams wrote: Though I cannot remember just now I know that some of the getSomethings calls return less detailed info than the individual getSomething calls. for example getBuilds will not return all the dumped data but getBuild will. At least something along those lines iirc. As

Re: JSR for SCM

2006-12-05 Thread Trygve Laugstøl
Dan Tran wrote: Hello everyone, I do understand that maven has maven-scm-api. However, is there a JSR for this the effort of standardizing SCM works? Not that I know of and it might be useful to have a simple API to access SCMs from Java as there are a number of applications that's built on

Re: IDEA Plugin and non-existing module artifacts

2006-12-04 Thread Trygve Laugstøl
Stefan Arentz wrote: I use the IDEA plugin to generate project files for my Maven projects. Works pretty good but there is one thing that bugs me. It seems that you first need to build and install the project before the IDEA plugin can create the project files. In other words, the plugin

Re: [m1.1] artifactId or id?

2006-07-31 Thread Trygve Laugstøl
Arnaud HERITIER wrote: If my memory is good... If Id is a simple name, id is used as a shotcut if groupId=artifactId thus groupId=id and artifactId=id If id is a compound name id=foo:bar, maven must understand that groupId=foo and artifact=bar. Id should be deprecated and is just here to

Re: generate classpath

2006-07-28 Thread Trygve Laugstøl
Philippe Faes wrote: Dear all, I have a maven2 project that depends on many other projects. Obviously when I run mvn compile all needed jars are downloaded into the local repo. Now I want to run my project from the command line (without maven), but I'm not sure which CLASSPATH to use. Can

Re: [M2] Generating TOC in sites created in APT or simplified docbook format

2006-07-25 Thread Trygve Laugstøl
Ralf Quebbemann wrote: Looks very promising. That is indeed something I am looking for. Just another question: I am not sure why I must specify an XML file to describe the book's chapters and sections. That information can be extracted from the apt document structure. Is it mandatory to

Re: Proximity + FTPRemotePeer

2006-07-24 Thread Trygve Laugstøl
Tamás Cservenák wrote: Hi all, i just want to announce that Proximity RC2 (in preparation) just got richer with a FTPRemotePeer, thus, it is able to proxy FTP remote repositories Shouldn't you be using Maven Wagon to transfer files? That way you can support any of the repository types that

Re: iBiblio Snapshot?

2006-07-21 Thread Trygve Laugstøl
Matt Raible wrote: Any idea how big /maven2 is? 16GB when I did the last rsync before ApacheCon. -- Trygve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [M2] Generating TOC in sites created in APT or simplified docbook format

2006-07-19 Thread Trygve Laugstøl
Ralf Quebbemann wrote: Hi, I can't seem to find an option to activate the generation of a Table of contents (TOC) for my APT or docbook documentation. I assume that the doxia module is the place to look for such a feature, but I can't find anything except for this JIRA entry

Re: [continuum] Could not find Maven project descriptor.

2006-07-13 Thread Trygve Laugstøl
Valerio Schiavoni wrote: Hello i'm using continuum 1.0.3 in a linux/ubuntu machine. i want to use it with a multi-module project; my scm is svn. In the future, for Continuum questions please use [EMAIL PROTECTED] This list is for Maven questions. -- Trygve

Re: Build time classpath using my java plugin

2006-07-13 Thread Trygve Laugstøl
TimHedger wrote: OK, so now I'm using the exec-plugin instead of my own code - great. But I've lost the control I had over when the exec step happened. I am using the plugin to generate SOAP wrappers for some Java code using glue (themindelectric). This step involves running a Java class with

Re: Build time classpath using my java plugin

2006-07-10 Thread Trygve Laugstøl
TimHedger wrote: I've written a plugin (in Java) that explicitly invokes the main method of a Java class directly from within the jvm that maven is already running. My plugin is behaving/configured as I expect, but I have a classpath problem when control switches from my plugin code to the main

Re: extending Modello

2006-07-05 Thread Trygve Laugstøl
Tony Hillerson wrote: For a flash or flex project using java it's a common need to generate DTOs in both java and actionscript. I want to write the modello plugin to do that, but I'm not sure where to start. Can anyone point me in the right direction? Source for the modello plugin and the

Re: Error getting POM for 'org.codehaus.plexus:plexus-container-default'

2006-06-24 Thread Trygve Laugstøl
siegfried wrote: I just downloaded maven 2.0.4 and put the bin directory in my path. As per the instructions at http://maven.apache.org/guides/mini/guide-webapp.html I issued the following command: mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-webapp

Re: Using Apache as a proxy for Continuum

2006-06-23 Thread Trygve Laugstøl
Sebastien Arbogast wrote: 2006/6/23, Trygve Laugstøl [EMAIL PROTECTED]: Sebastien Arbogast wrote: I've just got Continuum up and running for one of my projects and the last build ran successfully. Now I want to improve the visibility of continuum: so far, it's accessible on http://myhost.com

Re: Using Apache as a proxy for Continuum

2006-06-23 Thread Trygve Laugstøl
Sebastien Arbogast wrote: I've just got Continuum up and running for one of my projects and the last build ran successfully. Now I want to improve the visibility of continuum: so far, it's accessible on http://myhost.com:8080/continuum and I'd like it to be visible at

Re: Where is maven-sar-plugin?

2006-06-19 Thread Trygve Laugstøl
[EMAIL PROTECTED] wrote: Hi, I just tried to use jboss-sar-maven-plugin from snapshots.mojo.codehaus.org repository, and I got an exception: 'org.apache.maven.plugins:maven-sar-plugin' does not exist or valid version could not be found. There is no maven-sar-plugin plugin, try

Re: Where is maven-sar-plugin?

2006-06-19 Thread Trygve Laugstøl
[EMAIL PROTECTED] wrote: Quoting Trygve Laugstøl [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: Hi, I just tried to use jboss-sar-maven-plugin from snapshots.mojo.codehaus.org repository, and I got an exception: 'org.apache.maven.plugins:maven-sar-plugin' does not exist or valid version

Re: Where is maven-sar-plugin?

2006-06-19 Thread Trygve Laugstøl
[EMAIL PROTECTED] wrote: Quoting [EMAIL PROTECTED]: Thanks. Plugin now runs, but it complains that it cannot find jboss-service.xml. I put it in src/main/resources/META-INF. The doc neither states what is the default location nor how to specify it. Cheers, J-F My error: the project

Re: Status on mavenide (maven2) IDEA plugin?

2006-06-18 Thread Trygve Laugstøl
On Sat, 2006-06-17 at 18:09 +0200, Sebastien Arbogast wrote: I don't know exactly where you guys are on this initiative, but I can tell you that I'm waiting for it. As a matter of fact, there is one feature that I'd like to see: project goal shortcuts. When working with maven one, I could

Re: Version of current Mojo

2006-06-15 Thread Trygve Laugstøl
G. B. wrote: Hi, How can I, inside my class that extends AbstractMojo, print my own version. thanks. Guillaume -- View this message in context: http://www.nabble.com/Version+of+current+Mojo-t1674737.html#a4540163 Sent from the Maven - Users forum at Nabble.com.

Re: m2: renaming file before including in jar

2006-05-30 Thread Trygve Laugstøl
Jacob Hoeflaken wrote: Thanx. This certainly helps. But just curious: The complete scenario is like this: We've developed a web application which contains a spring.properties property file. The properties in this file differ depending on the type of build (test, production) and the phase (test,

Re: Source/Javadoc Artifact?

2006-05-30 Thread Trygve Laugstøl
Jorg Heymans wrote: This works out of the box for the eclipse plugin, you just do mvn eclipse:eclipse -DdownloadSources=true , perhaps the idea plugin has a similar switch ? This should work for the latest IDEA plugin sources too, but I don't remember right now it has been released. --

Re: Status on mavenide (maven2) IDEA plugin?

2006-05-29 Thread Trygve Laugstøl
Arik Kfir wrote: well, about a month ago me, milos and jason chatted on irc and mapped the features and (rough) outline/scope of the plugin(s). jason is to publish a docu of that as a summary when he will find the time, and then we can start plan the technical details of the idea plugin to

Re: Status on mavenide (maven2) IDEA plugin?

2006-05-28 Thread Trygve Laugstøl
Arik Kfir wrote: Hi guys, I developed the initial mevenide for idea (m1) a while ago, when m2 was only in the horizon. I've planned to start working on m2 integration but lately my time is more limited and I can't devote much time to it so the mevenide for idea plugin is basically frozen.

Re: Page not Found when searching for the Info.

2006-05-28 Thread Trygve Laugstøl
Sharma, Jaikumar wrote: Can somebody really have a serious view for the following ? Works for me. -- Trygve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Rant (very long)

2006-05-28 Thread Trygve Laugstøl
Franz Fehringer wrote: I asked this before and now try again. Can Maven2 access https repositories from behind a proxy/firewall? 1) Browse to http://maven.apache.org 2) Press documentation 3) Seach for prox and click on: http://maven.apache.org/guides/mini/guide-proxies.html -- Trygve

Re: Status on mavenide (maven2) IDEA plugin?

2006-05-26 Thread Trygve Laugstøl
Vinny wrote: Hello All, I was thinking about using maven2 on my new project. My development team uses IDEA to develop on and we were kind of disappointed when it seemed that the mavenide plugin for idea did not support maven2. I am very comfortable with the command line but my knuckleheads (I

Re: [m2]How to get files into test classpath?

2006-05-26 Thread Trygve Laugstøl
hamdard wrote: My problem is that I don't have the jar available in advance to add it to the maven's dependency section with scopt test. The jar is generated as part of a maven lifecycle prior to test ()generate-sources. I need the ability to add a a directory to the test classpath with a

Re: Maven-proxy (was Re: Rant (very long))

2006-05-26 Thread Trygve Laugstøl
Kevin Galligan wrote: Just had a crazy thought about the external organization making secret changes issue. If the issue is with snapshot builds I guess I don't have much for you there (other than the above, of course). However if the concern is simply that you don't know that what's in the

Re: mvn deploy:deploy error

2006-05-25 Thread Trygve Laugstøl
On Wed, 2006-05-24 at 10:22 -0500, Raymond Ritz wrote: All, Hi. Please to not set Reply-To: in your email when mailing this mailing list. When mailing a public mailing list like this as it's considered bad practice when the information you're asking for is generally useful. When attempting to

Re: Version of current Mojo

2006-05-24 Thread Trygve Laugstøl
G. B. wrote: Hi, How can I, inside my class that extends AbstractMojo, print my own version. (This applies to all Maven-built JAR artifacts) Maven will add a properties file containing a few very useful bits from the POM into a properties file that you can load like this: InputStream is =

Re: logging

2006-05-23 Thread Trygve Laugstøl
zdv wrote: Hello Edvin. Yes, on unix it's more or less easy, windows don't have tee utility by default and I don't want asking my customers installing something like cygwin for this. After all, i think it's not so bad idea for robust build tool having configurable logging, after all, what's

Re: codehaus snapshot repo

2006-05-22 Thread Trygve Laugstøl
Holger Brands wrote: Hi, You should check Bob McWhirter's Blog on http://www.fnokd.com/ for status updates on the Codehaus server recovery. Additional information can be found on the temporary Codehaus frontpage http://www.codehaus.org/ Thanks for these links. But I have not found any

Re: M2 Dependencies

2006-05-11 Thread Trygve Laugstøl
Ben Short wrote: Wayne, Thanks for replying. I have searched the net for a Maven 2 plugin for Idea, but could only find a Maven 1 plugin. So I have embarked on writing my own. But I will do as you suggest and ask this group if anyone knows of anything. Probably something I should of done

Re: M2 Dependencies

2006-05-11 Thread Trygve Laugstøl
Ben Short wrote: Hi, Is there a goal I can use to just download dependencies without cleaning or compiling my maven project? Generaly the IDE plugins will do this, so just go mvn idea:idea or mvn eclipse:eclipse to download your dependencies. The Maven Eclipse plugin will even also

Re: [m2] Using with Idea 5.1.1

2006-05-11 Thread Trygve Laugstøl
Ben Short wrote: Hi, I want to use Maven 2 with Idea 5.1.1, does anyone know of a plugin for idea to enable maven 2 functionality? I just replied in another mail so this is for the archive: http://maven.apache.org/plugins/maven-idea-plugin Use it like this: $ mvn idea:idea -- Trygve

Re: [m2] Using with Idea 5.1.1

2006-05-11 Thread Trygve Laugstøl
Ben Short wrote: Trygve, Yes I have seen this plugin. It's fine for creating the original project, but I want to run maven tasks from idea, like double clicking on an ant task. It’s a bit of a pain that you have to switch to a console to run the maven goals. I have used the ant exec task to run

Re: [m2] Using with Idea 5.1.1

2006-05-11 Thread Trygve Laugstøl
Ben Short wrote: Trygve, Yes I have looked at the Eclipse and it has given me some ideas. I can email you the plugin as it is to see what you think about the direction its going? Please do and I'll take a look. Brett just reminded me of the Mevenide project[1] which would be the natural

Re: running Continuum 1.0.3 without wrapper

2006-04-26 Thread Trygve Laugstøl
On Wed, 2006-04-26 at 17:49 +0200, Reinhard Spisser wrote: Hi all, I cannot start Continuum using the run.sh command because I'm using it on a platform that is not supported (debian sarge on sparc). I get errors when I use the run.sh command stating that it is not possibile to start the

Re: Is scm-maven thread safe?

2006-04-11 Thread Trygve Laugstøl
On Tue, 2006-04-11 at 07:38, Zsolt wrote: Hi, we plan to use scm-maven from tomcat. Are scm-maven and maven thread safe? The short answer is: no. Maven SCM is not thread safe, most of Maven *should* be, but there's no real guarantee for that. In particular the plug-ins might not be thread

RE: Is scm-maven thread safe?

2006-04-11 Thread Trygve Laugstøl
On Tue, 2006-04-11 at 12:10, Zsolt wrote: Trygve, Are you sure? In this case maven-scm is not an option for us. After spending some days on maven-scm and implementing ScmProvider.listTask I really like this API and even plan to add CM-Synergy support, but we are going to use this API from

RE: Is scm-maven thread safe?

2006-04-11 Thread Trygve Laugstøl
On Tue, 2006-04-11 at 14:57, Zsolt wrote: I gladly add new functionality or providers to the API but I would be definitely not the right person to make such modifications in the core API. Oh, I think you do after all the time you've spend looking into the core by now :) I promise that if you

Re: Problem with continuum on solaris zone

2006-01-15 Thread Trygve Laugstøl
On Fri, 2006-01-13 at 09:14 -0500, Sean Schofield wrote: We're trying to setup continuum for the MyFaces project. We have a solaris zone set up and we're having trouble starting the server. $ bin/solaris/run.sh start Starting continuum... bin/solaris/run.sh: ./wrapper: cannot execute

Re: Where is the source code for this JPOX maven plugin: maven-jpox-plugin version 1.0.1?

2005-11-29 Thread Trygve Laugstøl
On Mon, 2005-11-28 at 21:26 -0800, Chris Richardson wrote: Hello, I am trying to track down the source code for this JPOX maven plugin. I've only been able to find older (maven1/jelly) versions. The 1.0.1 release is at [1], but you most likely want the version off trunk which is at [2].

RE: Maven 2 and NetBeans

2005-10-24 Thread Trygve Laugstøl
On Mon, 2005-10-24 at 15:29 -0500, Allison, Bob wrote: For the record, the changes needed to the pom.xml for the plugin: -- Change dependencies to: -- org.apache.maven:maven-project:2.0-beta-3 -- org.codehaus.plexus:plexus-utils:1.0.4 --

Re: [m2] how to have two jars (api and impl) from one project

2005-10-24 Thread Trygve Laugstøl
On Mon, 2005-10-24 at 15:18 -0700, Meg Hsu wrote: Hi Kenney, Thanks for your input. The reason we have such structure is to eliminate the situation where the impl classes have references to other impl classes instead of api classes in other sub-projects. So at compile time, only the api jars

Re: [M2] Docbook support

2005-10-24 Thread Trygve Laugstøl
On Mon, 2005-10-24 at 23:56 +0200, Emmanuel Venisse wrote: We have a patch to apply (DOXIA-20). It will be a good start for everyone. The patch has been applied. -- Trygve - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [m2] NetBeans Plugin - M2 Subversion and Ibiblio Repository

2005-10-17 Thread Trygve Laugstøl
Jason van Zyl wrote: On Fri, 2005-10-14 at 19:10 +0200, wilfred springer wrote: To whom it concerns: I would (still) really like to know what I need to do to get my NetBeans plugin into the Maven 2 repository. It won't go into the SVN repository @ Apache but we can get you setup at the

Re: [m2] jsf-api pom without jar? (fixing javax depenedencies)

2005-10-10 Thread Trygve Laugstøl
On Mon, 2005-10-10 at 13:29 -0400, Brian Bonner wrote: Check out: http://www.ibiblio.org/maven2/javax/servlet/servlet-api/2.3/ and http://www.ibiblio.org/maven2/javax/servlet/servlet-api/2.4/ Sure looks like .jars to me. I was just drafting up a post re: a similar topic: Several of

Re: Delivering mock objects for a public API [was Re: [m2] custom compiler mojo]

2005-10-09 Thread Trygve Laugstøl
On Thu, 2005-10-06 at 19:06 +, John Fallows wrote: On 9/28/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Mon, 2005-09-26 at 22:02 +, John Fallows wrote: On 9/25/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Sat, 2005-09-24 at 04:31 +, John Fallows wrote: On 9/23/05

Re: [m2] Turning off download log messages

2005-10-07 Thread Trygve Laugstøl
On Fri, 2005-10-07 at 14:40 +0200, Kees de Kooter wrote: Is it possible to turn the progress logging (1/514K, 2/514K etc) while downloading dependencies off? It is quite polluting my console. As the others said your console is a bit broken, but using --batch-mode or -B should help. -- Trygve

Re: Logging/tracing conventions

2005-09-28 Thread Trygve Laugstøl
On Wed, 2005-09-28 at 12:24 +0200, Gilles Scokart wrote: When writting a Mojo, what are the standard convention to trace/log [debug] messages ? getLog().info( Hey yo! ); -- Trygve - To unsubscribe, e-mail: [EMAIL

Re: [m2-b2] trouble creating sar packaging plugin

2005-09-28 Thread Trygve Laugstøl
On Wed, 2005-09-28 at 14:47 +0200, mika wrote: Hi, I just started to play around with maven 2 yesterday and really want to move from maven 1... i tried to create a simple plugin to package projects as SAR (Service ARchives in jboss). Now after some struggling using beta-1, the plugin

Re: Cycle detected problem

2005-09-28 Thread Trygve Laugstøl
Do not hijack threads like this. Start a new thread instead of replying to a existing thread. It messes up the thread view in the email clients that thread messages. On Wed, 2005-09-28 at 17:58 +0400, Muralidhar Y. wrote: hi I am using multiproject plug-in. When I am trying to create complete

Re: Delivering mock objects for a public API [was Re: [m2] custom compiler mojo]

2005-09-28 Thread Trygve Laugstøl
On Mon, 2005-09-26 at 22:02 +, John Fallows wrote: On 9/25/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Sat, 2005-09-24 at 04:31 +, John Fallows wrote: On 9/23/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Fri, 2005-09-23 at 08:03 +, John Fallows wrote: [snip] [1

Re: org.extremecomponents-1.0.1-M1.jar in repo1 contains no class files

2005-09-28 Thread Trygve Laugstøl
On Wed, 2005-09-28 at 17:29 +0200, Ralph Pöllath wrote: Hi, seems like the jar for org.extremecomponents-1.0.1-M1 contains no class files (see below). Should I report this in the Maven Evangelism JIRA? Yes please. Thanks. -- Trygve

Re: Cross-project dependencies on unit test code

2005-09-28 Thread Trygve Laugstøl
On Wed, 2005-09-28 at 09:39 -0700, Tim Dysinger wrote: Ok. Let's say we did it that way. We are still faced with the same problem with the maven-eclipse-plugin. Maven-eclipse-plugin does not like having your source and test directories the same.

Re: [m2] getting error when pointing to new testResources

2005-09-26 Thread Trygve Laugstøl
On Mon, 2005-09-26 at 15:56 +0100, Mark Hobson wrote: On 26/09/05, Ashley Williams [EMAIL PROTECTED] wrote: Works now - you know I _nearly_ tried that as a last ditch attempt, honestly! Seems the project descriptor isn't auto-generated from the code like I thought it was though. Yeah

Re: Exception in JXR report

2005-09-23 Thread Trygve Laugstøl
On Thu, 2005-09-22 at 22:56 -0400, Daniel Krisher wrote: I have been getting the following exception using the maven-jxr-plugin Please take questions about plugins from the mojo projects on the mojo users list[1]. [1]: http://mojo.codehaus.org/mail-lists.html -- Trygve

Re: wagon jar groupId -- why org.apache.maven?

2005-09-22 Thread Trygve Laugstøl
On Thu, 2005-09-22 at 09:58 -0400, Julian C. Dunn wrote: I noticed that the Maven Wagon JARs that are depended upon by such things as the artifact plugin belong to the groupId org.apache.maven.wagon. Is this the new standard for naming groupIds? What was the rationale for changing this, and

Re: wagon jar groupId -- why org.apache.maven?

2005-09-22 Thread Trygve Laugstøl
On Thu, 2005-09-22 at 16:38 -0400, Julian C. Dunn wrote: On Thu, 2005-09-22 at 21:52 +0200, Trygve Laugstøl wrote: On Thu, 2005-09-22 at 09:58 -0400, Julian C. Dunn wrote: I noticed that the Maven Wagon JARs that are depended upon by such things as the artifact plugin belong

Re: [m2] commons-lang and commons-codec includes junit for scope compile

2005-09-22 Thread Trygve Laugstøl
On Thu, 2005-09-22 at 23:33 +0200, Orjan Austvold wrote: This is probably not the right list to post this message to, but... Both commons-lang (2.1) and commons-codec (1.3) include junit for scope compile. Beside the broader scope warning for maven this breaks one of my plugins which

Re: [m2] javadoc plugin and linkoffline

2005-09-22 Thread Trygve Laugstøl
On Thu, 2005-09-22 at 16:13 -0400, Vincent Siveton wrote: Hi Try to specify linkoffline as a comma separated list of path or URL. I think it would be best to make the linkoffline a List of Strings, it's more readable and easier to process for other tools. Is there a reason for the parameter

RE: [m2] commons-lang and commons-codec includes junit for scope compile

2005-09-22 Thread Trygve Laugstøl
On Thu, 2005-09-22 at 16:57 -0500, Mike Perham wrote: Enter a JIRA issue at http://jira.codehaus.org/browse/MEV I've found that there are a HELL of a lot of problems with POMs. Many of them are either minimal with no dependencies or contain EVERY dependency without regard to scope.

RE: [m2] javadoc plugin and linkoffline

2005-09-22 Thread Trygve Laugstøl
On Thu, 2005-09-22 at 18:46 -0400, Vincent Siveton wrote: Hi Trygve, Try to specify linkoffline as a comma separated list of path or URL. I think it would be best to make the linkoffline a List of Strings, it's more readable and easier to process for other tools. I agree with you.

Re: [m2] How to get logging from commons-exec?

2005-09-21 Thread Trygve Laugstøl
On Tue, 2005-09-20 at 22:20 -0500, Wendell Beckwith wrote: I checked out the source for commons-exec and built the commons-exec-1.0-SNAPSHOT.jar. I added this jar as a dependency to my m2 plugin project and wrote a simple Foo app to verify that everything was working. The app just writes the

Re: [m2-b1] POM Inheritance and Variables

2005-09-20 Thread Trygve Laugstøl
On Tue, 2005-09-20 at 16:07 +0100, David Pick wrote: Hi, I have the following section in a parent POM: pluginManagement plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId

Re: [m2] reasons for sticking with maven

2005-09-20 Thread Trygve Laugstøl
On Tue, 2005-09-20 at 13:09 -0500, Wendell Beckwith wrote: I just re-read you email and I'm confused by your comment, please clarify if possible. But isn't what I've been hopefully explaining is the creation of a mojo that wraps a command line process. I have written the mojos (agitate and

Re: [m2] reasons for sticking with maven

2005-09-20 Thread Trygve Laugstøl
On Tue, 2005-09-20 at 14:30 -0400, John Casey wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 so, all that remains is to write that API that you need :-) I've been thinking that we may need a sub-project within maven (with separated release cycle) to address plugin utility

Re: [m2] Error during site generation with '.'-files in src/site/ with m2-2.0-beta-1

2005-09-17 Thread Trygve Laugstøl
On Sat, 2005-09-17 at 23:58 +0200, Daniel Schömer wrote: Hi, Hi Is it a bug or a feature of the maven-site-plugin to disallow files beginning with a '.'? Sounds like a bug indeed, please file a issue here in JIRA[1], attach a patch and we're (almost) guaranteed to solve the issue ;) [1]:

Re: [m2] mock classes

2005-09-13 Thread Trygve Laugstøl
On Tue, 2005-09-13 at 10:01 +0200, Jorg Heymans wrote: Hi, I am trying to model this directory structure inside one of our modules into a runnable pom ./src ./mocks Just treat the mocks as unit test source code and use project .. build ..

Re: Naming convention for Maven plugin

2005-09-12 Thread Trygve Laugstøl
On Mon, 2005-09-12 at 11:15 +0200, Martin Burger wrote: Hello, is there any naming convention for new Maven plugins? If my project is named foo, should I name the belonging Maven plugin maven-foo-plugin ($pom.id)? Are names starting with maven- reserved for official plugins? Background:

Re: howto add missing jars to ibiblio

2005-09-09 Thread Trygve Laugstøl
On Fri, Sep 09, 2005 at 11:44:53AM +0200, Tobias Bocanegra wrote: this is rather an ibiblio question... how/where can i submit a request for adding newer versions of a lib to the maven repository on ibiblio.org? in detail, i would like to have pdfbox-0.7.1 [1] in the repository [2].

Re: [m2] error building continuum with maven

2005-09-09 Thread Trygve Laugstøl
FYI: This should be reported on [EMAIL PROTECTED] On Fri, Sep 09, 2005 at 04:56:39PM +0100, Ashley Williams wrote: Thought I'd give continuum a look but I'm having trouble building it - getting the following error: [INFO] Main Error: Unable to download the artifact from any repository

Re: [m2] xml editors - little off topic

2005-09-08 Thread Trygve Laugstøl
On Wed, Sep 07, 2005 at 05:23:22PM +0100, Ashley Williams wrote: I've mentioned in a previous post that I'm slightly fed up with editing xml files, even with a fancy editor. I though I might knock up a stylesheet that will enable me to write a short hand for example: project

Re: [m2] plugin dependencies on Maven

2005-09-08 Thread Trygve Laugstøl
On Wed, Sep 07, 2005 at 05:45:38PM +0200, Milos Kleint wrote: On 9/7/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: snip ok. in my current understanding, the m1 plugins do actually use much more properties than they declare. they use the pom, the common properties

Re: [m2] plugin dependencies on Maven

2005-09-07 Thread Trygve Laugstøl
On Wed, Sep 07, 2005 at 10:11:40AM +0100, Ashley Williams wrote: I was intrigued by a comment that we should avoid references to maven in our home brewed plugins. I don't understand this, as if you write a plugin for maven, then where else would it be used?? Maybe maven is part of some

Re: [m2] plugin dependencies on Maven

2005-09-07 Thread Trygve Laugstøl
On Wed, Sep 07, 2005 at 12:15:54PM +0100, Ashley Williams wrote: OK thanks. So are you saying that if I just delete the 'extends AbstractMojo' then the plugin will still work (maybe by reflection or codegen)? No, you would still have to implement the interface. Glad I've got your

Re: [m2] plugin dependencies on Maven

2005-09-07 Thread Trygve Laugstøl
On Wed, Sep 07, 2005 at 01:41:13PM +0200, Milos Kleint wrote: On 9/7/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Wed, Sep 07, 2005 at 10:11:40AM +0100, Ashley Williams wrote: I was intrigued by a comment that we should avoid references to maven in our home brewed plugins. I don't

Re: [m2] plugin dependencies on Maven

2005-09-07 Thread Trygve Laugstøl
On Wed, Sep 07, 2005 at 04:54:04PM +0200, Milos Kleint wrote: On 9/7/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Wed, Sep 07, 2005 at 01:41:13PM +0200, Milos Kleint wrote: On 9/7/05, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Wed, Sep 07, 2005 at 10:11:40AM +0100, Ashley

Re: [m2] can't get list of dependencies in plugin

2005-09-06 Thread Trygve Laugstøl
On Tue, Sep 06, 2005 at 12:52:01PM +0100, Ashley Williams wrote: I've been bashing my head against a brick wall trying to get the list of artifacts back from the project object for my plugin but project.getArtifacts() always returns an empty list whereas I expect the list of artifacts

Re: Question about an proper groupId for plugins of Mojo project

2005-09-06 Thread Trygve Laugstøl
On Tue, Sep 06, 2005 at 10:52:06AM -0400, Andy Glick wrote: [I previously posted this to the moribund [EMAIL PROTECTED] list. Don't know what I was thinking :-)] From what I can tell you haven't posted anything to that list and this question should be asked on that list. I have just built

Re: Ibiblio javax.XYZ jars

2005-09-02 Thread Trygve Laugstøl
On Fri, Sep 02, 2005 at 08:03:03AM +0100, Matthew Smalley wrote: More of an Ibiblio question really. I want to build something which involves a transaction manager, Spring and Hibernate. In order to do that, I need interfaces from javax.transaction (typically referred to as jta). I've seen

Re: [m2] eclipse plugin exception

2005-09-02 Thread Trygve Laugstøl
On Fri, Sep 02, 2005 at 02:47:35PM +0100, Ashley Williams wrote: Hi, I'm trying to configure my source directory to be the current directory like so: attempt 1: build sourceDirectory/sourceDirectory attempt 2: build sourceDirectory//sourceDirectory Try .. which works

Re: [m2] eclipse plugin exception

2005-09-02 Thread Trygve Laugstøl
On Fri, Sep 02, 2005 at 03:08:30PM +0100, Ashley Williams wrote: No that didn't work either. In fact I tried a large nonsense string too and that also resulted in the very same exception, which surprised me. I've just downloaded the maven source code so I'll check if I still get the same

Re: [m2] eclipse plugin exception

2005-09-02 Thread Trygve Laugstøl
On Fri, Sep 02, 2005 at 03:27:04PM +0100, Ashley Williams wrote: Build has failed - it's never easy is it! Sorry about that, I'm fixing that any second now. It got past our CI as only do a clean build once per night. You can download the latest Maven 2 snapshot from [1]. [1]:

Re: [m2] eclipse plugin exception

2005-09-02 Thread Trygve Laugstøl
On Fri, Sep 02, 2005 at 03:34:59PM +0100, Ashley Williams wrote: Don't understand what you're saying the problem is, but will the fix be quick, i.e. 10 minutes?? If so then I don't mind waiting... Try now. -- Trygve signature.asc Description: Digital signature

Re: Best practices for release and version management?

2005-09-02 Thread Trygve Laugstøl
On Fri, Sep 02, 2005 at 10:54:37AM -0400, dohadwala, moiz wrote: How does one do it for m2? I am new to maven and I have decided to skip maven 1.x and start with m2 directly. In Maven 2 there is the same off-line option as in Maven 1 but you can also say that repositories can contain

Re: [m2] site:site has errors

2005-09-01 Thread Trygve Laugstøl
On Thu, Sep 01, 2005 at 11:11:49PM +0100, Matthew Smalley wrote: Hi, I've got the latest version of maven2 (actually tried both alpha 3 and the latest from svn), but I can't seem to run site:site properly. If I run it from a blank dir (ie no POM exists) I get the following output: [snip]

Re: [M2] Problem building repoclean

2005-08-29 Thread Trygve Laugstøl
On Mon, Aug 29, 2005 at 03:14:21AM -0400, Andy Glick wrote: I've been having difficulty building repoclean for a number of days, and I get the same error message every time: Sounds like a bug in Maven somewhere, can you try to change the version back to SNAPSHOT? Though I fear that this can

Re: [M2] - The value of ${basedir} has changed?

2005-08-29 Thread Trygve Laugstøl
On Tue, Aug 30, 2005 at 01:59:52AM +0200, [EMAIL PROTECTED] wrote: Hei, I have recognised that the evaluation of ${basedir} has changed from my Maven2 build on 23.august to the one I downloaded and built on 29.august. Building with Maven2 of 23.august would give the value of the actual

Re: maven 2.0: scripting languages supported in xdoc files?

2005-08-28 Thread Trygve Laugstøl
On Sat, Aug 27, 2005 at 07:53:52PM +0200, [EMAIL PROTECTED] wrote: Hello I am currently using maven 2.0. I like to use for my project doumentation (site, xdoc) some scripting language. Is there a way to realiste that? I have read on the homepage that maven 2.0 supports beanshell or

  1   2   >