Issue2665

classification
Title: Standalone jar includes test classes
Type: behaviour Severity: normal
Components: Installer Versions:
Milestone:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: jeff.allen
Priority: low Keywords:

Created on 2018-04-06.07:41:18 by jeff.allen, last changed 2018-04-06.07:41:18 by jeff.allen.

Messages
msg11881 (view) Author: Jeff Allen (jeff.allen) Date: 2018-04-06.07:41:17
https://github.com/jythontools/jython/issues/101 reports: jython-standalone-2.7.1.jar includes test classes like ScriptEngineTest.

We could either:

1. (clean and) not compile those tests when making a distributable,  or
2. try to exclude them by name when making the JAR.
History
Date User Action Args
2018-04-06 07:41:18jeff.allencreate