Re: JAVADOC JXR within subproject-structure

2003-08-14 Thread Kristine Weissbarth
hello,

please could anybody answer me? I just want to know if javadoc cannot be
created with such a structure or if the problem is caused by my
configuration.
I don't understand why it isn't working. But I need the javadoc and I
cannot change the projects structure.

Thank you.


Am Mit, 2003-08-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
 |-subproject2
 | |-de
 ||-enterprise
 | |...
 
 while the package names are de.enterprise.subroject1.name1,
 de.enterprise.subroject1.name2, ...
 
 Using the reactor I have the maven.xml in the subprojects directories
 (e.g. subproject1) and the project.xml inside the 'package
directories'
 (e.g. project/subproject1/de/enterprise/subproject1/name1).
 But in doing so my Javadocs are not generated anymore and the jxr
files
 are copied into the wrong directory (xref instead of
 xref/de/enterprise/subproject1/name1).
 
 Is there a property which can be set to specify the directory where
the
 jxr files should be copied to?
 How can I get Javadoc to understand that the directory where my
 project.xml is situated already is the package directory?
 
 Or maybe, am I missing something. Maybe the problem is another? Why
 Javadoc does not generate correctly (POM: package is set to
${basedir}
 and sourceDirectory to
 ($project_home)subproject1/de/enterprise/subproject1/name1 (e.g.))?
 
 Thank you for any helping advice.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
|  |-enterprise
|   |...

while the package name is de.enterprise.subroject1.name1,
de.enterprise.subroject1.name2, ...

Using the reactor I have the maven.xml in the subprojects directories
(e.g. subproject1) and the project.xml inside the 'package directories'
(e.g. project/subproject1/de/enterprise/subproject1/name1).
But in doing so my Javadocs are not generated anymore and the jxr files
are copied into the wrong directory (xref instead of
xref/de/enterprise/subproject1/name1).

Is there a property which can be set to specify the directory where the
jxr files should be copied to?
How can I get Javadoc to understand that the directory where my
project.xml is situated already is the package directory?

Or maybe, am I missing something. Maybe the problem is another? Why does
Javadoc does not generate correctly (POM: package is set to ${basedir}
and sourceDirectory to
($project_home)subproject1/de/enterprise/subproject1/name1 (e.g.))?

Thank you for any helping advice.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 something. 
The strange thing about that is, that I could run my project 2 or 3
times this morning but suddenly it does not work anymore. When I specify
only one subproject in my maven.xml it works too:

maven:reactor
  basedir=${basedir}
  includes=resource/project.xml
...

But anything beyond 2 is failing.

Anybody an idea what's goin' on here? Please help me, I think I'm going
crazy.

Thanks.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 cache files.

Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.
index.html) are generated in target/docs but they are not deployed. 
Can anybody tell me the reason why? Please give me a hint!

I attached the maven.xml and project.xml file I am using in the projects
directory maybe you find something wrong.

Thanks.





--maven.xml---

?xml version=1.0 encoding=ISO-8859-1?

project
  default=site
  xmlns:j=jelly:core
  xmlns:maven=jelly:maven
 
xmlns:velocity=jelly:org.apache.commons.jelly.tags.velocity.VelocityTagLibrary

   
  preGoal name=site
attainGoal name=all-build/
  /preGoal
  
  goal name=all-build
   
  
maven:reactor
  basedir=${basedir}
  includes=framework/src/project.xml,glcr/webapp/src/project.xml
  banner=Building site
  goals=clean,jar:install,site:deploy
  postProcessing=true
  ignoreFailures=true
/
   

   fileScanner var=templates
  fileset dir=${basedir}/templates
include name=*.xml/
  /fileset
/fileScanner


j:forEach var=template items=${templates.iterator()}
  
  j:set var=templateName value=${template.name}/
  echoProcessing ${templateName} template .../echo 

  velocity:merge 
name=${basedir}/xdocs/${templateName}
basedir=${basedir}/templates
template=${templateName}/

/j:forEach
 
  /goal

/project



--project.xml---

?xml version=1.0?

project
  pomVersion3/pomVersion
  nameGLCR-Projekt/name
  idglcr/id
  currentVersion0/currentVersion
  organization
nameBDO/name
url/url
logo/logo
  /organization
  inceptionYear/inceptionYear
  descriptionGLCR Description...  /description
  shortDescriptionshort description blabla/shortDescription

  urlhttp://grip//url  
  siteAddressgrip/siteAddress
  siteDirectory/var/www//siteDirectory
  distributionDirectory/var/www/build//distributionDirectory  
  
  repository
connection
 
!--scm:cvs:ext:[EMAIL PROTECTED]:/home/cvsroot:kato--
/connection
  /repository
  
  !--developers

developer
  nameSteffen Fiedler/name
  ids_fiedler/id
  email[EMAIL PROTECTED]/email
  organizationSourcePark GmbH/organization
  roles
roleaktiv/role
  /roles
/developer

developer
  nameMatthias Barmeier/name
  idm_barmeier/id
  email[EMAIL PROTECTED]/email
  organizationSourcePark GmbH/organization
  roles
roleaktiv/role
  /roles
/developer

developer
  nameKnut Herhold/name
  idk_herhold/id
  email/email
  organizationSourcePark GmbH/organization
  roles
rolenicht aktiv/role
  /roles
/developer

  /developers--
  

  dependencies
  
dependency
  groupIdcommons-jelly/groupId
  artifactIdcommons-jelly-tags-velocity/artifactId
  version20030303.205659/version   
/dependency 

dependency
  idvelocity/id
  version1.3/version   
/dependency
   
  /dependencies
  
  build
  /build  
  
/project



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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?



declaration in the project.xml:

.
.
.
dependency
   groupIdjdbc/groupId
   artifactIdjdbc2_0/artifactId
   versionstedxt/version 
/dependency 
.
.
.

--structure in mavens local repository:
repository
 |-jdbc
 |-jars
|-jdbc2_0-stedxt.jar  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 should I do?

Thanks.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 linking to 

'...project/xref/...'. 

How is this 'Link adress' (within the jdepend reports) specified? I read
that the default destdir is set to ${maven.docs.dest}/apidocs. As I
could not figure out why it's linking to xref I simply set

'maven.javadoc.destdir = ./target/docs/xref' 

in my projects.properties and now its properly linking but in
consequence the '.../apidocs/index.html' cannot be found anymore. 

Why are there different paths and how can I fix it?






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 cannot find any source for the reactor.

In the cvs webview I found one in the Attic with the command 'moved to
the new plugin structure'. Where can I find a source of the reactor?

Thanks.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: changes in a chart

2003-06-30 Thread Kristine Weissbarth
hi,

thanks, but I don't think that statcvs is what I'm searching for. What I
need is something that saves the jdepend results of each maven call
(assuming I run maven one time a week) and then compares the results and
displays them in a chart. In that way I want to present the development
of the source code over the time.


Am Son, 2003-06-29 um 14.21 schrieb [EMAIL PROTECTED]: 
 Does statcvs do what you're after?
 
 See http://statcvs.sourceforge.net/
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 Work:  http://www.multitask.com.au
 
 
 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
  not too complicated possibility?
  
  Bye.
  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 problem? Do I need the
newer version? Or do I have to declare something additional for a
checkstyle report?

Thanks.



-- errormessage:


ASTIdentifier : java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.apache.commons.jexl.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:304)
at org.apache.commons.jexl.parser.ASTMethod.execute(ASTMethod.java:56)
at
org.apache.commons.jexl.parser.ASTReference.execute(ASTReference.java:106)
at
org.apache.commons.jexl.parser.ASTReference.value(ASTReference.java:88)
at
org.apache.commons.jexl.ExpressionImpl.evaluate(ExpressionImpl.java:123)
at
org.apache.commons.jelly.expression.jexl.JexlExpression.evaluate(JexlExpression.java:115)
at
org.apache.commons.jelly.expression.jexl.JexlExpressionFactory$ExpressionSupportLocal.evaluate(JexlExpressionFactory.java:168)

...

at com.werken.forehead.Forehead.main(Forehead.java:573)
Caused by: java.lang.StringIndexOutOfBoundsException: String index out
of range: -29
at java.lang.String.substring(String.java:1476)
at java.lang.String.substring(String.java:1443)
... 152 more
...


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven hangs

2003-06-26 Thread Kristine Weissbarth
Thanks for the reply. 

But what exactly are the reactor memory read outs? Where can I find
them? And how can I get the thread dump of the jvm under Linux? I tried
ctrl \ but nothing happened.

Thanks.




Am Don, 2003-06-26 um 11.32 schrieb Ben Walding:
 It's overloaded.
 
 Probably...  there is about a 3-4M / project leak in the reactor.  Jason 
 has fixed it, but the changes aren't checked in yet.  It is the major 
 blocker which is holding up rc1.
 
 What do the reactor memory read outs look like?
 
 (That all being said, it shouldn't hang... can you 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
 |
 |--subproject 3
 |
 |--subproject 4
 ||--subsubproject 4.1
 |...
 
 using the reactor I'm generating the maven documentation website and if
 I don't process all the subprojects this works fine. But if I try to run
 the reactor for all the subprojects it hangs somewhere (after having
 processed most of the subprojects) and doesn't 'move' any further. It
 seems as if it was overloaded or something.
 Does anybody know where the problem is?
 
 Thanks.
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
   
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven hangs

2003-06-26 Thread Kristine Weissbarth
hi,

thanks, but I already grouped goals together in my maven.xml, like this:

maven:reactor
  ..
  goals=clean,jar:install,site:deploy
  ..
/

Is that what you meant?



Am Don, 2003-06-26 um 11.36 schrieb Vipul Vij:
 Hi Kristine,
 
 I have found this true with my projects. I found the way around was to NOT
 to execute each goal separately but group a few together. E.g.. generate
 Artefacts task in maven.xml included jar:install and war:install. I don't
 know why, but it seemed to work. I think this was the problem, I will try to
 confirm this; I haven't looked at this for a long time.
 
 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
  |
  |--subproject 1
  |
  |--subproject 2
  ||--subsubproject 2.1
  ||--subsubprojects 2.2
  |
  |--subproject 3
  |
  |--subproject 4
  ||--subsubproject 4.1
  |...
 
  using the reactor I'm generating the maven documentation website and if
  I don't process all the subprojects this works fine. But if I try to run
  the reactor for all the subprojects it hangs somewhere (after having
  processed most of the subprojects) and doesn't 'move' any further. It
  seems as if it was overloaded or something.
  Does anybody know where the problem is?
 
  Thanks.
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven hangs

2003-06-26 Thread Kristine Weissbarth
 prio=1 tid=0x0x80816f0 nid=0x395 waiting on
monitor
Suspend Checker Thread prio=1 tid=0x0x80820a0 nid=0x396 runnable


---end--


Am Don, 2003-06-26 um 11.32 schrieb Ben Walding:
 It's overloaded.
 
 Probably...  there is about a 3-4M / project leak in the reactor.  Jason 
 has fixed it, but the changes aren't checked in yet.  It is the major 
 blocker which is holding up rc1.
 
 What do the reactor memory read outs look like?
 
 (That all being said, it shouldn't hang... can you 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
 |
 |--subproject 3
 |
 |--subproject 4
 ||--subsubproject 4.1
 |...
 
 using the reactor I'm generating the maven documentation website and if
 I don't process all the subprojects this works fine. But if I try to run
 the reactor for all the subprojects it hangs somewhere (after having
 processed most of the subprojects) and doesn't 'move' any further. It
 seems as if it was overloaded or something.
 Does anybody know where the problem is?
 
 Thanks.
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
   
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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. 

When maven starts you can see on the output:
starting the reactor
our processing order
...
and than it lists the processing order of the projects this reactor (r1)
is generating and starts to build them one after another. When the
project with the second reactor (r2) is reached it processes its reactor
(r2) and again you will see the output of the processing order of the
subsubprojects:
starting the reactor
our processing order..
After finishing it continues to process the subprojects of reactor r1.

Maven recursivly goes through the subprojects and if necessary the
subsubprojects.

I hope the explanation was not to confused, is helping a bit and
answered your question.



Am Mit, 2003-06-25 um 09.13 schrieb Martin Skopp:
 Hi gurus,
 
 I have a project with subprojects which I build via a maven:reactor at
 the top level.
 
 One of the subprojects itself has a maven:reactor which is required for
 building the subproject.
 
 Building the subproject with it's reactor works fine.
 Building from top level does not work since the subproject does NOT
 invoke it's reactor, it just silently stops it's goal and the top level
 reactor continues.
 
 Is reactor inside reactor not possibly?
 Is there any way to detect that a top level reactor is currently
 running?
 
 Thanks for help,


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 want to execute another goal, it 
 does not find it ?
 
 Regards,
 Cyriaque
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 navigation area? Does a property for that exist?

Thanks.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 changes. 
Maybe it's not the right property or do I declarate it in a wrong way?

Thanks.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 the logo completly - don't you think that
 Jason and the rest of the gang deserve some credit for their work?
 
 If you don like the red logo image, there are many other nicer looking
 maven logos to choose from, take a look at the directory.
 maven/src/plugins-build/xdoc/src/plugin-resources/images/logos
 When you decide on one of those, put the following into your
 project.properties:
 
 maven.xdoc.poweredby.image=images/logos/logo of choice
 
 R.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 site/report templates in languages
 different that english, nor neccessary infrastrucure for provididing
 such functionality.
 
 Those will probably be added at some time in the future, but I suppose
 this has a low priority because english is so widely accepted in the
 software developers community around the world.
 
  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 changes. 
  Maybe it's not the right property or do I declarate it in a wrong way?
 
 This property is useful when the POM or the generated reports need
 character encoding different than the default ISO-8859-1 for example to
 display deleloper names correctly.
 
 R.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
reactor in the projects basedir to get the subprojects and in each
subprojects basedir another maven.xml to get the subsubprojects.

project (with maven.xml)
|
|- subproject 1 (with maven.xml)
||- subsubproject 1
||- subsubproject 2
|
|- subproject 2 (with maven.xml)
||- subsubproject 1
||- subsubproject 2
|...


I hope it's nearly clear what I mean. Now the problem is that the
reactor works fine for the subsubprojects, but the reactor inside the
projects basedir only 'collects' one subproject - the one which should
be first in the processing order and that's all. It ignores the other
ones. Where could the problem be?



-- this is my maven.xml of the project basedir: (only utilities is
generated):

project
  default=site
  xmlns:j=jelly:core
  xmlns:maven=jelly:maven   
xmlns:velocity=jelly:org.apache.commons.jelly.tags.velocity.VelocityTagLibrary
  
  preGoal name=site
attainGoal name=all-build/
  /preGoal
  
  goal name=all-build
  
maven:reactor
  basedir=${basedir}
  includes=castor/project.xml, utilities/project.xml 
  banner=Building site
  goals=clean,jar:install,site:deploy
  excludes=${basedir}  
  postProcessing=true
  ignoreFailures=true
/

fileScanner var=templates
  fileset dir=${basedir}/templates
include name=*.xml/
  /fileset
/fileScanner

j:forEach var=template items=${templates.iterator()}
  
  j:set var=templateName value=${template.name}/
  echoProcessing ${templateName} template .../echo 

  velocity:merge 
name=${basedir}/xdocs/${templateName}
basedir=${basedir}/templates
template=${templateName}/

/j:forEach 

  /goal
/project



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 seconds


and if I'm trying 'maven site:generate' I get the same like the last
time:

 __  __
|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT


Starting the reactor...
Our processing order:
Utilities
+
| Building site Utilities
| Memory: 1M/2M
+
site:generate:
all-build:
[echo] Processing whoweare.xml template ...
[echo] Processing source-repos.xml template ...
[echo] Processing mail.xml template ...
[echo] Processing navigation.xml template ...
INTERNAL ERROR
Reference made to goal 'site:generate' which has no definition.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]