Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Error when run build

$
0
0
hello, i'm trying to run the build for my web project but i had this error : i don't know what's the error. 

  1. MacBook-Pro-di-Cesar:visitor candavisa$ ./js visits/scripts/build.js
  2. Building to visits/
  3.   opening visits/scripts/build.html
  4. !!!!!!!!!!! ERROR !!!!!!!!!!!

  5. -detailMessage = (TypeError): [object Object] is not a function, it is object.
  6.                   fileName: steal/rhino/env.js
  7.                   lineNumber: 5473
  8.                   rhinoException: org.mozilla.javascript.EcmaError: TypeError: [object Object] is not a function, it is object. (steal/rhino/env.js#5473)
  9. -exception     = com.google.gwt.core.client.JavaScriptException: (TypeError): [object Object] is not a function, it is object.
  10.                   fileName: steal/rhino/env.js
  11.                   lineNumber: 5473
  12.                   rhinoException: org.mozilla.javascript.EcmaError: TypeError: [object Object] is not a function, it is object. (steal/rhino/env.js#5473)
  13. -getClass$     = class org.xml.sax.SAXParseException
  14. -typeId$       = 44
  15. -getMessage    = (TypeError): [object Object] is not a function, it is object.
  16.                   fileName: steal/rhino/env.js
  17.                   lineNumber: 5473
  18.                   rhinoException: org.mozilla.javascript.EcmaError: TypeError: [object Object] is not a function, it is object. (steal/rhino/env.js#5473)
  19. -toString$     = com.google.gwt.core.client.JavaScriptException: (TypeError): [object Object] is not a function, it is object.
  20.                   fileName: steal/rhino/env.js
  21.                   lineNumber: 5473
  22.                   rhinoException: org.mozilla.javascript.EcmaError: TypeError: [object Object] is not a function, it is object. (steal/rhino/env.js#5473)
  23. -equals$       = false
  24. -hashCode$     = 1
  25. -toString      = com.google.gwt.core.client.JavaScriptException: (TypeError): [object Object] is not a function, it is object.
  26.                   fileName: steal/rhino/env.js
  27.                   lineNumber: 5473
  28.                   rhinoException: org.mozilla.javascript.EcmaError: TypeError: [object Object] is not a function, it is object. (steal/rhino/env.js#5473)
  29. -typeMarker$   = undefined

Viewing all articles
Browse latest Browse all 3491

Trending Articles