Re: own checkstyle

2003-07-16 Thread Juergen Heidak

Check http://maven.apache.org/reference/plugins/checkstyle/properties.html for 
the description of all available properties.

Regards

Am Mittwoch, 16. Juli 2003 13:33 schrieb Kristine Weissbarth:
 hi,

 how can I integrate my own checkstyle.xml to be checked during the
 checkstyle report. What do I have to do with my checks_project.xml?
 I found out that the standart checks are situated in
 maven-1.0-beta-9/plugins/maven-checkstyle-plugin-2.0-SNAPSHOT.jar but
 how can I intergate my own check?

 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: Beginners questions

2003-07-09 Thread Juergen Heidak
Hi

You can use the following properties to customize the logo and the link:

# The logo to show on the generated site. No default at present
maven.xdoc.poweredby.image = cursor-logo.gif
maven.xdoc.poweredby.title = Powered by CURSOR Software AG
maven.xdoc.poweredby.url = http://www.cursor.de/

Just add them to your project.properties file and modify them to fit
your needs.

Regards

Am Mit, 2003-07-09 um 20.08 schrieb Moretti, Luciano (MED):
 To add a new Menu Title, use the menu name=Menu Name tag set.  Each
 linkable entry underneath is it's own item.
 
 Sorry, that's the only one that I know.
 
 Luciano
 
 -Original Message-
 From: Andy Jefferson [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 09, 2003 10:00 AM
 To: [EMAIL PROTECTED]
 Subject: Beginners questions
 
 
 Few basic questions to get my projects converted across to Maven ...
 
 * I've discovered the navigation.xml file and can now add links and menu
 items. How do I add a menu 'header' to navigation.xml in the same style
 as the generated 'Project Documentation' header (which comes out in HTML
 within STRONG tags) ?
 
 * Is there any way I can specify where abouts in the navigation.xml
 Maven adds the 'Project Information' block ? or is it always at the foot
 ?
 
 * On the footer that Maven adds with the company name ... is there any
 way I can make the company name a hyperlink to copyright info for the
 company ?
 
 * Can I specify to have the Maven footer (2002-2003 company name) just
 below the line Last Published ... ? rather than at the foot of the
 page ? What is the property entry for this ?
 
 
 TIA


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



Re: AW: empty javadoc

2003-07-03 Thread Juergen Heidak

There's a line saying /home/.../de/sourcepark/utilities doesnt contain
any package.

Maybe you have your source directory is set to
/home/.../projekte/kato/utilities/de/sourcepark/utilities instead of
/home/.../projekte/kato/ ?



Am Don, 2003-07-03 um 13.46 schrieb Kristine Weissbarth:
 this is what my debug output looks like and in my opinion that's where
 maven stops to generate the javadoc. But I still don't know why?! Do you
 recognize something?
 
 
 maven-javadoc-plugin:report:
 [mkdir] Created dir:
 /home/k_weissbarth/projekte/kato/utilities/target/docs/apidocs
 [mkdir] Created dir:
 /home/k_weissbarth/projekte/kato/utilities/target/javadoc
 [record] [DEBUG] setting a recorder for name
 /home/k_weissbarth/projekte/kato/utilities/target/javadoc/report.txt
 [javadoc] [DEBUG] scanning
 /home/k_weissbarth/projekte/kato/utilities/de/sourcepark/utilities for
 packages.
 [javadoc] [DEBUG] DirSet: Setup scanner in dir
 /home/k_weissbarth/projekte/kato/utilities/de/sourcepark/utilities with
 patternSet{ includes: [de/sourcepark/utilities/**] excludes: [] }
 [javadoc] [VERBOSE]
 /home/k_weissbarth/projekte/kato/utilities/de/sourcepark/utilities
 doesn't contain any packages, dropping it.
 [DEBUG] fileset: Setup scanner in dir
 /home/k_weissbarth/projekte/kato/templates with patternSet{ includes:
 [*.xml] excludes: [] }
 [echo] Processing whoweare.xml template ...
 [echo] Processing source-repos.xml template ...
 [echo] Processing mail.xml template ...
 [echo] Processing navigation.xml template ...
 
 
 
 
 Am Don, 2003-07-03 um 13.11 schrieb Rademacher Tobias:
  Dear Kristine,
  
  what is your maven -x -e output?
  
  Could it be that you mistyped the name of the javadoc report in project.xml?
  
  Toby
  
   -Ursprüngliche Nachricht-
   Von: Kristine Weissbarth [mailto:[EMAIL PROTECTED]
   Gesendet am: Donnerstag, 3. Juli 2003 13:20
   An: Maven Users List
   Betreff: RE: empty javadoc
   
   yes I do have a package tag and it specifies the correct package.
   
   
   Am Don, 2003-07-03 um 12.51 schrieb Michal Maczka:
Do you have package tag in your POM?

mm

 -Original Message-
 From: Kristine Weissbarth 
   [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 03, 2003 12:45 PM
 To: Maven Users List
 Subject: empty javadoc
 
 hi,
 
 trying to generate my maven documentation website with 
   among others the
 javadoc report the following problem occurs:
 
 maven generates an javadoc folder with an empty 
   report.txt file and
 an apidocs folder within the docs folder of the target 
   folder, which is
 empty too. No other files like all the *.html are generated.
 
 Where is the problem? I simply listed the 
   maven-javadoc-plugin within
 the reports tag of my project.xml. Should I specify any 
   properties? Or
 should I declare the javadoc-report in a special way? 
   Please give me a
 hint.
 
 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]
   
  
  -
  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: newbie: can't build

2003-07-02 Thread Juergen Heidak
You typed juint instead of junit maybe thats the problem.

Regards

Am Mit, 2003-07-02 um 15.37 schrieb Christopher Prince:
 hello,
 
 this is my very first project with maven, so please forgive my total 
 newbieness.
 
 the problem occurs when maven attempts to compile the junit test code.  The 
 compile fails because it
 cannot find the junit jar.  So I added in a dependency
 
!-- dependency for junit --
dependency
   idjuint/id
   groupIDjuint/groupID
   version3.8.1/version
/dependency
 
 and this didn't help at all and there is a junit jar in the repository
 
 what's the scoop?
 
 thanks
 chris
 
 
 
 __
 
 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.491 / Virus Database: 290 - Release Date: 6/18/2003
 
 
 __
 
 -
 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]