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 144039 - [65cat] Inconsistent paths for ext jars
Summary: [65cat] Inconsistent paths for ext jars
Status: RESOLVED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: NB JUnit (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker with 1 vote (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-15 11:51 UTC by ulfzibis
Modified: 2009-09-29 22:19 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 ulfzibis 2008-08-15 11:51:55 UTC
[ BUILD # : Beta ]
[ JDK VERSION : 1.6.0_07 ]

junit-3.8.2.jar is located in \NetBeans 6.5 Beta\java2\modules\ext
junit-4.1.jar is located in \NetBeans 6.5 Beta\platform9\modules\ext\

IMHO this does not make much sense.

Regarding inconsistency to mobility paths also see: Issue 129611

BTW: changing this path caused a very difficult to find issue 142416
:-(
Comment 1 Lukas Hasik 2008-08-18 15:21:41 UTC
is there a way how can NB change the "old" paths? A translation table? Or during the import of settings?
reassigning to simpletest authors
Comment 2 Jesse Glick 2008-08-18 23:13:00 UTC
The cluster locations are intentional. JUnit 4.x (which includes JUnit 3.x classes) is used to run NB module unit tests,
so needs to be in the platform. The separate JUnit 3.x JAR is available for (non-module) user projects which elect to
use the older version of JUnit, so this is only bundled with the IDE's JUnit support module.