play2war / play2-war-plugin

WAR Plugin for Play framework 2.x
Apache License 2.0
443 stars 71 forks source link

Incompatibility with Play 2.3.8 release #280

Closed kahliburke closed 9 years ago

kahliburke commented 9 years ago

Trying to use play2war with Play 2.3.8 results in the following error:

[error] bad symbolic reference. A signature in Play2WarCommands.class refers to type PlayReloader
[error] in package play which is not available.
[error] It may be completely missing from the current classpath, or the version on
[error] the classpath might be incompatible with the version used when compiling Play2WarCommands.class.
yanns commented 9 years ago

Thanks for reporting.

dlecan commented 9 years ago

Play2war v1.3-beta3 with a fix for this issue has been published. Thank you!