On Mon, 10 Jan 2011 21:01:53 +0100, Tina Vießmann wrote: > I've got a problem installing esper-4.0.0 using maven. I've got absolutly > no idea where it comes from. The output is: > > [ERROR] Error in manifest for myproject:myesper:jar:0.1-SNAPSHOT : Class > in different directory than declared. Path from class name is > com/espertech/esperio/AbstractCoordinatedAdapter$1.class but the path in > the jar is > production/esperio-csv/com/espertech/esperio/AbstractCoordinatedAdapter$1.class > from Jar:lib/esper-4.0.0.jar
It seems that the esper-4.0.0.jar artifact uploaded to Maven central is broken and contains the "production" path; the jar in the original distribution from Codehaus is OK. Looks like another fine example of a home-grown build script. :( I guess for now you should be able to install the correct jar into your repo/repo manager to override the artifact from central. Please also file a blocker bug in the Esper JIRA (http://jira.codehaus.org/browse/ESPER). -h --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
