Hello,
anwser inserted after.

 --- [EMAIL PROTECTED] a écrit : > 
> 
> Hi,
> 
> I want to compile a project with some aspects but I've got this error
> :
> 
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> 
> aspectj:compile:
>     [ajc] Compiling 16 source and 0 arg files to
> C:\projects\j2eeservice\target\classes
> missing type oracle.jdbc.OracleResultSetCache
> missing type oracle.jdbc.OracleResultSetCache
> public void Statement.setResultSetCache(OracleResultSetCache)
> conflicts with
> public void Statement.setResultSetCache(*): defined in same type
> missing type oracle.jdbc.OracleResultSetCache
> missing type oracle.jdbc.OracleResultSetCache
> public abstract void
> OracleStatement.setResultSetCache(OracleResultSetCache)
> conflicts with public abstract void
> OracleStatement.setResultSetCache(*): defined i
> n same type
> missing type oracle.jdbc.OracleResultSetCache
> missing type oracle.jdbc.OracleResultSetCache
> missing type oracle.jdbc.OracleResultSetCache
> missing type oracle.jdbc.OracleResultSetCache
> missing type oracle.jdbc.OracleResultSetCache
> missing type oracle.jdbc.OracleResultSetCache
> 12 errors
> 
> 
> 
> I using maven-aspectj-plugin-1.1.jar
> 
> and have aspectjrt-1.1.0.jar and aspectjtools-1.1.0.jar in my
> dependencies.
> 
> The Java files I wan't to weave are Entity/Session beans. Nothing to
> do with
> oracle.jdbc.OracleResultSetCache.
> 
> Have you got any idea ?
yep : the aspectj seems to need all your resources (even the one which
will be needed only when executing) at compile time.

the last time i used it, it complains that a dep was missing. but that
dep was not needed to compile (no import) i believed. but that was not
the case.

R

=====
------------------------------------
| Raphaël Piéroni                  |
| 33+ 223 351 354                  |
| mailto:[EMAIL PROTECTED]        |
| http://www.dexem.com             |
| mailing:[EMAIL PROTECTED] |
------------------------------------

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

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

Reply via email to