[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnu autoconf
On Wed, 14 Mar 2001, Marcel Ruff wrote:
>Try a
>
> cvs upd -d -P
>
>in the root directory, -d will check out new added
>directories as well.
>I believe the directory
>
> xmlBlaster/src/java/org/jutils/collection/validators
>
>is missing on your machine.
Well, i guess the -d was the missing option....
after updating, ant and configure worked well till it reaches the oracle
stuff
[...]
import oracle.jdbc.driver.OracleDriver;
^
OracleSqlFactory.java:3: package oracle.jdbc.driver does not exist
import oracle.jdbc.driver.*;
[...]
these files are missing on my mashine.
oracle.jdbc.* and oracle.sql.*is missing in my CP.
regards
Heinrich