properties - ${path.separator} in Maven on Mac is set to ":" -


we have problem several people using windows , maven, , suspect issue ${path.separator}. error directory "d:\basedir\target/dist" not exist. don't error on mac, linux, , unix systems.

i'd change ${project.build.directory}${path.separator}dist, on mac, value of ${path.separator} : , not /. build failing on macs because /users/david/project/target:dist isn't valid directory.

how can set default ${path.separator} on mac /?

just close out...

i wanted ${file.separator} , not ${path.separator}. ${path.separator} used separate directory names in paths. on windows, it's ; , on mac , unix, it's :.

${file.separator} directory separator mark. on windows, it's \ , on unix , macs it's `/'.

i got confused because on older system x macs, file separator :. use /, in 1 project, didn't work.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -