RE: Cruise Control Plugin

2004-05-13 Thread Karl Baum
Thanks, that definitely explains why cruisecontrol:run didn't seem like it was doing anything. ;-) . I'm actually running the maven build through cruise control but I am having some trouble with the cvstimestamp property being passed to maven. Cruisecontrol sends the following property to

Re: Extending project and inheriting project.properties and maven.xml

2004-05-13 Thread Maxwell Grender-Jones
This is a known (and now fixed) bug http://jira.codehaus.org/browse/MAVEN-37 On Tue, 2004-04-13 at 18:56, Carlos wrote: Hi, I have subprojects with project.xml extending a base project.xml project extend${basedir}/../../common/project.xml/extend But properties defined in the

RE: Extending project and inheriting project.properties andmaven.xml

2004-05-13 Thread Vincent Massol
This is fixed in Maven RC3. Thanks -Vincent -Original Message- From: Maxwell Grender-Jones [mailto:[EMAIL PROTECTED] Sent: 13 May 2004 13:23 To: Maven Users List Subject: Re: Extending project and inheriting project.properties andmaven.xml This is a known (and now fixed) bug

maven editor 4 eclipse

2004-05-13 Thread sg
Hi maven friends, i found a interesting issue and just wish to let you know. It a kind of improvement suggestion for the ma(e)ven IDE project. Since I didn't remember the correct syntax of a ant command i was open a build.xml in eclipse. Eclipse has a ant editor with syntax checking and code

Can't download maven.jar and setting up subversion access

2004-05-13 Thread Mark Slater
I've just installed maven for the first time, and I have two questions. I've created my project.xml file. Right now, that's all the project has until the repository is set up. But I wanted to see what kind of web site it would generate, so I ran it with maven xdoc, and every time I run it

Remote Repositories

2004-05-13 Thread Raphael Philipe Mendes da Silva
Hi, I have migated from version 1.0rc2 to 1.0rc3 and found some problens with the new version. Dependencies that before could be downloaded from the remote repository now can't (where i configure the list of remote repositories?). And another question, how i configure directory site of

RE: how can I change ${basedir} for cvs updates

2004-05-13 Thread Maxwell Grender-Jones
I am trying to use the reactor to build a number of projects. I would also like to be able to use the reactor to do cvs updates on them. To avoid cluttering, my project.xml, maven.xml and project.properties files all sit in a maven/ subdirectory of each project, and so when maven is run on them

RE: Disappearing Tag Library

2004-05-13 Thread Maxwell Grender-Jones
It did for me - I had to make the same change. M On Thu, 2004-05-13 at 01:48, Brett Porter wrote: 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

RE: Disappearing Tag Library

2004-05-13 Thread dion_gillard
I believe Jelly core is also not in the default namespace any more. -- dIon Gillard, Multitask Consulting Maxwell Grender-Jones [EMAIL PROTECTED] wrote on 13/05/2004 11:12:45 PM: It did for me - I had to make the same change. M On Thu, 2004-05-13 at 01:48, Brett Porter wrote: I think

Problem with Multiproject, SNAPSHOTS, local and site repositories

2004-05-13 Thread Erik Husby
I've recently ran into a problem with Multiproject, SNAPSHOTS and my local repository I've got a site repository hosted on an HP Alpha True64 unix system using Apache 1.3.27 known as iridium.broad.mit.edu On my Windows XP system, I have in my ~/build.properties

Required libs

2004-05-13 Thread James . Shute
I've written some stuff in a maven.xml that makes use of the interactive tags e.g. project default=xxx xmlns:a=jelly:ant xmlns:m=jelly:maven xmlns:j=jelly:core xmlns:i=jelly:interaction goal name=xxx i:ask question=You are about to build a release of ${pom.name}, version

Cactus teste problens

2004-05-13 Thread Raphael Philipe Mendes da Silva
I'm using the new cactus plugin (version 13-1.6) and have found some errors when it execute the tests.. Some one have already seen the folowing? It seens that an error happens when cactus try to shutdown the JBoss server. cactus:test-war: [cactus]

Re: maven editor 4 eclipse

2004-05-13 Thread Gilles Dodinet
[EMAIL PROTECTED] wrote: Hi maven friends, i found a interesting issue and just wish to let you know. It a kind of improvement suggestion for the ma(e)ven IDE project. Since I didn't remember the correct syntax of a ant command i was open a build.xml in eclipse. Eclipse has a ant editor with

Questions about the repository upload process

2004-05-13 Thread Brock Bulger
Hi, The process for uploading jars to the ibiblio repository seemed to have changed since I last viewed them. I'm trying to update all the artifacts from the OpenSymphony project. I looked at the instructions at: http://maven.apache.org/repository-upload.html and have two questions. 1) What

Re: Questions about the repository upload process

2004-05-13 Thread Jason van Zyl
On Thu, 2004-05-13 at 14:23, Brock Bulger wrote: Hi, The process for uploading jars to the ibiblio repository seemed to have changed since I last viewed them. I'm trying to update all the artifacts from the OpenSymphony project. I looked at the instructions at: I am actually trying to work

RE: Cruise Control Plugin

2004-05-13 Thread Amato Massimiliano \(TLAB\)
Hi The plugin right now only generates the config.xml file that you then can update to be exactly what you need before being used with CruiseControl. The run goal is not implemented yet so right now it is not fully integrated into maven Hope this helps Max -Original Message- From:

multiproject structure and releasing

2004-05-13 Thread Geoffrey
Hi all, We 've got an application (http://simplegamenet.sf.net) currently with modules: - framework (f) - chess (c) depends on framework - connectaline depends on framework - dice depends on framework Currently frameworks contains the ONLY Main-Class. Currently it builds (with maven.xml):

problem using signed jars within maven

2004-05-13 Thread Kaganovich, Edward
I have a junit test that uses Java 2 JCA/JCE with provider of my choice (which is rsa's jsafeJCE). When I run this unit test within maven environment I'm getting java.lang.SecurityException: The provider JsafeJCE may not be signed by a trusted party but this test works fine outside of maven.

problem using signed jars within maven

2004-05-13 Thread Kaganovich, Edward
Jason, I found your name on forehead project so I'm hoping you might have an idea. Are there any security related handlings that are or are not handled in forehead implementation and may/would cause the situation described below? Thanks -edward -Original Message- From: Kaganovich,

RE: Cactus teste problens

2004-05-13 Thread Vincent Massol
Hi Raphael, Please use the cactus mailing list for anything related to cactus. Thanks -Vincent -Original Message- From: Raphael Philipe Mendes da Silva [mailto:[EMAIL PROTECTED] Sent: 13 May 2004 20:10 To: Maven Users List (E-mail) Subject: Cactus teste problens I'm using the

Unable to create a Checker

2004-05-13 Thread Yoway . Buorn
I just installed Maven from head today and ran maven checkstyle (maven-checkstyle-plugin-2.4-SNAPSHOT) and it gave me the following message: checkstyle:run: [echo] Using file:export/home/cruise/.maven/plugins/maven-checkstyle-plugin-2.4-SNAPS HOT/plugin-resources/sun_checks.xml

Resolving circular dependencies

2004-05-13 Thread Yoway . Buorn
Is there a plugin out there that could show me where a circular depency is occurring? I just tried running dashboard in my main project with a lot of subrojects and it tells me I have a cycle. The subproject that it detected the cycle on has many dependencies of its own and I would hate to

javadoc on generated source directories

2004-05-13 Thread Denis McLaughlin
Hi, We're generating some source into target/generate, and we'd like to run javadoc on it. Currently (RC1) javadoc is only run on the source in pom.build.sourceDirectory. Reading through the mailing list, I see that after this thread: http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]m

Re: javadoc on generated source directories

2004-05-13 Thread dion_gillard
Denis McLaughlin [EMAIL PROTECTED] wrote on 14/05/2004 09:45:58 AM: Hi, We're generating some source into target/generate, and we'd like to run javadoc on it. Currently (RC1) javadoc is only run on the source in pom.build.sourceDirectory. Reading through the mailing list, I see that