Re: [macker-user] primary classes: can i also include jar files?
Brought to you by:
barredijkstra,
melquiades
From: Paul C. <can...@po...> - 2005-12-22 21:58:27
|
You can't read primary classes directly from a jar. You can, however, use Ant to expand the jar in question into a temp directory under build -- which will give you a bunch of .class files -- then include those files as primary classes in the normal way. This should solve your problem. Cheers, Paul On Dec 22, 2005, at 11:26 AM, Michael Sassin wrote: > Hi > > I want to analyze the dependencies between libraries that are > contained in jar files with the help of Macker rules. > > I tried to set the primary classes to include also jar files but > this appear not to work. > > Can I add classes in jar file as primary classes or is this > currently not supported. > > Michael _________________________________________________________________ Piano music podcast: http://inthehands.com Other interesting stuff: http://innig.net |