bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] FYI: Releasing the first CORBA/Swing example ( two play


From: Meskauskas Audrius
Subject: Re: [cp-patches] FYI: Releasing the first CORBA/Swing example ( two player network strategy game)
Date: Thu, 17 Nov 2005 09:54:38 +0100
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Thanks a lot for the build bug report. The bug was entered into our database as

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24911.

Classpath build system is a complex and sensitive thing. I will wait for some time, probably somebody with more experience on GNU Classpath build modifications could fix this in a more general way, not specifically to the mentioned package.
As a temporary workaround, I suggest to build the missing examples with your 
IDE rather than with the Classpath build system. These examples do not refer to 
any specific Classpath classes and can be build as a separate Eclipse project.


Paul Jenner wrote:

Hi Audrius.

On Tue, 2005-11-15 at 22:12 +0100, Meskauskas Audrius wrote:
This example should demonstrate the work of CORBA in the Swing based network game.

2005-11-15  Audrius Meskauskas  <address@hidden>

   * examples/gnu/classpath/examples/CORBA/swing/README.html,
   examples/gnu/classpath/examples/CORBA/swing/x5/CanvasWorld.java,
   examples/gnu/classpath/examples/CORBA/swing/x5/ChatConstants.java,
   examples/gnu/classpath/examples/CORBA/swing/x5/ClientFrame.java,
   examples/gnu/classpath/examples/CORBA/swing/x5/Demo.java,
   examples/gnu/classpath/examples/CORBA/swing/x5/GameManager.java,
   examples/gnu/classpath/examples/CORBA/swing/x5/GameManagerImpl.java,
   examples/gnu/classpath/examples/CORBA/swing/x5/IorReader.java,
   examples/gnu/classpath/examples/CORBA/swing/x5/OrbStarter.java,
   examples/gnu/classpath/examples/CORBA/swing/x5/Player.java,
   examples/gnu/classpath/examples/CORBA/swing/x5/PlayerImpl.java,
   examples/gnu/classpath/examples/CORBA/swing/x5/PlayingDesk.java,
   examples/gnu/classpath/examples/CORBA/swing/x5/State.java,
   examples/gnu/classpath/examples/CORBA/swing/x5/X5Server.java,
examples/gnu/classpath/examples/CORBA/swing/x5/_GameManagerImpl_Tie.java,
   examples/gnu/classpath/examples/CORBA/swing/x5/_GameManager_Stub.java,
   examples/gnu/classpath/examples/CORBA/swing/x5/_PlayerImpl_Tie.java,
examples/gnu/classpath/examples/CORBA/swing/x5/_Player_Stub.java: New files.

This doesn't appear to get included in the installed examples, at least
in my CVS autobuild.

Having a look now (as I want to play with this :-) but I wondered
initially if it is to do with the examples Makefile.am only looking one
directory deep for source files:

# All our example java source files
EXAMPLE_JAVA_FILES = $(srcdir)/gnu/classpath/examples/*/*.java

where the CORBA examples are two and more directories deep. (Also
probably want an EXTRA_DIST for the README.)

While I try to get my head around automake, is anyone else seeing this
or is this just my set-up?

Thanks,

Paul






reply via email to

[Prev in Thread] Current Thread [Next in Thread]