Closed GoogleCodeExporter closed 9 years ago
Original comment by alr...@google.com
on 10 Feb 2012 at 6:08
What version of the proto editor are you using?
Thanks,
-Alex
Original comment by alr...@google.com
on 10 Feb 2012 at 9:57
I can't reproduce this issue. Please provide steps to reproduce (or better yet,
attach a project where this issue is reproducible.)
Original comment by alr...@google.com
on 12 Feb 2012 at 10:17
Original comment by alr...@google.com
on 12 Feb 2012 at 10:19
I've installed the eclipse plugin from
http://protobuf-dt.googlecode.com/git/update-site
I'm developing an OSGi plugin project.
I've attached a simple OSGi plugin project that reproduces the issue.
Original comment by greotti....@gmail.com
on 13 Feb 2012 at 8:37
Attachments:
Great!! thanks a lot.
Original comment by alr...@google.com
on 13 Feb 2012 at 2:55
Original comment by alr...@google.com
on 13 Feb 2012 at 2:55
I found the problem: IResource#getLocation does not like whitespace in the
parent root folder. The interesting part: fixing it.
Original comment by alr...@google.com
on 14 Feb 2012 at 1:13
r48452a6cad7f
Original comment by alr...@google.com
on 14 Feb 2012 at 10:51
Proto editor will not throw NPEs when the path of file to compile has
whitespace, but protoc may not be able to compile it. See
http://code.google.com/p/protobuf/issues/detail?id=169
Original comment by alr...@google.com
on 14 Feb 2012 at 11:04
Thanks, I will pay attention to specify paths without white spaces to avoid
further problems with protoc.
Original comment by greotti....@gmail.com
on 14 Feb 2012 at 12:43
Original issue reported on code.google.com by
greotti....@gmail.com
on 10 Feb 2012 at 4:48Attachments: