PAiC-BD / Extended-jSS7

PAiC Extended jSS7 source code documentation based on Restcomm Open Source Project
GNU Affero General Public License v3.0
2 stars 1 forks source link

error on install #2

Open parsibox opened 3 years ago

parsibox commented 3 years ago

hi i use java 1.7 and command mvn clean install it has this error what can i do? how can i fix it?

[ERROR] The build could not read 1 project -> [Help 1]
org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] Child module /home/mohsen/Extended-jSS7/sccp/sccp-api-ext of /home/mohsen/Extended-jSS7/sccp/pom.xml does not exist @ 
[ERROR] Child module /home/mohsen/Extended-jSS7/sccp/sccp-impl-ext of /home/mohsen/Extended-jSS7/sccp/pom.xml does not exist @ 
[ERROR] Child module /home/mohsen/Extended-jSS7/sccp/sccp-cli-ext of /home/mohsen/Extended-jSS7/sccp/pom.xml does not exist @ 

    at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:363)
    at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:636)
    at org.apache.maven.DefaultMaven.getProjectsForMavenReactor(DefaultMaven.java:585)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:234)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)
[ERROR]   
[ERROR]   The project org.restcomm.protocols.ss7.sccp:sccp-parent:8.0.0-170 (/home/mohsen/Extended-jSS7/sccp/pom.xml) has 3 errors
[ERROR]     Child module /home/mohsen/Extended-jSS7/sccp/sccp-api-ext of /home/mohsen/Extended-jSS7/sccp/pom.xml does not exist
[ERROR]     Child module /home/mohsen/Extended-jSS7/sccp/sccp-impl-ext of /home/mohsen/Extended-jSS7/sccp/pom.xml does not exist
[ERROR]     Child module /home/mohsen/Extended-jSS7/sccp/sccp-cli-ext of /home/mohsen/Extended-jSS7/sccp/pom.xml does not exist
[ERROR] 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
Ghostfacexx commented 3 years ago

seriously? you cant change the name of the folders?

parsibox commented 3 years ago

change which folder name???

Ghostfacexx commented 3 years ago

the master pom looks for the child poms in ***-ext folders - just change each folder to represent the correct location. and in the parent pom delete the folders without the -ext! its 6 folders mention in the Parent - delete the NON -ext ones. but thats the smallest issue. that stack is UNCOMPILABLE. i tried more than 700 times.

On Sat, 4 Sept 2021 at 16:14, Mohsen Davari @.***> wrote:

change which folder name???

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/PAiC-BD/Extended-jSS7/issues/2#issuecomment-912972640, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVBHCN33UDVYB63WTSVIYRLUAILUDANCNFSM4WTVUOSQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

jarmex commented 2 years ago

A similar repository can be found here https://github.com/PAiC-BD-Sales/Extended-jSS7 and it has more details on how to build the application.

juankgardez commented 1 month ago

Thanks!