Re: maven-1.0-rc1 bug with https

2003-10-31 Thread Jason van Zyl
On Tue, 2003-10-28 at 15:11, Edmund Urbani wrote: > Thanks for the quick fix. It works fine now - at least on my system (a > colleage of mine still has trouble getting maven to work with Win2000, > but that's a totally different problem - this list might see a mail > about it soon). I'm glad I

Re: maven-1.0-rc1 bug with https

2003-10-31 Thread Edmund Urbani
Jason van Zyl wrote: On Mon, 2003-10-27 at 06:41, Edmund Urbani wrote: Has anybody every tried to let maven resolve dependencies by letting it download artifacts via https? I added this line to my build.properties maven.repo.remote=https://repository.liland.org:21/maven (don't bother trying t

Re: Is it possible to preserve formatting in xdocs/*.xml

2003-10-31 Thread Matt Raible
Actually, this does preserve my formatting and is exactly what I was looking for. Thanks! Matt On Oct 30, 2003, at 11:11 PM, __matthewHawthorne wrote: Instead of using tags, you may want to try using tags with blocks inside. This doesn't preserve your formatting, but it made writing the X

New location for the Cactus plugin for Maven

2003-10-31 Thread Vincent Massol
ed in Maven land is 3.2. The new version (in Cactus land) is 1.6dev. A 1.6dev-20031031 release has been posted. It corresponds the 3.2 release (+1 bug fix, see http://jakarta.apache.org/cactus/integration/maven/changes-report.html). To install it in your local Maven installation, see

Re: maven snapshot-version file

2003-10-31 Thread Jason van Zyl
On Fri, 2003-10-31 at 13:46, J Aaron Farr wrote: > Hello. > > Just wanted to clarify some things on snapshot versioning. > > It looks like deploying a snapshot results in three files being created and > deployed: > >1. the actual artifact snapshot. e.g.: myproject-20031030-12.jar >2

maven snapshot-version file

2003-10-31 Thread J Aaron Farr
Hello. Just wanted to clarify some things on snapshot versioning. It looks like deploying a snapshot results in three files being created and deployed: 1. the actual artifact snapshot. e.g.: myproject-20031030-12.jar 2. an artifact link. e.g.: myproject-SNAPSHOT.jar --> mypr

Re: Using jelly script in project.xml

2003-10-31 Thread James CE Johnson
> We use the user's home build.properties to insert values into > project.xml, so these are obviously available as well. > > [~/build.properties] > my.cvs.userid=matt > my.cvs.server=cvs > my.cvs.root=/cvsroot > > [project.xml] > > scm:cvs:ext:[EMAIL > PROTECTED]:${my.cvs.root}:/my/module > > >

Castor plugin

2003-10-31 Thread Chris Wilder-Smith
Hi, I'm trying to get the castor plugin working. My manual castor setup uses castorbuilder.properties: org.exolab.castor.builder.nspackages=\ http://brevity.cast.org/2003/LearningSupports=org.cast.xml.supports,\ http://brevity.cast.org/2003/XSupports=org.cast.xml.supports,\ http://www.

Checkstyle & Test Code

2003-10-31 Thread Kevin Pearcey
Is it just my pom or does the default checkstyle target not run against any test code source? It seems to me that code for unit tests should be just as well written as target code, though perhaps a separate checkstyle configuration might be required (e.g. ignore magic numbers for tests). Can I ext

Computing relative path ?

2003-10-31 Thread Eric Berenguier
Hello, I'd like to compute a relative path from a directory path to a file. My file names come from and are absolute file names. I've tried to use the pathTool like this : But it doesn't work : it returns ".." Do you know what i'm doing wrong ? Is there another way to do this ? Thanks

RE: Seriously Customizing the Project Website

2003-10-31 Thread Jason van Zyl
On Fri, 2003-10-31 at 01:02, jiaqi guo wrote: > Hi Stephen, > That's also exactly what I thought. > I used to think about making tornado based on Avalon, but it means too > much development work. So I tried to turn on Plexus, but Plexus changes > so fast, it might be the best choice when it's stabl

Re: preGoal before any goal

2003-10-31 Thread Dominik Roblek
I've thought it over and I saw I don't really need it in my project. However I see the need for it as it has been discussed in "Overall preGoal in parent maven.xml?" thread. --- Jason van Zyl <[EMAIL PROTECTED]> wrote: > On Wed, 2003-10-29 at 16:11, Dominik Roblek wrote: > > Is it possible define

CVS executable invocation error

2003-10-31 Thread nick.giles
I'm just starting out with Maven, and I'm particularly interested in the documentation generation aspect of it. However, I'm having problems getting the Changelog task to run, because the SCM/CVS access task is not functioning as I would expect. I'm getting the error: SCM Working Directory: C:\pr

project.properties inheritance

2003-10-31 Thread Eric Berenguier
Hello, Does current maven version supports project.properties inheritance when using tag ? Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is it possible to preserve formatting in xdocs/*.xml

2003-10-31 Thread khote
Try adding your own style sheet. Store it in xdocs/style Look at the stylesheets that are provided after xdoc execution, look at the resulting source code to see the html tags used, which style class is used, then override that in your own stylesheet -- since it's loaded last, it gets used.. You

Re: Is it possible to preserve formatting in xdocs/*.xml

2003-10-31 Thread __matthewHawthorne
Instead of using tags, you may want to try using tags with blocks inside. This doesn't preserve your formatting, but it made writing the XML a lot easier for me. Matt Raible wrote: I want to preserve my HTML formatting in my *.xml files under xdocs. 2 reasons: 1. I'm putting a few code

RE: password for CVS pserver ?

2003-10-31 Thread Eric Pugh
Okay, I agree that maven.cvs.password is needlessly specific. Since we aren't trying to boil the waters with some sort of crazy sophisticated scheme, but just get the login to work, then we'll go with maven.changelog.password. Your trick that you use, would you like to create the faq.fml file in

RE: ChangeLog and File Activities problem ?

2003-10-31 Thread Eric Pugh
Check the docs, but changelog works with a couple plugins... > -Original Message- > From: Eric Chow [mailto:[EMAIL PROTECTED] > Sent: Friday, October 31, 2003 3:10 AM > To: Maven Users List; [EMAIL PROTECTED] > Subject: Re: ChangeLog and File Activities problem ? > > > Hi, > > Does that

attainGoal and maven:reactor

2003-10-31 Thread Eric Chow
Hello, Would you please to tell me when what's the difference between attainGoal and maven:reactor ? Both of them are used for calling another Goal !!! When should use "attainGoal" and when should use "maven:reactor" ??? Eric == If you know what you are doing, it is no