]
Nick Boldt updated JBIDE-17933:
-------------------------------
Attachment: error-no-stack.png
The only error I get doing the above steps is this:
!error-no-stack.png!
{code}
eclipse.buildId=4.4.0.I20140606-1215
java.version=1.8.0
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product org.eclipse.epp.package.standard.product -showLocation
-Dorg.jboss.tools.vpe.loadxulrunner=false
Command-line arguments: -os linux -ws gtk -arch x86_64 -product
org.eclipse.epp.package.standard.product -clean -showLocation -data
/home/nboldt/eclipse/workspace-clean44-2 -consolelog -console -debug
-Dorg.jboss.tools.vpe.loadxulrunner=false
{code}
CordovaSim 404 error
--------------------
Key: JBIDE-17933
URL:
https://issues.jboss.org/browse/JBIDE-17933
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: browsersim
Affects Versions: 4.2.0.Beta2
Environment: Mac OSx 10.9.4, Eclipse Luna (4.4.0), Jboss Tools for Luna
(4.2.0.Beta2), with Jboss Hybrid Mobile Tools + CordovaSim.
Reporter: Asif Kilwani
Assignee: Ilya Buziuk
Attachments: config.xml.png, cordovasim-running.png, download-cordova.png,
error-no-stack.png, error.png, install-jboss-hmt-cordovasim-beta2.png,
new-hmt-project.png, pick-a-plugin.png, update-jboss-hmt-cordovasim-to-CR1.png, us.png
Created sample hybrid mobile app and tried to run with CordovSim, It shows error
HTTP ERROR: 404
Problem accessing /ripple/assets/index.html. Reason:
Not Found
Config.xml
<?xml version="1.0" encoding="UTF-8"?>
<widget
xmlns="http://www.w3.org/ns/widgets"
xmlns:gap="http://phonegap.com/ns/1.0"
id="com.bac.bac" version="1.0.0">
<name>abc</name>
<description>
A sample Apache Cordova application that responds to the
deviceready
event.
</description>
<author
href="http://aerogear.org/"
email="aerogear-dev(a)lists.jboss.org">
JBoss by Red Hat
</author>
<content src="index.html" />
<access origin="*" />
<preference name="fullscreen" value="true" />
<preference name="webviewbounce" value="true" />
<feature name="App">
<param name="android-package" value="org.apache.cordova.App"
/>
</feature>
<feature name="Console">
<param name="ios-package" value="CDVLogger" />
</feature>
</widget>
Index.html exisits in www folder.