Hi !

Someone could told me the signification of this type of error message
please ?

check-openccm-idl:
FileSet: Setup file scanner in dir
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/OpenORB1.2/generated
with patternSet{ includes: [org/omg/Components/*.java] excludes: [] }
     [null] org/omg/Components/InvalidConfiguration.java added as
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.
     [null] org/omg/Components/InvalidConfigurationHelper.java added as
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.
     [null] org/omg/Components/InvalidConfigurationHolder.java added as
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.
     [null] org/omg/Components/FeatureNameHelper.java added as
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.
     [null] org/omg/Components/NameListHelper.java added as
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.
     [null] org/omg/Components/NameListHolder.java added as
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.
     [null] org/omg/Components/InvalidName.java added as
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.
     [null] org/omg/Components/InvalidNameHelper.java added as
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.
     [null] org/omg/Components/InvalidNameHolder.java added as
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.
     [null] org/omg/Components/InvalidConnection.java added as
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.
     [null] org/omg/Components/InvalidConnectionHelper.java added as
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.
     [null] org/omg/Components/InvalidConnectionHolder.java added as
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.
     [null] org/omg/Components/AlreadyConnected.java added as
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.
     [null] org/omg/Components/AlreadyConnectedHelper.java added as
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.
     [null] org/omg/Components/AlreadyConnectedHolder.java added as
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.
     [null] org/omg/Components/NoConnection.java added as
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.
     [null] org/omg/Components/NoConnectionHelper.java added as
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.
     [null] org/omg/Components/NoConnectionHolder.java added as
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.
     [null] org/omg/Components/ExceededConnectionLimit.java added as
/net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.
     [null] org/omg/Components/ExceededConnectionLimitHelper.java added
as /net/koff/export/rouvoy/OpenCCM/OpenCCM-0.3.ant/idl/Components.idl is
outdated.

The sample code I use is the following :

  <target name="check-openccm-idl" description="check if the file need
to be recompiled">
    <condition property="openccm-idl-modified">
      <or>
        <uptodate targetfile="${idl.dir}/Openccm.idl">
          <srcfiles dir="${gen.dir}">
            <include name="org/objectweb/ccm/*.java" />
            <include name="org/objectweb/ccm/Components/*.java" />
            <include name="org/objectweb/ccm/Deployment/*.java" />
            <include name="org/objectweb/ccm/Containers/*.java" />
          </srcfiles>
        </uptodate>
        <uptodate targetfile="${idl.dir}/Components.idl">
          <srcfiles dir="${gen.dir}">
            <include name="org/omg/Components/*.java" />
          </srcfiles>
        </uptodate>
        <uptodate targetfile="${idl.dir}/Deployment.idl">
          <srcfiles dir="${gen.dir}">
            <include name="org/omg/Components/Deployment/*.java" />
          </srcfiles>
        </uptodate>
        <uptodate targetfile="${idl.dir}/IFR_3_0.idl">
          <srcfiles dir="${gen.dir}">
            <include name="org/omg/CORBA/*.java" />
            <include name="org/omg/CORBA/*/*.java" />
          </srcfiles>
        </uptodate>
      </or>
    </condition>
  </target>



Thanks,
Romain

-- 
R. Rouvoy

------------------------------
Romain ROUVOY <[EMAIL PROTECTED]>
GOAL Team - LIFL (Laboratoire d'Informatique Fondamentale de Lille)
USTL Lille 1 - France

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to