You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for reply about python,
When i try to apply that python path and build,
Error Occurd about cs-studio-thirdparty. Especially edu.,msu.nscl.olog.api
Here is Error log
[INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ edu.msu.nscl.olog.api ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] thirdparty BUILD-VERSION ........................... SUCCESS [ 0.114 s]
[INFO] thirdparty-plugins 1.0.0-SNAPSHOT .................. SUCCESS [ 0.005 s]
[INFO] edu.msu.nscl.olog.api 2.2.8-SNAPSHOT ............... FAILURE [ 0.363 s]
[INFO] gov.bnl.channelfinder.api 3.0.3-SNAPSHOT ........... SKIPPED
[INFO] org.csstudio.platform.libs.easymock 3.0.0-SNAPSHOT . SKIPPED
[INFO] org.csstudio.platform.libs.hibernate 1.0.0-SNAPSHOT SKIPPED
[INFO] org.csstudio.platform.libs.jdbc 1.4.0-SNAPSHOT ..... SKIPPED
[INFO] org.csstudio.platform.libs.jmock 1.1.0-SNAPSHOT .... SKIPPED
[INFO] org.csstudio.platform.libs.jms 5.4.2-SNAPSHOT ...... SKIPPED
[INFO] org.csstudio.platform.libs.tine 1.3.0-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.nebula.widgets.grid 1.0.0-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.nebula.jface.gridviewer 1.0.0-SNAPSHOT . SKIPPED
[INFO] gov.bnl.shiftClient 1.0.0-SNAPSHOT ................. SKIPPED
[INFO] thirdparty-features 0.0.3-SNAPSHOT ................. SKIPPED
[INFO] org.csstudio.thirdparty.all.feature 1.0.3-SNAPSHOT . SKIPPED
[INFO] thirdparty-repository 4.0.0-SNAPSHOT ............... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34.861 s
[INFO] Finished at: 2019-06-30T16:53:55+09:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) on project edu.msu.nscl.olog.api: No git repository found searching upwards from /home/sky/skygit/xface/cs-studio-thirdparty/plugins/edu.msu.nscl.olog.api -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :edu.msu.nscl.olog.api
real 0m37.097s
user 0m51.393s
sys 0m1.364s
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) on project edu.msu.nscl.olog.api: No git repository found searching upwards from /home/sky/skygit/xface/cs-studio-thirdparty/plugins/edu.msu.nscl.olog.api -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :edu.msu.nscl.olog.api
so when i enter to cs-studio-thirdparty/plugins/edu.msu.nscl.olog.api and command
mvn clean verify
Then, got this logs
[INFO] Resolving class path of MavenProject: org.csstudio:edu.msu.nscl.olog.api:2.2.8-SNAPSHOT @ /home/sky/skygit/xface/cs-studio-thirdparty/plugins/edu.msu.nscl.olog.api/pom.xml
[INFO]
[INFO] -----------------< org.csstudio:edu.msu.nscl.olog.api >-----------------
[INFO] Building edu.msu.nscl.olog.api 2.2.8-SNAPSHOT
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ edu.msu.nscl.olog.api ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
Skip Download logs
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:14 min
[INFO] Finished at: 2019-06-30T16:56:01+09:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) on project edu.msu.nscl.olog.api: No git repository found searching upwards from /cs-studio-thirdparty/plugins/edu.msu.nscl.olog.api -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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/MojoExecutionException
There are no git repository found searching upwards from blabla..
How can i fix that problem?
I am using cs-studio-thirdparty snapshots for build.
cs-studio-thirdparty-5d9eb92ced5372c64ac37693ab1f4c16dae01f0f.zip
please help...
The text was updated successfully, but these errors were encountered:
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: edu.msu.nscl.olog.api 2.2.8.qualifier
[ERROR] Missing requirement: edu.msu.nscl.olog.api 2.2.8.qualifier requires 'bundle org.eclipse.core.runtime 0.0.0' but it could not be found
[ERROR]
[ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
Thank you for reply about python,
When i try to apply that python path and build,
Error Occurd about cs-studio-thirdparty. Especially edu.,msu.nscl.olog.api
Here is Error log
[INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ edu.msu.nscl.olog.api ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] thirdparty BUILD-VERSION ........................... SUCCESS [ 0.114 s]
[INFO] thirdparty-plugins 1.0.0-SNAPSHOT .................. SUCCESS [ 0.005 s]
[INFO] edu.msu.nscl.olog.api 2.2.8-SNAPSHOT ............... FAILURE [ 0.363 s]
[INFO] gov.bnl.channelfinder.api 3.0.3-SNAPSHOT ........... SKIPPED
[INFO] org.csstudio.platform.libs.easymock 3.0.0-SNAPSHOT . SKIPPED
[INFO] org.csstudio.platform.libs.hibernate 1.0.0-SNAPSHOT SKIPPED
[INFO] org.csstudio.platform.libs.jdbc 1.4.0-SNAPSHOT ..... SKIPPED
[INFO] org.csstudio.platform.libs.jmock 1.1.0-SNAPSHOT .... SKIPPED
[INFO] org.csstudio.platform.libs.jms 5.4.2-SNAPSHOT ...... SKIPPED
[INFO] org.csstudio.platform.libs.tine 1.3.0-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.nebula.widgets.grid 1.0.0-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.nebula.jface.gridviewer 1.0.0-SNAPSHOT . SKIPPED
[INFO] gov.bnl.shiftClient 1.0.0-SNAPSHOT ................. SKIPPED
[INFO] thirdparty-features 0.0.3-SNAPSHOT ................. SKIPPED
[INFO] org.csstudio.thirdparty.all.feature 1.0.3-SNAPSHOT . SKIPPED
[INFO] thirdparty-repository 4.0.0-SNAPSHOT ............... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34.861 s
[INFO] Finished at: 2019-06-30T16:53:55+09:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) on project edu.msu.nscl.olog.api: No git repository found searching upwards from /home/sky/skygit/xface/cs-studio-thirdparty/plugins/edu.msu.nscl.olog.api -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :edu.msu.nscl.olog.api
real 0m37.097s
user 0m51.393s
sys 0m1.364s
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) on project edu.msu.nscl.olog.api: No git repository found searching upwards from /home/sky/skygit/xface/cs-studio-thirdparty/plugins/edu.msu.nscl.olog.api -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :edu.msu.nscl.olog.api
so when i enter to cs-studio-thirdparty/plugins/edu.msu.nscl.olog.api and command
mvn clean verify
Then, got this logs
[INFO] Resolving class path of MavenProject: org.csstudio:edu.msu.nscl.olog.api:2.2.8-SNAPSHOT @ /home/sky/skygit/xface/cs-studio-thirdparty/plugins/edu.msu.nscl.olog.api/pom.xml
[INFO]
[INFO] -----------------< org.csstudio:edu.msu.nscl.olog.api >-----------------
[INFO] Building edu.msu.nscl.olog.api 2.2.8-SNAPSHOT
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ edu.msu.nscl.olog.api ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
Skip Download logs
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:14 min
[INFO] Finished at: 2019-06-30T16:56:01+09:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) on project edu.msu.nscl.olog.api: No git repository found searching upwards from /cs-studio-thirdparty/plugins/edu.msu.nscl.olog.api -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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/MojoExecutionException
There are no git repository found searching upwards from blabla..
How can i fix that problem?
I am using cs-studio-thirdparty snapshots for build.
cs-studio-thirdparty-5d9eb92ced5372c64ac37693ab1f4c16dae01f0f.zip
please help...
The text was updated successfully, but these errors were encountered: