I'm trying to use the attribute-indexer ant task with a war file and am getting an error like the following:

BUILD FAILED: java.lang.NoClassDefFoundError: WEB-INF/classes/web/SpringappController$__attributeRepository (wrong name: web/SpringappController$__attributeRepository)

I assume this is because the class is found in a directory that doesn't match its package name.

I'm curious if this is a known issue and/or there is a workaround (other than breaking out the classes to a separate jar file -- I'd like to avoid such an approach since these are web specific files and are not shared with other wars).

Thanks,

Rob


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



Reply via email to