ParameterParser imports FileItem which implements DataSource.

john mcnally

On Mon, 2002-06-03 at 19:19, Stephen Haberman wrote:
> > > However, it is dependent on the activation stuff. T3 currently does
> not
> > > build because of that. I just fixed the project.xml
> > 
> > What requires it? I just built t3 without it?
> 
> It seems odd. Here's the error I get:
> 
>     [javac] Found 2 semantic errors compiling
> "C:/cvs/jakarta-turbine-3/src/java/org/apache/turbine/DynamicURI.java":
>     [javac]
>     [javac]    249.         tmp[0] =
> data.getParameters().convertAndTrim(name);
>     [javac]                                               <------------>
>     [javac] *** Error: Could not find package "javax/activation" in:
>     [javac]                 C:\Java\Sun\j2sdk1.4.0\jre\lib\ext\dnsns.jar
> ...[snipped rest of classpath]...
>     [javac]                 C:\cvs\jakarta-turbine-3\src\java
>     [javac]                 .
>     [javac]
>     [javac]
>     [javac]
>     [javac]    249.         tmp[0] =
> data.getParameters().convertAndTrim(name);
>     [javac]                                               <------------>
>     [javac] *** Error: Type javax/activation/DataSource was not found.
> 
> BUILD FAILED
> 
> getParameters() is the ParameterParser, which extends
> DefaultParameterParser from Fulcrum, which extends BaseValueParser,
> which extends RecyclableSupport. However, none of the classes seem to
> use the activation stuff (e.g. with imports or otherwise).
> 
> I don't have any insight to the problem, other than I deleted my entire
> target dir to reproduce it; I just thought the error message might be
> useful.
> 
> - Stephen
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to