Read ini files with Apache Ant -


Is there any way to read properties from an INI file with APK ant? I stumbled into the epileptic InEfile, but the only purpose is to edit and write INI files - not to read them.

If they are not "name = value", then not with any class (I'm not sure That ant can do with the sections), you can use it.

  & lt; Property File = "myinifile.ini" />    

Comments

Popular posts from this blog

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -