|
From: SourceForge.net <no...@so...> - 2011-03-08 17:46:17
|
Bugs item #3203187, was opened at 2011-03-08 11:46 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=3203187&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: JUnit integration Group: 4: Serious Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Javadoc does not find junit in drjava.exe Initial Comment: I’m using the latest development release, drjava-20110205-r5425, and if I make a JUnit test class, just the bare one made by “New JUnit Test Case…”, compile it and then try to make Javadocs of it, I get the following error, in either full or functional language level: (This is the error from Full Java – the functional level is the same but with different line numbers due to the auto-generated code) 2 errors found: File: C:\Users\swong\Desktop\Comp211\Lab07\Test_Class.java [line: 1] Error: package junit.framework does not exist File: C:\Users\swong\Desktop\Comp211\Lab07\Test_Class.java [line: 8] Error: cannot find symbol (Line 8 is the class declaration, probably because it can’t find the TestCase class) I’ve verified this on two Windows machines. Can someone else verify or refute this for me? Could this be related to the broken unit testing in the stable release version? Thanks -- SW Reply Reply to all Forward Reply | Mathias Ricken ✆ to JAVAPLT, Stephen, bcc: me show details 8:29 AM (1 hour ago) Hi Stephen, Interesting, it's broken for the exe file, but not for the jar. I wonder if Javadoc is now having the same issues that javac started having, namely that it cannot look into exe files. --Mathias ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=3203187&group_id=44253 |