Re: User input for Continuum

2004-01-16 Thread Jeffrey D. Brekke
> On Thu, 15 Jan 2004 21:56:49 -0500, Jason van Zyl <[EMAIL PROTECTED]> said: > o xmlrpc to hand off an url or path, this would be handy for > non-java clients. We have Pete Kazmiers nice little Pythong xml-rpc > utils that we could distribute. > o web interface to register an url or path I

Re: CVS Downloads, Eclipse

2004-01-16 Thread John Casey
As a matter of fact, I use the "maven eclipse" thing extensively. I develop on a couple of different machines, and so before I check in anything, I run that command and refresh the project in Eclipse. This way, I know that I haven't changed anything in the .project or .classpath inadvertently. I do

Re: Apache Maven Developer Repostory

2004-01-16 Thread Mark R. Diggory
I was just looking over the "dist" directory and having wild thoughts: 1.) most of the projects are in nested directories ie: jakarta/commons/collections dist/**/ project/ source/ binary/ 2.) maven requires the remote repository to be in the following structure: repository/

Re: CVS Downloads, Eclipse

2004-01-16 Thread Mark R. Diggory
Besides this you can also set the default source and target relative directory paths in Eclipses Preferences for java projects Menu --> Window --> Preferences --> Java --> New Project change your source folder to: /src/java/main change your output folder to: /target/classes -Mark Vikas Phonsa w

RE: CVS Downloads, Eclipse

2004-01-16 Thread Vikas Phonsa
Yeah I perfectly understand your point. You must have your reasons for your strategy, but try to give "maven eclipse" a shot some time. Maybe you already know this stuff but here is how I did. You have the apache/ as your root, right ? In Eclipse when u right-click on a project in CVS to check i

Re: CVS Downloads, Eclipse

2004-01-16 Thread __matthewHawthorne
Vikas Phonsa wrote: > Is anybody using Eclipse over here ? When you do a CVS check out of > any Apache project into Eclipse all the directory structure get really > screwed up. > > Does anybody has any smart trick to take care of this in Eclipse ? Or > any tool or something. I usually prefer to

RE: CVS Downloads, Eclipse

2004-01-16 Thread Vikas Phonsa
You know what John Casey, you rock man My life is a hell lot easier right now . Thanks Vikas -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 2:48 PM To: Maven Users List Subject: Re: CVS Downloads, Eclipse You should be able to go into

Forcing build of a dependent system?

2004-01-16 Thread conradwt
Hi, I have 2 software systems that I will call A and the other B. Anyway, system A depends on B. Thus, is there a way to setup maven to build B when I initiate a build or deploy of A? Thanks in advance, -Conrad - To unsubs

Re: CVS Downloads, Eclipse

2004-01-16 Thread John Casey
You should be able to go into the directory of a mavenized project and type "maven eclipse" to build the eclipse project files...then, it's as easy as refreshing the project view in eclipse, and you're golden. -john On Fri, 2004-01-16 at 17:14, Vikas Phonsa wrote: > Hi Guys, > > Is anybody using

CVS Downloads, Eclipse

2004-01-16 Thread Vikas Phonsa
Hi Guys, Is anybody using Eclipse over here ? When you do a CVS check out of any Apache project into Eclipse all the directory structure get really screwed up. Like Eclipse by default, would take the package structure as Avalon.fortress.src.java.org.apache.avalon.fortress And you have t

Re: Proposed enhancement to jar plugin.jelly

2004-01-16 Thread Eric Giguere
Hi Jason Got ya, I'll do that next time (codehaus) Sure, a couple of reasons: flexibility, ability to use to power of the tool shelled by the plugin (Ant jar tag), and in my particular situation, write shorter lists of patterns. This happens mainly in projects that deals with not so well source

RE: Maven Torque task

2004-01-16 Thread g-cyclops
Frankly speaking, I met a lot of trouble when using torque plugin but there always be some solution for them. About the save methods, what we need to do is to make sure the properties file torque.contextProperties referred to contains torque.addSaveMethod=true or addSaveMethod=true. Here what I do

User input for Continuum

2004-01-16 Thread Jason van Zyl
Howdy, I have Continuum up and running using the new maven-scm stuff and the new maven components so I wanted to get some input on how people would like to use it. All the information required for checking out and building are contained within the POM so how would you like to be able to use Contin

That License Page

2004-01-16 Thread Keith Irwin
Folks-- I (now) explicitly set the reports I want to produce (mainly to include cactus testing), but now find that the license page doesn't show up. Obviously not a show stopper. Which plugin can I add (or research) to my reports list to get that thing to show up? Thanks, Keith -

Re: Proposed enhancement to jar plugin.jelly

2004-01-16 Thread Jason van Zyl
On Fri, 2004-01-16 at 15:24, Eric Giguere wrote: > Hi all > > A simple modification proposed for the pluggin.jelly for the jar plugin. > As it is now, it calls ant:jar but only with the exclusions. Listing > exclusions is sometime longer than inclusions. By adding a property in > the build.prope

Proposed enhancement to jar plugin.jelly

2004-01-16 Thread Eric Giguere
Hi all A simple modification proposed for the pluggin.jelly for the jar plugin. As it is now, it calls ant:jar but only with the exclusions. Listing exclusions is sometime longer than inclusions. By adding a property in the build.properties (maven.jar.includes) and modifying plugin.jelly like t

Re: Maven Plugin For Weblogic

2004-01-16 Thread James CE Johnson
[EMAIL PROTECTED] wrote: Hi, I was wondering, if there is a Maven Plugin for Weblogic? I have a plugin that does deployment using WebLogic's deployer. Email me off the list if you'd like a copy. Thanks in advance, -Conrad -

RE: Submission process for new Plugins

2004-01-16 Thread Eric Pugh
Currently the thinking is that plugins should stay with their hosting project unless they are very generic. That way the committers of the project also maintain the plugin that goes with the project. However, if that doesn't work out, then there is alls a maven-plugins project on sourceforge that

RE: Changelog question

2004-01-16 Thread Morris, Jason [IT]
Problem solved! The latter was nothing to do with the tag, other than my mistaken belief that it was used to generated the report. The problem was that I had not checked out the source code locally from CVS, I just had a copy of it but there were no CVS control directories. I checked out the c

Maven Torque task

2004-01-16 Thread Lach, Thierry
I'm trying to set up a maven project with the torque plugin. I'm using the mswindows install of maven 1.0 rc1 and j2sdk 1.4.1_02. I can get the om to generate, but I get compile errors. [echo] Compiling to C:\workspace\maven/target/classes [javac] Compiling 5 source files to C:\workspace

Re: Submission process for new Plugins

2004-01-16 Thread Jason van Zyl
On Fri, 2004-01-16 at 13:42, Gargan, Stephen wrote: > Hi all, > > > > I have a quick question about the process was for submitting new > plugins. I have written a simple wrapper for the Axis WSDL2java ant task > and was wondering if this would be of use to the project? Is this the > proper plac

Re: Apache Maven Developer Repostory

2004-01-16 Thread Jason van Zyl
On Fri, 2004-01-16 at 11:03, Mark R. Diggory wrote: > I'm not sure if this got onto the maven groups radar. > > I'd like to get feedback from the Maven group (or others who have access > to ibiblio for deploying artifacts). > > What is your position on managing/maintain a maven ropository locall

Submission process for new Plugins

2004-01-16 Thread Gargan, Stephen
Hi all, I have a quick question about the process was for submitting new plugins. I have written a simple wrapper for the Axis WSDL2java ant task and was wondering if this would be of use to the project? Is this the proper place for such plugins or is sourceforge a better forum? Thanks. Reg

RE: Changelog question

2004-01-16 Thread Morris, Jason [IT]
No message unfortunately, and I do have a .cvspass. Quick question on the format. Mine currently reads: scm:cvs:pserver:[EMAIL PROTECTED]:/home1/fitcs1/users/gfinet/GFINET :GFIUnit I was originally missing the 6th token. I am assuming that this should be the subdirectory within the CVS reposito

Re: Generating md5 checksums

2004-01-16 Thread Mark R. Diggory
Thanks, thats what I needed to know. [EMAIL PROTECTED] wrote: Simply use the artifact tags : http://maven.apache.org/reference/plugins/artifact/ -emmanuel Selon "Mark R. Diggory" <[EMAIL PROTECTED]>: Are there any details available on goals/properties necessary for generating md5 checksums f

RE: Changelog question

2004-01-16 Thread Heritier Arnaud
Verify if you haven't a message saying that your password is incorrect. If you have this message verify that you have a .cvspass file in your HOME directory. I had this problem whem I switched to the last changelog SNAPSHOT Arnaud. -Message d'origine- De : Morris, Jason [IT] [mailto:[EM

RE: Changelog question

2004-01-16 Thread Morris, Jason [IT]
Thanks Emmanuel, I did and it looks like I only had 5 tokens. I now get a report generated okay, but it is empty. I remember an earlier mail saying that the developer id's in the POM had to match the CVS ids. Do they ALL have to match to get any output, or will it still include changes by devel

Re: Changelog question

2004-01-16 Thread Emmanuel Venisse
Your problem is here: "repository connection string contains less than six tokens". Verify your connection string. Emmanuel - Original Message - From: "Morris, Jason [IT]" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Friday, January 16, 2004 6:15 PM Subject: RE:

RE: Changelog question

2004-01-16 Thread Morris, Jason [IT]
Please find attached output. Thanks Jason -Original Message- From: Jeffrey Bonevich [mailto:[EMAIL PROTECTED] Sent: 16 January 2004 14:12 To: Maven Users List Subject: Re: Changelog question Please send results of running maven with the -X option (verbose output). This will g

Apache Maven Developer Repostory

2004-01-16 Thread Mark R. Diggory
I'm not sure if this got onto the maven groups radar. I'd like to get feedback from the Maven group (or others who have access to ibiblio for deploying artifacts). What is your position on managing/maintain a maven ropository locally here on apache servers that will be used to supply the ibibli

problems overriding source dir

2004-01-16 Thread Eric Giguere
Hi all A small prob, wonder if I'm doing something wrong. I'm migrating from an Ant based build system to maven. I've define a sub projects to build all our jars (one projet, multiple jars in the distribution). By defining some overrides in the build.properties, I've manage to build the jar using

Re: Changelog question

2004-01-16 Thread Jeffrey Bonevich
Please send results of running maven with the -X option (verbose output). This will give more clues. jeff Morris, Jason [IT] wrote: When I try to generate the Changelog report, I get this: __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___

Integrating Junit output in Log4j log file

2004-01-16 Thread Ido M. Tamir
Hi, I am using Maven as my build tool. How could I integrate the Junit output, which is now saved to test-reports into my logfile? I.E. I would like to have at least the start of each testcase written and the stacktrace in case of an assertion failure. I would also like to keep the test-reports.

RE: Download of all remote repository...

2004-01-16 Thread Marco Pas
Roberto, it is going to download the jars needed for Maven and for building Torque... So it does not download the whole repo. Greetings. -Original Message- From: Roberto Simoni [mailto:[EMAIL PROTECTED] Sent: vrijdag 16 januari 2004 12:14 To: [EMAIL PROTECTED] Subject: Download of all

Changelog question

2004-01-16 Thread Morris, Jason [IT]
When I try to generate the Changelog report, I get this: __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-10 maven-changelog-plugin:report: [echo] Generating the changelog report BUILD FAILED File.. file:/export/

RE: Download of all remote repository...

2004-01-16 Thread Martin Lambert
Hi, I will make the assumption that you have already installed Maven. If you have a look at the project.xml file in the torque project you will see that there are dependency sections. These will mostly (if not all) be the libraries that Torque depends on. Maven checks an area on your disk (loc

Download of all remote repository...

2004-01-16 Thread Roberto Simoni
I'm trying to use ant on my machine (Windows 2000) for the first time. I'm trying to build torque 3.1 project, but when I press 'maven jar' or 'maven -o jar:jar' maven start to download a lot of jars from remote repo. I have changed variable maven.repo.remote.enabled to false (I've tryed als