Menu

Development environment

2007-11-06
2013-04-16
  • Ueli Brawand

    Ueli Brawand - 2007-11-06

    Hi

    Great work! I like it, to organize my days with Memoranda.

    I also like to participate adding some small features and functions to Memoranda.
    For this I need some information about development environment.
    I get all source from CVS with Eclipse 3.2 and tried to run Memoranda, but without success.

    Where do I find more information about development?

    Regards, Ueli

     
    • Alex Alishevskikh

      Hi,

      Thanks!

      Memoranda does not require any specific IDE for development. Eclipse works great.

      Have you added dependency libraries (JARs from 'lib' directory) into the build path of the Eclipse project (Project > Properties > Java build path > Libraries)?

       
    • Matthias Hub

      Matthias Hub - 2007-12-31

      Hi,

      I had the same problem as Ueli. My solution was to change the "simple project" (which I had after a common checkout of the cvs) to a "java project". I did this using a trick described here:
      http://enarion.net/programming/tools/eclipse/changing-general-project-to-java-project/
      (i.e. change the nature of the project)

      Then I also added a builder to this project like this:
      <buildSpec>
        <buildCommand>
          <name>org.eclipse.jdt.core.javabuilder</name>
          <arguments>
          </arguments>
        </buildCommand>
      </buildSpec>

      So now I do not need to run "ant" all the time, just use the "Automatically Build" feature of Eclipse.

      Greets,
      Matthias

       

Log in to post a comment.