Gnutella Forums  

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

Development Open Discussion Anything else about the Phex development


Like Tree2Likes
  • 1 Post By kermithermos
  • 1 Post By Lord of the Rings

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old June 1st, 2023
Disciple
 
Join Date: May 18th, 2023
Posts: 19
kermithermos is a great assister to others; your light through the dark tunnel
Default Is there any active development on phex?

See title.
Reply With Quote
  #2 (permalink)  
Old June 2nd, 2023
Phex Developer
 
Join Date: May 9th, 2001
Location: Stuttgart, Germany
Posts: 988
GregorK is flying high
Default

No. Website and code is pretty unmaintained. Can I help you with anything?
__________________
Reply With Quote
  #3 (permalink)  
Old June 2nd, 2023
Disciple
 
Join Date: May 18th, 2023
Posts: 19
kermithermos is a great assister to others; your light through the dark tunnel
Default

I tried to build it but maven cant find some libs:


buld-and-run



[ERROR] Failed to execute goal on project Phex: Could not resolve dependencies for project org.phex:Phex:jar:3.4.2: Failed to collect dependencies at net.sourceforge.groboutils:groboutils-core:jar:5: Failed to read artifact descriptor for net.sourceforge.groboutils:groboutils-core:jar:5: Could not transfer artifact net.sourceforge.groboutils:groboutils-coreom:5 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [phex-repository (http://phex.sourceforge.net/mavenrepository, default, releases+snapshots), geotools-repository (http://download.osgeo.org/webdav/geotools/, default, releases+snapshots), teleal-repo (http://teleal.org/m2, default, releases)] -> [Help 1]
[ERROR]
Reply With Quote
  #4 (permalink)  
Old June 2nd, 2023
Disciple
 
Join Date: May 18th, 2023
Posts: 19
kermithermos is a great assister to others; your light through the dark tunnel
Default

I cant compile phex, maven has problem to download a jarfile:

build-and-run

Code:
build-and-run

[WARNING] Some problems were encountered while building the effective model for org.phex:Phex:jar:3.4.2
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 157, column 14
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 175, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ---------------------------< org.phex:Phex >----------------------------
[INFO] Building Phex 3.4.2
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/groboutils/groboutils-core/5/groboutils-core-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/teleal/cling/cling-core/1.0.5/cling-core-1.0.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/teleal/cling/cling-support/1.0.5/cling-support-1.0.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/teleal/teleal-common/1.0.13/teleal-common-1.0.13.pom
Downloading from central: https://repo.maven.apache.org/maven2/net/roydesign/mrjadapter/1.1/mrjadapter-1.1.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.846 s
[INFO] Finished at: 2023-06-02T10:28:40+02:00
[INFO] ------------------------------------------------------------------------


[ERROR] Failed to execute goal on project Phex: Could not resolve dependencies for project org.phex:Phex:jar:3.4.2: Failed to collect dependencies at net.sourceforge.groboutils:groboutils-core:jar:5: Failed to read artifact descriptor for net.sourceforge.groboutils:groboutils-core:jar:5: Could not transfer artifact net.sourceforge.groboutils:groboutils-core:pom:5 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [phex-repository (http://phex.sourceforge.net/mavenrepository, default, releases+snapshots), geotools-repository (http://download.osgeo.org/webdav/geotools/, default, releases+snapshots), teleal-repo (http://teleal.org/m2, default, releases)] -> [Help 1]
[ERROR]
Reply With Quote
  #5 (permalink)  
Old June 2nd, 2023
Disciple
 
Join Date: May 18th, 2023
Posts: 19
kermithermos is a great assister to others; your light through the dark tunnel
Default

Quote:
Originally Posted by GregorK View Post
No. Website and code is pretty unmaintained. Can I help you with anything?

I tried to compile phex but maven cant download a jar-file:


Code:
[WARNING] Some problems were encountered while building the effective model for org.phex:Phex:jar:3.4.2
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 157, column 14
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 175, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ---------------------------< org.phex:Phex >----------------------------
[INFO] Building Phex 3.4.2
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/groboutils/groboutils-core/5/groboutils-core-5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/teleal/cling/cling-core/1.0.5/cling-core-1.0.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/teleal/cling/cling-support/1.0.5/cling-support-1.0.5.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/teleal/teleal-common/1.0.13/teleal-common-1.0.13.pom
Downloading from central: https://repo.maven.apache.org/maven2/net/roydesign/mrjadapter/1.1/mrjadapter-1.1.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.846 s
[INFO] Finished at: 2023-06-02T10:28:40+02:00
[INFO] ------------------------------------------------------------------------
Reply With Quote
  #6 (permalink)  
Old June 3rd, 2023
Disciple
 
Join Date: May 18th, 2023
Posts: 19
kermithermos is a great assister to others; your light through the dark tunnel
Default

I solved it later:
1. Downloaded the cling jars from another repo manually and put it to the local repo.Adding the other repo in the pom.xml didn't work.
mrjdapter downloaded manaully too, from github, newer version.
Update: This happend if maven blocks http, https-repos works. Default in maven is blocking http. You have to change settings.xml in your maven conf-dir or your .maven/settings.xml

2. Put comment tags to the grobo entry in the pom.xml, its only necessary for tests.

Then
Code:
mvn package -Dmaven.test.skip
to build the final .jar.
ToSp likes this.

Last edited by kermithermos; June 5th, 2023 at 02:09 AM.
Reply With Quote
  #7 (permalink)  
Old June 9th, 2023
Disciple
 
Join Date: May 18th, 2023
Posts: 19
kermithermos is a great assister to others; your light through the dark tunnel
Default

where is my last posting where I posted the solution found by myself?
Reply With Quote
  #8 (permalink)  
Old June 9th, 2023
Phex Developer
 
Join Date: May 9th, 2001
Location: Stuttgart, Germany
Posts: 988
GregorK is flying high
Default

I'm not sure why but looks like someone moderated your posts. I can still see them and I can see no reason why the post would need to be moderated. So lets hope an admin can correct this soon.
__________________
Reply With Quote
  #9 (permalink)  
Old June 10th, 2023
Lord of the Rings's Avatar
ContraBanned
 
Join Date: June 30th, 2004
Location: Middle of the ocean apparently (middle earth)
Posts: 654
Lord of the Rings has a distinguished reputationLord of the Rings has a distinguished reputationLord of the Rings has a distinguished reputation
Default

Quote:
Originally Posted by GregorK View Post
I'm not sure why but looks like someone moderated your posts. I can still see them and I can see no reason why the post would need to be moderated. So lets hope an admin can correct this soon.
There has been no moderation to this thread except approving the thread by a fellow moderator. There can sometimes be an issue with auto-editing for new member's posts or key words that require the post to be approved or not; these posts should have also been approved, but are now approved. An oversight.
ToSp likes this.
Reply With Quote
  #10 (permalink)  
Old July 17th, 2024
Gnutella Admirer
 
Join Date: January 25th, 2007
Posts: 69
Manifest0 is flying high
Default

Can you provide the jar?
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 06:05 PM.


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.