RE: Unsatisfied dependencies for reactor dependencies in Beta 9

2003-07-01 Thread Ext-Mike.Hogan
Don't get it Jason. Are you saying all dependencies should be specified as follows in beta 9: dependency groupIdjunit/junit artifactIdjunit/artifactId version3.8.1/junit /dependency I tried this for one of the reactor-generated-dependencies but it didn't work. Is there a real-life

RE: Unsatisfied dependencies for reactor dependencies in Beta 9

2003-07-01 Thread Ext-Mike.Hogan
Here is the attachment. -Original Message- From: ext [mailto:[EMAIL PROTECTED] Sent: 01 July, 2003 11:55 To: [EMAIL PROTECTED] Subject: RE: Unsatisfied dependencies for reactor dependencies in Beta 9 Jason, I extracted my problem out into the smallest example possible.

Can I use yDoc with Maven?

2003-07-01 Thread S. Radhakrishnan
Hi everybody, I just wanted to use yDoc with maven. Is there any plugin available..? or any guidence to the plugin? Regards, RK. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Can I use yDoc with Maven?

2003-07-01 Thread S. Radhakrishnan
yup.. sure. RK. -Original Message- From: Rademacher Tobias [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 5:15 PM To: 'Maven Users List'; '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: AW: Can I use yDoc with Maven? I just wanted to use yDoc with maven. Is there any

RE: Can I use yDoc with Maven?

2003-07-01 Thread S. Radhakrishnan
But, will it work with Linux also.. I have tried the with the build-sample.xml file downloaded from yDoc site in Linux. It says Missing Resource: class2svg.jar not found RK -Original Message- From: Rademacher Tobias [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 5:15 PM To:

[war] use jsp / conf file in subproject for the war

2003-07-01 Thread Nicolas . CHALUMEAU
Hi I have a project with 2 subprojets. This 2 subprojects specialize some extra functionalities of the base webapp In the project I have some jsp page, configuration files and classes that I want to include in my subprojects war. Is maven war goal allow to use the base project war process for

Re: Instiating a Project object ( was Re: Executing Maven throughJava Webstart)

2003-07-01 Thread Paul Libbrecht
Jason van Zyl wrote: To make that thing short, allow me a quick question: how can I instantiate a maven Project object ? Oh, and should I switch to the dev list for that ? (just fearing). import org.apache.maven.MavenUtils; File f = new File( project.xml ); Project p = MavenUtils.getProject(

AW: Instiating a Project object ( was Re: Executing Maven through Java Webstart)

2003-07-01 Thread Rademacher Tobias
- what interests me is to have the dependencies... and what I get in maven.xml, echo message=blop ${project.getDependencies() == null}/ says true whereas the project has an amount of dependencies. Am I following the wrong route ? Didn't ${pom.artifacts} work Bye Toby

Re: AW: Instiating a Project object ( was Re: Executing Maven through Java Webstart)

2003-07-01 Thread Paul Libbrecht
On Mardi, juil 1, 2003, at 14:49 Europe/Paris, Rademacher Tobias wrote: - what interests me is to have the dependencies... and what I get in maven.xml, echo message=blop ${project.getDependencies() == null}/ says true whereas the project has an amount of dependencies. Am I following

Re: Instiating a Project object ( was Re: Executing Maven throughJava Webstart)

2003-07-01 Thread Paul Libbrecht
Paul Libbrecht wrote: Jason van Zyl wrote: import org.apache.maven.MavenUtils; File f = new File( project.xml ); Project p = MavenUtils.getProject( f ); Well... doesn't sound perfect... - runing this as a test gives me an out-of-memory error, it looks like it's not a good idea to invoke

Re: AW: Can I use yDoc with Maven?

2003-07-01 Thread Jason van Zyl
On Tue, 2003-07-01 at 07:44, Rademacher Tobias wrote: I just wanted to use yDoc with maven. Is there any plugin available..? or any guidence to the plugin? We have written a plugin. Any interest to contribute to to maven? I will add as a prerequisite for 1.0-final a method to retrieve

AW: AW: Can I use yDoc with Maven?

2003-07-01 Thread Rademacher Tobias
Hi Jason, I will add as a prerequisite for 1.0-final a method to retrieve plugins (or any artifact, easily from the repo) so we don't have to include them in Maven. This would be cool as over time you and the community have to maintain to much projects which leads to similar problems Ara

Maven and Perforce

2003-07-01 Thread Marc Gemis
How do I make the (optional) ant task 'p4sync' work under Maven 1.0 beta 9? This task requires the oro library. For ant I have to drop this jar-file into the lib directory. What is the corresponding place under maven ? thanks in advance, Marc

RE: How does maven set the class path?

2003-07-01 Thread Jason van Zyl
On Tue, 2003-07-01 at 09:15, Moretti, Luciano (MED) wrote: Thanks for the reply- but I have a few questions- 1) $(basedir) is the variable name for the directory from which maven was invoked right? No, it is the base directory for the project currently being worked on. 2) can I point to

RE: How does maven set the classpath?

2003-07-01 Thread Moretti, Luciano (MED)
Ok, if I'm understanding correctly the following will copy all files with the extension .properties from the directory to $(basedir)/target/test-classes/ !-- Unit test cases -- unitTest includes include**/*Test.java/include /includes excludes /excludes resources

jelly work with a list

2003-07-01 Thread Nicolas . CHALUMEAU
Hi I define a property : my.list.directories=${dir.one}, ${dir.two} And I try to iterate in this list so I do : j:forEach var=directory items=${my.list.directories} !-- do something-- /j:forEach But I do only one iteration and the var equals : ${dir.one}, ${dir.two} with the values of

AW: jelly work with a list

2003-07-01 Thread Rademacher Tobias
Hi Nicolas, I'm not a perfect jelly hacker but try this. util:tokenize var=directories delim=, ${my.list.directories} /util:tokenize j:forEach var=directory items=directories ... /j:forEach Hopt this helps! Toby Hi I define a property : my.list.directories=${dir.one},

Re: Javadoc plugin links property

2003-07-01 Thread Tim Pizey
Martin, Thanks a lot for your reply. On Tuesday 01 July 2003 8:16 am, Martin Skopp wrote: On Mon, 2003-06-30 at 20:48, Tim Pizey wrote: I cannot persuade my cvs snapshot version of Maven (1.0-BETA-10-SNAPSHOT) to pass a links argument to javadoc. I have maven.javadoc.source=1.4 I

Re: Javadoc plugin links property

2003-07-01 Thread Martin Skopp
On Tue, 2003-07-01 at 18:10, Tim Pizey wrote: does the console say Linking with API information from ... Yes, then it says: /usr/local/packages/dist/test/src/org/paneris/cbitlog/model/CategoryTable.java:29: warning - Tag @see: reference not found: org.melati.poem.prepro.TableDef Though

Re: Instiating a Project object ( was Re: Executing Maven throughJava Webstart)

2003-07-01 Thread Paul Libbrecht
Jason van Zyl wrote: Jason van Zyl wrote: Jason van Zyl wrote: import org.apache.maven.MavenUtils; File f = new File( project.xml ); Project p = MavenUtils.getProject( f ); It works perfectly fine inside Maven. You also have to define what you mean inside Maven. Clarity is your only hope of

Re: build maven

2003-07-01 Thread Ben Walding
While this may sound like a good idea, consider that the repository is currently 325M and contains a lot of stuff that you will never use. It would only be of real use if you were going offline for a long period of time and might need a whole lot of odd versions. Moretti, Luciano (MED) wrote:

Re: Unsatisfied dependencies for reactor dependencies in Beta 9

2003-07-01 Thread Luke Taylor
[EMAIL PROTECTED] wrote: This works for beta 8 but not beta 9. What ya reckon? It looks like the dependency problem is between your toplevel project code and one of the subprojects (base). Since the reactor works out dependencies between the subprojects it's being run on I don't think it can

Re: Problem with changelog, Maven 1.0-beta-9

2003-07-01 Thread dion
Maven doesn't need that tag to execute other stuff. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au Dave Ford [EMAIL PROTECTED] wrote on 01/07/2003 06:00:24 AM: This line is a give away: Caused by:

AW: Can I use yDoc with Maven?

2003-07-01 Thread Rademacher Tobias
I just wanted to use yDoc with maven. Is there any plugin available..? or any guidence to the plugin? We have written a plugin. Any interest to contribute to to maven? Bye Toby - To unsubscribe, e-mail: [EMAIL PROTECTED] For

struts 1.1 artifacts now on ibiblio

2003-07-01 Thread dion
Struts 1.1 jar and the tlds are available. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au

Re: struts 1.1 artifacts now on ibiblio

2003-07-01 Thread tek1
Is there a sample of how to specify a reference to the various Struts .tld files in the project.xml file (to include in the resulting .war)? Thank you. At 12:57 03/07/02 +1000, you wrote: Struts 1.1 jar and the tlds are available. -- dIon Gillard, Multitask Consulting Blog: