-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installation problem #1
Comments
Hello, Sen2coral is currently under development, it is not possible to use it yet. When a beta version is available, I will inform you and then there should be no problem with the installation. |
Hello, |
Hello, |
Dear Obarrilero, The package Sen-2coral toolbox seems to install correctly. I am a complete ignorant regarding maven, but it seems that the path and/or dependencies to 7.0.0-SNAPSHOT: is no longer valid. Maven seems to expect the snapshot in org.esa.snap:snap-core:jar:tests:7.0.0-SNAPSHOT, while it appears to be in org/esa/snap/snap-core/7.0.0-SNAPSHOT. Is is a matter of editing and adjusting the POM.xml files in both packages directories (snap-engine and snap-desktop) or does it require more advanced skills and editing tools? |
It is strange, it is building properly on my PC. Are you using the last version of master branch? |
I cloned the git repositories as indicated in the wiki. The only change I applied is cloning https://github.com/senbox-org/sen2coral-kit.git instead of en2coral.git. And installing the repository worked actually. |
The projects snap-engine and snap-desktop should actually build. |
Are you following the instructions that you can find in the link below? |
I used the instructions given in the sen2coral. For example i tried to use the command |
i used but i have the following errors Any ideas? |
Have you installed the Java JDK? |
yeap. I have installed JDK 10. |
Could you try with JDK 1.8? |
I am using Ubuntu 17.10 running in Oracle's virtualbox with Oracles Java JDK 1.8. I follwed the installation steps in the Sen2Coral wiki with one exception: I cloned sen2coral-box, not sen2-coral as indicated in the wiki. in case of snap-desktop, I received 3 errors: SNAP User Interface Library, SNAP Graph Processing Framework (GPF) GUI, SNAP Graph Builder Sen2coral built correctly using: mvn clean install -Dmaven.test.skip=true marpet (see message above 3 days ago) recommended including mvn install nbm:cluster in the call. I did, but this led to more build errors. Apart, I realized that there are differing settings recommended for the configuration of IntelliJ IDEA. The sen2coral wiki requires not to enable the option Create module groups for multi-module Maven projects, while the SNAP Cookbook recommends to configure the IDE selecting Group Modules (https://senbox.atlassian.net/wiki/spaces/SNAP/pages/24051775/IntelliJ+IDEA) . I would be helpful I someone could fix SNAP's depdendency errors, first. |
I tried with JDK 1.8 and i have the following Also in order to run should i download this software |
Yes, you need this IDE. Tried mvn install -DskipTests, BUILD SUCCESS without failure! Next challenge: IntelliJ IDEA configuration |
how to configure this module in intellijidea someone please give a solution, i have tried and got errors like -Dsun.awt.nopixfmt=true ,,,,,couldnt find something |
Hello,
I followed the page for installation. engine and desktop installation are ok but when I try to install sen2coral error messages appeared at the end of the installation step.
Failed to execute goal org.codehaus.mojo:nbm-maven-plugin:3.14:cluster (default) on project sen2coral-kit: The NetBeans binary directory structure for org.esa.sen2coral:sen2coral-inversion-ui:nbm:0.1.0-SNAPSHOT is not created yet.
[ERROR] Please execute 'mvn install nbm:cluster' to build all relevant projects in the reactor.
I executed "mvn install nbm:cluster" after "mvn install" and the version without test, but I had the same error message. How can I get over this?
Thanks,
Fethi
The text was updated successfully, but these errors were encountered: