alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Jazzy example source code file (jedit_build.xml)

This example Jazzy source code file (jedit_build.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Jazzy tags/keywords

build, built-by, classpath, compile, compile, create, create, defaultwordfinder, jazzy, jazzysrc, plugin, plugin, reloadplugintask, reloadplugintask

The Jazzy jedit_build.xml source code

<project name="Jazzy - jEdit Plugin." default="jedit-install" basedir=".">

  <!-- set global properties for this build (directory names) -->

  <property file="build.properties"/>
  <property file="../build.properties"/>
  <property file="${user.home}/.build.properties"/>
  <property file="${user.home}/build.properties"/>



  <property name="src" value="src"/>
  <property name="build" value="bin"/>
  <property name="dist"  value="dist"/>
  <property name="dict" value="dict"/>
  <property name="javadoc"  value="javadoc"/>
  <property name="jedit-config" value="${src}/com/swabunga/spell/jedit/config"/>
  <property name="target" value="1.3"/>
  <property name="package" value="com.swabunga.spell.event"/>
  <property name="jedit" value=""/>
  <property name="test-class" value="DefaultWordFinder"/>
<!--  

Other Jazzy examples (source code examples)

Here is a short list of links related to this Jazzy jedit_build.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.