Created: (MPIDEA-49) idea:module fails on project:type ofejb
0 answers - 2118 bytes -
idea:module fails on project:type of ejb Key: MPIDEA-49 URL: Project: maven-idea-plugin Issue Type: Bug Affects Versions: 1.6 Environment: Maven 1.0.2 maven-idea-plugin-1.6.jar Reporter: Jimmy Wan My general project structure is something like this: Toplevel project with no artifacts. Tier 2 children of toplevel project are subprojects that inherit from the toplevel project and are of 2 types (jar or ejb). Tier 3 children of tier 2 projects are subprojects of tier 2 projects and are all of type jar. The idea:multiproject task fails and generates a truncated module file as seen below. v1.5 of the IDEA plugin does not have this problem, but fails in other ways that also makes it unsuitable for me. : [CUT-REMVED ARTIFACT DWNLAD UTPUT] [echo] DEPRECATED: the use of dependency-handle is deprecated. Please use maven:get/set to modify properties of the multiproject plugin build:start: idea:init: war:load: [echo] DEPRECATED: war:load is deprecated, please use maven:get tags idea:module: [echo] Creating c:\repo\Products\Wolverine\ BUILD FAILED File C:\Documents and Settings\jwan.21TECHNLGIES\.maven\cache\maven-idea-plugin-1.6\plugin.jelly Element j:import Line 78 Column 79 file:/C:/Documents and <maven:makeRelativePathYou must define an attribute called 'path' for this tag. Total time: 3 seconds Finished at: Fri 06 11:42:00 CDT 2006 Generated Module file: <?xml version="1.0" encoding="UTF-8"?> <module version="4" relativePaths="true" type="J2EE_EJB_MDULE"> <component name="EjbModuleBuildComponent"> <setting name="EXPLDED_URL" value="file://"> </setting> <setting name="EXPLDED_ENABLED" value="false"> </setting> <setting name="JAR_URL" value="file://$MDULE_DIR$/target/<IRRELEVANT INF>.jar"> </setting> <setting name="JAR_ENABLED" value="true"> </setting> </component> <component name="EjbModuleProperties">
Re: Created: (MPIDEA-49) idea:module fails on project:type ofejb