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 46931 - If you try to open project by "xtest.ide.open.project" property test fails
Summary: If you try to open project by "xtest.ide.open.project" property test fails
Status: CLOSED INVALID
Alias: None
Product: obsolete
Classification: Unclassified
Component: xtest (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-05 11:07 UTC by Marian Mirilovic
Modified: 2006-03-24 10:30 UTC (History)
1 user (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 Marian Mirilovic 2004-08-05 11:07:30 UTC
[200408051000]

I use this property for opening one of the project
in IDE, but test fails and IDE is killed by xtest
directly after trying to parse project ....

I've found in message.log file next rows and this
is the reason :


Exception in thread "Thread-4"
java.lang.NoSuchMethodError:
org.netbeans.modules.javacore.JMManager.waitScanFinished()V
	at
org.netbeans.xtest.plugin.ide.MainWithProjects.openProject(MainWithProjects.java:85)
	at
org.netbeans.xtest.plugin.ide.MainWithProjects.openProject(MainWithProjects.java:35)
	at
org.netbeans.xtest.plugin.ide.Main$2.run(Main.java:294)
	at java.lang.Thread.run(Thread.java:595)
Comment 1 Martin Matula 2004-08-05 11:23:42 UTC
Try "ant clean" in xtest first.
Comment 2 Marian Mirilovic 2004-08-10 07:42:08 UTC
verified in [nb_dev](200408081800)