Gnutella Forums  

Go Back   Gnutella Forums > Current Gnutella Client Forums > Phex (Cross-platform) > General Discussion
Register FAQ The Twelve Commandments Members List Calendar Arcade Find the Best VPN Today's Posts

General Discussion For anything which doesn't fit somewhere else (for PHEX users)


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old November 30th, 2005
Disciple
 
Join Date: November 23rd, 2005
Location: Beijing
Posts: 17
buptkang is flying high
Default could not run well??

Now ,i have compiled the Phex according to the installer in the Phex Source Code?But when i build the Phex ,there have some trouble with me??

first when i input "ant" without error, there has some error in front of me!!


init:

buildJava:

initJava:

compileSource:
[javac] Compiling 733 source files to D:\Phex\phex\output\classes
[javac] D:\Phex\phex\src\phex\update\UpdateCheckRunner.jav a:46: cannot resolve symbol
[javac] symbol : class DUpdateRequest
[javac] location: package sax
[javac] import phex.xml.sax.DUpdateRequest;
[javac] ^
[javac] D:\Phex\phex\src\phex\xml\sax\DPhex.java:17: cannot resolve symbol
[javac] symbol : class DUpdateRequest
[javac] location: class phex.xml.sax.DPhex
[javac] private DUpdateRequest updateRequest;
[javac] ^
[javac] D:\Phex\phex\src\phex\xml\sax\DPhex.java:57: cannot resolve symbol
[javac] symbol : class DUpdateRequest
[javac] location: class phex.xml.sax.DPhex
[javac] public DUpdateRequest getUpdateRequest()
[javac] ^
[javac] D:\Phex\phex\src\phex\xml\sax\DPhex.java:62: cannot resolve symbol
[javac] symbol : class DUpdateRequest
[javac] location: class phex.xml.sax.DPhex
[javac] public void setUpdateRequest( DUpdateRequest value )
[javac] ^
[javac] D:\Phex\phex\src\phex\update\UpdateCheckRunner.jav a:280: cannot resolve symbol
[javac] symbol : class DUpdateRequest
[javac] location: class phex.update.UpdateCheckRunner
[javac] DUpdateRequest dRequest = new DUpdateRequest();
[javac] ^
[javac] D:\Phex\phex\src\phex\update\UpdateCheckRunner.jav a:280: cannot resolve symbol
[javac] symbol : class DUpdateRequest
[javac] location: class phex.update.UpdateCheckRunner
[javac] DUpdateRequest dRequest = new DUpdateRequest();
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 6 errors


what's wrong with it??

another question is where is the phex.jar stored ,is it existed in the directory output??why doesn't me find it in this directory??

Could somebody help me ??
Reply With Quote
  #2 (permalink)  
Old November 30th, 2005
Phex Developer
 
Join Date: May 9th, 2001
Location: Stuttgart, Germany
Posts: 988
GregorK is flying high
Default

Sorry, but the current CVS version is not complete.... and there are compile errors.

I try to fix it in the next days, until then you can use the CVS version tagged with 'release-2_8_2_92'.

Sorry for your inconvenience you are doing everything right. The phex.jar appears in the output directory once everything compiles right.
__________________
Reply With Quote
  #3 (permalink)  
Old November 30th, 2005
Disciple
 
Join Date: November 23rd, 2005
Location: Beijing
Posts: 17
buptkang is flying high
Default

JUST like u say, this CVS version(WinCvs 2.0.2.4 (milestone) ) is not stable,but how can it publish on net(http://www.wincvs.org/)??
in this page ,i can get this version only,can't find the version u recommand to me(release-2_8_2_92)!where can i get it?? or update ???
Thank u
Reply With Quote
  #4 (permalink)  
Old November 30th, 2005
Phex Developer
 
Join Date: May 9th, 2001
Location: Stuttgart, Germany
Posts: 988
GregorK is flying high
Default

WinCVS is stable but the current Phex in CVS is not!

When you 'Update' Phex with WinCVS do that:
on the page 'Update settings' activate the option 'Create missing directories...'
and on the page 'Update options' activate the field 'By revision/tag/branch' and enter 'release-2_8_2_92' into it.

Gregor
__________________
Reply With Quote
  #5 (permalink)  
Old November 30th, 2005
Disciple
 
Join Date: November 23rd, 2005
Location: Beijing
Posts: 17
buptkang is flying high
Default

Thank u ,but what is it mean,does the project have some small bug,what's wrong with it in details about this problem??
Reply With Quote
  #6 (permalink)  
Old November 30th, 2005
Phex Developer
 
Join Date: May 9th, 2001
Location: Stuttgart, Germany
Posts: 988
GregorK is flying high
Default

The classes in CVS are incomplete some are missing.. they just dont compile currently because they are inconsistent.
This happens sometimes since the code in CVS is under active development.
I will fix it in the next days.
__________________
Reply With Quote
  #7 (permalink)  
Old November 30th, 2005
arne_bab's Avatar
Draketo, small dragon.
 
Join Date: May 31st, 2002
Location: Heidelberg, Germany
Posts: 1,881
arne_bab is a great assister to others; your light through the dark tunnel
Default

If you use CVS it can happen sometimes, that the code doesn't compile, but in my experience this happens only a small part of the time.

Most times the CVS-Version is quite stable, often more stable than some betas of other programs. Because of that, most of my Phex testing is being done using the cvs-version (but maybe that might be mostly me, because I like to stay on the cutting edge, as the bladedancer I am .
__________________

-> put this banner into your own signature! <-
--
Erst im Spiel lebt der Mensch.
Nur ludantaj homoj vivas.
GnuFU.net - Gnutella For Users
Draketo.de - Shortstories, Poems, Music and strange Ideas.
Reply With Quote
  #8 (permalink)  
Old December 1st, 2005
Disciple
 
Join Date: November 23rd, 2005
Location: Beijing
Posts: 17
buptkang is flying high
Default

i meet some problem about cvs,i have not used CVS before!!
what's wrong with it??

cvs update -P -d -- INSTALL (in directory D:\Phex\phex\)
cvs update: Empty password used - try 'cvs login' with a real password

how to tackle with it??
Reply With Quote
  #9 (permalink)  
Old December 3rd, 2005
arne_bab's Avatar
Draketo, small dragon.
 
Join Date: May 31st, 2002
Location: Heidelberg, Germany
Posts: 1,881
arne_bab is a great assister to others; your light through the dark tunnel
Default

There's a guide on the building in teh HowTo's section of the phex-page:

http://phex.org/content/view/68/47/

Just follow the sf-net-instructions to get the sources:

http://sourceforge.net/cvs/?group_id=27021
__________________

-> put this banner into your own signature! <-
--
Erst im Spiel lebt der Mensch.
Nur ludantaj homoj vivas.
GnuFU.net - Gnutella For Users
Draketo.de - Shortstories, Poems, Music and strange Ideas.
Reply With Quote
  #10 (permalink)  
Old December 5th, 2005
Disciple
 
Join Date: November 23rd, 2005
Location: Beijing
Posts: 17
buptkang is flying high
Default

Thank u ,i have solved this problem!!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 03:46 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.