Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1
-
Labels:None
-
Number of attachments :
Description
The rar plugin defines many variables:
maven.rar.src=$
{maven.src.dir}/rar
maven.rar.descriptordir=$
/META-INF
maven.rar.raxml=$
maven.rar.manifest=${maven.rar.descriptordir}
/MANIFEST.MF
maven.rar.displayname=$
maven.rar.resources=$
{maven.build.dir}/rar
But some of them are ignored. For instance, the descriptordir is not used and the only reference to the raxml is inside an echo tag:
<ant:echo>Building rar $
with ra.xml "$
{maven.rar.raxml}"</ant:echo>
In other words, the way it is now, the ra.xml must be inside the directory defined by maven.rar.src, otherwise it won't be included, even if the raxml or descriptordir is defined (and that's really bad).