This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 88570 - enable assertions when testing project
Summary: enable assertions when testing project
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: Macintosh All
: P3 blocker with 2 votes (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-03 10:23 UTC by ritzmann
Modified: 2011-08-31 14:06 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ritzmann 2006-11-03 10:23:55 UTC
I have a Java Application project. When doing "test project", I would like to
run java with the "-ea" switch to enable assertions. Unfortunately, the
generated junit macrodef takes <jvmarg line="${run.jvmargs}"/>. That means I
can't set this property without affecting "run project" where I definitely do
not want to enable assertions.