Getting Started

May 1, 2007

May 1, 2007

  • Checked out the CVS and updated my local repository
    • U odf4j/src/org/openoffice/odf/text/BlockContent.java
      U odf4j/src/org/openoffice/odf/text/BlockElement.java
      U odf4j/src/org/openoffice/odf/text/Body.java
      U odf4j/src/org/openoffice/odf/text/Element.java
      U odf4j/src/org/openoffice/odf/text/ElementFactory.java
      U odf4j/src/org/openoffice/odf/text/Heading.java
      U odf4j/src/org/openoffice/odf/text/InlineElement.java
      U odf4j/src/org/openoffice/odf/text/List.java
      U odf4j/src/org/openoffice/odf/text/ListItem.java
      U odf4j/src/org/openoffice/odf/text/Paragraph.java
      U odf4j/src/org/openoffice/odf/text/ParagraphContent.java
      U odf4j/src/org/openoffice/odf/text/Portion.java
      U odf4j/src/org/openoffice/odf/text/Section.java
  • So loads of new additions to the repository by Lars. This seems to be in compliance with the Class Diagram
  • Now will analyze the code and work on the API
  • Set up the project blog

April 30, 2007

  • Lars informs me of new additions to the CVS
  • I send in the filled up JCA so that I can become a official OpenOffice.org contributor

April 26, 2007

  • Consulting the OpenOffice Text API and the AODL Text API so that a consistency is maintained by the odf4j Text API
  • For the next 14 days,April 27- May 11, I will be working on finalizing the odf4j Text API

April 25, 2007

  • Checked out some documents on ODF and especially ODT. This book is an excellent resource. Link
  • I checked out the source code from the CVS using Netbeans and built it . “BUILD SUCCESSFUL“! I tried the OdtToText,java and used it to extract some text from a ODT file . Worked fine!
  • Finalized with Lars (Lars Oppermann) that I am going to work on the functioning of the ODT module for the upcoming 2-3 weeks.
  • Lars sent me the preliminary class diagram.