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 47702 - Missing UI setting cp for running tests
Summary: Missing UI setting cp for running tests
Status: CLOSED DUPLICATE of bug 47735
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-23 13:32 UTC by Milan Kubec
Modified: 2006-03-24 09:46 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2004-08-23 13:32:55 UTC
[dev-200408221800]

There is no UI to set classpath for running tests.
Cp for test compilation is used also for test
execution which is not obvious and right either.
Comment 1 Petr Hrebejk 2004-08-23 14:02:21 UTC
Maybe we should just use the run class path for running tests. Jesse?
Comment 2 Petr Hrebejk 2004-08-23 14:41:40 UTC
Just talked with Jano and he told me that this was a decision that
test will run using the test compilation classpath. However if we
decide to add a customizer just tell me and I'll add it. It is UI
change but pretty easy. Not shure what docs will say though. 

Btw workaround: if you want to add some jars tu run.tests.classpath
just add it in to commpilation clas path and everything will work
fine. Except some more lines iun code completion. 
Comment 3 Milan Kubec 2004-08-23 14:53:20 UTC
I still think it's defect. UI has to be changed either way - it must
be obvious how to set test running classpath (Some note in test comp.
classpath customizer, that the classpath will be used also for
execution, at least). The way it's now it looks like unwanted side effect.
Comment 4 Jesse Glick 2004-08-23 20:50:56 UTC

*** This issue has been marked as a duplicate of 47735 ***
Comment 5 Milan Kubec 2004-10-01 13:12:36 UTC
Verified dupe.