[m1] Using dependencies/dependency/properties in maven.xml

2005-09-06 Thread Henri Yandell
Having some problems using dependencies/dependency/properties in the maven.xml file. Obviously I'm missing something basic :) Using maven 1.0.1. In my POM, I have the following custom property set for a dependency: dependency idoscube/id version0.2/version

Re: [m1] Using dependencies/dependency/properties in maven.xml

2005-09-06 Thread Henri Yandell
var=dep value=${lib.dependency}/ Off the top of my head I'm not sure why this particular case it isn't working, but the above is the standard practice. - Brett On 9/7/05, Henri Yandell [EMAIL PROTECTED] wrote: Having some problems using dependencies/dependency/properties

Re: [m1] Using dependencies/dependency/properties in maven.xml

2005-09-06 Thread Henri Yandell
On 9/6/05, Andy Glick [EMAIL PROTECTED] wrote: Henri, I'm the glick who conversed with you on the #maven irc. I got something similar to your example to work, I think, but I'm using Maven 1.1b1 rather than Maven 1.0.1. I'm not sure why your version isn't working. Me neither, but the 1.0.1

Re: [m1] Using dependencies/dependency/properties in maven.xml

2005-09-06 Thread Henri Yandell
On 9/6/05, Brett Porter [EMAIL PROTECTED] wrote: Weird. I think we only ever test true/false existence in jelly and so we may not have realised there is a bug in that :) What about ${dep.getProperties().get('multidoc-jnr')} ? No dice here either :) I dumped the punctuation and went straight

Re: Repostings (Was: RE: JDK6 compilation issue using Maven2 - annotations are not supported in -source 1.3)

2007-09-14 Thread Henri Yandell
On 9/13/07, Wayne Fay [EMAIL PROTECTED] wrote: Not in Gmail, I don't. My sent mail gets added to the thread, but I don't get anything back... at least, I've never seen anything. Its possible that Gmail is doing something funky or hiding something from me. I see that both Anders and I are on

Re: Latest code is missing some missing imports from reporting package and will not build

2006-10-27 Thread Henri Yandell
Same problem here, mvn installing: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin and then mvn install on archiva worked. Hen On 10/26/06, Edwin Punzalan [EMAIL PROTECTED] wrote: you need to build project-info-reports and install it locally. The

Re: Proxy vs. Repository URLs

2006-11-24 Thread Henri Yandell
On 11/24/06, Wendy Smoak [EMAIL PROTECTED] wrote: Consider the following managed repository: My Managed Repository Identifier MYREPO DirectoryE:\svn\maven\archiva\archiva-webapp\target\my-managed-repository WebDAV URL http://localhost:9091/repository/myrepo Type

Re: Giving up on Archiva

2007-01-05 Thread Henri Yandell
On 1/4/07, drekka [EMAIL PROTECTED] wrote: Hi all I've now been struggling with Archiva for over two days and we are going to drop it. All we wanted to do was: Thanks for the email Derek, it's very constructive criticism. 1. Have a local company repository so that we can centrally store

Re: Updated getting started guide

2007-01-18 Thread Henri Yandell
On 1/8/07, drekka [EMAIL PROTECTED] wrote: Hi all, I've just added an update to the getting started wiki page to take a user through a complete setup and configuration using the standalone version of Achiva. You can find it http://docs.codehaus.org/display/MAVENUSER/Getting+Started+with+Archiva

Re: Null registry

2007-03-14 Thread Henri Yandell
If the error you get is: java.lang.NullPointerException org.apache.maven.archiva.configuration.io.registry.ConfigurationRegistryWriter.writeConfiguration(ConfigurationRegistryWriter.java:36) Then I get that too from a clean reinstall yesterday. So I think it's broken right now. Hen

Re: Archiva on Tomcat 5.5.20 on a VPS

2007-03-14 Thread Henri Yandell
On 3/11/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 3/10/07, Wendy Smoak [EMAIL PROTECTED] wrote: Even with that change, I'm still having trouble getting it to start on Tomcat. Brett pointed out that the database structure has changed. Once I deleted my existing users database, Archiva

Changelog problems

2003-08-04 Thread Henri Yandell
For b8, b9 andb10 I've had the same problem. Running maven site fails with the following: maven-changelog-plugin:report: [echo] Generating the changelog report BUILD FAILED File.. file:/home/hen/.maven/plugins/maven-changelog-plugin-1.3-SNAPSHOT/ Element... changelog:changelog

RE: Changelog problems

2003-08-04 Thread Henri Yandell
-Original Message- From: Henri Yandell [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 11:03 AM To: [EMAIL PROTECTED] Subject: Changelog problems For b8, b9 andb10 I've had the same problem. Running maven site fails with the following: maven-changelog-plugin:report

Missing image on site

2003-08-04 Thread Henri Yandell
The following url is not found: http://maven.apache.org/images/project-descriptor.gif from: http://maven.apache.org/reference/project-descriptor.html Hen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Changelog problems

2003-08-04 Thread Henri Yandell
. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Henri Yandell [EMAIL PROTECTED] wrote on 05/08/2003 02:17:19 AM: Have put that in my project.properties [now looks like: maven.checkstyle.header.file=/dev/null maven.repo.remote=http

Re: Changelog problems

2003-08-04 Thread Henri Yandell
On Mon, 4 Aug 2003, Andy Jefferson wrote: On Monday 04 Aug 2003 17:58, Henri Yandell wrote: Ack. It no longer supports this connection method? Any reason why? On Tue, 5 Aug 2003 [EMAIL PROTECTED] wrote: connectionscm:[EMAIL PROTECTED]:/var/cvs:genjava-core/connec tion This is bad

Re: Changelog problems

2003-08-11 Thread Henri Yandell
Consulting Blog: http://blogs.codehaus.org/people/dion/ Henri Yandell [EMAIL PROTECTED] wrote on 05/08/2003 03:31:36 AM: Of course, while this extssh protocol seems to do what I want, it's not actually providing anything in the way of reports :) And cvs2cl.pl shows that I made a change

Re: Maven Return Codes in a Continuous Integration environment

2003-08-14 Thread Henri Yandell
I've not been using Anthill, but am doing continuous integration with nightly build scripts [assuming that nightly counts as continuous]. I've considered an error to be the failure to produce an output. So if no *ar is created as a part of the build, the build failed, and if a docs/ was not made

Re: J2EE project : EAR/WAR/JAR - web site generation

2003-08-14 Thread Henri Yandell
On Fri, 8 Aug 2003 [EMAIL PROTECTED] wrote: That tutorial is WAY out of date. The swing demo was removed from source about 7 months ago and placed elsewhere (jelly-tags/swing). The ability to handle code we cannot distribute is obviously important for Maven and Apache in generfal, but it's a

Re: Maven Return Codes in a Continuous Integration environment

2003-08-14 Thread Henri Yandell
not sure that it is using exit codes though - it is probably just grepping for BUILD FAILED at the end. Can't say for certain - haven't really checked. - Brett -Original Message- From: Henri Yandell [mailto:[EMAIL PROTECTED] Sent: Thursday, 14 August 2003 9:47 AM To: Maven

Re: How to depend on JavaCC?

2003-08-17 Thread Henri Yandell
On 17 Aug 2003, Jason van Zyl wrote: On Sun, 2003-08-17 at 07:33, Jason Dillon wrote: Is there any way to get around this? Or is there a preferred method in maven to use JavaCC? Not sure why a .zip is in the jars directory as that's not going to work anyway. A deployment problem.

Re: [upload] Java Tar

2003-08-25 Thread Henri Yandell
library for Sharp Zaurii :) Hen On Mon, 25 Aug 2003 [EMAIL PROTECTED] wrote: Licensing? project details? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Henri Yandell [EMAIL PROTECTED] wrote on 25/08/2003 02:13:47 PM: Could someone upload the JTar

Re: installing maven - Wrong repository

2003-08-26 Thread Henri Yandell
Happens on Linux too. I'm assuming it's a new 'feature', though I'm not sure I like it as it means every single user has their own repository. How would we turn this off for a build server with multiple users where this feature would be wasting diskspace? Hen On Tue, 26 Aug 2003, Lionel

Re: org.apache.commons.lang.Strings

2003-08-27 Thread Henri Yandell
Yep. It's a dependency on a non-released version of Commons Lang. At one point we had 'Strings' 'Numbers' 'Bytes' etc, rather than StringUtils. Are you on an old version of Maven? Hen On Wed, 27 Aug 2003, Ben Walding wrote: (No idea what happened with that first one!) This is quite odd.

POM description seems hard

2003-09-02 Thread Henri Yandell
I'm having trouble putting HTML in the POM description. Is there some kind of xdocs/desc.xml file that can override it and be treated as a real xdoc file? Hen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Java version in the POM

2003-09-02 Thread Henri Yandell
Can Maven record the Java version needed a la JNLP in the POM yet? I imagine it would also refuse to build on a lesser JVM. Can't see anything on the project-descriptor.html. Could be a project.properties, but no clue where to start looking [other than behavioural propertiesin the user guide]

Re: Distinguishing between runtime and compile time dependencies

2003-09-03 Thread Henri Yandell
On 3 Sep 2003, Jason van Zyl wrote: There is no facility yet. But we've talked about it for a long time and we do have working code for it in experimental versions of Maven but the real crux of the problem is collecting POMs in the repositories so we can build the necessary graphs. In this

Re: [REQUEST] Upload Lang 2.0 to ibiblio

2003-09-04 Thread Henri Yandell
On Thu, 4 Sep 2003, Jason Dillon wrote: Works, though which release? A project may have a stable 2.0 and a legacy 1.0, both are releases IMO. Just a naming confusion problem. I like the stable/unstable tags which debian uses. Unstable is the nightly build :) And thus should be SNAPSHOT.

RE: Usability issues general ranting

2003-09-10 Thread Henri Yandell
On Wed, 10 Sep 2003, [iso-8859-1] Guðlaugur Stefán Egilsson wrote: I would like to contribute to this project, and I certainly will if I find the time, since it shows enormous promise (and does deliver on it if you spend enough time on getting around its problems). But I repeat, that the

RE: Usability issues general ranting

2003-09-10 Thread Henri Yandell
On 10 Sep 2003, Jason van Zyl wrote: But your point is taken. I'll just have to find some time to get my itch satisfied too ;-) By submitting a patch or asking an intelligent question is likely to get you orders of magnitude more help from those working on Maven. Can the wiki work in

Re: Making CVS Repostory Connection

2003-09-15 Thread Henri Yandell
Use an ssh-agent. If on Windows, look into PAgent, from the makers of Putty. Hen On Mon, 15 Sep 2003, S. Radhakrishnan wrote: Hi all, I just wanted to have changelog report. I have mentioned the connection parameter as, scm:cvs:ext:[EMAIL PROTECTED]:/cvs/root:module-name Now, it

Re: Performance Test Plugin?

2003-09-27 Thread Henri Yandell
Not that I know of, but it sounds like JUnitPerf might be of use to you in such a thing. Hen On Fri, 26 Sep 2003, Phil Steitz wrote: Has anyone written a performance test plugin for Maven? What I am looking for is something that runs Junit tests repeatedly and accumulates basic statistics

Re: Input from Maven Users

2003-10-02 Thread Henri Yandell
On Thu, 2 Oct 2003, Timothy Fisher wrote: What I'm looking for is comments about how you use Maven. What features do you use? Maven can do quite a bit for your project, what do you have it do for your project? At work, we pretty much just use it for the dependency downloading, easy

Re: Input from Maven Users

2003-10-02 Thread Henri Yandell
On Thu, 2 Oct 2003, Siegfried Goeschl wrote: On Thursday 02 October 2003 20:07, Henri Yandell wrote: We were using Ant before we moved to Maven. Knowing just how to run things was tricky as each ant script was custom copied/hacked for each module. Maven effectively standardised

changing the navigation

2003-11-11 Thread Henri Yandell
I'd like to get rid of the 'project-info' section and flatten it out into a higher up 'Project Information section'. The 5 entries there are all very important and hiding them inside 'project-info' is far too cryptic. Are there any easy ways to do this? Hen

Re: cruisecontrol, CI maven

2003-11-28 Thread Henri Yandell
On Fri, 28 Nov 2003, Nathan Coast wrote: Hi, Is it 'expected' that cruisecontrol will be the defacto mechanism for performing CI within maven? In other words is it worth investing the time to learn cruisecontrol? Possibly not as 'DamageControl'

maven version from within a goal?

2004-01-05 Thread Henri Yandell
Is the maven version recorded in some kind of variable that I can see when writing a Jelly goal? Basically I want to 'attainGoal' jar:jar, but I also want it to work in b7 where it was java:jar. Hen - To unsubscribe, e-mail:

changing the maven repo location

2004-02-23 Thread Henri Yandell
Not something that leaps out to me from the faq, wiki or site, but what's the variable to change where a user's maven repository/plugin are located? I want to run two maven's under one user without interaction. Thanks, Hen -

Re: changing the maven repo location

2004-02-23 Thread Henri Yandell
plugins to a user-specific directory. Is that what you mean? -john On Mon, 2004-02-23 at 09:29, Henri Yandell wrote: Not something that leaps out to me from the faq, wiki or site, but what's the variable to change where a user's maven repository/plugin are located? I want to run two

Re: Public maven repos (was Re: jakarta-taglibs)

2004-02-28 Thread Henri Yandell
I believe the war plugin will suck tld's down from the maven repo. I was looking at the source the other day [I think it was that plugin] and it had something to pull them down. It would also be nice if the project.xml files were placed on the maven repo, which seemed to be suggested at one

RE: [all] Current version of Clover in Maven repos?

2004-04-21 Thread Henri Yandell
I'd also asked Cortex for an Apache wide licence for Clover and they'd been happy with that but I then dropped the ball at talking to Infrastructure about exactly how we would manage that. Keep meaning to pick it up again, but the usual busy/lack-of-itch excuses. Hen On Wed, 21 Apr 2004,

Re: Continuum problems

2006-01-27 Thread Henri Yandell
On 1/27/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: Henri Yandell a écrit : Couple of problems with Continuum: 1) Building from source. Currently (apart from various no such notifier errors for irc/mail etc) I'm getting the following as an error when I build: trunk isn't stable

Continuum xmlrpc

2006-01-30 Thread Henri Yandell
On 1/27/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: Henri Yandell a écrit : 2) xmlrpc python. This feature isn't tested and documentation is out of date. We don't have officially a xmlrpc client, it will be integrated in next release (java client), but you can find it there : http

Re: Giving up on Archiva

2007-01-06 Thread Henri Yandell
On 1/6/07, drekka [EMAIL PROTECTED] wrote: Thanks Mike, I don't have the time to check right now, but I'm sure I remember seeing doco that suggested (or at least that's how I read it) that I had to use the proxy name. I'll give it a go tomorrow when I get back into work. I agree that the doco