January 21, 2003
Maven Custom UI color problem fixed
Thanks to Pete for the help.
Update Ignore all of the above, there was an even better fix posted already which is now in CVS. Just do an update and it should work. Thanks again to Pete.
Posted by pelleb at January 21, 2003 03:51 PM
Been deep in maven over the last through days and discovered a bug in a recent version of the CVS repository.
The custom UI properties weren't being used by the xdoc plugin to generate the site.
So in an example of cool opensource real time debugging Pete from #maven managed to isolate it and come up with a fix quickly.
So this is what you do:
- Create a new file called ui.properties containing all your ui properties
- add the following line to your project.properties or build.properties file:
maven.ui.property.file = ui.properties
- Check out the latest version of maven or the xdoc plugin and build it.
Thanks to Pete for the help.
Update Ignore all of the above, there was an even better fix posted already which is now in CVS. Just do an update and it should work. Thanks again to Pete.
This entry was posted in the following Categories: Open Source
Comments
Post a comment