"Jar name isn't specified in output path..."
Whenever I make, I get error messages like this:
Information:Note: Some input files use unchecked or unsafe operations.
Information:Note: Recompile with -Xlint:unchecked for details.
Information:Compilation completed with 10 errors and 47 warnings
Information:10 errors
Information:47 warnings
Error:Jar name isn't specified in output path ('../') for module 'MgtVpnService' in EJB Facet 'EJB2' settings.
Error:Jar name isn't specified in output path ('../') for module 'core' in EJB Facet 'EJB2' settings.
Error:Jar name isn't specified in output path ('../') for module 'deviceBrowser' in EJB Facet 'EJB2' settings.
Error:Jar name isn't specified in output path ('../') for module 'firmwareManager' in EJB Facet 'EJB2' settings.
Error:Jar name isn't specified in output path ('../') for module 'juniteetest' in EJB Facet 'EJB2' settings.
Error:Jar name isn't specified in output path ('../') for module 'MgtVpnService' in EJB Facet 'EJB' settings.
Error:Jar name isn't specified in output path ('../') for module 'core' in EJB Facet 'EJB' settings.
Error:Jar name isn't specified in output path ('../') for module 'deviceBrowser' in EJB Facet 'EJB' settings.
Error:Jar name isn't specified in output path ('../') for module 'firmwareManager' in EJB Facet 'EJB' settings.
Error:Jar name isn't specified in output path ('../') for module 'juniteetest' in EJB Facet 'EJB' settings.
What causes these errors? I have no EJB facets in those modules, and there are no references to those ejb facets in the imls, ipr, or the iws. I cleared IDEA's cache, upgraded to 7.0.2, and I still get these messages. How do I deal with them?
Please sign in to leave a comment.
Got it. One module's ear facet had a rule to include the JAR of another module's ejb facet. But the other module's build instructions did not have jar-building enabled.