Re: plugin dependencies

2003-09-15 Thread Nathan Coast
cheers, thats what I was after one more question does this: plugin.getDependencyPath('ejbgen') refer to the full dependency path of the ejbgen plugin, or does it query the dependencies for the current plugin for the dependency with

jxr-plugin fails if '_' in packagename

2003-09-15 Thread matthias . stutz
It seems that the jxr-plugin generates wrong overview-summary.html, overview-frame.html and allclasses-frame.html if the packagename contains an underscore. Regards Matthias - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: AW: Executing xdoclet to generate MBeans before compiling

2003-09-15 Thread jeff grant
What I meant was how do I configure project.xml to generate the MBean interfaces first before compiling the java sources of the project? This is because the sources require the presence of the generated interfaces by xdoclet. Melvin- While we aren't doing MBean generation with XDoclet in our mai

reactor problems

2003-09-15 Thread Nathan Coast
hi, I have two goals in my maven.xml which work fine independently. Both use the one uses multiproject, the other uses reactor. I have a third goal which calls the other two goals, this goal fails with the error BUILD FAILED File.. file:/D:/java/apache/maven-cvsbuild/plugins/maven-multip

sepcify a goal for an attained goal (multiproject:goal)

2003-09-15 Thread Joachim Bader
Hi, I can execute the goal java:compile of all subproject with maven -Dgoal=java:compile multirpoject:goal How can I do this from maven.xml? cheers Joachim - To unsu

faq plugin

2003-09-15 Thread khote
I'm managing a project at my local university for some professors and their students, really trying to get them interested in maven. As an experiment I wanted to split up my FAQs into more topical groupings, such as the existing general faq, and one for my project members on the who/what/why/where

Re: sepcify a goal for an attained goal (multiproject:goal)

2003-09-15 Thread khote
If you look in the multiproject plugin.jelly: . A goal to run must be specified, e.g. maven -Dgoal=clean multiproject:goal then in your maven.xml: - Original Message - F

Re: cvs, svn

2003-09-15 Thread Mark Proctor
I've just double checked - SVN provides java bindings via jni, as well as perl and python bindings. Mark Mark Proctor wrote: I'm using Subversion (SVN) and find it vastly simpler to use, especially with directory reorganisations. the TortoiseSVN client for windows is very nice, there is an ecli

Re: cvs, svn

2003-09-15 Thread khote
We're already running JBoss-Tomcat on that server, I'm wondering what kinds of problems we'll encounter trying to run apache-webdav as well, considering the different ports we'd have to use, all that jazz. - Original Message - From: "Mark Proctor" <[EMAIL PROTECTED]> To: "Maven Users List

target/test-classes and Eclipse plugin

2003-09-15 Thread Ciaran Treanor
Hi, For some reason the following dependency is being generated by Maven when I invoke "maven eclipse" When I refresh in Eclipse it (Eclipse) complains as follows: "Missing required library: 'my_project/target/test-classes' If I manually remove the above XML from the Eclipse .classpath file a

Making CVS Repostory Connection

2003-09-15 Thread S. Radhakrishnan
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 requires password to be entered for user whenver I am executing "maven site". Can we pass the password with the command or Can the password b

Re: target/test-classes and Eclipse plugin

2003-09-15 Thread Ben Walding
I believe I fixed this in CVS some time ago, there is a release coming out shortly that will include this fix. Ciaran Treanor wrote: Hi, For some reason the following dependency is being generated by Maven when I invoke "maven eclipse" When I refresh in Eclipse it (Eclipse) complains as fo

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,

Re: Can Maven auto-add XML dependencies?

2003-09-15 Thread Berin Loritsch
[EMAIL PROTECTED] wrote: What about people that want to use different XML parsers etc than those supplied with the JVM? And should we do the same for other stuff like XSL? :) All I wanted is for my build to continue to build even if the XML dependencies are not there. If there is something tha

Re: Making CVS Repostory Connection

2003-09-15 Thread Hagelski
I was having similar problems with that, so I resorted to some interaction with the system: when the exec occurs, I get prompted for my password. the ssh-agent idea looks good too, think I'll check that out myself. - Original M

Snapshot deployment

2003-09-15 Thread Jim Crossley
Am I the only one who doesn't understand snapshots? Are snapshots one of the "best practices" maven is encouraging me to use to deploy my war files? Is there some document somewhere describing them, or is it such a trivially simple concept that I'm overcomplicating it? Thanks, Jim -

Re: Making CVS Repostory Connection

2003-09-15 Thread jeff grant
Depending on your security requirements, you might try what I've done, which is set it up so that my account uses certificate authentication instead of password when connecting into the remote box, which allows rsynch, ssh, and scp to connect in without requiring any user input. This is partic

Maven Newbie: site:generate question.

2003-09-15 Thread Mike . McGowan
Just getting started with Maven. Currently using CruiseControl for our builds. I wanted to start with the site generation capabilities and that back stitch our build with maven where applicable. I get the following whenever I use the site:generate goal or site:publish goal. "generate" gives

Re: target/test-classes and Eclipse plugin

2003-09-15 Thread Ciaran Treanor
Ben Walding wrote: I believe I fixed this in CVS some time ago, there is a release coming out shortly that will include this fix. Cheers Ben. I'm afraid to work from CVS at the moment (too much at stake) so I'll wait for the release. Thanks, ct ---

How to use Ant's FTP task from Maven?

2003-09-15 Thread Konrad
Hello. I have the following goal defined in maven.xml, but when I execute it, nothing happens. I also have ant-optional-1.5.3-1.jar in my MAVEN_HOME/lib directory. I'm using Maven 1.0-Beta10. Thank you. _

Réf. : Maven Newbie: site:generate question.

2003-09-15 Thread Nicolas . CHALUMEAU
> [echo] Generating C::/maven/skade/target/docs/tasks.html from > C::/maven/skade\xdocs\tasks.xml Is your tasks.xml is a well-formed xml file ? Verify if you omit to end an element. - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: How to use Ant's FTP task from Maven?

2003-09-15 Thread Moritz Petersen
Hi, you need to define the task first. Take a look at the checkstyle plugin, where the task is defined as follows: Using ${checkstyleProperties} for checkstyle ...

Re: Making CVS Repostory Connection

2003-09-15 Thread Dominik Dahlem
I'm wondering how to deploy a jar-file with ssh though? The mechanism to deploy jars appears to be different to deploying sites. Is there a way to use ssh with jar:deploy? Thx, Dominik On Mon, 2003-09-15 at 13:54, Hagelski wrote: > I was having similar problems with that, so I resorted to some i

Re: Making CVS Repostory Connection

2003-09-15 Thread khote
just deploy the JAR the same as the WAR. If you wan't it deployed in JBoss that is, if I'm understanding right. If you just want to push it into your remote repository that's a different story. I found this: http://cwrulug.cwru.edu/docs/ssh-agent.html and it seems to have worked for me. Some of

Re: How to use Ant's FTP task from Maven?

2003-09-15 Thread Konrad
Thanks for your quick reply Moritz! I tried adding: so that the goal now appears as: but when I ran it, I got: " taskdef class org.apache.tools.ant.taskdefs.optional.net.FTP cannot be found" Is there

Re: Making CVS Repostory Connection

2003-09-15 Thread Dominik Dahlem
I want to deploy my jar into the remote repository. The jar plugin uses a deploy task to do that. This task seems not to use ssh as compared to the site:sshdeploy. Can I get around it without changing the jar plugin? Thx for any help, Dominik On Mon, 2003-09-15 at 16:18, khote wrote: > just depl

Word2Html plugin question.

2003-09-15 Thread Benoit Xhenseval
Hello dIon & All, I was wondering how one could include the HTML-generated files automatically in the navigation of the site generated by Maven? Is there any "easy" way or do we have to know each file in advance and include them in navigation.xml? Thank you, Benoit ---

site demployment - ssh

2003-09-15 Thread Mike . McGowan
Thanks to those on the list that have got me this far. I'm now successfully generating my project's site to completion. Next question though is in the site:deploy goal. I'm running on a W2K box, that did not have an ssh utility. I downloaded a freebie and configured my build.properties "mave

Re: site demployment - ssh

2003-09-15 Thread khote
http://www.cygwin.com/ I went with cygwin, plain and simple. All sorts of stuff you can do on linux for free costs real bux on Windows. cygwin takes care of all that. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 15, 2003 11:45 AM Subje

[ANN] Maven Cactus plugin 3.1 released

2003-09-15 Thread Vincent Massol
The Maven team is pleased to announce the Cactus plugin 3.1 release! http://maven.apache.org/reference/plugins/cactus The Maven Cactus plugin is a plugin for Cactus (http://jakarta.apache.org/cactus) that allows to automatically start containers, run Cactus tests and stop the containers. User-v

Multiproject help

2003-09-15 Thread Howard M. Lewis Ship
I'm trying to split up my existing Maven project into a master project containing sub-projects. Is this even the right thing to do? I'm getting the following error: bash-2.05b$ maven multiproject:site __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\_

Re: Multiproject help

2003-09-15 Thread Andy Jefferson
On Monday 15 Sep 2003 21:28, Howard M. Lewis Ship wrote: > I'm trying to split up my existing Maven project into a master project > containing sub-projects. Is this even the right thing to do? Yes if you have several deliverables. > I'm getting the following error: > > bash-2.05b$ maven multipro

RE: Multiproject help

2003-09-15 Thread Howard M. Lewis Ship
Ok, I guess you leave the element out in the top-level project.xml. -- Howard M. Lewis Ship Creator, Tapestry: Java Web Components http://jakarta.apache.org/tapestry http://jakarta.apache.org/commons/sandbox/hivemind/ http://javatapestry.blogspot.com > -Original Message- > From: Howard M

RE: Multiproject help

2003-09-15 Thread Howard M. Lewis Ship
Hm. I'm now making some progress; still not sure how to build a binary / source distribution. What's the equivalent of dist:build for multiprojects? I'd like a binary dist that include all the jars for all the subprojects ... or do I have to allow each subproject to generate its own dist? -- H

Re: plugin dependencies

2003-09-15 Thread dion
Nathan Coast <[EMAIL PROTECTED]> wrote on 15/09/2003 05:28:54 PM: > cheers, thats what I was after > > > > > > > > one more question does this: > > plugin.getDependencyPath('ejbgen') > > refer to the full dependency path of t

Re: sepcify a goal for an attained goal (multiproject:goal)

2003-09-15 Thread dion
Joachim Bader <[EMAIL PROTECTED]> wrote on 15/09/2003 04:25:04 PM: > Hi, > > I can execute the goal java:compile of all subproject with > maven -Dgoal=java:compile multirpoject:goal > > How can I do this from maven.xml? > > > > > > > > > cheers > Joac

RE: Multiproject help

2003-09-15 Thread dion
No. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Howard M. Lewis Ship" <[EMAIL PROTECTED]> wrote on 16/09/2003 07:01:50 AM: > Ok, I guess you leave the element out in the top-level project.xml. > > -- > Howard M. Lewis Ship > Creator, Tapestry: Java

RE: Multiproject help

2003-09-15 Thread dion
There isn't a multiproject:dist-build yet. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Howard M. Lewis Ship" <[EMAIL PROTECTED]> wrote on 16/09/2003 07:28:26 AM: > Hm. I'm now making some progress; still not sure how to build a > binary / source di

Build problem related to test distribution

2003-09-15 Thread Gil César Faria
Hello everybody! I have a basic project where I have some general utility classes used by all other maven projects. Inside this general project, i have some abstract test classes that should be used within all other test classes of all projects. All test classes, including those abstract class

Re: Cactus Plugin

2003-09-15 Thread Bryce Fischer
Sorry so late getting back on this. I'm responding on the Maven list, as this deals with the Cactus Plugin, and project organization, and may be of interest to others. You mentioned: > - Have separate projects for each J2EE module (EJB-JAR, WAR, RAR, simple > jar libraries) Done. I'm assuming th

initialising a plugin

2003-09-15 Thread Nathan Coast
Hi, In order to access another plugins properties I have been doing this ... ... ${pom.getPluginContext('maven-ejb-plugin').getVariable('maven.ejb.descriptordir')} Unfortunately the ejb:init executes functions that I don't want to run (yet). Is there another way to init

defered testing for deployable components

2003-09-15 Thread Nathan Coast
Hi, I have unit tests for numerous components that need to be deployed within a j2ee container prior to testing. Unfortunately in order to assemble the components, test:test will get called somewhere along the way. Is there any way to prevent the execution of the unit tests until after assem

Re: initialising a plugin

2003-09-15 Thread dion
Can't you just use: I thought that it worked. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Nathan Coast <[EMAIL PROTECTED]> wrote on 16/09/2003 12:10:43 PM: > Hi, > > In order to access another plugins properties I have been doing this > >

Re: Word2Html plugin question.

2003-09-15 Thread dion
Currently, the docs aren't auto added into Navigation, you need to do it yourself. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Benoit Xhenseval <[EMAIL PROTECTED]> wrote on 16/09/2003 01:53:14 AM: > Hello dIon & All, > > I was wondering how one could

RE: sepcify a goal for an attained goal (multiproject:goal)

2003-09-15 Thread Christian Goos
Hi, In the same context I have another question. How can I specify a project.properties file for the multiproject-plugin, when calling it the way described below? (Just setting the property with j:set is not enough. It gets overridden, when the multiproject:goal is run.) The reason why I want to d

RE: sepcify a goal for an attained goal (multiproject:goal)

2003-09-15 Thread dion
Christian Goos <[EMAIL PROTECTED]> wrote on 16/09/2003 03:50:12 PM: > Hi, > > In the same context I have another question. > How can I specify a project.properties file for the multiproject-plugin, > when calling it the way described below? > (Just setting the property with j:set is not enough.

Re: initialising a plugin

2003-09-15 Thread Nathan Coast
Thanks for the help, if I've understood you correctly then no it doesn't seem to work. I'm trying to use maven.ejb.descriptordir property from the ejb plugin without executing the ejb:init goal (or any other ejb goal for that matter) this is my plugin's jelly script. Is this what you meant?

Re: How to use Ant's FTP task from Maven?

2003-09-15 Thread Moritz Petersen
Take a look at the Ant documentation about the required libs for the FTP task. You need not just the ant-optionals, but also the NetComponents. Download here: http://www.savarese.org/oro/downloads/index.html#NetComponents Hope it helps, -Mo. "Maven Users List" <[EMAIL PROTECTED]> schrieb am