Issue 120634 - ConvwatchGUI jars are not build in output tree
Summary: ConvwatchGUI jars are not build in output tree
Status: CLOSED FIXED
Alias: None
Product: QA
Classification: Unclassified
Component: testscripts (show other issues)
Version: 4.0.0-dev
Hardware: All All
: P3 Normal
Target Milestone: 4.0.0
Assignee: Andre
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-21 08:01 UTC by Andre
Modified: 2013-07-11 15:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Andre 2012-08-21 08:01:18 UTC
The ConvwatchGUI test tool creates its output (ConvwatchGUIProject.jar) in the source tree of the main/testgraphical module.

A side effect of this is that the ConvwatchGUIProject.jar was accidentally checked in to SVN and is also accidentally part of the source release.
Comment 1 SVN Robot 2012-08-21 13:57:53 UTC
"af" committed SVN revision 1375548 into trunk:
#i120634# Removed ConvwatchGUIProject.jar from source tree.
Comment 2 Andre 2012-08-21 14:00:02 UTC
Removed the ConvwatchGUIProject.jar file from the source tree.
Modified its makefiles so that it is now created directly in the output tree.

Run "build SHOW=t" to build with GUI support, otherwise the jar is not built.