Thread: [Fb-contrib-commit] SF.net SVN: fb-contrib:[1066] trunk/fb-contrib/build.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-08-08 15:49:41
|
Revision: 1066
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1066&view=rev
Author: dbrosius
Date: 2008-08-08 15:49:48 +0000 (Fri, 08 Aug 2008)
Log Message:
-----------
add log4j.jar to samples lib
Modified Paths:
--------------
trunk/fb-contrib/build.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2008-08-08 15:48:57 UTC (rev 1065)
+++ trunk/fb-contrib/build.xml 2008-08-08 15:49:48 UTC (rev 1066)
@@ -47,6 +47,7 @@
<pathelement location="${sampleslib.dir}/jsp-api.jar"/>
<pathelement location="${sampleslib.dir}/junit.jar"/>
<pathelement location="${sampleslib.dir}/servlet-api.jar"/>
+ <pathelement location="${sampleslib.dir}/log4j.jar"/>
</path>
<mkdir dir="${classes.dir}/com"/>
<mkdir dir="${classes.dir}/com/mebigfatguy"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-03-01 07:39:30
|
Revision: 1128
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1128&view=rev
Author: dbrosius
Date: 2009-03-01 07:39:25 +0000 (Sun, 01 Mar 2009)
Log Message:
-----------
go back to development
Modified Paths:
--------------
trunk/fb-contrib/build.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2009-03-01 05:08:12 UTC (rev 1127)
+++ trunk/fb-contrib/build.xml 2009-03-01 07:39:25 UTC (rev 1128)
@@ -20,7 +20,7 @@
<property name="javac.deprecation" value="on"/>
<property name="javac.debug" value="on"/>
- <property name="fb-contrib.version" value="3.8.0"/>
+ <property name="fb-contrib.version" value="3.9.0"/>
<target name="clean" description="removes all generated collateral">
<delete dir="${classes.dir}"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-07-03 04:06:10
|
Revision: 1211
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1211&view=rev
Author: dbrosius
Date: 2009-07-03 04:06:08 +0000 (Fri, 03 Jul 2009)
Log Message:
-----------
add bugrank.txt to jar
Modified Paths:
--------------
trunk/fb-contrib/build.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2009-07-03 04:03:08 UTC (rev 1210)
+++ trunk/fb-contrib/build.xml 2009-07-03 04:06:08 UTC (rev 1211)
@@ -103,6 +103,7 @@
<fileset dir="etc">
<include name="findbugs.xml"/>
<include name="messages*.xml"/>
+ <include name="bugrank.txt"/>
<include name="*.license"/>
</fileset>
<fileset dir="${classes.dir}">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-09-12 23:13:09
|
Revision: 1284
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1284&view=rev
Author: dbrosius
Date: 2009-09-12 22:51:08 +0000 (Sat, 12 Sep 2009)
Log Message:
-----------
move to 4.0.0
Modified Paths:
--------------
trunk/fb-contrib/build.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2009-09-12 20:44:51 UTC (rev 1283)
+++ trunk/fb-contrib/build.xml 2009-09-12 22:51:08 UTC (rev 1284)
@@ -20,7 +20,7 @@
<property name="javac.deprecation" value="on"/>
<property name="javac.debug" value="on"/>
- <property name="fb-contrib.version" value="3.9.0"/>
+ <property name="fb-contrib.version" value="4.0.0"/>
<target name="clean" description="removes all generated collateral">
<delete dir="${classes.dir}"/>
@@ -189,4 +189,4 @@
<target name="release" depends="build, check14, srczip, html, javadoc" description="prepares everything for a release"/>
-</project>
\ No newline at end of file
+</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-09-13 03:40:37
|
Revision: 1288
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1288&view=rev
Author: dbrosius
Date: 2009-09-13 03:40:29 +0000 (Sun, 13 Sep 2009)
Log Message:
-----------
get ready for 4.1.0 development
Modified Paths:
--------------
trunk/fb-contrib/build.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2009-09-12 23:18:14 UTC (rev 1287)
+++ trunk/fb-contrib/build.xml 2009-09-13 03:40:29 UTC (rev 1288)
@@ -20,7 +20,7 @@
<property name="javac.deprecation" value="on"/>
<property name="javac.debug" value="on"/>
- <property name="fb-contrib.version" value="4.0.0"/>
+ <property name="fb-contrib.version" value="4.1.0"/>
<target name="clean" description="removes all generated collateral">
<delete dir="${classes.dir}"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-10-06 05:13:05
|
Revision: 1363
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1363&view=rev
Author: dbrosius
Date: 2009-10-06 05:12:58 +0000 (Tue, 06 Oct 2009)
Log Message:
-----------
javadoc copyright to 2009
Modified Paths:
--------------
trunk/fb-contrib/build.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2009-10-06 05:08:44 UTC (rev 1362)
+++ trunk/fb-contrib/build.xml 2009-10-06 05:12:58 UTC (rev 1363)
@@ -152,7 +152,7 @@
destdir="${javadoc.dir}"
windowtitle="fb-contrib api">
<doctitle><![CDATA[<h1>fb-contrib javadoc</h1>]]></doctitle>
- <bottom><![CDATA[<i>Copyright © 2005-2008 MeBigFatGuy.com. All Rights Reserved.</i>]]></bottom>
+ <bottom><![CDATA[<i>Copyright © 2005-2009 MeBigFatGuy.com. All Rights Reserved.</i>]]></bottom>
</javadoc>
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-12-19 23:32:20
|
Revision: 1393
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1393&view=rev
Author: dbrosius
Date: 2009-12-19 23:32:13 +0000 (Sat, 19 Dec 2009)
Log Message:
-----------
move up to building with 1.5 to match findbugs
Modified Paths:
--------------
trunk/fb-contrib/build.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2009-12-19 18:08:12 UTC (rev 1392)
+++ trunk/fb-contrib/build.xml 2009-12-19 23:32:13 UTC (rev 1393)
@@ -16,7 +16,7 @@
<property name="javadoc.dir" value="${basedir}/javadoc"/>
<property name="htdocs.dir" value="${basedir}/htdocs"/>
<property name="javac.source" value="1.5"/>
- <property name="javac.target" value="jsr14"/>
+ <property name="javac.target" value="1.5"/>
<property name="javac.deprecation" value="on"/>
<property name="javac.debug" value="on"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2009-12-20 20:04:52
|
Revision: 1409
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1409&view=rev
Author: dbrosius
Date: 2009-12-20 20:04:46 +0000 (Sun, 20 Dec 2009)
Log Message:
-----------
no need to check14 anymore
Modified Paths:
--------------
trunk/fb-contrib/build.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2009-12-20 20:02:20 UTC (rev 1408)
+++ trunk/fb-contrib/build.xml 2009-12-20 20:04:46 UTC (rev 1409)
@@ -156,25 +156,6 @@
</javadoc>
</target>
- <target name="check14" depends="jar" description="Check for 1.5 only methods">
- <mkdir dir="${basedir}/plugin"/>
- <copy file="${basedir}/fb-contrib-${fb-contrib.version}.jar" todir="${basedir}/plugin"/>
-
- <taskdef name="findbugs" classname="edu.umd.cs.findbugs.anttask.FindBugsTask" classpath="${lib.dir}/findbugs-ant.jar;${lib.dir}/findbugs.jar;${lib.dir}/bcel.jar;${lib.dir}/dom4j-full.jar;${lib.dir}/asm-3.0.jar;${lib.dir}/asm-tree-3.0.jar;${lib.dir}/annotations.jar;${lib.dir}/jsr305.jar"/>
-
- <findbugs output="xml"
- home="${basedir}"
- auxClasspath="${sampleslib.dir}/jsp-api.jar;${lib.dir}/findbugs.jar;${lib.dir}/bcel.jar"
- visitors="SuspiciousJDKVersionUse"
- reportLevel="high"
- outputFile="${basedir}/plugin/findbugs.xml"
- jvmargs="-Xmx800m -Dfb-contrib.sjvu.jdkhome=${jdk14.home}"
- failOnError="true">
- <class location="${basedir}/fb-contrib-${fb-contrib.version}.jar"/>
- </findbugs>
- <!--<delete dir="${basedir}/plugin"/>-->
- </target>
-
<target name="build" depends="clean, -init, validate_xml, compile, compile_samples, jar" description="builds the plugin jar">
</target>
@@ -187,6 +168,6 @@
</copy>
</target>
- <target name="release" depends="build, check14, srczip, html, javadoc" description="prepares everything for a release"/>
+ <target name="release" depends="build, srczip, html, javadoc" description="prepares everything for a release"/>
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2010-01-14 05:45:35
|
Revision: 1483
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1483&view=rev
Author: dbrosius
Date: 2010-01-14 05:45:29 +0000 (Thu, 14 Jan 2010)
Log Message:
-----------
start 4.3.0 dev
Modified Paths:
--------------
trunk/fb-contrib/build.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2010-01-14 05:35:23 UTC (rev 1482)
+++ trunk/fb-contrib/build.xml 2010-01-14 05:45:29 UTC (rev 1483)
@@ -20,7 +20,7 @@
<property name="javac.deprecation" value="on"/>
<property name="javac.debug" value="on"/>
- <property name="fb-contrib.version" value="4.2.0"/>
+ <property name="fb-contrib.version" value="4.3.0"/>
<target name="clean" description="removes all generated collateral">
<delete dir="${classes.dir}"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2010-01-14 06:01:14
|
Revision: 1484
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1484&view=rev
Author: dbrosius
Date: 2010-01-14 06:01:07 +0000 (Thu, 14 Jan 2010)
Log Message:
-----------
format
Modified Paths:
--------------
trunk/fb-contrib/build.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2010-01-14 05:45:29 UTC (rev 1483)
+++ trunk/fb-contrib/build.xml 2010-01-14 06:01:07 UTC (rev 1484)
@@ -159,7 +159,7 @@
<target name="build" depends="clean, -init, validate_xml, compile, compile_samples, jar" description="builds the plugin jar">
</target>
- <target name="install" depends="build" description="installs the plugin into FindBugs">
+ <target name="install" depends="build" description="installs the plugin into FindBugs">
<property environment="env"/>
<copy todir="${env.FINDBUGS_HOME}/plugin">
<fileset dir="${basedir}">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2010-06-09 04:54:40
|
Revision: 1570
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1570&view=rev
Author: dbrosius
Date: 2010-06-09 04:54:33 +0000 (Wed, 09 Jun 2010)
Log Message:
-----------
move to 4.5.0 development
Modified Paths:
--------------
trunk/fb-contrib/build.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2010-06-09 04:53:45 UTC (rev 1569)
+++ trunk/fb-contrib/build.xml 2010-06-09 04:54:33 UTC (rev 1570)
@@ -20,7 +20,7 @@
<property name="javac.deprecation" value="on"/>
<property name="javac.debug" value="on"/>
- <property name="fb-contrib.version" value="4.4.0"/>
+ <property name="fb-contrib.version" value="4.5.0"/>
<target name="clean" description="removes all generated collateral">
<delete dir="${classes.dir}"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2010-10-14 04:45:44
|
Revision: 1628
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1628&view=rev
Author: dbrosius
Date: 2010-10-14 04:45:37 +0000 (Thu, 14 Oct 2010)
Log Message:
-----------
start the 4.7.0 development
Modified Paths:
--------------
trunk/fb-contrib/build.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2010-09-28 00:12:54 UTC (rev 1627)
+++ trunk/fb-contrib/build.xml 2010-10-14 04:45:37 UTC (rev 1628)
@@ -20,7 +20,7 @@
<property name="javac.deprecation" value="on"/>
<property name="javac.debug" value="on"/>
- <property name="fb-contrib.version" value="4.6.0"/>
+ <property name="fb-contrib.version" value="4.7.0"/>
<target name="clean" description="removes all generated collateral">
<delete dir="${classes.dir}"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2010-12-13 00:09:54
|
Revision: 1649
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1649&view=rev
Author: dbrosius
Date: 2010-12-13 00:09:47 +0000 (Mon, 13 Dec 2010)
Log Message:
-----------
add includeantruntime to quell warnings
Modified Paths:
--------------
trunk/fb-contrib/build.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2010-12-09 05:04:52 UTC (rev 1648)
+++ trunk/fb-contrib/build.xml 2010-12-13 00:09:47 UTC (rev 1649)
@@ -70,7 +70,8 @@
source="${javac.source}"
target="${javac.target}"
deprecation="${javac.deprecation}"
- debug="${javac.debug}">
+ debug="${javac.debug}"
+ includeantruntime="false">
<classpath refid="fb-contrib.classpath"/>
</javac>
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2011-03-01 07:07:22
|
Revision: 1654
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1654&view=rev
Author: dbrosius
Date: 2011-03-01 07:07:16 +0000 (Tue, 01 Mar 2011)
Log Message:
-----------
update date to 2011
Modified Paths:
--------------
trunk/fb-contrib/build.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2011-03-01 07:04:24 UTC (rev 1653)
+++ trunk/fb-contrib/build.xml 2011-03-01 07:07:16 UTC (rev 1654)
@@ -156,7 +156,7 @@
destdir="${javadoc.dir}"
windowtitle="fb-contrib api">
<doctitle><![CDATA[<h1>fb-contrib javadoc</h1>]]></doctitle>
- <bottom><![CDATA[<i>Copyright © 2005-2010 MeBigFatGuy.com. All Rights Reserved.</i>]]></bottom>
+ <bottom><![CDATA[<i>Copyright © 2005-2011 MeBigFatGuy.com. All Rights Reserved.</i>]]></bottom>
</javadoc>
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2011-06-04 05:31:02
|
Revision: 1671
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1671&view=rev
Author: dbrosius
Date: 2011-06-04 05:30:56 +0000 (Sat, 04 Jun 2011)
Log Message:
-----------
add eclipse support for extra jars needed by plugin, as per Andrei Loskutov
Modified Paths:
--------------
trunk/fb-contrib/build.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2011-06-04 05:21:49 UTC (rev 1670)
+++ trunk/fb-contrib/build.xml 2011-06-04 05:30:56 UTC (rev 1671)
@@ -117,6 +117,7 @@
<manifest>
<attribute name="fb-contrib-version" value="${fb-contrib.version}"/>
<attribute name="Main-Class" value="com.mebigfatguy.fbcontrib.FBContrib"/>
+ <attribute name="Eclipse-RegisterBuddy" value="edu.umd.cs.findbugs.plugin.eclipse"/>
<attribute name="Bundle-ManifestVersion" value="2"/>
<attribute name="Bundle-Name" value="fb-contrib plugin"/>
<attribute name="Bundle-SymbolicName" value="fb-contrib; singleton:=true"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dbr...@us...> - 2011-07-02 03:46:24
|
Revision: 1693
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1693&view=rev
Author: dbrosius
Date: 2011-07-02 03:46:18 +0000 (Sat, 02 Jul 2011)
Log Message:
-----------
add includeantruntime=false
Modified Paths:
--------------
trunk/fb-contrib/build.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2011-06-30 22:35:53 UTC (rev 1692)
+++ trunk/fb-contrib/build.xml 2011-07-02 03:46:18 UTC (rev 1693)
@@ -65,7 +65,7 @@
</target>
<target name="compile" depends="-init" description="compiles java files">
- <javac srcdir="${src.dir}"
+ <javac srcdir="${src.dir}"
destdir="${classes.dir}"
source="${javac.source}"
target="${javac.target}"
@@ -82,7 +82,8 @@
source="1.5"
target="1.5"
deprecation="${javac.deprecation}"
- debug="${javac.debug}">
+ debug="${javac.debug}"
+ includeantruntime="false">
<classpath refid="fb-contrib.classpath"/>
<classpath refid="fb-contrib.samples.classpath"/>
</javac>
@@ -92,7 +93,8 @@
source="1.4"
target="1.4"
deprecation="${javac.deprecation}"
- debug="${javac.debug}">
+ debug="${javac.debug}"
+ includeantruntime="false">
<include name="SJVU_Sample.java"/>
<classpath refid="fb-contrib.classpath"/>
<classpath refid="fb-contrib.samples.classpath"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|