On Jan 23, 2013, at 9:29 AM, Gary Gregory wrote:
> For trunk, when I run "mvn eclipse:eclipse" I get:
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 32.434s
> [INFO] Finished at: Wed Jan 23 12:27:54 EST 2013
> [INFO] Final Memory: 27M/132M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-eclipse-plugin:2.9:eclipse (default-cli) on
> project flume-remote: Cant canonicalize system path: {0}: The filename,
> directory name, or volume label syntax is incorrect
> -> [Help 1]
> [ERROR]
>
> Thoughts?
When with -X I get
[DEBUG] Searching for sources for junit:junit:4.3.1:null at
junit:junit:4.3.1:javadoc^M
[DEBUG] testOutput toRelativeAndFixSeparator
C:\cygwin\home\rgoers\Projects\Apache\Logging\Log4j2\trunk\samples\flume-remote
,
C:\cygwin\home\rgoers\Projects\Apache\Logging\Log4j2\trunk\samples\flume-remote\target\test-classes^M
[DEBUG] testOutput after toRelative : target/test-classes^M
[DEBUG] Processing resource dir:
C:\cygwin\home\rgoers\Projects\Apache\Logging\Log4j2\trunk\samples\flume-remote\src\main\resources^M
[DEBUG] Making relative and fixing separator: {
C:\cygwin\home\rgoers\Projects\Apache\Logging\Log4j2\trunk\samples\flume-remote,
C:\cygwin\home\rgoers\Projects\Apache\Logging\Log4j2\trunk\samples\flume-remote\target\classes,
false }.^M
[DEBUG] Processing resource dir:
C:\cygwin\home\rgoers\Projects\Apache\Logging\Log4j2\trunk\samples\flume-remote\src\main\webapp\WEB-INF^M
[DEBUG] Making relative and fixing separator: {
C:\cygwin\home\rgoers\Projects\Apache\Logging\Log4j2\trunk\samples\flume-remote,
C:\cygwin\home\rgoers\Projects\Apache\Logging\Log4j2\trunk\samples\flume-remote\target\classes\C:\cygwin\home\rgoers\Projects\Apache\Logging\Log4j2\trunk\samples\flume-remote\target,
false }.^M
Needless to say, the second path in the last line doesn't look correct. I'm
not sure what these paths are for though.
Ralph