Uploading to ibiblio

2004-05-12 Thread Hans Dockter
I'm confused about how to do a proper upload request, although I've read the page http://maven.apache.org/repository-upload.html. I don't want to upload one of my projects. I want to give notice, that for a project which is already hosted by ibiblio.org/maven there is a newer version. For example

Re: Bug in the junit plugin?

2004-05-12 Thread Frederic Gedin
Frederic Gedin a écrit : Hello I am facing a problem with maven junit plugin: I put some asserts inside my code and gave the following options in the project.properties file: maven.junit.fork=true maven.junit.jvmargs=-ea When running maven -X test, I clearly see that the JVM is invoked with

Re: Bug in the junit plugin?

2004-05-12 Thread dion_gillard
This is not good. They should both be processed in the same way. Raise a bug report in Jira. -- dIon Gillard, Multitask Consulting Frederic Gedin [EMAIL PROTECTED] wrote on 12/05/2004 06:42:40 PM: Frederic Gedin a écrit : Hello I am facing a problem with maven junit plugin: I

RE: mks and maven

2004-05-12 Thread John O'Reilly
I'm not sure to be honest. I'm quite new to MKS (have been luckly enough up to now to have been able to use cvs). Do you have any more info on this? -Original Message- From: ECCLES, Stuart [mailto:[EMAIL PROTECTED] Sent: 11 May 2004 17:06 To: 'Maven Users List' Subject: RE: mks and

RE: mks and maven

2004-05-12 Thread Arto Pastinen
Hi! I don't have nothing to say for your problem, but anyway what is this MKS? Artsi On Wed, 2004-05-12 at 12:48, John O'Reilly wrote: I'm not sure to be honest. I'm quite new to MKS (have been luckly enough up to now to have been able to use cvs). Do you have any more info on this?

RE: mks and maven

2004-05-12 Thread John O'Reilly
MKS Source Integrity (http://www.mks.com/products/sie/) is a source configuration management tool. CruiseControl actually comes with support for using MKS (though it doesn't actually work out of the box). I'm trying to use CruiseControl and Maven together. I can get CruiseControl to detect that

Re: Starteam scm?

2004-05-12 Thread Emmanuel Venisse
You must define too the maven.changelog.factory properties with this : maven.changelog.factory=org.apache.maven.starteamlib.StarteamChangeLogFactor y Emmanuel - Original Message - From: Watson, Cory [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 5:50 PM Subject:

Uploading to ibiblio

2004-05-12 Thread Hans Dockter
I'm confused about how to do a proper upload request, although I've read the page http://maven.apache.org/repository-upload.html. I don't want to upload one of my projects. I want to give notice, that for a project which is already hosted by ibiblio.org/maven there is a newer version. For

Re: mks and maven

2004-05-12 Thread Emmanuel Venisse
Hi, Actually, Maven doesn't support it. But we can add it if MKS have some command line tools for communicate with it. Do you have some documentation about it and a sample of output for obtain last modifications? In the future versions of Maven, the minimal commands for scm tools that we want to

Re: Uploading to ibiblio

2004-05-12 Thread Trygve Laugstøl
You are supposed to make the bundle as stated even if isn't your project. If you don't feel like making the bundle you should poke the project to make them make a bundle. The persons who can upload to ibiblio isn't the ones that should create bundles, it's up to the project get the artifacts

Re: sftp deploying artifacts problem

2004-05-12 Thread Marcin Gurbisz
Please let me know when you fix it. Thanks Emmanuel Venisse wrote: I found too this bug. I work on it. Emmanuel - Original Message - From: Marcin Gurbisz [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 6:43 PM Subject: Re: sftp deploying artifacts

Local deployment of Dependent Jars

2004-05-12 Thread Ryan Lloyd
Is anyone able to point me to some documentation which explains how I can perform local deployment of dependencies? I've been able to compile, and create jars from my source quite easily, but in order to create a useful 'distribution', I need to be able to package the compiled source, along

MPXDOC-92

2004-05-12 Thread julien . kirch
Hi ô maveners I still suffer the MPXDOC-92 issue (using RC2), are you sure it has been fixed ? Or should I reopen it ? (litigious case is the same as the one described in the original issue). Thanks K. This message and any attachments (the message) is intended solely for the addressees

RE: Local deployment of Dependent Jars

2004-05-12 Thread Göschl,Siegfried
I'm using the following local goal to do this goal name =local:copy-deps description=Copies the dependent JARs into lib deploy:copy-deps todir=${maven.war.src}/WEB-INF/lib excludes=junit/ /goal Cheers, Siegfried Goeschl -Original Message- From: Ryan Lloyd [mailto:[EMAIL

Re: sftp deploying artifacts problem

2004-05-12 Thread Emmanuel Venisse
I fixed it in CVS. Now all works fine for me with scp and scp deployers. Emmanuel - Original Message - From: Marcin Gurbisz [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 1:29 PM Subject: Re: sftp deploying artifacts problem Please let me know

Re: Removing bugs from JIRA

2004-05-12 Thread Jeff Turner
On Wed, May 12, 2004 at 09:01:40AM +1000, Brett Porter wrote: Many bugs were moved to the plugin projects last year. That may be what happened. JIRA should probably keep the old name as a synonym :) The latest release of JIRA (2.6) does. It threads notification emails too.. might want to

RE: MPXDOC-92

2004-05-12 Thread Heritier Arnaud
You're right. I reopened it. I'll try to fix it before the week end. Arnaud -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mercredi 12 mai 2004 14:05 À : [EMAIL PROTECTED] Objet : MPXDOC-92 Hi ô maveners I still suffer the MPXDOC-92 issue

Re: Maven XDoc Plugin 1.7 Released

2004-05-12 Thread Mauro Talevi
Brett, For a manual installation, you can download the plugin here: http://www.ibiblio.org/maven/maven/plugins/maven-xdoc-plugin-1.7.jar the jar is not present :-( - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: sftp deploying artifacts problem

2004-05-12 Thread Marcin Gurbisz
Thanks. For me works to :) Marcin Emmanuel Venisse wrote: I fixed it in CVS. Now all works fine for me with scp and scp deployers. Emmanuel - Original Message - From: Marcin Gurbisz [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 1:29 PM Subject:

RE: Starteam scm?

2004-05-12 Thread Watson, Cory
I've set this value, but it doesn't seem pertinent to my problem. I've found that the plugin.jelly for the maven scm plugin doesn't do anything _but_ CVS. I've modified it to support ant's stcheckout task, but it fails to run when I call it, with no output. All the surrounding tasks (mkdirs

Question on using maven

2004-05-12 Thread Sunil D Patil
Hi, I am new in using maven.I am trying to use was5 plug-in. What i want to do is i want to use WAS plug-in for starting 2 application server instances. WAS plug-in has task for starting server instance was5:startServer which has property maven.was5.startServer.server which lets you specify

Suggested Eclipse Plugin Extension

2004-05-12 Thread M.-Leander Reimer
Hi there, I just got the source for the Eclipse plugin from CVS and discovered that I can already define additional natures, which I really need. There is another possible extension I would find useful. Problem: I am using the Together UML eclipse plugin, which requires additional settings in

Maven XDoc Plugin 1.7 Released

2004-05-12 Thread Brett Porter
The maven team is pleased to announce the Maven XDoc Plug-in 1.7 release! http://maven.apache.org/reference/plugins/xdoc/ Convert xdocs into HTML. Requires Maven 1.0 RC2. Changes in this version include: New Features: o Items in navigation.xml and reports can define a target attribute.

Re: Maven XDoc Plugin 1.7 Released

2004-05-12 Thread Brett Porter
Brett, For a manual installation, you can download the plugin here: http://www.ibiblio.org/maven/maven/plugins/maven-xdoc-plugin-1.7.jar the jar is not present :-( You'll need to wait for the sync. to ibiblio. You can grab it right now from your nearest Apache mirror, or from:

Maven war plugin 1.6 released

2004-05-12 Thread Brett Porter
The maven team is pleased to announce the Maven WAR Plugin 1.6 release! http://maven.apache.org/reference/plugins/war/ War Plugin for Maven Changes in this version include: Fixed bugs: o preserve last modified time of source files in the exploded webapp Issue: MPWAR-25. o Call test:test

dependency on tools.jar?

2004-05-12 Thread David Bock
I am converting a project to maven, and I have some classes that depend on com.sun.javadoc package, which lives in the tools.jar file in a java install. My maven build is complaining because it can't find that dependency... I would have expected this to be automatically provided by maven, since

RE: Suggested Eclipse Plugin Extension

2004-05-12 Thread Maczka Michal
-Original Message- From: M.-Leander Reimer [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 4:59 PM To: Maven Users List Subject: Suggested Eclipse Plugin Extension Hi there, I just got the source for the Eclipse plugin from CVS and discovered that I can already

Re: Uploading to ibiblio

2004-05-12 Thread Jason van Zyl
On Wed, 2004-05-12 at 02:04, Hans Dockter wrote: I'm confused about how to do a proper upload request, although I've read the page http://maven.apache.org/repository-upload.html. I don't want to upload one of my projects. I want to give notice, that for a project which is already hosted by

Re: Suggested Eclipse Plugin Extension

2004-05-12 Thread M.-Leander Reimer
Hi Michal, I agree that keeping .project in CVS is much simpler in many situtations. But I guess I am too lazy to adjust my the classpath everytime my dependencies change or the project layout changes and I prefer the easier way of generating these files whenever I need to. I think both ways

Re: dependency on tools.jar?

2004-05-12 Thread Jason van Zyl
On Wed, 2004-05-12 at 11:11, David Bock wrote: I am converting a project to maven, and I have some classes that depend on com.sun.javadoc package, which lives in the tools.jar file in a java install. My maven build is complaining because it can't find that dependency... I would have

RE: Suggested Eclipse Plugin Extension

2004-05-12 Thread Jörg Schaible
Maczka Michal wrote on Wednesday, May 12, 2004 5:12 PM: Isn't it just much simpler to keep .project .classpath files in the CVS. .project file is even not changing that often (to my knowlegde almost never). Well, keeping the dependencies in sync is pain, but you're basically right, the

RE: Suggested Eclipse Plugin Extension

2004-05-12 Thread Kristopher Brown
I've got something locally here that does just that i.e. update the file that's there (if there), otherwise generate from scratch - got it working for the .project file, thinking about the .classpath one at the moment - bit more stuff in that one. It uses jstl to do the work, and would

JBoss 1.4 plugin

2004-05-12 Thread bryan hansen
Is the JBoss 1.4 plugin currently broken with the rc2? I have tried a few of the differnet features and nothing seems to work right. My project appears to build correctly, but when I used the jboss:deploy-warfile it gets half way through it and I get and IOException: jboss:deploy-warfile:

Re: Uploading to ibiblio

2004-05-12 Thread Hans Dockter
Jason van Zyl wrote: On Wed, 2004-05-12 at 02:04, Hans Dockter wrote: I'm confused about how to do a proper upload request, although I've read the page http://maven.apache.org/repository-upload.html. I don't want to upload one of my projects. I want to give notice, that for a project which is

Re: Uploading to ibiblio

2004-05-12 Thread Jason van Zyl
On Wed, 2004-05-12 at 12:41, Hans Dockter wrote: That makes sense a lot of sense to me now :-) Transitive dependencies is a great thing. The xdoclet modules are a very good example where this would help a lot. They have hidden dependencies amongst each other and its a nightmare to figure

Same jar version has diffs between RC1 and RC2

2004-05-12 Thread Michael Mogridge
After fetching RC2 I've noticed that a number of the plugins have diffs between the one shipped with RC1 versus the one shipped with RC2. I'm curious about the diffs in the case when the version identifiers are the same for the jars in question. For example, in RC1, the plugin

Odd Code Generation Scenario

2004-05-12 Thread David Bock
Maven Mavens, (Thanks for the earlier help Jason) I have a scenario that is a little over my head, probably involves converting a python script to jelly, and might be contrary to some maven build philosophy, (if it is, I want to know how to adjust my thinking). I am currently converting

POM - extend more than one project

2004-05-12 Thread JACOB, ERIC
smime.p7m Description: S/MIME encrypted message

Re: timezone working?

2004-05-12 Thread Derek B. Greer
I never saw a response to this, so I'm posting this again. Perhaps I don't understand timezone offsets correctly. Does the GMT offset differ depending on whether you are on daylight savings time or not? Derek Derek B. Greer wrote: So how do I specify CDT, or how do I specify to account for

Re: timezone working?

2004-05-12 Thread Webb Morris
Sorry, I forgot about it after a while. I did take a look at the code for generating the time. Basically, since the code is JavaScript running in the browser, it takes the current system time according to the browser, adjusts it to GMT, and then adds the offset hours. I tried to figure out

RE: JBoss 1.4 plugin

2004-05-12 Thread Vincent Massol
Hi Bryan, This may be due to the bug http://jira.codehaus.org/ViewIssue.jspa?key=MPJBOSS-9 which was fixed in the 1.5 version of the plugin? Thanks -Vincent -Original Message- From: bryan hansen [mailto:[EMAIL PROTECTED] Sent: 12 May 2004 18:03 To: [EMAIL PROTECTED] Subject: JBoss

Cruise Control Plugin

2004-05-12 Thread Karl Baum
Hi. I am looking into using the cruise control plugin but I'm having a hard time finding a good example to follow? Can anyone point me in the direction of some documentation? Thanks. Karl - Do you Yahoo!? Yahoo! Movies - Buy advance

Re: Question about dependency

2004-05-12 Thread Jörg Hohwiller
On Monday 10 May 2004 13:18, Stefanutti, Mario wrote: Hi, Hi there, seems you have not got any answer, yet. I have two sub-projects PA and PB (two simple libraries), and PB depends on PA. I am using the multiproject goals to build the entire project, but when I compile PB, maven tries

pain about maven

2004-05-12 Thread Jörg Hohwiller
Hi there, first of all I want to say again that maven is very cool and since 1.0-rc3 supports inheriting project.xml I really start loving it. (When talkin about maven now, I include the plugins shipped with the maven release). On the other hand for me there are lots of little things that are

doing shortcut icons and other HTML specific stuff

2004-05-12 Thread Jörg Hohwiller
Hi there, can anyone give me a clue of how to influnce the produced HTML of maven generated sites e.g. adding a shortcut icon for the site I mean something like link rel=shortcuticon... in the head section or cruel stuff like that. I don think that this can be done with css. Is there support for

Reactor prints itself out ...

2004-05-12 Thread Yoway . Buorn
I have a project with a few subprojects of varying folder-depth like this: App/ Project/ portlets/ portletA/ portletB/ Each subproject must have its dependencies copied to a specific location which is specified in each

RE: pain about maven

2004-05-12 Thread Brett Porter
Hi, Thanks for your feedback. -Maven does not handle XML properly! I do not have a clue what its doing inside but maybe some developers might think that XML ist just some little ASCII standard extension (quite a point of view). Please refrain from insulting the developer's

RE: Cruise Control Plugin

2004-05-12 Thread Brett Porter
It needs some work on the documentation side. Really, you just run maven cruisecontrol to create/update the configuration. You can tweak the configuration, then use that to run cruise control. - Brett -Original Message- From: Karl Baum [mailto:[EMAIL PROTECTED] Sent: Thursday, 13

RE: Same jar version has diffs between RC1 and RC2

2004-05-12 Thread Brett Porter
This won't happen again. In RC1, plugins were built with the release. With RC2 and beyond, they were built in advance and released as is. However, many that didn't change were rebuilt for RC2. Its likely the difference is a new manifest and Apache license. It isn't something to be concerned

J2EE Ear build

2004-05-12 Thread Ray Hunter
I have installed maven and I have created a basic project file for maven. The question that I have is does maven require that you have a certain directory set up? Thanks, Ray - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: J2EE Ear build

2004-05-12 Thread Washusen, Dan
The Server Side has a good article on building EAR files. It might be a little out of date (I'm not to sure)... http://www.theserverside.com/articles/article.tss?l=MavenMagic -Original Message- From: Ray Hunter [mailto:[EMAIL PROTECTED] Sent: Thursday, 13 May 2004 9:50 AM To: [EMAIL

Disappearing Tag Library

2004-05-12 Thread Yoway . Buorn
I just bootstrapped Maven from HEAD and it installed without a hitch. However, as soon as I try to run maven on a maven.xml with xmlns:maven=maven I get this: Tag library requested that is not present: 'maven' in plugin: 'null' Where did my tag library go? Yoway Buorn Software Engineer Imagery

RE: Disappearing Tag Library

2004-05-12 Thread Brett Porter
I think you mean xmlns:maven=jelly:maven Did the other one work before? - Brett -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, 13 May 2004 10:47 AM To: [EMAIL PROTECTED] Subject: Disappearing Tag Library I just bootstrapped Maven from