Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » External builder is runnable jar
External builder is runnable jar [message #988402] Thu, 29 November 2012 18:43
Lindley French is currently offline Lindley FrenchFriend
Messages: 1
Registered: November 2012
Junior Member
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?
Previous Topic:How do I find the appropriate Eclipse Git repository?
Next Topic:"Can't find bundle for base name"
Goto Forum:
  


Current Time: Fri Apr 19 05:25:37 GMT 2024

Powered by FUDForum. Page generated in 0.02974 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top