Revision: 19117
http://sourceforge.net/p/gate/code/19117
Author: markagreenwood
Date: 2016-02-06 09:07:13 +0000 (Sat, 06 Feb 2016)
Log Message:
-----------
build the plugins before creating their javadoc otherwise plugins that rely on
others can fail -- why this occured now and not with some of the others I don't
know but I think this should fix it
Modified Paths:
--------------
gate/trunk/build.xml
Modified: gate/trunk/build.xml
===================================================================
--- gate/trunk/build.xml 2016-02-06 02:25:25 UTC (rev 19116)
+++ gate/trunk/build.xml 2016-02-06 09:07:13 UTC (rev 19117)
@@ -596,12 +596,12 @@
</target>
<!-- Make the archives for the GATE Distribution -->
- <target name="distro-zips" depends="prepare, compile, jar, doc,
plugins.build, plugins.distro.prepare">
+ <target name="distro-zips" depends="prepare, compile, jar, plugins.build,
doc, plugins.distro.prepare">
<ant antfile="build/deploy/build.xml" target="make-zips" />
</target>
<!-- build the installer .jar -->
- <target name="installer" depends="prepare, compile, jar, doc, plugins.build,
plugins.distro.prepare">
+ <target name="installer" depends="prepare, compile, jar, plugins.build, doc,
plugins.distro.prepare">
<ant antfile="build/deploy/build.xml" target="build-installer" />
</target>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs