org.freehep.tools
Class GenerateStatus
java.lang.Object
org.freehep.tools.GenerateStatus
- public class GenerateStatus
- extends Object
GenerateStatus creates an up-to-date status for all jars in the project, their packages
theirs descriptions and status.
It scans your config project.properties file for jars, picks up
all jars, scans the project-jar.properties and looks for all packages, and
build a list. It then scans the supplied directories for package.html files,
and filters out all packages without an at-status tag. It generates an XML file
for the status.
- Version:
- $Id: GenerateStatus.java,v 1.5 2002/08/07 18:26:27 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- GenerateStatus.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerateStatus
public GenerateStatus()
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.