Re: dependency not found

2005-01-18 Thread colaru
Hello!!! A little question!!! I translate my project from ANT to MAVEN and I find this problems. [FIRST] In ibiblio repository, in JTA group is no .jar!!! Why. I nead this jar for a spring dependency!!! [SECOND] Where are opensynfony libraries? I use theyr profiller for example but I dont find

Custom javadoc tags

2005-01-18 Thread Michael Schuerig
I'm using the tasklist plugin to generate a list of To Dos from @todo tags in the code. The result is as expected. Javadoc (1.5), though, does not cooperate. I've configured the custom tag in project.properties like this: maven.javadoc.customtags=tag1 tag1.name=todo tag1.description=To Do:

[ANN] Maven Site Plugin 1.6 Released

2005-01-18 Thread Brett Porter
We are pleased to announce the Maven Site Plugin 1.6 release! http://maven.apache.org/reference/plugins/site/ New Features: o Add ability to clean the destination before deployment o Add the rsync deployment method Issue: MPSITE-21. o Add the ability to have an intermediate staging publish step

[!!!!!!!! Some questions (help me) !!!!!!!]

2005-01-18 Thread colaru
Hello!!! Some little questions!!! I translate my project from ANT to MAVEN and I find this problems. [FIRST] In ibiblio repository, in JTA group is no .jar!!! Why. I nead this jar for a spring dependency!!! [SECOND] Where are opensynfony libraries (attlasian profiller in special)? I use theyer

SCM 1.5 Plugin Beta 3

2005-01-18 Thread Brett Porter
I have a released a beta of the SCM plugin with subversion support. Please test this even if you are already using this plugin for CVS as the backend has changed - the ant:cvs / task is no longer used. Changes since beta-2 are: New Features: o checkout to target/checkout instead of

Re: [!!!!!!!! Some questions (help me) !!!!!!!]

2005-01-18 Thread Siegfried Goeschl
Hi Christian, I think there is any easy answer for all of your questions - if the JARs are not in the repository (for whatever reason) +) just put it into your local repository +) use your own webserver to serve as an additional remote repository Cheers, Siegfried Goeschl colaru wrote: Hello!!!

[REPOST] ant TaskContainer doesn't work under maven

2005-01-18 Thread Nicolas De Loof
Hi all, I repost my question, perhaps my first mail was not understood. I'm writing a custom maven plugin that uses custom ant task. One is a TaskContainer ans two others ones are simple Task. They must be nested in the container task to share datas. When I run my plugin using maven, my two

Maven and CruiseControl

2005-01-18 Thread Guy Davis
Hello, I'm trying to get CruiseControl working for our Maven-controlled build. If I set the CC config.xml to call have a maven entry within the schedule element with a target of site, then the build happens but the checked out tree (via Subversion) isn't updated first. Is there anyone else

Re: [REPOST] ant TaskContainer doesn't work under maven

2005-01-18 Thread Nicolas De Loof
Here's what I've found using debugger : In AntTag.doTag (jelly-ant), the getBodyText method is used to get the body content of any Ant tag. BUT this method executes any ant Tag inside the body. As Far As I've understood Ant tasks, body of a TaskContainer task SHOULD be executed by the

Re: Maven and CruiseControl

2005-01-18 Thread Nicolas Chalumeau
Call first the update of your project I your list of goal to attain schedule interval=30 maven goal=scm:update-project|clean|test projectfile=project.xml mavenscript=c:/maven/bin/maven /maven /schedule Nicolas On Tue, 18 Jan 2005 08:28:20 -0700, Guy

classpath in manifest file

2005-01-18 Thread wqi
Hi, I want to add the classpath information in the jar manifest file, I set both maven.jar.manifest.classpath.add property and maven.dependency.classpath to true. However, the classpath information still wasn't added to the manifest file. Is there any step that I missed? Please help. Thanks,

Re: Maven and CruiseControl

2005-01-18 Thread Guy Davis
Thanks for the tip. That worked great. My next concern is having the output from Maven show up in the CC Build Results tab. It looks like Ant logs for CC to a file while this isn't happening for Maven? The downside is that I can see the output in the cmd shell I'm running CC from, but if the

Downloads page

2005-01-18 Thread Michael Schuerig
When maven.xdoc.distributionUrl is defined and there are version defined in project.xml, then the xdoc plugin generates a downloads page. There are a couple of things about it that I don't understand or where I'm unsure. - How is maven.xdoc.distributionUrl related to the

Is there any Maven Dependency Convergence Report?!

2005-01-18 Thread Siegfried Goeschl
Hi folks, I remember vaguely that there was a Dependency Convergence Report for multiprojects. Is this still available and how to enable this report?! Cheers, Siegfried Goeschl - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Downloading artifacts fails with a 301

2005-01-18 Thread Poppe, Troy
I think this might be related to MAVEN-1527. (my bug report should have addressed the underlying problem.) T -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, January 17, 2005 5:33 PM To: Maven Users List Subject: Re: Downloading artifacts fails with a