On Ter, 02 Mar 2010, kolaloka wrote:
Looking into the repository for an actual class
bal...@black:~/.m2/repository/com/oracle$ (for i in `find . -type f|grep
jar$`; do unzip -l $i; done) |grep STRUCT
     5985  06-16-04 11:33   oracle/sql/STRUCT.class
     2830  07-31-09 19:31   oracle/sql/JAVA_STRUCT.class
    11087  07-31-09 19:31   oracle/sql/STRUCT.class

seems to be there. Well, two of the STRUCT might be a problem if it once
finds it... others are not duplicated:
bal...@black:~/.m2/repository/com/oracle$ (for i in `find . -type f|grep
jar$`; do unzip -l $i; done) |grep JGeoRaster
    10378  08-01-09 10:53   oracle/spatial/georaster/JGeoRaster.class
    27539  08-01-09 10:53   oracle/spatial/georaster/JGeoRasterMeta.class

It's not enough to have the jar's in your repository, you must list them in the pom.xml file so they are used during compilation.



--
We cannot do everything at once, but we can do something at once.
                -- Calvin Coolidge

Eduardo M KALINOWSKI
edua...@kalinowski.com.br


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to