Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. mcc -W 'java:maksdr,Class1' -T link:lib -d C:UserskhataabDocumentsMATLABmaksdrfor_testing class{Class1:C:UserskhataabDocumentsMATLABnewPracticalmaksdr.m}
  2. [Warning: Adding path "C:UserskhataabDocumentsMATLABnewPractical" to
  3. Compiler path instance.]
  4. Loading source files for package maksdr...
  5. Constructing Javadoc information...
  6. Standard Doclet version 1.8.0_45
  7. Building tree for all the packages and classes...
  8. Generating C:UserskhataabDocumentsMATLABmaksdrfor_testingdochtmlmaksdrClass1.html...
  9. C:UserskhataabDocumentsMATLABmaksdrfor_testingmaksdrClass1.java:109: warning: no @param for args
  10. public static void main (String[] args)
  11. ^
  12. C:UserskhataabDocumentsMATLABmaksdrfor_testingmaksdrClass1.java:59: warning: no @throws for com.mathworks.toolbox.javabuilder.MWException
  13. public Class1() throws MWException
  14. ^
  15. C:UserskhataabDocumentsMATLABmaksdrfor_testingmaksdrClass1.java:88: warning: no @throws for com.mathworks.toolbox.javabuilder.MWException
  16. public Class1(MWComponentOptions componentOptions) throws MWException
  17. ^
  18. C:UserskhataabDocumentsMATLABmaksdrfor_testingmaksdrClass1.java:77: warning: no @throws for com.mathworks.toolbox.javabuilder.MWException
  19. public Class1(String pathToComponent) throws MWException
  20. ^
  21. Generating C:UserskhataabDocumentsMATLABmaksdrfor_testingdochtmlmaksdrClass1Remote.html...
  22. C:UserskhataabDocumentsMATLABmaksdrfor_testingmaksdrClass1Remote.java:58: error: reference not found
  23. * @throws java.jmi.RemoteException An error has occurred during the function call or
  24. ^
  25. C:UserskhataabDocumentsMATLABmaksdrfor_testingmaksdrClass1Remote.java:61: warning: no @throws for java.rmi.RemoteException
  26. public Object[] maksdr(int nargout, Object... rhs) throws RemoteException;
  27. ^
  28. C:UserskhataabDocumentsMATLABmaksdrfor_testingmaksdrClass1Remote.java:64: warning: no @throws for java.rmi.RemoteException
  29. void dispose() throws RemoteException;
  30. ^
  31. Generating C:UserskhataabDocumentsMATLABmaksdrfor_testingdochtmlmaksdrMaksdrMCRFactory.html...
  32. Generating C:UserskhataabDocumentsMATLABmaksdrfor_testingdochtmlmaksdrpackage-frame.html...
  33. Generating C:UserskhataabDocumentsMATLABmaksdrfor_testingdochtmlmaksdrpackage-summary.html...
  34. C:UserskhataabDocumentsMATLABmaksdrfor_testingmaksdrpackage-info.java:8: warning: empty tag
  35. *
  36. ^
  37. C:UserskhataabDocumentsMATLABmaksdrfor_testingmaksdrpackage-info.java:15: error: unexpected end tag:
  38. *
  39. ^
  40. C:UserskhataabDocumentsMATLABmaksdrfor_testingmaksdrpackage-info.java:20: warning: empty tag
  41. *
  42. ^
  43. C:UserskhataabDocumentsMATLABmaksdrfor_testingmaksdrpackage-info.java:26: error: unexpected end tag:
  44. *
  45. ^
  46. Generating C:UserskhataabDocumentsMATLABmaksdrfor_testingdochtmlmaksdrpackage-tree.html...
  47. Generating C:UserskhataabDocumentsMATLABmaksdrfor_testingdochtmlconstant-values.html...
  48. Building index for all the packages and classes...
  49. Generating C:UserskhataabDocumentsMATLABmaksdrfor_testingdochtmloverview-tree.html...
  50. Generating C:UserskhataabDocumentsMATLABmaksdrfor_testingdochtmlindex-all.html...
  51. Generating C:UserskhataabDocumentsMATLABmaksdrfor_testingdochtmldeprecated-list.html...
  52. Building index for all classes...
  53. Generating C:UserskhataabDocumentsMATLABmaksdrfor_testingdochtmlallclasses-frame.html...
  54. Generating C:UserskhataabDocumentsMATLABmaksdrfor_testingdochtmlallclasses-noframe.html...
  55. Generating C:UserskhataabDocumentsMATLABmaksdrfor_testingdochtmlindex.html...
  56. Generating C:UserskhataabDocumentsMATLABmaksdrfor_testingdochtmlhelp-doc.html...
  57. 3 errors
  58. 8 warnings
  59. Error: An error occurred while shelling out to javadoc (error code = 1).
  60. Unable to build executable. For more information, pass the -v option to mcc.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement