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 122677

Summary: [60cat] Add run.test.jvmargs to project.properties
Product: java Reporter: ulfzibis <ulfzibis>
Component: ProjectAssignee: Jan Jancura <jjancura>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: jglick, junit-issues
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 185747    

Description ulfzibis 2007-11-24 16:30:43 UTC
[ BUILD # : 200711201000 ]
[ JDK VERSION : 1.6.0_03 ]

Sometimes tests need their own JVM args.

Please define properties like:
test.lib="${netbeans.home}/../java1/modules/ext/junit-3.8.2.jar"
run.test.jvmargs=${run.jvmargs};${build.test.classes.dir};${test.lib}

For justification see issue 99099.
Comment 1 Marian Petras 2008-11-25 19:53:28 UTC
A similar request is tracked also as issue #46298.
Comment 2 Jesse Glick 2010-05-10 19:48:51 UTC

*** This bug has been marked as a duplicate of bug 46298 ***