hihi!

It took me almost the whole the last week, but now the openjpa doc of trunk is 
available again (think it was broken for over a year now).

http://openjpa.staging.apache.org/documentation.html

There is only a minor problem left now: 
the structure of the single-html doesn’t correctly point to the css.

To reproduce what I mean simply run

$> mvn clean site install -DskipTests -Pjavadoc-profile,docbook-profile

Then look at zip 
$> unzip -l 
./openjpa-project/target/site/downloads/apache-openjpa-2.4.2-SNAPSHOT-binary.zip
 

This contains a folder apache-openjpa-2.4.2-SNAPSHOT/docs/

Our current document structure is  

docs/
├── docbook
│   ├── manual
│   │   ├── appendices.html
│   │   ├── ch13s02.html
│   │   ├── ch13s03.html
│   │   ├── ch13s04.html
│   │   ├── ch29s04.html
│   │   ├── css
│   │   │   └── docbook.css
│   ├── manual.html
│   └── manual.pdf
├── javadoc
└── schema


Reply via email to