Changes

Jump to navigation Jump to search
36 bytes removed ,  19:49, 10 February 2011
no edit summary
==Installation== ===Prerequisites===
* BaseX is being developed with the [http:www.eclipse.org Eclipse] environment. Some style
* Additional coding guidelines are defined via Checkstyle and can be integrated with the [http://eclipse-cs.sourceforge.net eclipse-cs] plugin.
===Check Out=Checkout==
To checkout BaseX, do the following:
# Click ''Finish''
===Run BaseX with Eclipse=Start==
#Press ''Run'' → ''Run…''
#Create a new "Java Application" launch configuration
#Launch the project via ''Run''
===Compile & Run BaseX=Using Maven==
<p>If the standalone version of [http://maven.apache.org Maven] is installed, you can run<code> mvn compile </code>in the project directory to compile BaseX. Should you wish to create / package your own jars you can do so by running <code>mvn package</code>. By adding the flag <code>-DskipTests=true</code> you can skip running the JUnit-tests.</p>
<p>Type in<code> java -cp target/classes/org.basex.BaseX </code>to run BaseX.</p>
<p>You can launch the following classes, which are all placed in the <code>org.basex</code> main package:</p>
;[[ConsoleStartup_Options#BaseX_Standalone|BaseX]]: console standalone mode;[[Server TutorialStartup_Options#BaseX_Server|BaseXServer]]
: server instance, waiting for requests
;[[Server TutorialStartup_Options#BaseX_Client|BaseXClient]]: console modeclient instance, interacting with the server;[[GUI TutorialStartup_Options#BaseX_GUI|BaseXGUI]]:graphical user interface
<p>Moreover, try <code>-h</code> to have a look at the available command-line options. For example, you can evaluate XQuery expressions or process database commands without entering the console.</p>
[[Category:Developer]]
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu