Yup that should work.
 
Jon
 
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Sunburned Surveyor
Sent: Thursday, January 11, 2007 4:52 PM
To: List for discussion of JPP development and use.
Subject: [JPP-Devel] Modifying the javadoc target in the OpenJUMP
Antscript...


I've got a brief question about modifying the javadoc target in the Ant
script for OpenJUMP. I believe that the current Ant script only generates
javadoc for the source code in the /com/vividsolutions/ directory of the
source directory, and in its source folders. I would like to modify the Ant
script to include the other root package directories and their
sub-directories. 

Here is my modified target:

    <target name="javadocs" depends="prepare">
        <javadoc destdir="${javadoc directory}" use="true">
            <classpath refid="basic classpath"/> 
            <packageset dir="${source directory}">
                <include name="com/**"/>
                <include name="org/**"/>
                <include name="de/**"/> 
            </packageset>
        </javadoc>
    </target>

I'd appreciate any thoughts or comments on this.

The Sunburned Surveyor


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to