shirone / android-ui-utils

Automatically exported from code.google.com/p/android-ui-utils
0 stars 0 forks source link

Cannot find ${flintjs.dir}/flintjs.build.xml while building asset-studio #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
sh make.sh at android-ui-utils/asset-studio

What is the expected output? What do you see instead?
Build it

Please provide any additional information below.

macarse@labu64:asset-studio$ sh make.sh 
find: images: No such file or directory
Buildfile: build.xml

BUILD FAILED
/Users/macarse/Documents/android-ui-utils/asset-studio/src/js/build.xml:25: 
Cannot find ${flintjs.dir}/flintjs.build.xml imported from 
/Users/macarse/Documents/android-ui-utils/asset-studio/src/js/build.xml

Original issue reported on code.google.com by maca...@gmail.com on 22 Sep 2010 at 11:50

GoogleCodeExporter commented 8 years ago
Yes, there's an unreleased dependency on a JS packaging system called flintjs 
that I'm working on. Will update this bug as soon as it's released (ASAP).

Original comment by romannu...@google.com on 23 Sep 2010 at 12:10

GoogleCodeExporter commented 8 years ago
You should now be able to compile by installing flintjs:

    http://code.google.com/p/flintjs/

Just follow the instructions to download the frameowkr, and run this command 
from the asset-studio directory to create a local.properties file pointing to 
the flintjs framework:

    flintjs -u -p asset-studio/src/js/

Original comment by romannu...@google.com on 31 Dec 2010 at 7:30

GoogleCodeExporter commented 8 years ago
this isn't fixed:

flintjs-0.1/bin/flintjs -u -p asset-studio/src/js/
Traceback (most recent call last):
  File "flintjs", line 144, in <module>
    main()
  File "flintjs", line 76, in main
    do_update(options)
  File "flintjs", line 96, in do_update
    inf = open(local_prop_tmpl_path)
IOError: [Errno 2] No such file or directory: 
'../../flintjs-0.1/template/local.properties'

substituting build.properties requires project_name to be defined

Original comment by dario.nycjava@gmail.com on 11 Feb 2011 at 11:53

GoogleCodeExporter commented 8 years ago
@dario.nycjava — should be fixed with flintjs 0.1.1:

http://code.google.com/p/flintjs/downloads/detail?name=flintjs-0.1.1.zip

Original comment by romannu...@google.com on 23 Feb 2011 at 4:33