Login  Register

Error importing ij.IJ

Posted by Danae on Oct 24, 2016; 11:25am
URL: http://imagej.273.s1.nabble.com/Error-importing-ij-IJ-tp5017454.html

Good day to everyone.

I was developing a plugIn on eclipse for ImageJ. I could run it correctly with a maven build but not anymore. The error that appears to me is:

[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ TFM_2D_PRUEBAS_ ---
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
[INFO] Working directory: C:\......\workspace\TFM_2D_PRUEBAS_
[WARNING] Cannot get the revision information from the scm repository, proceeding with revision of UNKNOWN :
Exception while executing SCM command.
[INFO] Storing buildNumber: UNKNOWN at timestamp: 1477308046701
[WARNING] Cannot get the branch information from the git repository:
Error while executing command.
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
[INFO] Working directory: C:\.....\workspace\TFM_2D_PRUEBAS_
[WARNING] Cannot get the branch information from the scm repository, proceeding with UNKNOWN_BRANCH :
Exception while executing SCM command.
[INFO] Storing buildScmBranch: UNKNOWN_BRANCH

so when I try to run it on ImageJ (after installing and closing imageJ), I  get the error "couldn't find the plugIn"


I haven't even changed the pom, only JAVA code but I reversed it and the problem is still there.

Can anyone help me?

Thank you so much.