[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: where to get jaxb from?



Torsten Werner schrieb:
> I have tried ant's filtering but it does not work. You can run
> sed recursively.

I'm stupid.

<copy file="in" toFile="out">
  <filterchain>
    <tokenfilter>
      <replacestring from="com.sun.xml.bind.v2"
        to="com.sun.xml.internal.bind.v2"/>
    </tokenfilter>
  </filterchain>
</copy>

just works.

Cheers,
Torsten


Reply to: