Hi all,

I have a project that I am trying to convert from some custom ant black
magic to maven.

The project depends on (amongst others)
"org.eclipse.birt.report.model_2.0.1.jar", which in turn includes
"model.jar".

When an attempt is made to build the project, I get errors like this one:

/Users/minfrin/src/standard/alchemy/maven/alchemy-trader/src/main/java/alchemy/hdf/report/ReportNode.java:[10,41]
package org.eclipse.birt.report.model.api does not exist
/Users/minfrin/src/standard/alchemy/maven/alchemy-trader/src/main/java/alchemy/hdf/report/ReportNode.java:[323,43]
cannot find symbol
symbol  : class ReportDesignHandle
location: class alchemy.hdf.report.ReportNode

It seems that for reasons unknown, the model.jar inside
org.eclipse.birt.report.model_2.0.1.jar is being ignored.

Does anybody know what maven does to support jars embedded inside jars?

Regards,
Graham
--



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

Reply via email to