I am trying to execute a release: run for my Maven application, and it fails when it performs a Mercurial checkout as part of the process. An attempt to execute the same command from the command line failed, but provides more detailed information:
hg clone -r Simple-Marauroa-0.02.05 https://javydreamercsw@bit
bucket.org/javydreamercsw/simple-marauroa-java "Z:\NetBeans\Simple Marauroa\Simp
le Marauroa Java\Simple Marauroa Parent\target\checkout"
adding changesets
adding manifests
adding file changes
added 226 changesets with 3379 changes to 2264 files
updating to branch default
abort: Z:\NetBeans\Simple Marauroa\Simple Marauroa Java\Simple Marauroa Parent\t
arget\checkout\Simple Marauroa Parent/Card Game Interface DataBase Implementatio
n/src/main/java/com/reflexit/magiccards/core/storage/database/controller/CardCol
lectionHasCardJpaController.java: The system cannot find the path specified
At first I thought the file was not in the repository, but it is. If you are wondering Z, this is a USB drive, but I was able to release small projects from one drive. Running the same command on my desktop works fine.
This is done on Windows 7, and it seems to be the long way I guess.
Any idea?
source
share