External builder is runnable jar [message #988402] |
Thu, 29 November 2012 13:43 |
Eclipse User |
|
|
|
Hello,
I am attempting to integrate an external builder for protobuf-javame.
Since the code generator is itself a runnable jar, I have specified the builder this way:
Location: java
Working Directory: ${project_loc}
Arguments: -jar libs/proto2javame-1.1.2.jar --java_out=gen ${build_files}
This isn't working. What I would like to do is run this:
java -jar libs/proto2javam2-1.1.2.jar --java_out=gen $FILE
once for every FILE ending in *.proto.
Is there a way specify this in Eclipse, or am I forced to write a shell script and specify that as the program to run?
|
|
|
Powered by
FUDForum. Page generated in 0.07594 seconds