generate thrift code when running test suite
--------------------------------------------

                 Key: THRIFT-461
                 URL: https://issues.apache.org/jira/browse/THRIFT-461
             Project: Thrift
          Issue Type: Bug
          Components: Library (Perl)
            Reporter: Eric Evans


It should be possible to build the architecture independent parts of thrift 
separately from the architecture dependent ones. This isn't currently possible 
because building the perl library causes the thrift compiler to be run in 
preparation of the test suite, which in turn causes the build to fail if the 
compiler has not yet been built.

The attached patch causes code generation to occur when the test suite is run 
(in the check-local target).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to