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. |
Hi Danae,
The error you posted is merely a warning, and will not fail the build. Can you please share your project somewhere, so we can try to reproduce? See also http://imagej.net/Bug_reporting_best_practices Regards, Curtis -- Curtis Rueden LOCI software architect - http://loci.wisc.edu/software ImageJ2 lead, Fiji maintainer - http://imagej.net/User:Rueden Did you know ImageJ has a forum? http://forum.imagej.net/ On Mon, Oct 24, 2016 at 6:25 AM, Danae <[hidden email]> wrote: > 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. > > > > -- > View this message in context: http://imagej.1557.x6.nabble. > com/Error-importing-ij-IJ-tp5017454.html > Sent from the ImageJ mailing list archive at Nabble.com. > > -- > ImageJ mailing list: http://imagej.nih.gov/ij/list.html > -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Free forum by Nabble | Edit this page |