Code Search for Developers
 
 
  

build.xml from Citizen Privacy Service at Krugle


Show build.xml syntax highlighted

<project name="cps" basedir=".">

  <!-- properties -->
  <property file="build.properties"/>

  <target name="mk">
   <echo message="Compiling the java files..."/>
    <javac srcdir="${src.dir}" destdir="${build.classes}" includes="org/rickmurphy/**">
     <classpath path="${lib.classpath}:."/>
    </javac>
  </target>

  <target name="run" depends="mk">
    <java classname="org.rickmurphy.BootLoader" fork="true">
     <classpath path="${lib.classpath}"/>
     <arg value="org.rickmurphy.monitor.FederalRegisterMonitor"/>
     <arg value="monitor"/>
    </java>
  </target> 

  <target name="ju" depends="mk">
    <java classname="junit.awtui.TestRunner" fork="true">
     <classpath path="${lib.classpath}"/>
     <arg line="-noloading"/>
     <arg line="org.rickmurphy.unit.OWLEntailmentCase"/>
    </java>
  </target> 

  <target name="lr">
   <antlr
    target="${grammar}"
    outputdirectory="${src.dir}/org/rickmurphy/monitor/"
    >
  <classpath path="${lib.classpath}"/>
  </antlr>
  </target>

  <target name="ws" >
   <echo message="running ws-compile"/>
   <exec executable="${wscompile}">
    <arg line="-define"/>
    <arg line="-nd etc/privacy"/>
    <arg line="-f:documentliteral"/>
    <arg line="-f:explicitcontext"/>
    <arg line="-f:noencodedtypes"/>
    <arg line="-classpath ${lib.classpath}"/>
    <arg line="-verbose"/>
<!--    <arg line="-mapping etc/privacy/privacy-mapping.xml"/> -->
    <arg line="etc/privacy/config-interface.xml"/>
   </exec>
  </target>

  <target name="doc">
    <javadoc packagenames="org.rickmurphy.*"
      sourcepath="src"
      classpath="${lib.classpath}"
      destdir="docs/api"/>
  </target> 

  <target name="prep" depends="clean">
   <mkdir dir="${build.dir}"/>
   <mkdir dir="${build.classes}"/>
   <mkdir dir="${dist.dir}"/>
   <mkdir dir="${docs.api}"/>
  </target>

  <target name="clean">
    <delete dir="${build.dir}" />
  </target>

 <!-- xjc taskdef -->

 <taskdef name="xjc" classname="com.sun.tools.xjc.XJCTask">
  <classpath>
    <fileset dir="${jaxb.lib}" includes="*.jar" excludes="ant.jar"/>
    <fileset dir="${jaxp.lib}" includes="**/*.jar"/>
    <fileset dir="${jwsdp-shared.lib}" includes="*.jar"/>
  </classpath>
 </taskdef>

 <!-- disclosure-request binding target -->
 <target name="drb">
  <xjc target="src">
   <schema file="${jaxb.disclosure-request.schema}"/>
   <binding file="${jaxb.disclosure-request.binding}"/>
   <produces dir="src"/>
   <arg value="-extension"/>
  </xjc>
 </target>

 <!-- disclosure-confirmation binding target -->
 <target name="dcb">
  <xjc target="src">
   <schema file="${jaxb.disclosure-confirmation.schema}"/>
   <binding file="${jaxb.disclosure-confirmation.binding}"/>
   <produces dir="src"/>
   <arg value="-extension"/>
  </xjc>
 </target>

 <!-- generic privacy problem binding target -->
 <target name="gpp">
  <xjc target="src">
   <schema file="${jaxb.generic-privacy-problem.schema}"/>
   <binding file="${jaxb.generic-privacy-problem.binding}"/>
   <produces dir="src"/>
   <arg value="-extension"/>
  </xjc>
 </target>

</project>




See more files for this project here

Citizen Privacy Service

The Citizen Privacy Service is an asynchronous component using artificial intelligence capabilities including DL decidability and first order logic provenance that provide policy decision and policy enforcement points based on the US Privacy Act of 1974.

Project homepage: http://sourceforge.net/projects/us-privacy
Programming language(s): Java,XML
License: bsd

  build/
    classes/
      gov/
        osera/
          privacy/
            CitizenPrivacy.class
            CitizenPrivacyBean.class
            CitizenPrivacyHome.class
            Disclosure.class
            GenericPrivacyProblem.class
            WaiverAcknowledgment.class
      org/
        rickmurphy/
          agent/
            TrustAgent.class
          exchangepackage/
            disclosure/
              impl/
                runtime/
                  AbstractUnmarshallingEventHandlerImpl.class
                  ContentHandlerAdaptor.class
                  DefaultJAXBContextImpl.class
                  Discarder.class
                  ErrorHandlerAdaptor.class
                  GrammarInfo.class
                  GrammarInfoFacade$1.class
                  GrammarInfoFacade.class
                  GrammarInfoImpl.class
                  InterningUnmarshallerHandler.class
                  MSVValidator.class
                  MarshallerImpl.class
                  NamespaceContext2.class
                  NamespaceContextImpl.class
                  PrefixCallback.class
                  SAXMarshaller$1.class
                  SAXMarshaller$2.class
                  SAXMarshaller$3.class
                  SAXMarshaller.class
                  SAXUnmarshallerHandler.class
                  SAXUnmarshallerHandlerImpl.class
                  UnmarshallableObject.class
                  UnmarshallerImpl.class
                  UnmarshallingContext.class
                  UnmarshallingEventHandler.class
                  UnmarshallingEventHandlerAdaptor.class
                  Util.class
                  ValidatableObject.class
                  ValidatingUnmarshaller.class
                  ValidationContext.class
                  ValidatorImpl$EventInterceptor.class
                  ValidatorImpl.class
                  XMLSerializable.class
                  XMLSerializer.class
                DisclosureRequestImpl$Unmarshaller.class
                DisclosureRequestImpl.class
                DisclosureRequestTypeImpl$Unmarshaller.class
                DisclosureRequestTypeImpl.class
                JAXBVersion.class
              DisclosureRequest.class
              DisclosureRequestType.class
              ObjectFactory.class
            DisclosureRequest.class
            PrivacyAssertion.class
          handler/
            GuaranteedDeliveryHandler.class
          pdp/
            DisclosureRequestDecisionBean.class
            PrivacyDecisionBean.class
            PrivacyDecisionPoint.class
          pep/
            TrustProviderDAO.class
            TrustProviderProxy.class
            TrustProviderProxyBean.class
            TrustProviderProxyLocalHome.class
            TrustProviderTestHarness.class
          privacy/
            CitizenPrivacy.class
            CitizenPrivacyBean.class
            CitizenPrivacyHome.class
            Disclosure.class
            GenericPrivacyProblem.class
            WaiverAcknowledgment.class
          util/
            AbstractJMSMessageProducer.class
            DataAccessObject.class
            DisclosureEntailmentFactory.class
            DisclosureRequestModel.class
            DisclosureRequestSender.class
            Document.class
            FOLGoalFactory.class
            Intent.class
            MessageHandler.class
            PelletTestHarness.class
            SOAPMessageProducer.class
            SPARQLQueryFactory.class
            Target.class
            TrustProviderTestHarness.class
          BootLoader.class
        xmlsoap/
          schemas/
  deploy/
    docs/
    CitizenPrivacy.java
    CitizenPrivacyBean.java
    CitizenPrivacyHome.java
    CitizenPrivacyService.wsdl
    Disclosure.java
    GenericPrivacyProblem.java
    WaiverAcknowledgment.java
    privacy-service-wsdl.jpg
    privacy-service.jpg
    privacy-service.zip
  docs/
    api/
    description
    institutions.pdf
    institutions.tm
  etc/
    architecture/
    privacy/
    description
    logic
    logic.tm
  model/
    cps.mdr
    cps.xml
  src/
    org/
  README
  build.properties
  build.xml
  cps-license.html
  todo