Difference between revisions of "ODFDOM"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Current and Future Work)
(Setup ODFDOM build environment)
Line 8: Line 8:
 
See you soon,
 
See you soon,
 
Svante
 
Svante
 
 
 
 
 
 
 
=Setup ODFDOM build environment =
 
 
To establish your own ODFDOM build environment:
 
 
1.) Install [http://java.sun.com/javase/downloads/index_jdk5.jsp Java / JDK 5]
 
 
2.) Install [http://netbeans.org NetBeans 6.1]
 
 
3.) Install [http://mercurial.berkwood.com Mercurial 1.x]
 
 
    Setup Mercurial
 
    Windows: <Hg Install Dir>\Mercurial.ini or Unix: <Hg Install Dir>/.hgrc
 
    [ui]
 
    username = foo@bar.com
 
 
4.) Get [http://odftoolkit.openoffice.org/files/documents/254/4238/odfdom-src-v0_6_15.zip ODFDOM]
 
 
Unpack the ODFDOM source bundle and start Netbeans. Open an existing project in Netbeans and choose the unpacked ODFDOM directory.
 
As the ODFDOM source bundle comes together with Netbeans project files, ODFDOM opens as a preconfigured project.
 
You still got the opportunity to work solely with [http://ant.apache.org/ ANT] directly on the command line instead having the IDE GUI comfort provided by Netbeans.
 
 
 
[http://www.selenic.com/mercurial/wiki/ Mercurial] is being used as distributed revision control.
 
Since Netbeans 6.1 the [http://wiki.netbeans.org/MercurialVersionControl Mercurial plugin] is part of the IDE, which help you to track the changes being made and ease providing patches.
 
 
In case you are new to Netbeans, there are several nice [http://platform.netbeans.org/tutorials/ Netbeans tutorials] available.
 
 
--[[User:Sus|Svante]] 00:33, 24 April 2008 (CEST)
 
 
[[Category:ODF]]
 
[[Category:ODFToolkit]]
 
[[Category:Effort]]
 

Revision as of 18:11, 1 December 2008

OpenDocument API - ODFDOM

ODFDOM has a new home, please visit http://odftoolkit.org/projects/odftoolkit/pages/ODFDOM

You should register at the ODF Toolkit project and subscribe yourself to the mailing lists of the projects you are interested in.

See you soon, Svante

Personal tools