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 53401 - Running Tests VM Options
Summary: Running Tests VM Options
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-14 10:37 UTC by arcivanov
Modified: 2006-07-11 02:03 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 arcivanov 2005-01-14 10:37:01 UTC
It is essential to be able to specify the VM
options  from the project properties in Running
Tests sections. Absence of such options may make
it impossible to run the tests in the same
environment as the project itself if the VM
options (-D or -X) are used to control the JVM
behavior. 
In my case, I can't run tests explicitly
specifying default JVM encoding using
"file.encoding" property (which must be set from
the command line) without hacking through the
project files manually. IMO such types of problems
are quite common.
Comment 1 lucasjordan 2006-07-11 02:03:53 UTC
This bug also applies to all test that involve classes that use any type of JNI