Hi Hassan,

If this is not the case, try and move your <dependency> to <plugin> :
~  <plugins>
~    <plugin>
~      <artifactId>maven-antrun-plugin</artifactId>
~      ...
~      <dependencies>
~        <dependency>
~          <groupId>bsf</groupId>
~          <artifactId>bsf</artifactId>
~          <version>2.3.0</version>
~        </dependency>
~        ...

--
Yann

2006/1/10, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>
> Hi
>
> I'm trying to use a non-standard Ant task (scriptdef), and it's giving me
> this error:
> Embedded error: Could not create task or type of type: scriptdef.
>
> The dependency jar is in my pom:
>                 <dependency>
>                         <groupId>bsf</groupId>
>                         <artifactId>bsf</artifactId>
>                         <version>2.3.0</version>
>                 </dependency>
>
>
> Any help is highly highly appreciated.
> Thanks
> Haz
>

Reply via email to