everettwilson21 / protobuf-netbeans-plugin

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

"Regenerate files from ..." places java files in the test source directory #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
- Create default "web maven project". 
- Integrate spring, protobuf etc. 
- create two source folders src/main/java (java sources) and src/test/java 
(junit tests)
- Create .proto file in src/main/resources/protobuf/message.proto
- Select "regenerate file from ..." 

Protobuf-plugin generates file in the src/test/java folder (under correct 
package location written in the .proto file).

Original issue reported on code.google.com by slawek.m...@gmail.com on 31 Jul 2011 at 5:59

GoogleCodeExporter commented 8 years ago
sorry, duplicate #18. Does not recognize from the title "maven problem". The 
same issue there. 

Original comment by slawek.m...@gmail.com on 31 Jul 2011 at 6:00