Comment #2 on issue 152 by rktoomey: Maven Protoc Plugin fails when a jar file contains a .proto file (FileNotFoundException)
http://code.google.com/p/protobuf/issues/detail?id=152

The problem is that AbstractProtocMojo.makeProtopathFromJars is constructing a
non-viable Windows path for the file:
c:\projectB\target\protobuf-temp\C:\m2\repository\projectA\1.2.0-SNAPSHOT\projectA-1.2.0-SNAPSHOT.jar\projectA_messages.proto

This seems to be a Windows-specific issue, as it would be fine under *nix where the
path would be viable, something like:
/home/user/projectB/target/protobuf-temp/home/user/.m2/repository/projectA/1.2.0-SNAPSHOT/projectA-1.2.0-SNAPSHOT.jar/projectA_messages.proto

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.


Reply via email to