>Using what task definition? Without knowing the task definition, how are we
meant to work out >>what's wrong? Show us the XML!
the xml is this
*****
<target name="init" >
<property name="src" value="d:\petstore\components\customer\src" />
<property name="dest" value="d:\petstore\components\customer\src\iasmtbuild"
/>
</target>
<target name="compile" depends="init">
<javac srcdir="${src}" destdir="${temp}" classpath="${java.class.path}" >
<patternset >
<include name="com/sun/j2ee/blueprints/customer/account/ejb/AccountEJB.java"
/>
</patternset>
</javac>
</target>
****
the directory in which Debug is lying is
D:\petStore\components\util\tracer\src\com\sun\j2ee\blueprints\util\tracer..
it was my mistake,i meant according to the package structure..
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>