[
https://issues.jboss.org/browse/JBIDE-17933?page=com.atlassian.jira.plugi...
]
Asif Kilwani commented on JBIDE-17933:
--------------------------------------
I followed these steps to setup jboss in Eclipse Luna.
1. Downloaded and Installed Eclipse Luna
2. Help > Eclipse Marketplace > jBoss Tools Luna (4.2.0 beta)
3. Jboss Central > Software/Update > jBoss Hybrid Mobile tools + CordovaSim
4. File > New > Project > Hybrid Mobile...
5. Right click > Run on CordovaSim
then I was receiving 404 not found error.
On Mon, Jul 21, 2014 at 4:57 PM, Ilya Buziuk (JIRA) <issues(a)jboss.org>
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: 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.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)