KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > beautyjTask


1 /*
2  * Project: BeautyJ - Customizable Java Source Code Transformer
3  * Class: beautyjTask
4  * Version: 1.1
5  *
6  * Date: 2004-09-29
7  *
8  * Note: Contains auto-generated Javadoc comments created by BeautyJ.
9  *
10  * This is licensed under the GNU General Public License (GPL)
11  * and comes with NO WARRANTY. See file license.txt for details.
12  *
13  * Author: Jens Gulden
14  * Email: beautyj@jensgulden.de
15  */

16
17
18 import de.gulden.application.beautyj.ant.Task;
19
20 /**
21  * This is an alias class for BeautyJ's ANT-task implementation
22  * de.gulden.application.beautyj.ant.Task. This way, BeautyJ can
23  * be used from ANT by adding <code>&lt;taskdef name="beautyj"
24  * classname="beautyj" classpath="<beatyj_inst_dir>/beautyj.jar"/&gt;</code>
25  * to the ANT build script. This the same as <code>&lt;taskdef name="beautyj"
26  * classname="beautyj" classpath="<beatyj_inst_dir>/beautyj.jar"/&gt;</code>
27  * Although possible, this functionality is not joined with the 'beautyj'
28  * wrapper (which could extend de.gulden.application.beautyj.ant.Task, too).
29  * This is to allow running beautyj from the command-line without the ANT API
30  * classes in the classpath.
31  *
32  * @author Jens Gulden
33  * @version 1.0
34  */

35 public class beautyjTask extends Task {
36 } // end beautyjTask
37
Popular Tags