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

2003-09-16 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. It gets

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

2003-09-16 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

Re: Build problem related to test distribution

2003-09-16 Thread Trygve Laugstøl
On Mon, 15 Sep 2003, Gil César Faria wrote: 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.

RE: jxr-plugin fails if '_' in packagename

2003-09-16 Thread matthias . stutz
The problem is in the class org.apache.maven.jxr.pacman.JavaFileImpl. The used StreamTokenizer has to be extended by '_' as a word character: private StreamTokenizer getTokenizer() throws IOException { ... stok.commentChar('*'); stok.wordChars('_', '_'); // add here the

RE: J2EE projects layout

2003-09-16 Thread Vincent Massol
Hi Sebastien, Here's what I do: - If the config file is supposed to be packaged in the jar/war/rar/etc, then I store it in the src tree of that jar/war/rar/etc - if the config file is supposed to be tuned for production, i.e. it has to be visible by the production guys for example, then I

Goal [xxx] has no action definition

2003-09-16 Thread Plath, Elton
Hi, I saw a bug reported for a similar error. It waas regarding the multiproject:site goal. The problem does not seem to be specific to multiproject plugin. Looks to be a generic reactor problem. For instance, I run the reactor more than once on various goals and get the same sort of error :

RE: Multiproject help

2003-09-16 Thread Howard M. Lewis Ship
Is one planned? Can you give me some clues so I can rough out something in maven.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

incomplete JNLP-Plugin documentation

2003-09-16 Thread Christian Goos
Hi, The documentation is missing the property maven.jnlp.properties which is quite important to specify system-properties for the main-jar. Thanks for adding it to the documentation Christian -Original Message- From: Van Rompaey, Danny [mailto:[EMAIL PROTECTED] Sent: Tuesday, September

Eclipse Plugin - eclipse.dependency

2003-09-16 Thread Yoway . Buorn
I have two projects, A and B. Project A depends on project B, so I set eclipse.dependency to true like this inside project.xml for project A: dependency groupIdprojectB/groupId artifactIdprojectB/artifactId version1.1/version properties

Navigation FAQ with multi-projects

2003-09-16 Thread Benoit Xhenseval
Hi All, We're using the multiprojects features for our project (with modules/ejb, war, etc). top |-modules |-ejb |-src |-java |-test |-xdocs |-navigation.xml |-common |-src |-java |-test |-xdocs |-navigation.xml |-xdocs |-navigation.xml

uhmm... installation?

2003-09-16 Thread Elias Sinderson
Dear Maven Community, Do help me out with this one, I hope I'm not missing something entirely obvious... (Don't you just love requests for help that start off like this? ;-) I'm attempting to set up maven for the first time. I visited the web page, where I was able to download the latest

RE: Build problem related to test distribution

2003-09-16 Thread Mark Langley
We also desire to make test utility classes (primarily Mock Objects) available for use in testing of dependent projects. The approach of creating XYZ.jar and XYZ-tests.jar artifacts from project XYZ seems to be the best approach to this. Subsequent projects could then prescribe XYX-tests.jar as a

RE: uhmm... installation?

2003-09-16 Thread Lisa Kavanaugh
I ran into the same issue, and just skipped that step. I have been cruising along since haven't missed it. -Original Message- From: Elias Sinderson [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 9:35 AM To: [EMAIL PROTECTED] Subject: uhmm... installation? Dear Maven

Re: uhmm... installation?

2003-09-16 Thread Elias Sinderson
FYI, I did the same thing and have been able to build my project without any further difficulties. I did, however, enter a bug into Jira as to the installation instructions being out of date ... Cheers, Elias Lisa Kavanaugh wrote: I ran into the same issue, and just skipped that step. I have

RE: Build problem related to test distribution

2003-09-16 Thread Trygve Laugstøl
On Tue, 16 Sep 2003, Mark Langley wrote: We also desire to make test utility classes (primarily Mock Objects) available for use in testing of dependent projects. The approach of creating XYZ.jar and XYZ-tests.jar artifacts from project XYZ seems to be the best approach to this. Subsequent

J2EE projects layout

2003-09-16 Thread BRUNOT Sébastien
Hy, I have a question regarding the maven J2EE project layout proposed by vincent massol, that is : ROOT\ \applications \myEAR \modules \myAPI \myEJB \myWAR \containers \myJ2EEContainer \nodes \myDatabase \myHost Suppose i

RE: uhmm... installation?

2003-09-16 Thread Brett Porter
The problem has been discussed on the mailing list about the documentation actually being too up to date - this reflects an unreleased version of Maven. The install_repo.sh step is there to save some downloading on your part, but it wasn't present in beta-10. I've updated the JIRA issue to

maven-reports

2003-09-16 Thread khote
Want: my extra FAQs in maven-reports.html In my root project.xml I register the faq plugin in the reports Then in the root maven.xml: preGoal name=xdoc:jelly-transform attainGoal name=faq/ /preGoal as instructed. Now in attempt to add several other FAQs for my project members, I tried

Re: Navigation FAQ with multi-projects

2003-09-16 Thread dion
Do you have the faq plugin in the top level project.xml? Does the top level project have a navigation.xml? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Benoit Xhenseval [EMAIL PROTECTED] wrote on 17/09/2003 07:18:32 AM: Hi All, We're using the

Re: uhmm... installation?

2003-09-16 Thread dion
Dear Elias, Elias Sinderson [EMAIL PROTECTED] wrote on 17/09/2003 02:34:36 AM: Dear Maven Community, [snip] I'm attempting to set up maven for the first time. I visited the web page, where I was able to download the latest distribution (1.0-beta-10) without difficulty. I untarred the