Thanks. Will try it out.
On Feb 27, 9:00 am, Charlie Collins <
charlie.coll...@gmail.com> wrote:
> Done.
>
> Made a new sample today that uses AIDL (IPC, Binder, Service), and
> updated the plugin. With a disclaimer - I am not near a Windows
> machine. I created a new AidlMojo and such, and it passes off to a
> ScriptWriter (for Windows) to create the aidl script, but I didn't
> implement it yet - this *won't work on Windows* right now.
>
> I plan to get to the Windows part as soon as I can, but I won't be
> near a Windows machine for several weeks (out of the office this week
> and next), and my I recently wiped my parallels install to make room
> on a drive).
>
> If someone else wants to jump in there, just let me know and I will
> add you to the project. All we really need is a .cmd script that
> searchs the src dir and runs the aidl tool on any ".aidl" files found
> there. All the other plumbing is done.
>
> A recipe in case someone wants to grab it:
>
> 1. Uncomment the Windows part here, where it says TODO: