missing usage of css class in generated html

2006-10-23 Thread Mark Sudau Consulting Software
Hi folks, I don't understand what is going on while generating a project documentation using the maven 2 plugin site. What I coded in the Xdoc is: ... td class="status" style="background: url('images/stat090.png') repeat-y;    90% /td ... This is the css-file: .status {  text-align:

build error while executing site of M2

2006-10-20 Thread Mark Sudau Consulting Software
Hi folks, I tried to generate the site documentation from parent of a multi-project. And I always get this message: [ERROR] BUILD ERROR [INFO] [INFO] Error reading site descriptor Embedded error: input contained no

bundle archives to ejb or war

2006-10-18 Thread Mark Sudau
Hi Folks, actually I have successfully moved my project from Maven 1 to Maven 2. Now I want to bundle some archives from the dependencies to my ejb or my war file. This is to run different web applications with different dependencies on the same applicatoinserver. In Maven 1 I could set

problems in using changelog plugin [M2]

2006-10-18 Thread Mark Sudau
Hi folks, actually I moved my Project from maven 1 to maven 2. Now I want to generate some reports. All are runing fine except the changelog. I wonder why as I copied the configureation from the web into my pom. Here is the configuration: scm

Re: problems in using changelog plugin [M2]

2006-10-18 Thread Mark Sudau Consulting Software
found the error. It may not be :cvs:@cvsserver: but :[EMAIL PROTECTED]: So I hab a : to much. Mark Sudau schrieb: Hi folks, actually I moved my Project from maven 1 to maven 2. Now I want to generate some reports. All are runing fine except the changelog. I wonder why as I copied

Re: bundle archives to ejb or war

2006-10-18 Thread Mark Sudau
: scopecompile/scope runtime provided etc see guides. It's best to inherit the version tags of the dependencies from a parent pom's dependencyManagament. Mark Sudau wrote, On 2006-10-18 2:09 PM: Hi Folks, actually I have successfully moved my project from Maven 1 to Maven 2. Now I want to bundle

Re: Which way of directory structure is bettter?????

2006-03-22 Thread Mark Sudau Consulting Software
Hi Raja, to solve the problem of loosing CVS history you can create an new Version of project and stopp usign the actual CVS module. Depending on the size of your project this means a more or less long production stopp as any developer should help elp in moving the projects source. After