"Mostashfi, Ali" <[EMAIL PROTECTED]> wrote on 01/01/2004 03:34:27 AM:
> Hello, > > Anyone know how one can control the left-hand-side navigation bar's width of > the site generated files? maven.ui.navcol.width = 20% > Also, anyone have any problems with the checkstyle-report.html file? It > doesn't get generated for my setup, and I have not been able to find out > where anything gets set for that portion. Do you have source code, and a license file? What does running the checkstyle report manually provide? > Lastly, does anyone know how I can configure maven with following > source-code's directory structure? Have you read the user's guide? > The source directory is: > . > |-- project.properties > |-- project.xml > |-- project > |`-- src So <sourceDirectory>project/src</sourceDirectory> > | |`-- com > | |`-- sra > | |`-- app > | |`-- App.java > | > |`-- unit_test > |`-- src and <unitTestSourceDirectory>project/unit_test/src</unitTestSourceDirectory> Don't do it? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
