I am using the following command to translate all the source files of a java project in a single command.but i am not able to achieve it.it misses some of the files.so anybody can help me in converting all the source files in a single stretch.
/Users/abc/Downloads/j2objc/j2objc -x objective-c -use-arc --verbose --ignore-missing-imports -sourcepath src//**.* -d /Users/abc/Documents/Generated_FIles/TestProject src//**//**//**//**//**//**//**.*
--
You received this message because you are subscribed to the Google Groups "j2objc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to j2objc-discus...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Thank you this is worked for me but one notice
sourcepath flag must be use with 1 dash (-) like this : -sourcepath and i think "*.java" must be in double quotation.
for more flags see this :
https://github.com/google/j2objc/issues/358