- This topic has 10 replies, 3 voices, and was last updated 10 years, 8 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 🙁
November 24, 2014 at 8:24 am #352880
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.November 24, 2014 at 9:28 am #352883
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.
November 24, 2014 at 9:57 am #352884
Brandon BatieMemberCan you paste the entire line for the directory (#17) as well as the line for the startup file (#23)?
November 24, 2014 at 10:26 am #352887
Philip!!!Memberhere it is.
<property name=”mobioneProjectWWWContentDir”
value=”C:\MyEclipse-BuildM1ProjectTutorialPack\date-time\www\date-time\”
/><property name=”mobioneProjectHTMLStartupFile” value=”date-time.html” />
November 24, 2014 at 11:26 am #352890
Brandon BatieMemberHi,
As long as thats the actual location I don’t see anything wrong with it. Can you verify thats the correct location?November 24, 2014 at 11:41 am #352891
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?
November 24, 2014 at 11:47 am #352892
Philip!!!Memberand yes its the correct location.
November 24, 2014 at 1:11 pm #352893
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
November 24, 2014 at 1:53 pm #352894
Philip!!!Memberok!!!!
It is : “mobionePrjWWWContentDir” and NOT : “mobioneProjectWWWContentDir”
Thanks for the video it really helped 🙂
November 24, 2014 at 2:29 pm #352895
support-michaelKeymaster@phillip, thx for the feedback. regards!
-
AuthorPosts