-
-
Notifications
You must be signed in to change notification settings - Fork 43
Updated the documentation for the Mavenized eXist-db #342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
duncdrum
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went a head and fixed all instances of misplaced endtags so that content is actually displayed properly, added change dates to all modified articles, and cleaned up orphaned code listings.
joewiz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still references to start.jar; see http://localhost:8080/exist/apps/doc/search.html?q=start.jar:
- Basic Installation > Launching eXist-db > Launching from the command line
Simply calling start.jar will start eXist-db via the desktop launcher:
- Writing Java Applications with the XML:DB API > Introduction
There are several XML:DB examples provided in eXist's samples directory . To start an example, use the start.jar jar file and pass the name of the example class as the first parameter, for instance:
- Basic Installation > Launching eXist-db
Simply calling start.jar will start eXist-db via the desktop launcher:
|
There appear to be other instances of start.jar - the application's search engine seems not to find them all. For example, http://localhost:8080/exist/apps/doc/advanced-installation.xml#bin-executables. |
|
@joewiz I used grep to find them, I think I have fixed them all now and pushed the updates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adamretter please update the modification <date> of the articles you changed with your most recent commit.
|
@joewiz about the search, if the string appears in a listing outside of the |
5298eb4 to
a453b2b
Compare
|
@duncdrum done! |
|
@joewiz thanks :-) |
|
@duncdrum thanks for yours too :-) |
|
Searching for ant turns up two more hits:
Also some instances of
Several cases seem to refer to the old directory layout
|
|
@joewiz Okay, I sent some more updates... |
53eabfa to
a2f02c6
Compare
|
this CI failure is about a missing section |
See #333