marcelsnews
27 Dec 2011, 9:08 PM
Hi every one
i have configured my project. I wrote my jsb3 file, but when i make <ctrl + b> i have this message in the output console: "Project file doesn't exist"
There is no file created as i was expected !
Have somebody had this problem ? Please how did you solve it ?
Here is a part of my app.jsb3 file
Thanks a lot for help guys ;)
NOTA:
Should i have to create manualy the files:
- controllers.js, views.js, models.js ? i'm not sure this is the cause of my problem :-(
---------------------
{
"projectName": "Application Test",
"licenseText": "Free Licence - Opensource",
"packages": [
{
"name": "Application Controllers",
"target": "tablet/controllers/controllers.js",
"id" : "controllers",
"files" : [ ]
},
{
"name": "Application Models",
"target": "tablet/models/models.js",
"id" : "models",
"files" : [ ]
},
{
"name": "Application Views",
"target": "tablet/views/views.js",
"id" : "views",
"files" : [
{"path": "tablet/views/", "name": "ContactDetail.js"},
{"path": "tablet/views/", "name": "ContactForm.js"},
{"path": "tablet/views/", "name": "ContactsList.js"},
...
]
}
],
"builds": [
{
"name": "Application Test - Production",
"target": "app-debug.js",
"debug": true,
"compress": true,
"options": {
"minVersion": 1.1
},
"packages": [
"controllers",
"models",
"views"
]
}
],
"resources": [
{"src": "../jsbuilder/"},
{"src": "../lib/"},
{"src": "../resources/"},
{"src": "../test/"},
{"src": "app.jsb3", "dest": "app.jsb3", "filters": ".*" },
{"src": "index.html"}
...
]
}
i have configured my project. I wrote my jsb3 file, but when i make <ctrl + b> i have this message in the output console: "Project file doesn't exist"
There is no file created as i was expected !
Have somebody had this problem ? Please how did you solve it ?
Here is a part of my app.jsb3 file
Thanks a lot for help guys ;)
NOTA:
Should i have to create manualy the files:
- controllers.js, views.js, models.js ? i'm not sure this is the cause of my problem :-(
---------------------
{
"projectName": "Application Test",
"licenseText": "Free Licence - Opensource",
"packages": [
{
"name": "Application Controllers",
"target": "tablet/controllers/controllers.js",
"id" : "controllers",
"files" : [ ]
},
{
"name": "Application Models",
"target": "tablet/models/models.js",
"id" : "models",
"files" : [ ]
},
{
"name": "Application Views",
"target": "tablet/views/views.js",
"id" : "views",
"files" : [
{"path": "tablet/views/", "name": "ContactDetail.js"},
{"path": "tablet/views/", "name": "ContactForm.js"},
{"path": "tablet/views/", "name": "ContactsList.js"},
...
]
}
],
"builds": [
{
"name": "Application Test - Production",
"target": "app-debug.js",
"debug": true,
"compress": true,
"options": {
"minVersion": 1.1
},
"packages": [
"controllers",
"models",
"views"
]
}
],
"resources": [
{"src": "../jsbuilder/"},
{"src": "../lib/"},
{"src": "../resources/"},
{"src": "../test/"},
{"src": "app.jsb3", "dest": "app.jsb3", "filters": ".*" },
{"src": "index.html"}
...
]
}