Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 254206

Summary: build should optionally be able to compile then run JUnit tests
Product: z_Archived Reporter: Nick Boldt <nboldt>
Component: Dash AthenaAssignee: Common Build Inbox <dash.commonbuilder-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on:    
Bug Blocks: 238626    

Description Nick Boldt CLA 2008-11-05 19:07:05 EST
build should optionally be able to compile then run JUnit tests
Comment 1 Nick Boldt CLA 2008-11-15 00:47:36 EST
This is done. Main targets in buildAll.xml are:

run (build + test)
runTestsOnly
runWithoutTest (build binaries + tests, don't RUN test)
runWithoutTestBuild (build binaries, don't build or run tests)