hi,
i want to include some classes in my EJB JAR?
how can i do? if i would make some changes in build.xml, what are these changes ?
thanks
-
EJB and other classes (1 messages)
- Posted by: lkssal lkssal
- Posted on: February 14 2005 05:33 EST
Threaded Messages (1)
- EJB and other classes by Marcin Maciukiewicz on February 14 2005 08:20 EST
-
EJB and other classes[ Go to top ]
- Posted by: Marcin Maciukiewicz
- Posted on: February 14 2005 08:20 EST
- in response to lkssal lkssal
I suppose You should change the part which is responsible to create jar. Somenthing like this:
<target name="jar">
...
<jar basedir="${build.dir}" jarfile="${PROXY_JAR}" update="true" includes="com/firm/classes/**/"/>
</target>