[daisy] Sketch Editor 1.0

Karel Vervaeke karel at outerthought.org
Tue Jun 10 17:08:28 CEST 2008


Some more notes:

* The unpacked daisywiki structure contains resources/sketchApplet
but the form template references resources/SketchApplet/ergon-...
This will not work in unix environments because the paths are
case-sensitive.

* In the readme file you wrote SketchDokument - you probably want to
change this to SketchDocument, as the document-styling files use the
English notation. (I know it's nitpicking, but I had to go back and
change my document name, so you might want to fix it).

* (BTW, found your source code alongside the class files in the end, as
noted before, you should try separate them and only distribute the
source + a build system.)

Other than that, you probably spent a lot of time, things look good and
we're entusiastic - don't be put down by my feedback and do not hesitate
to ask if you have questions.

Don't worry if you don't get everything entirely finished, the least we
can do is take our share of work to integrate your work into the Daisy
codebase.

Regards,
Karel

On Tue, 2008-06-10 at 16:02 +0200, Michael Hänni wrote:
> Hi Karel,
> 
> great to hear this!
> I will do the changes you mentioned, and provide a new zip file within a 
> week or two.
> 
> Regards,
> Michael
> 
> Karel Vervaeke schrieb:
> > Yes, we are still interested in integrating the editor (i.e. evaluate
> > whether its implementation is of sufficient quality).  I was planning to
> > do this somewhere before the next Daisy release (september), but it is
> > too soon to say when I will have time to do so.
> >
> > In the mean time, I had a quick look.  Perhaps I overlooked, but I did
> > not find the source-code for your work.
> > Also, was there a reason to merge your code and jhotdraw code in one jar
> > file? (It should be possible to run applets with different jarfiles, so
> > there is no need to do that).
> >
> > If you could structure the zip-file so that it contains a working
> > build and build instructions, it would be very helpful.
> > 
> > I am currently working on another applet, which is built using maven.
> > http://svn.cocoondev.org/viewsvn/branches/BRANCH_EDIT_APPLET/daisy/applications/daisywiki/parteditor-applet/
> >
> > * ideally, your build should prepare a directory structure which is
> > identical to the contents of your zipfile), the wiki frontend script
> > will copy all resources to the appropriate locations
> > * The jhotdraw dependency does not need to be included in your code
> > (maven, the build tool used for daisy takes care of downloading
> > dependencies, for your convenience I have already put the jhotdraw jar
> > file up on the maven repository at svn.cocoondev.org).  You you may want
> > to have a look at how the daisywiki frontend build scripts copies
> > dependencies to its target directory.
> >
> > Apart from that, I also noticed that your classes are compiled with Java
> > 6.  Because the applets should run on as many clients as possible, you
> > should get it down at least to Java 1.5 (Apparently there still is no
> > Java 6 for Mac(?))  This should not be a problem, it is usually a matter
> > of compiler settings.
> >
> > Regards,
> > Karel
> >
> > On Tue, 2008-06-10 at 14:34 +0200, Michael Hänni wrote:
> >   
> >> Hello
> >>
> >> On 15/May/08 I posted a first version of my Sketch Editor on the daisy 
> >> issue tracker. Meanwhile, I added some functionality, and fixed some 
> >> errors. I put the current version again on the issue tracker. Are you 
> >> interested in integrating this editor to the Daisy project?
> >> Please let me know in the next 1-2 weeks, as my internship ends by the 
> >> end of June.
> >>
> >> Regards,
> >> Michael
> >>
> >> _______________________________________________
> >> daisy community mailing list
> >> Professional Daisy support: http://outerthought.org/en/services/daisy/support.html
> >> mail to: daisy at lists.cocoondev.org
> >> list information: http://lists.cocoondev.org/mailman/listinfo/daisy
> >>     
> > _______________________________________________
> > daisy community mailing list
> > Professional Daisy support: http://outerthought.org/en/services/daisy/support.html
> > mail to: daisy at lists.cocoondev.org
> > list information: http://lists.cocoondev.org/mailman/listinfo/daisy
> >   
> 
> _______________________________________________
> daisy community mailing list
> Professional Daisy support: http://outerthought.org/en/services/daisy/support.html
> mail to: daisy at lists.cocoondev.org
> list information: http://lists.cocoondev.org/mailman/listinfo/daisy


More information about the daisy mailing list