k2and5 / httpclientandroidlib

Automatically exported from code.google.com/p/httpclientandroidlib
Other
0 stars 0 forks source link

script issues #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.download
2. run script
3.

What is the expected output? What do you see instead?
2 lines in the script cause issues on my system

What version of the product are you using? On what operating system?
1.1.2

Please provide any additional information below.

i had to change the following 2 lines:
android create lib-project -n ${PROJECTNAME} -t 6 -p ${ANDROIDPROJECTPATH} -k 
${PACKAGENAME}
cp ${ROOTDIR}/script/androidextra/* androidextra

Notes: android targets available did not match my system

there was a node missing (./script) in the copy statement for the 2 java files 
in ./androidextra

Original issue reported on code.google.com by rowntree...@gmail.com on 15 Jun 2013 at 6:43

GoogleCodeExporter commented 9 years ago
The script is meant to be started inside the script directory.

ROOTDIR=pwd

Probably the naming of the variable ROOTDIR is misleading.

I'll put a comment into the README

Original comment by dirkb...@gmail.com on 16 Jan 2014 at 1:05