cbuschka / beanshell2

Automatically exported from code.google.com/p/beanshell2
0 stars 0 forks source link

Simplify building without tests #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When tests fail to compile for whatever reason, it is convenient for end
users to be able to compile the rest of the package anyway.  I have patched
the build file to make this easier.

The patch basically changes the compile target not to compile tests,
creates a new compile-tests target that compiles only tests (to a dedicated
directory), creates a compile-all target that depends on compile and
compile-tests, and makes compile-all the default.

I know there are other ways to modify the build to accomplish the same
goal, and I can change my patch if desired.  There are probably bugs in the
patch, because I have not been able to fully test (because the tests don't
compile. :) ).

Original issue reported on code.google.com by matthew....@gatech.edu on 22 May 2009 at 5:27

Attachments:

GoogleCodeExporter commented 8 years ago
Addressed by r37.

Original comment by matthew....@gatech.edu on 25 Apr 2010 at 3:34

GoogleCodeExporter commented 8 years ago
milestone 2.1b0

Original comment by pejob...@gmail.com on 1 Mar 2011 at 6:52

GoogleCodeExporter commented 8 years ago

Original comment by pejob...@gmail.com on 20 Oct 2011 at 7:12