--- Pan John-CXP001 <[EMAIL PROTECTED]> wrote: > I include some outside libraries (in the Jar file format) to my code > base. [...] I tried to put the library jar files under my source code > directory, Ant picked up these library file, but in the jar file > format [...], not as individual classes. > > Does any one know how to include the library jar classes into the final > image by using Ant Jar.
Use <zipfileset>'s 'src' attribute. Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
