Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple main classes #5

Open
zhangzhenkai opened this issue May 17, 2016 · 2 comments
Open

multiple main classes #5

zhangzhenkai opened this issue May 17, 2016 · 2 comments
Assignees

Comments

@zhangzhenkai
Copy link

Hi Karim,

We have to analyze several programs that have multiple main classes, say a program has U.V.Bar.main() and X.Y.Foo.main(). We want to find a way to specify all these main classes to let Averroes generate a single placeholder, like this format: -m U.V.Bar:X.Y.Foo

Also, we have some client-server programs, which have some callbacks that are not reachable from main(). Is there a way to let Averroes start not only from main() but also from any arbitrary methods?

Thanks,
Zhenkai

@karimhamdanali
Copy link
Contributor

karimhamdanali commented May 18, 2016

Hi Zhenkai,

Adding multiple main methods sounds like a nice enhancement to add to averroes. I have self-assigned this feature to myself. I don't think I'll get to it until 2 weeks or so though.

As for the callbacks that are not reachable from main(), I'm currently working on a newer version of Averroes that supports framework-based applications. I think that might solve your problem. The release of that version is currently planned for late summer.

thanks,
Karim

@zhangzhenkai
Copy link
Author

That will be awesome! Thank you, Karim!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants