Project created with wizard fails to build (1)
invoke-webdslc:
[echo] Copying your application files
[copy] Warning: /Users/eelcovisser/workspace4/wiki6/nativejava not found.
[copy] Warning: /Users/eelcovisser/workspace4/wiki6/lib not found.
[copy] Warning: /Users/eelcovisser/workspace4/wiki6/javascript not found.
[copy] Copying 1 file to /Users/eelcovisser/workspace4/wiki6/.servletapp/images
[copy] Copying 1 file to /Users/eelcovisser/workspace4/wiki6/.servletapp/stylesheets
[copy] Warning: /Users/eelcovisser/workspace4/wiki6/html not found.
[echo] Building application
[echo] webdslc arguments:
[echo] –servlet -i ../wiki6.app –session-timeout 120BUILD FAILED
Submitted by Eelco Visser on 15 February 2010 at 18:50
/Users/eelcovisser/workspace4/wiki6/build.xml:9: The following error occurred while executing this line:
/Applications/eclipse4/plugins/webdsl.editor_1.0.0.201002091647/webdsl-template/webdsl-build-eclipse.xml:4: The following error occurred while executing this line:
/Applications/eclipse4/plugins/webdsl.editor_1.0.0.201002091647/webdsl-template/webdsl-build.xml:486: The following error occurred while executing this line:
/Applications/eclipse4/plugins/webdsl.editor_1.0.0.201002091647/webdsl-template/webdsl-build.xml:466: The following error occurred while executing this line:
/Applications/eclipse4/plugins/webdsl.editor_1.0.0.201002091647/webdsl-template/webdsl-build.xml:313: Unable to load a script engine manager (org.apache.bsf.BSFManager or javax.script.ScriptEngineManager)
Issue Log
Same is happening with me,
Buildfile: /Users/leopoldoteixeira/Documents/CIn/workspaces/webdsl/teste/build.xml
plugin-eclipse-build:
clean-if-editor-updated:
check-remove-command-file:
clean-if-project-converted:
get-build-id:
generate-uuid:
BUILD FAILED
/Users/leopoldoteixeira/Documents/CIn/workspaces/webdsl/teste/build.xml:9: The following error occurred while executing this line:
/Applications/eclipse-webdsl/plugins/webdsl.editor_1.1.5/webdsl-template/webdsl-build-eclipse.xml:22: The following error occurred while executing this line:
/Applications/eclipse-webdsl/plugins/webdsl.editor_1.1.5/webdsl-template/webdsl-build-eclipse.xml:8: Unable to load a script engine manager (org.apache.bsf.BSFManager or javax.script.ScriptEngineManager)Total time: 1 second
I assume you are using Mac OS X 10.5 Leopard, this problem seems to be fixed after upgrading to Snow Leopard. Some things you can try:
- open ‘Java Preferences’ and set it to Java 6
- set JAVA_HOME to Java 6 (located in System/Library/Frameworks/JavaVM.framework/Versions/) and add the Java 6 bin dir to PATH in ~/.profile, then open a new terminal and start eclipse from it
- try Soylatte (http://landonf.bikemonkey.org/static/soylatte/), also by setting JAVA_HOME and PATH
- upgrade to Snow Leopard ;)
old issue
Log in to post comments