Torsten and Jorg: Althourgh I look up some pages. I really do not know how to add dependencies for a customizable ant task. in my case, how to add dependencies to commons-javaflow-1.0-SNAPSHOT.jar for rewriting. Can you give me some tips or example? the dependencies did not included during jar package process?
Thanks. >From Wayne 2011/6/9 Torsten Curdt <[email protected]>: > Wayne, you also need to include the dependencies listed in the pom - > not just javaflow itself. > >> <taskdef name="javaflow" >> classname="org.apache.commons.javaflow.ant.AntRewriteTask"> >> <classpath id = "project.class.path"> >> <fileset dir = "lib"> >> <include name = >> "**/commons-javaflow-1.0-SNAPSHOT.jar"/> >> </fileset> >> </classpath> > > cheers, > Torsten > -- > http://www.yourdailygeekery.com > http://www.torstencurdt.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- .............................................. Graduate School of Global Information and Telecommunication Studies Waseda University 1-6-1 Nishi Waseda, Shinjuku-ku, Tokyo169-8050, JAPAN. .............................................. ************************************************ 早�R田大学大学院 国�H情�笸�科信研究科 中里研究室 博士�n程 王�Z(John Wayne) E-mail:[email protected] ************************************************ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
