Sketch Editor Maven

View: New views
4 Messages — Rating Filter:   Alert me  

Sketch Editor Maven

by Michael Hänni :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello

The zip file I put on JIRA contains the required files to build the
Sketch Editor during the frontend build. The "Readme.txt" tells you what
to do to get it running.
The sketcheditor.diff file shows the changements to the already existing
files.

I tested the Sketch Editor on Mac OS X and it works perfect.

The Sketch Editor runns in the following browsers:
-Firefox, IExpolorer,

For running in Opera on Windows, you have to add the "asdfsdf.dll" into
the c:\WINDOWS\system32\ folder.
Not running in Safari without any feedback.


A problem I'm having with the sketch editor is the following:
I need the JHotDraw library twice:
- once in WEB-INF/lib for the serializer of the sketches
- once in sketchapplet/lib for the sketch applet
Is there a way to put one JHotDraw library somewhere where both
components can use it?

Regards,
Michael

_______________________________________________
daisy community mailing list
Professional Daisy support: http://outerthought.org/en/services/daisy/support.html
mail to: daisy@...
list information: http://lists.cocoondev.org/mailman/listinfo/daisy

Re: Sketch Editor Maven

by karel_vervaeke :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Safari need not be tested - the most important are MSIE (Win) and
Firefox (win, mac, linux).  For viewing-only, the more browsers the
better  (Safari, Opera).

As for the jhotdraw library duplication: that's not a problem, we can
just have the library in two places.  Keep in mind that the repository
and the wiki are two separate applications - they can even be on two
distinct servers.

Regards,
Karel

On Tue, 2008-07-01 at 09:40 +0200, Michael Hänni wrote:

> Hello
>
> The zip file I put on JIRA contains the required files to build the
> Sketch Editor during the frontend build. The "Readme.txt" tells you what
> to do to get it running.
> The sketcheditor.diff file shows the changements to the already existing
> files.
>
> I tested the Sketch Editor on Mac OS X and it works perfect.
>
> The Sketch Editor runns in the following browsers:
> -Firefox, IExpolorer,
>
> For running in Opera on Windows, you have to add the "asdfsdf.dll" into
> the c:\WINDOWS\system32\ folder.
> Not running in Safari without any feedback.
>
>
> A problem I'm having with the sketch editor is the following:
> I need the JHotDraw library twice:
> - once in WEB-INF/lib for the serializer of the sketches
> - once in sketchapplet/lib for the sketch applet
> Is there a way to put one JHotDraw library somewhere where both
> components can use it?
>
> Regards,
> Michael
>
> _______________________________________________
> daisy community mailing list
> Professional Daisy support: http://outerthought.org/en/services/daisy/support.html
> mail to: daisy@...
> 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@...
list information: http://lists.cocoondev.org/mailman/listinfo/daisy

Re: Sketch Editor Maven

by Michael Hänni :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Karel

But both JHotDraw libraries are inside the wiki at the moment:
- one at: daisywiki/webapp/WEB-INF/lib/JHotDrawDraw-7.1.jar
- one at: daisywiki/webapp/daisy/resources/sketcheditor/JHotDrawDraw-7.1.jar

Regards,
Michael

Karel Vervaeke schrieb:

> Safari need not be tested - the most important are MSIE (Win) and
> Firefox (win, mac, linux).  For viewing-only, the more browsers the
> better  (Safari, Opera).
>
> As for the jhotdraw library duplication: that's not a problem, we can
> just have the library in two places.  Keep in mind that the repository
> and the wiki are two separate applications - they can even be on two
> distinct servers.
>
> Regards,
> Karel
>
> On Tue, 2008-07-01 at 09:40 +0200, Michael Hänni wrote:
>  
>> Hello
>>
>> The zip file I put on JIRA contains the required files to build the
>> Sketch Editor during the frontend build. The "Readme.txt" tells you what
>> to do to get it running.
>> The sketcheditor.diff file shows the changements to the already existing
>> files.
>>
>> I tested the Sketch Editor on Mac OS X and it works perfect.
>>
>> The Sketch Editor runns in the following browsers:
>> -Firefox, IExpolorer,
>>
>> For running in Opera on Windows, you have to add the "asdfsdf.dll" into
>> the c:\WINDOWS\system32\ folder.
>> Not running in Safari without any feedback.
>>
>>
>> A problem I'm having with the sketch editor is the following:
>> I need the JHotDraw library twice:
>> - once in WEB-INF/lib for the serializer of the sketches
>> - once in sketchapplet/lib for the sketch applet
>> Is there a way to put one JHotDraw library somewhere where both
>> components can use it?
>>
>> Regards,
>> Michael
>>
>> _______________________________________________
>> daisy community mailing list
>> Professional Daisy support: http://outerthought.org/en/services/daisy/support.html
>> mail to: daisy@...
>> 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@...
> 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@...
list information: http://lists.cocoondev.org/mailman/listinfo/daisy

Re: Sketch Editor Maven

by karel_vervaeke :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Oh sorry, I wasn't awake yet.  I think it's acceptable as well.  It
could be solved by adding a pipeline specifically for the JHotDraw jar,
but don't bother.  It's easy to change later on if people disagree with
the duplication.

Regards,
Karel

On Tue, 2008-07-01 at 10:12 +0200, Michael Hänni wrote:

> Hi Karel
>
> But both JHotDraw libraries are inside the wiki at the moment:
> - one at: daisywiki/webapp/WEB-INF/lib/JHotDrawDraw-7.1.jar
> - one at: daisywiki/webapp/daisy/resources/sketcheditor/JHotDrawDraw-7.1.jar
>
> Regards,
> Michael
>
> Karel Vervaeke schrieb:
> > Safari need not be tested - the most important are MSIE (Win) and
> > Firefox (win, mac, linux).  For viewing-only, the more browsers the
> > better  (Safari, Opera).
> >
> > As for the jhotdraw library duplication: that's not a problem, we can
> > just have the library in two places.  Keep in mind that the repository
> > and the wiki are two separate applications - they can even be on two
> > distinct servers.
> >
> > Regards,
> > Karel
> >
> > On Tue, 2008-07-01 at 09:40 +0200, Michael Hänni wrote:
> >  
> >> Hello
> >>
> >> The zip file I put on JIRA contains the required files to build the
> >> Sketch Editor during the frontend build. The "Readme.txt" tells you what
> >> to do to get it running.
> >> The sketcheditor.diff file shows the changements to the already existing
> >> files.
> >>
> >> I tested the Sketch Editor on Mac OS X and it works perfect.
> >>
> >> The Sketch Editor runns in the following browsers:
> >> -Firefox, IExpolorer,
> >>
> >> For running in Opera on Windows, you have to add the "asdfsdf.dll" into
> >> the c:\WINDOWS\system32\ folder.
> >> Not running in Safari without any feedback.
> >>
> >>
> >> A problem I'm having with the sketch editor is the following:
> >> I need the JHotDraw library twice:
> >> - once in WEB-INF/lib for the serializer of the sketches
> >> - once in sketchapplet/lib for the sketch applet
> >> Is there a way to put one JHotDraw library somewhere where both
> >> components can use it?
> >>
> >> Regards,
> >> Michael
> >>
> >> _______________________________________________
> >> daisy community mailing list
> >> Professional Daisy support: http://outerthought.org/en/services/daisy/support.html
> >> mail to: daisy@...
> >> 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@...
> > 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@...
> 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@...
list information: http://lists.cocoondev.org/mailman/listinfo/daisy