You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Tina Vießmann <tv...@stud.hs-bremen.de> on 2011/01/10 21:01:53 UTC

maven and esper-4.0.0

Hi,

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
[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.class but the path in 
the jar 
isproduction/esperio-csv/com/espertech/esperio/AbstractCoordinatedAdapter.class 
from Jar:lib/esper-4.0.0.jar
[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/AbstractSendableEvent.class but the path in the 
jar is 
production/esperio-csv/com/espertech/esperio/AbstractSendableEvent.class 
from Jar:lib/esper-4.0.0.jar
[... and so on ...]

Has anyone experienced similar problems?


Thank you! :)
Tina

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


Re: maven and esper-4.0.0

Posted by Holger Hoffstaette <ho...@googlemail.com>.
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: maven and esper-4.0.0

Posted by Ron Wheeler <rw...@artifact-software.com>.
It looks like you have defined your source library location incorrectly 
in your IDE or somewhere in your build.

production/esperio-csv/ should not be in the jar and it appears that it is.

Ron

On 10/01/2011 3:01 PM, Tina Vießmann wrote:
> Hi,
>
> 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
> [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.class but the path in 
> the jar 
> isproduction/esperio-csv/com/espertech/esperio/AbstractCoordinatedAdapter.class 
> from Jar:lib/esper-4.0.0.jar
> [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/AbstractSendableEvent.class but the path in the 
> jar is 
> production/esperio-csv/com/espertech/esperio/AbstractSendableEvent.class 
> from Jar:lib/esper-4.0.0.jar
> [... and so on ...]
>
> Has anyone experienced similar problems?
>
>
> Thank you! :)
> Tina
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


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