View Single Post
  #7 (permalink)  
Old January 4th, 2008
GregorK GregorK is offline
Phex Developer
 
Join Date: May 8th, 2001
Location: Stuttgart, Germany
Posts: 988
GregorK is flying high
Default

That sounds good!
First I recommend to get the sources from:
https://phex.svn.sourceforge.net/svnroot/phex/phex/tags/release-3.2.0.102

Although 3.2 is already quite old and there should be better source available in the trunk. But the trunk is going through some big refactoring currently, so I can't recommend to use it.

Phex uses Apache ant to build from sources, the scripts are in the build directory.
The output/lib directory should contain the JARs after building.
There is also some more info on the Wiki:
http://www.phex.org/wiki/index.php/B...rom_Subversion

What you need to change is in file /src/phex/net/Server.java replace the method hasConnectedIncoming() with the following:
Code:
public boolean hasConnectedIncoming()
{
    return true;
}
Hope that it will help you.

Gregor
__________________
Reply With Quote