[forge-dev] I need a idea how can I get class and method signature informations form dependent jars

Lincoln Baxter, III lincolnbaxter at gmail.com
Fri May 18 12:25:05 EDT 2012


Well, what you can do is classload the jar files using a new URLClassLoader
(you can use the DependencyResolver) to get File handles for Artifacts in
the local repository.

Would that do what you want?

~Lincoln

On Fri, May 18, 2012 at 12:20 PM, George Gastaldi <gegastaldi at gmail.com>wrote:

> Maybe Tattletale may help (http://www.jboss.org/tattletale) ?
>
> Regards,
>
> George Gastaldi
>
> 2012/5/18 Sandro Sonntag <sonntag at gmx.li>:
> > Hi,
> >
> > I want to generate sources based on dependency jars. Reflection is not
> possible (compile time).
> > Does anyone have any ideas?
> >
> > Thx
> > ~Sandro
> > _______________________________________________
> > forge-dev mailing list
> > forge-dev at lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/forge-dev
> _______________________________________________
> forge-dev mailing list
> forge-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/forge-dev
>



-- 
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20120518/652b9713/attachment.html 


More information about the forge-dev mailing list