Hi,

when generating the iml file with Maven 1.1beta1, I always get the following
error when using that iml file: "Cannot determine module type for the
following module: "mymodule". Assuming it is a JAVA module". But this
assuming does not seem to work properly. The current workaround I have found
is to manually edit the iml file as follows:

Original:
<module version="4" relativePaths="true" type="">

Add JAVA_MODULE as type:
<module version="4" relativePaths="true" type="JAVA_MODULE">

please fix this,

regards,

Wim

Reply via email to