You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by Hervé Girod <he...@club-internet.fr> on 2007/03/04 22:17:32 UTC

Errors compiling Batik (last trunk version)

Hello,

When trying to fix the reopened bug #40594 (WMF conversion library does 
not handle DIBBITBLT operand) 
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40594>, I stumbled on 
2 compilation errors on the last Batik trunk vesoin (as of today) :
- org.apache.batik.dom.util.DOMUtilities use a DOMUtilitiesSupport in 
the getModifiersList(...) method, but this class does not exist
- org.apache.batik.gvt.event.GraphicsNodeInputEvent use a 
AWTEventDispatcher class which seems to have been removed from the 
source tree

Do I need to open a bug for that ?

Herve



---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org


Re: Errors compiling Batik (last trunk version)

Posted by Hervé Girod <he...@club-internet.fr>.
Hi Cameron,

Sorry for my late answer, but first I tried without any result to 
understand what was my mistake, and then I had some holidays...

It turns out that the only problem I had was an incomplete update from 
trunk in my local copy (so some classes were in an older version, it 
seems), just messing with my subversion client... Always check for the 
most obvious, they say...

Hervé

Cameron McCormack wrote:
> Hi Hervé.
>
> Hervé Girod:
>   
>> When trying to fix the reopened bug #40594 (WMF conversion library does 
>> not handle DIBBITBLT operand) 
>> <http://issues.apache.org/bugzilla/show_bug.cgi?id=40594>, I stumbled on 
>> 2 compilation errors on the last Batik trunk vesoin (as of today) :
>> - org.apache.batik.dom.util.DOMUtilities use a DOMUtilitiesSupport in 
>> the getModifiersList(...) method, but this class does not exist
>> - org.apache.batik.gvt.event.GraphicsNodeInputEvent use a 
>> AWTEventDispatcher class which seems to have been removed from the 
>> source tree
>>     
>
> These two classes are JDK-specific, and so live in the sources-1.3 and
> sources-1.4 directories.  How are you building Batik?  Using the
> included build scripts I have no problems.
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org


Re: Errors compiling Batik (last trunk version)

Posted by Cameron McCormack <ca...@mcc.id.au>.
Hi Hervé.

Hervé Girod:
> When trying to fix the reopened bug #40594 (WMF conversion library does 
> not handle DIBBITBLT operand) 
> <http://issues.apache.org/bugzilla/show_bug.cgi?id=40594>, I stumbled on 
> 2 compilation errors on the last Batik trunk vesoin (as of today) :
> - org.apache.batik.dom.util.DOMUtilities use a DOMUtilitiesSupport in 
> the getModifiersList(...) method, but this class does not exist
> - org.apache.batik.gvt.event.GraphicsNodeInputEvent use a 
> AWTEventDispatcher class which seems to have been removed from the 
> source tree

These two classes are JDK-specific, and so live in the sources-1.3 and
sources-1.4 directories.  How are you building Batik?  Using the
included build scripts I have no problems.

-- 
Cameron McCormack, http://mcc.id.au/
	xmpp:heycam@jabber.org  ▪  ICQ 26955922  ▪  MSN cam@mcc.id.au

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org