|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
General Discussion For anything which doesn't fit somewhere else (for PHEX users) |
| LinkBack | Thread Tools | Display Modes |
| |||
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 ?? |
| |||
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. |
| |||
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 |
| |||
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 |
| |||
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. |
| ||||
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. |
| |||
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?? |
| ||||
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. |
| |