|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
Development Open Discussion Anything else about the Phex development |
| LinkBack | Thread Tools | Display Modes |
| |||
SVN branch or tag for Phex Release Hallo, I want to give phex a try because it could turn out to be useful for a project of mine. I have checked out the trunk and I am building it right now. I would also like to have the source code of the latest release (phex_3.4.2.116.zip), but I could not find a tag or branch on SVN that seems to correspond to this release. Can someone give me some hints? Thank you in advance and many greetings Giorgio |
| |||
Additional issues with phex build I have followed the instructions found at http://www.phex.org/wiki/index.php/B...rom_Subversion (1) Checked out the phex source code from the SVN trunk (2) Run the command $ mvn package my maven version is: Apache Maven 2.2.1 (rdebian-1) maven downloads several files and then issues some error messages and stops building. First there is a warning: [WARNING] POM for 'org.python:jythonom:2.5.0:compile' is invalid. Its dependencies (if any) will NOT be available to the current build. and later an error message error: error reading /home/giorgio/.m2/repository/org/python/jython/2.5.0/jython-2.5.0.jar; error in opening zip file Similar error messages are printed for the other downloaded files. Has anybody had a similar problem? Thanks Giorgio |
| |||
Check out http://phex.sourceforge.net/snapshots for the latest builds. I think Arne might know more about the jython problems. |
| |||
Thanks for the hint. there seems to be no source snapshot for the latest official release (phex_3.4.2.116.zip) indicated in the homepage. I will use another snapshot from the link you indicated. |
| |||
The should be all on sourceforge in the Files section, I think.. http://sourceforge.net/projects/phex...s/Phex%203.4.2 |
| |||
Hi, I am having several problems while trying to build phex, both with the current trunk version and with the latest stable release. I guess it is not convenient to post all the errors in the forum. Is there anybody who could drive me through the compilation process (per private message)? Thank you in advance and many greetings Giorgio |
| |||
Quote:
I updated the maven build file in SVN. Please try to delete all error causing files in /home/giorgio/.m2/repository/ or the whole directory structure if you like to make sure and start the build again. Gregor |
| |||
Quote:
[INFO] Compilation failure /media/diskb1/home/giorgio/eclipse/workspace/phexsource/src/main/java/phex/common/OpenPgpToolkit.java:[87,8] exception org.bouncycastle.openpgp.PGPException is never thrown in body of corresponding try statement Very strange. It could mean that we are using different version of this library, but I just checked out a clean trunk and deleted the /.m2 folder. |
| |