Revision: 16859
          http://sourceforge.net/p/gate/code/16859
Author:   markagreenwood
Date:     2013-09-08 11:00:52 +0000 (Sun, 08 Sep 2013)
Log Message:
-----------
make the javadoc target behave the same as all other plugins, i.e. don't insist 
on a compile

Modified Paths:
--------------
    gate/trunk/plugins/Twitter/build.xml

Modified: gate/trunk/plugins/Twitter/build.xml
===================================================================
--- gate/trunk/plugins/Twitter/build.xml        2013-09-08 10:44:26 UTC (rev 
16858)
+++ gate/trunk/plugins/Twitter/build.xml        2013-09-08 11:00:52 UTC (rev 
16859)
@@ -90,9 +90,12 @@
 
        <!-- generate javadoc -->
 
-       <target name="doc" depends="javadoc" />
+       <!-- Build JavaDoc documentation -->
+       <target name="doc.prepare">
+               <mkdir dir="${javadoc.dir}" />
+       </target>
 
-       <target name="javadoc" depends="compile" description="Create Javadoc 
API documentation">
+       <target name="javadoc" depends="doc.prepare" description="Create 
Javadoc API documentation">
                <javadoc access="protected" destdir="${javadoc.dir}" 
classpathref="compile.classpath" Extdirs="${extDir}" Encoding="UTF-8" Use="yes" 
Windowtitle="GATE Twitter JavaDoc" docencoding="UTF-8" charset="UTF-8" 
source="1.6" useexternalfile="yes" breakiterator="true" linksource="yes">
                        <fileset dir="${src.dir}" />
                        <link href="http://docs.oracle.com/javase/6/docs/api/"; 
/>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to