blueszhangsh / protobuf-dt

Automatically exported from code.google.com/p/protobuf-dt
0 stars 0 forks source link

xtend & protobuf-dt conflict: .xtend files mistakenly handled by protobuf-dt #224

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. have an eclipse project with both xtend and protobuf-dt activated
2. add any .xtend file and save it
3. look at the output of the protoc eclipse console and see something like this:
[command] /usr/local/bin/protoc --proto_path=<proto-path> --java_out=<java-out> 
<package-path>/ProfileInfo.xtend

What is the expected output? What do you see instead?
I expected the .xtend file not to be handled by protobuf-dt, but now I have 
error markers in my .xtend files because of them having been processed by 
protobuf-dt

What version of the product are you using? On what operating system?
I'm using eclipse juno sr1 (eclipse sdk 4.2.1.M20120914-1800) with protobuf-dt 
1.3.2.201207081052 and xtend sdk 2.3.1.v201208210947; I have the same problem 
under eclipse indigo (3.7.x)

Original issue reported on code.google.com by anton.z...@gmail.com on 3 Oct 2012 at 8:01

GoogleCodeExporter commented 9 years ago

Original comment by alr...@google.com on 10 Oct 2012 at 9:51

GoogleCodeExporter commented 9 years ago
The same problem happens with other Xtext DSLs.

Original comment by alexey.v...@gmail.com on 11 Oct 2012 at 12:17

GoogleCodeExporter commented 9 years ago

Original comment by alr...@google.com on 21 Oct 2012 at 9:10

GoogleCodeExporter commented 9 years ago
rb1b3e55448b6

Original comment by alr...@google.com on 22 Oct 2012 at 1:03