Bug 231963 - Make checking of aspectjrt.jar existence optional
Summary: Make checking of aspectjrt.jar existence optional
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.6.0   Edit
Hardware: PC Windows Vista
: P3 enhancement (vote)
Target Milestone: 1.6.1   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-13 18:36 EDT by Andrew Clement CLA
Modified: 2008-05-13 19:03 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Clement CLA 2008-05-13 18:36:30 EDT
In some environments we cant find the runtime jar as aspectjrt.jar or aspectjrt<something>.jar.  Rather than put out a warning when the user can do nothing about it, let's make the check optional so it can be deactivated in environments where the user knows what they are doing.

New command line option -checkRuntimeVersion:true|false

defaults to true but can be set off via -checkRuntimeVersion:false or in iajc
with "checkRuntimeVersion"="false"
Comment 1 Andrew Clement CLA 2008-05-13 19:03:10 EDT
fix committed