Re: Documentation site

2020-02-08 Thread David Jencks
I now have the adoc content from master, 7.1.0.x, 7.0.0.x, the example 
README.adoc from master (sorted by language), and the formerly .md files from 
tomee-site-generator.

The preview is still at 
https://tomee-preview.s3-us-west-2.amazonaws.com/index.html 
. The other urls 
have changed slightly (Tomee => tomee).

I think there are still 133 pages on the existing website that I haven’t 
located source for. If anyone has an idea where they might come from please let 
me know:

add-my-offering.htmlhttp://tomee.apache.org/add-my-offering.html
apache-openejb-3.1.3.html
http://tomee.apache.org/download/apache-openejb-3.1.3.html
apache-openejb-3.1.4.html
http://tomee.apache.org/download/apache-openejb-3.1.4.html
blogs.htmlhttp://tomee.apache.org/blogs.html
buildbot.htmlhttp://tomee.apache.org/examples/buildbot.html
contact.htmlhttp://tomee.apache.org/misc/contact.html
ejb-+-jpa-+-jsf-+-jax-rs.html
http://tomee.apache.org/ejb-+-jpa-+-jsf-+-jax-rs.html
ejb-2.1-compatibility-example.html
http://tomee.apache.org/ejb-2.1-compatibility-example.html
ejb-3-annotation-example.html
http://tomee.apache.org/ejb-3-annotation-example.html
ejb-3-annotation-examples.html
http://tomee.apache.org/ejb-3-annotation-examples.html
ejb-3-example.htmlhttp://tomee.apache.org/ejb-3-example.html
ejb-3-examples.htmlhttp://tomee.apache.org/ejb-3-examples.html
ejb-3-howto.htmlhttp://tomee.apache.org/ejb-3-howto.html
ejb-3-sample-applications.html
http://tomee.apache.org/ejb-3-sample-applications.html
ejb-3-sample.htmlhttp://tomee.apache.org/ejb-3-sample.html
ejb-3-samples.htmlhttp://tomee.apache.org/ejb-3-samples.html
ejb-3-tutorial.htmlhttp://tomee.apache.org/ejb-3-tutorial.html
ejb-3-tutorials.htmlhttp://tomee.apache.org/ejb-3-tutorials.html
ejb-3.0-specification.html
http://tomee.apache.org/ejb-3.0-specification.html
ejb-31-annotation-example.html
http://tomee.apache.org/ejb-31-annotation-example.html
ejb-31-annotation-examples.html
http://tomee.apache.org/ejb-31-annotation-examples.html
ejb-31-example.htmlhttp://tomee.apache.org/ejb-31-example.html
ejb-31-examples.htmlhttp://tomee.apache.org/ejb-31-examples.html
ejb-31-howto.htmlhttp://tomee.apache.org/ejb-31-howto.html
ejb-31-sample-applications.html
http://tomee.apache.org/ejb-31-sample-applications.html
ejb-31-sample.htmlhttp://tomee.apache.org/ejb-31-sample.html
ejb-31-samples.htmlhttp://tomee.apache.org/ejb-31-samples.html
ejb-31-tutorial.htmlhttp://tomee.apache.org/ejb-31-tutorial.html
ejb-31-tutorials.htmlhttp://tomee.apache.org/ejb-31-tutorials.html
ejb-annotation-example.html
http://tomee.apache.org/ejb-annotation-example.html
ejb-annotation-examples.html
http://tomee.apache.org/ejb-annotation-examples.html
ejb-example.htmlhttp://tomee.apache.org/ejb-example.html
ejb-glossary.htmlhttp://tomee.apache.org/ejb-glossary.html
ejb-howto.htmlhttp://tomee.apache.org/ejb-howto.html
ejb-sample-applications.html
http://tomee.apache.org/ejb-sample-applications.html
ejb-sample.htmlhttp://tomee.apache.org/ejb-sample.html
ejb-samples.htmlhttp://tomee.apache.org/ejb-samples.html
ejb-servlet.htmlhttp://tomee.apache.org/ejb-servlet.html
ejb-tutorial.htmlhttp://tomee.apache.org/ejb-tutorial.html
ejb-tutorials.htmlhttp://tomee.apache.org/ejb-tutorials.html
ejb3-annotation-example.html
http://tomee.apache.org/ejb3-annotation-example.html
ejb3-annotation-examples.html
http://tomee.apache.org/ejb3-annotation-examples.html
ejb3-example.htmlhttp://tomee.apache.org/ejb3-example.html
ejb3-examples.htmlhttp://tomee.apache.org/ejb3-examples.html
ejb3-howto.htmlhttp://tomee.apache.org/ejb3-howto.html
ejb3-sample-applications.html
http://tomee.apache.org/ejb3-sample-applications.html
ejb3-sample.htmlhttp://tomee.apache.org/ejb3-sample.html
ejb3-samples.htmlhttp://tomee.apache.org/ejb3-samples.html
ejb3-tutorial.htmlhttp://tomee.apache.org/ejb3-tutorial.html
ejb3-tutorials.htmlhttp://tomee.apache.org/ejb3-tutorials.html
example.htmlhttp://tomee.apache.org/example.html
examples-table.htmlhttp://tomee.apache.org/examples-table.html
faq_openejb-jar.html.html
http://tomee.apache.org/faq_openejb-jar.html.html
getting-started-with-eclipse-and-webby.html
http://tomee.apache.org/getting-started-with-eclipse-and-webby.html
heritage.htmlhttp://tomee.apache.org/misc/heritage.html
index-old.htmlhttp://tomee.apache.org/examples/index-old.html
injection-of-datasource-example.html
http://tomee.apache.org/injection-of-datasource-example.html
injection-of-entitymanager-example.html

1.6.0 might be in a bad state

2020-02-08 Thread David Jencks
While searching for some website content I can’t find I checked out  
tomee-1.6.0  and got this message:

MacBook-Pro-2:tomee david$ git checkout tomee-1.6.0
Checking out files: 100% (5347/5347), done.
Note: checking out 'tomee-1.6.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b 

HEAD is now at 556ccad21d [release-tools] creating tag for tomee-1.6.0


I’m not sure exactly what it means, but if someone does and knows how to fix 
it, great!

David Jencks