Re: JAVADOC JXR within subproject-structure

2003-08-14 Thread Kristine Weissbarth
-13 um 13.10 schrieb Kristine Weissbarth: hi, I am trying to use javadoc- and jxr-Plugin within a project with a subprojects-structure as follows: project |-subproject1 | |-de ||-enterprise | |-subproject1 | |- name1 | |- name2

JAVADOC JXR within subproject-structure

2003-08-14 Thread Kristine Weissbarth
hi, I am trying to use javadoc- and jxr-Plugin within a project with a subprojects-structure as follows: project |-subproject1 | |-de | |-enterprise | |-subproject1 ||- name1 ||- name2 |-subproject2 | |-de |

reactor aborts

2003-07-17 Thread Kristine Weissbarth
hi, I'm completely at the end of my understanding. Suddenly my integrated reactor doesn't work anymore. As usual I get the output Starting the reactor... but that's all. Then it continues with the rest of the project without generating the subprojects or generating an processing order or

checks again

2003-07-17 Thread Kristine Weissbarth
hi, following the advices I set the maven.checkstyle.format=foo property and put my foo_checks.xml into the maven-checkstyle-plugin-2.0-SNAPSHOT.jar/plugin-resources. But maven still uses the old jar and in consequence does not find my foo_checks.xml. How can I reload maven? I couldn't find any

mainproject is not deployed

2003-07-07 Thread Kristine Weissbarth
hi, in my project I'm using the reactor to automatically build the 2 subprojects. project |-subproject1 |-subproject2 |-maven.xml |-project.xml The reactor properly finds and builds the subprojects and deploys them but the project itself is not deployed. All necessary files (e.g.

non ibiblio jars

2003-07-07 Thread Kristine Weissbarth
hi, how can I use dependencies that are not on ibiblio? I copied the jars into the local repository folder of maven and declared them as artifact in my project.xml (see below) but Maven always tries to download them from the ibiblio website. How should I declare those jars?

jars download

2003-07-07 Thread Kristine Weissbarth
hi, please can anybody answer me? Is maven always downloading the jars from ibiblio? How can I declare jars that cannot be found on ibiblio? I specified an url within the dependency tag which refers to the download site of the jar but maven still tries to download it from ibiblio and fails. What

javadoc links

2003-07-03 Thread Kristine Weissbarth
hi again, I got my javadocs build successfully, but now I'm a bit confused about the linking. The Javadoc Link in the navigation of my maven generated projects website links to '...project/apidocs/index.html'. Within the jdepend reports there is a link to the javadoc too and this one is

reactor source wanted

2003-07-02 Thread Kristine Weissbarth
hi, as I have the problem that the reactor hangs during compiling my huge project (consisting of various subprojects) and we couldn't find any solution for this we wanted to have a look at the source code of the reactor. I checked the maven project out and build it without any problem. But I

Re: changes in a chart

2003-06-30 Thread Kristine Weissbarth
Kristine Weissbarth [EMAIL PROTECTED] wrote on 27/06/2003 07:32:50 PM: hi, I would like to display the changes made on the project and its quality over the time in a graphical statistic (chart). Is there a tool which already does this, a plugin or something? Or does anybody know another

checkstyle problem

2003-06-30 Thread Kristine Weissbarth
hi, I'm sorry I know checkstyle has been discussed a lot. I tried to find an answer in the mailing archive but it seems that no entry matches my problem. Everytime I try to run maven generating the checkstyle report I get the following exceptions. Might the maven-checkstyle-plugin-1.1 be the

changes in a chart

2003-06-27 Thread Kristine Weissbarth
hi, I would like to display the changes made on the project and its quality over the time in a graphical statistic (chart). Is there a tool which already does this, a plugin or something? Or does anybody know another not too complicated possibility? Bye.

Re: maven hangs

2003-06-26 Thread Kristine Weissbarth
? ctrl-break on windows will produce it) Kristine Weissbarth wrote: hi, my projects structure looks something like that with a lot of subprojects: project | |--subproject 1 | |--subproject 2 ||--subsubproject 2.1 ||--subsubprojects 2.2 | |--subproject 3 | |--subproject 4

Re: maven hangs

2003-06-26 Thread Kristine Weissbarth
. Regards, Vipul - Original Message - From: Kristine Weissbarth [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 10:31 AM Subject: maven hangs hi, my projects structure looks something like that with a lot of subprojects: project

Re: maven hangs

2003-06-26 Thread Kristine Weissbarth
get the thread dump of the jvm? ctrl-break on windows will produce it) Kristine Weissbarth wrote: hi, my projects structure looks something like that with a lot of subprojects: project | |--subproject 1 | |--subproject 2 ||--subsubproject 2.1 ||--subsubprojects 2.2

Re: reactor inside reactor does not work

2003-06-25 Thread Kristine Weissbarth
Hi, even though I'm not a guru at all I have had the same task - a project with subprojects and subsubprojects. I use the reactor too: one reactor (r1) to build all the subprojects and another one (r2) in each subproject which contain subsubprojects. So the 'reactor inside reactor' works fine.

Re: [Goal does not exist] ?

2003-06-24 Thread Kristine Weissbarth
hi, I have had the same problem last week. Try deleting *.cache from $MAVEN_HOME/plugins. Am Die, 2003-06-24 um 10.55 schrieb Cyriaque Dupoirieux: Heloo, What does mean the following message : Goal jaloppy does not exist in this project. I just can do a site:generate, if I

logo black border

2003-06-23 Thread Kristine Weissbarth
hi, another layout question. When displaying the maven logo on the Website it automatically generates a thin little black border around the logo (style=border: 1px solid black). Can I get this border away? And is there a possibility to put the maven logo more to the right bottom of the

language modification

2003-06-20 Thread Kristine Weissbarth
hi, is there a possibility to set the language of the documentation and navigation which is generated by maven to another language than english? I found a property 'maven.docs.outputencoding' but when I try to set it to german (in the following way: maven.docs.outputencoding = iso-8859-1) nothing

Re: maven logo

2003-06-20 Thread Kristine Weissbarth
I know, don't worry. It was just to know how to manipulate the stuff on the Site. I already found the other logos and prefer the blue ones. But thanks anyway. Am Fre, 2003-06-20 um 12.57 schrieb Rafal Krzewski: Kristine Weissbarth wrote: Thanks, that's it! It's not very polite to remove

Re: language modification

2003-06-20 Thread Kristine Weissbarth
Thanks again. Never mind. Am Fre, 2003-06-20 um 13.19 schrieb Rafal Krzewski: Kristine Weissbarth wrote: hi, is there a possibility to set the language of the documentation and navigation which is generated by maven to another language than english? At this moment Maven does not have

maven logo

2003-06-19 Thread Kristine Weissbarth
hi, it's maybe a bit stupid question, but does anybody know how to get that little red maven logo away from the documentation website. I saw that the apache db-site project excluded it too but couldn't figure out what to do. It's somehow generated automatically isn't it? Thanks.

reactor confusion

2003-06-19 Thread Kristine Weissbarth
hi, I'm on the reactor thing again and I'm still having no idea where the problem is. I have one huge project which consists of many subprojects which again contain subprojects (=subsubprojects). Therefore I'm using the reactor to generate the maven documentation in 2 levels: one maven.xml with a

RE: INTERNAL ERROR question

2003-06-17 Thread Kristine Weissbarth
Thanks, but If I'm now starting maven via 'maven site' the following output appears: __ __ | \/ |__ Jakarta _ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-9-SNAPSHOT BUILD FAILED Goal site does not exist in this project. Total time: 8