RajivJha
|
Even for me . the Build is failing.
E:\SandBox\PhotoManager\PhotoFiletypes\src\de\cstolz\photo\filetypes\PhotoDataObject.java:224: cannot access org.netbeans.api.actions.Viewable
class file for org.netbeans.api.actions.Viewable not found
private final class PhotoViewCookie implements ViewCookie{
E:\SandBox\PhotoManager\PhotoFiletypes\src\de\cstolz\photo\filetypes\PhotoDataObject.java:224: cannot access org.netbeans.api.actions.Viewable
class file for org.netbeans.api.actions.Viewable not found
private final class PhotoViewCookie implements ViewCookie{
E:\SandBox\PhotoManager\PhotoFiletypes\src\de\cstolz\photo\filetypes\PhotoDataObject.java:47: cannot find symbol
symbol : constructor PhotoViewCookie()
location: class de.cstolz.photo.filetypes.PhotoDataObject.PhotoViewCookie
getCookieSet().assign(ViewCookie.class, new PhotoViewCookie());
C:\Program Files\NetBeans 6.8\harness\suite.xml:172: The following error occurred while executing this line:
C:\Program Files\NetBeans 6.8\harness\common.xml:171: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 9 seconds)
|