RMIC task failing with base not supported
Posted
by Aaron
on Stack Overflow
See other posts from Stack Overflow
or by Aaron
Published on 2010-04-21T18:39:39Z
Indexed on
2010/04/21
18:43 UTC
Read the original article
Hit count: 304
I am running the following target in my build.xml
<target name="rmiserver">
<rmic base="../bin" classname="com.deleted.ctiv.remote.IvProvisionerResponseImpl"></rmic>
</target>
and I get the following error
[startAnt] [exec] BUILD FAILED
[startAnt] [exec] /home/gtaadm/gta/tomcat-5.5.20-8/webapps/taiga-2.0/project/working/EBIG_1.1/revision-1722/build.xml:44: The following error occurred while executing this line:
[startAnt] [exec] /home/gtaadm/gta/tomcat-5.5.20-8/webapps/taiga-2.0/project/working/EBIG_1.1/revision-1722/ebig/ear/build.xml:57: The <rmic> type doesn't support the "base" attribute.
It works when I run it eclipse, but not in my automated build environment.
© Stack Overflow or respective owner