Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Java/Netbeans/ide/lexer/demo/   (Fast Lexical Analyzer Version 2.6©)  Datei vom 3.10.2025 mit Größe 5 kB image not shown  

Quelle  build.xml   Sprache: XML

 
<?xml version='1.0' encoding='ISO-8859-1' ?>
<!--

    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.

-->


<project name="ide/lexer-gen" default="compile-src" basedir=".">

  <property name="lexer.module.root" location=".."/>
  <property name="src.demo" location="src/org/netbeans/modules/lexer/demo"/>
  <!-- <property name="build.compiler.debug" value="on"/> -->
  <!-- <property name="build.compiler.deprecation" value="on"/> -->

  <target name="compile-base">
    <ant dir="${lexer.module.root}" target="netbeans" inheritAll="false"/>
    <ant dir="${lexer.module.root}/gen" target="compile" inheritAll="false"/>
  </target>

  <target name="compile-src" depends="compile-base">
    <mkdir dir="build/classes"/>
    <javac srcdir="src" destdir="build/classes"
           deprecation="${build.compiler.deprecation}"
           debug="${build.compiler.debug}">
      <classpath>
        <pathelement location="${lexer.module.root}/build/classes"/>
        <fileset id="antlr.runtime" dir="${lexer.module.root}/external">
          <include name="ide/antlr*.jar"/>
        </fileset>
      </classpath>
    </javac>
  </target>

  <target name="lexer-type-check" unless="lexer.type">
    <fail message="Use -Dlexer.type=antlr to specify 'antlr' lexer type or 'javacc', 'handcoded/plain' or 'handcoded/link'."/>
  </target>

  <target name="compile" depends="lexer-type-check" description="Generate/compile lexer sources">
    <ant dir="${src.demo}/${lexer.type}" target="compile" inheritAll="false"/>
  </target>

  <target name="demo" depends="lexer-type-check" description="Run editor pane demo">
    <ant dir="${src.demo}/${lexer.type}" target="demo" inheritAll="false"/>
  </target>

  <target name="test" depends="lexer-type-check" description="Run random test to verify lexer correctness">
    <ant dir="${src.demo}/${lexer.type}" target="test" inheritAll="false"/>
  </target>

  <target name="clean" depends="lexer-type-check" description="Clean class files and generated sources">
    <ant dir="${src.demo}/${lexer.type}" target="clean" inheritAll="false"/>
  </target>

  <target name="rebuild" depends="lexer-type-check" description="Clean then Compile">
    <ant dir="${src.demo}/${lexer.type}" target="rebuild" inheritAll="false"/>
  </target>

  <target name="compile-all" depends="compile-base">
    <!-- compile all known lexers -->
    <ant dir="${src.demo}/antlr" target="compile" inheritAll="false"/>
    <ant dir="${src.demo}/javacc" target="compile" inheritAll="false"/>
    <ant dir="${src.demo}/handcoded/plain" target="compile" inheritAll="false"/>
    <ant dir="${src.demo}/handcoded/link" target="compile" inheritAll="false"/>

    <antcall target="compile-src"/>
  </target>

  <target name="clean-base">
    <ant dir="${lexer.module.root}" target="clean" inheritAll="false"/>
    <ant dir="${lexer.module.root}/gen" target="clean" inheritAll="false"/>
  </target>

  <target name="clean-src">
    <delete quiet="true">
      <fileset dir="build"/>
    </delete>
  </target>

  <target name="clean-all" depends="clean-base, clean-src">
    <!-- clean all known lexers -->
    <ant dir="${src.demo}/antlr" target="clean" inheritAll="false"/>
    <ant dir="${src.demo}/javacc" target="clean" inheritAll="false"/>
    <ant dir="${src.demo}/handcoded/plain" target="clean" inheritAll="false"/>
    <ant dir="${src.demo}/handcoded/link" target="clean" inheritAll="false"/>
  </target>

  <target name="rebuild-all" depends="clean-all, compile-all">
  </target>
  
  <target name="help">
    <echo message="Targets that require lexer type such as -Dlexer.type=antlr for 'antlr' lexer type"/>
    <echo message=" or 'javacc', 'handcoded/plain' or 'handcoded/link':"/>
    <echo message="compile Generate demo language sources and compile them (Requires JDK1.4)"/>
    <echo message="demo Run demo editor pane (Requires JDK1.4)"/>
    <echo message="test Run random test that checks generated lexer correctness (Requires JDK1.4)"/>
    <echo message="clean Clean generated language sources and class files"/>
    <echo message="rebuild Clean then Compile"/>
    <echo message=""/>
    <echo message="Global targets:"/>
    <echo message="compile-all Generate all demo languages and compile all demo sources"/>
    <echo message="clean-all Clean all demo language sources and classes"/>
    <echo message="rebuild-all Run clean-all followed by compile-all targets"/>
  </target>

</project>

95%


¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung ist noch experimentell.