Make java build classpath more dynamic and configurable
-------------------------------------------------------
Key: THRIFT-221
URL: https://issues.apache.org/jira/browse/THRIFT-221
Project: Thrift
Issue Type: Improvement
Components: Library (Java), Test Suite
Reporter: Bryan Duxbury
Assignee: Bryan Duxbury
Priority: Trivial
The way that the current Java library and test builds are set up, they rely on
an external jar that's assumed to be at some specific path. This isn't where
the jar resides on my machine, so every time I want to do some building, I have
to hand edit the file, and then when I want to generate a diff for posting on
jira, I have to revert the changes.
We should make it so the class path is configurable in a way that doesn't
require checkins. There are a couple different ways to do this, but a
properties file with the classpath is probably one of the easiest.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.