- This topic has 10 replies, 3 voices, and was last updated 9 years, 11 months ago by support-michael.
-
AuthorPosts
-
Philip!!!Member4.1 Configure the importMobioneProjectContent.ant Script
ok in the tutorial says :<property name=”mobioneProjectWWWContentDir”
But in the :importMobioneProjectContent.ant file says :<property name=”mobionePrjWWWContentDir”.do i just copy the whole thing :
<property name=”mobioneProjectWWWContentDir”
value=”C:\MyEclipse-BuildM1ProjectTutorialPack\date-time\www\date-time\”
/>and paste in in line 17?
the MyEclipse-BuildM1ProjectTutorialPack folder is on my desktop,do i need to save it in
the my eclipse folder?
or i can just say :”C:\Desktop-BuildM1ProjectTutorialPack\date-time\www\date-time\”I am confused 🙁
Brandon BatieMemberHi,
Yes, include the full path to the generated folder.
The mobione project can be located anywhere, though it can be easier to follow the tutorial if you use the same paths to start with.
Philip!!!MemberBUILD FAILED
C:\Users\mypc\Workspaces\datetimeBuilder\script\importMobioneProjectContent.ant:42: C:\Users\mypc\Workspaces\datetimeBuilder\script\${mobionePrjWWWContentDir} does not exist.please tell me what i am doing wrong.
Brandon BatieMemberCan you paste the entire line for the directory (#17) as well as the line for the startup file (#23)?
Philip!!!Memberhere it is.
<property name=”mobioneProjectWWWContentDir”
value=”C:\MyEclipse-BuildM1ProjectTutorialPack\date-time\www\date-time\”
/><property name=”mobioneProjectHTMLStartupFile” value=”date-time.html” />
Brandon BatieMemberHi,
As long as thats the actual location I don’t see anything wrong with it. Can you verify thats the correct location?
Philip!!!MemberMyEclipse-BuildM1ProjectTutorialPack\date-time its on my desktop i’ve said that in one of my earlier posts.
what do you think i should do?
Philip!!!Memberand yes its the correct location.
support-michaelKeymasterHi Philip,
I setup my version of the MyEclipse-BuildM1ProjectTutorialPack on my desktop similar to how you described your setup. Here is a short screencast for how to get the full path to date-time content directory http://screencast.com/t/XAq2Zcp2
Philip!!!Memberok!!!!
It is : “mobionePrjWWWContentDir” and NOT : “mobioneProjectWWWContentDir”
Thanks for the video it really helped 🙂
support-michaelKeymaster@phillip, thx for the feedback. regards!
-
AuthorPosts