When I do a clean all on my maven project in Eclipse, it always comes back with the following error:
The filename, directory name, or volume label syntax is incorrect
I have the maven builder and java bulider enabled. Does anyone know what this error means?
thanks,
Jeff
It could be related to bug MECLIPSE-269: the full error message might help as this ”
“
java.io.IOException: The filename, directory name, or volume label syntax is incorrect” is actually the root cause of “org.apache.maven.lifecycle.LifecycleExecutionException: Can't canonicalize system path“.