mysfstats-commit Mailing List for mysfstats (Page 3)
Brought to you by:
dbrosius
You can subscribe to this list here.
2009 |
Jan
|
Feb
(13) |
Mar
|
Apr
|
May
(7) |
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(22) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <dbr...@us...> - 2009-02-24 03:04:13
|
Revision: 12 http://mysfstats.svn.sourceforge.net/mysfstats/?rev=12&view=rev Author: dbrosius Date: 2009-02-24 03:04:11 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Initial Checkin Added Paths: ----------- trunk/mysfstats/src/com/mebigfatguy/mysfstats/sf.png Added: trunk/mysfstats/src/com/mebigfatguy/mysfstats/sf.png =================================================================== (Binary files differ) Property changes on: trunk/mysfstats/src/com/mebigfatguy/mysfstats/sf.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2009-02-24 03:03:44
|
Revision: 11 http://mysfstats.svn.sourceforge.net/mysfstats/?rev=11&view=rev Author: dbrosius Date: 2009-02-24 03:03:42 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Initial Checkin Added Paths: ----------- trunk/mysfstats/src/com/mebigfatguy/mysfstats/SFAction.java Added: trunk/mysfstats/src/com/mebigfatguy/mysfstats/SFAction.java =================================================================== --- trunk/mysfstats/src/com/mebigfatguy/mysfstats/SFAction.java (rev 0) +++ trunk/mysfstats/src/com/mebigfatguy/mysfstats/SFAction.java 2009-02-24 03:03:42 UTC (rev 11) @@ -0,0 +1,35 @@ +/* + * mysfstats - A simple gui to see a set of sourceforge project statistics + * Copyright (C) 2009 Dave Brosius + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package com.mebigfatguy.mysfstats; + +import java.awt.event.ActionEvent; + +import javax.swing.AbstractAction; +import javax.swing.ImageIcon; + +public class SFAction extends AbstractAction { + private static final long serialVersionUID = 6348910442594889898L; + + public SFAction() { + super("", new ImageIcon(SFAction.class.getResource("/com/mebigfatguy/mysfstats/sf.png"))); + } + public void actionPerformed(ActionEvent e) { + } +} Property changes on: trunk/mysfstats/src/com/mebigfatguy/mysfstats/SFAction.java ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2009-02-24 03:01:30
|
Revision: 10 http://mysfstats.svn.sourceforge.net/mysfstats/?rev=10&view=rev Author: dbrosius Date: 2009-02-24 03:01:28 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Initial CheckIn Added Paths: ----------- trunk/mysfstats/htdocs/mysfstats.png Added: trunk/mysfstats/htdocs/mysfstats.png =================================================================== (Binary files differ) Property changes on: trunk/mysfstats/htdocs/mysfstats.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2009-02-24 02:39:56
|
Revision: 9 http://mysfstats.svn.sourceforge.net/mysfstats/?rev=9&view=rev Author: dbrosius Date: 2009-02-24 02:39:54 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Initial Checkin Added Paths: ----------- trunk/mysfstats/htdocs/index.html Added: trunk/mysfstats/htdocs/index.html =================================================================== --- trunk/mysfstats/htdocs/index.html (rev 0) +++ trunk/mysfstats/htdocs/index.html 2009-02-24 02:39:54 UTC (rev 9) @@ -0,0 +1,25 @@ +<html> + <head> + <title>mysfstats - a webstart gui application to display sourceforge statistic graphs</title> + <meta name="Keywords" content="sourceforge statistics graphs projects webstart"> + </head> + <body background> + <div style="position:absolute;top:0;left:0;width:256;height:65535;z-index:1;background-image:url(blend.jpg);"> + </div> + <div style="position:absolute;top:20;left:20;z-index:3;"> + <h1>mysfstats</h1> + <hr/> + <a href="http://www.sourceforge.net/projects/mysfstats">Project Page</a> + <img src="vbar.gif" height="12"/> + <a href="javadoc/index.html">JavaDoc</a> + <img src="vbar.gif" height="12"/> + <a href="jnlp/mysfstats.jnlp">Web Start</a> + <hr/> + + <p>Thanks for your interest in mysfstats.</p> + + <p>This simple gui webstart tool allows the user to select a customized list of sourceforge + projects and see the project statistic graphs for all these projects in one dialog.</p> + </div> + </body> +</html> Property changes on: trunk/mysfstats/htdocs/index.html ___________________________________________________________________ Added: svn:mime-type + text/html Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2009-02-24 02:33:49
|
Revision: 8 http://mysfstats.svn.sourceforge.net/mysfstats/?rev=8&view=rev Author: dbrosius Date: 2009-02-24 02:33:47 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Initial Checkin Added Paths: ----------- trunk/mysfstats/htdocs/blend.jpg trunk/mysfstats/htdocs/vbar.gif Added: trunk/mysfstats/htdocs/blend.jpg =================================================================== (Binary files differ) Property changes on: trunk/mysfstats/htdocs/blend.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/mysfstats/htdocs/vbar.gif =================================================================== (Binary files differ) Property changes on: trunk/mysfstats/htdocs/vbar.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2009-02-24 02:28:47
|
Revision: 4 http://mysfstats.svn.sourceforge.net/mysfstats/?rev=4&view=rev Author: dbrosius Date: 2009-02-24 02:24:20 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Initial Checkin Added Paths: ----------- trunk/mysfstats/etc/ trunk/mysfstats/etc/mysfstats.jnlp Added: trunk/mysfstats/etc/mysfstats.jnlp =================================================================== --- trunk/mysfstats/etc/mysfstats.jnlp (rev 0) +++ trunk/mysfstats/etc/mysfstats.jnlp 2009-02-24 02:24:20 UTC (rev 4) @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp + spec="1.0+" + codebase="http://mysfstats.sourceforge.net/jnlp" + href="mysfstats.jnlp"> + <information> + <title>MySFStats</title> + <vendor>MeBigFatGuy.com</vendor> + <homepage href="http://mysfstats.sourceforge.net"/> + <description>A Sourceforge project statistics aggregator</description> + <description kind="short">A Sourceforge project statistics aggregator</description> + <offline-allowed/> + </information> + <security> + <all-permissions/> + </security> + <resources> + <j2se version="1.5+" initial-heap-size="200m" max-heap-size="800m"/> + <jar href="mysfstats-$VERSION.jar"/> + </resources> + <application-desc main-class="com.mebigfatguy.mysfstats.MySFStats"/> +</jnlp> + Property changes on: trunk/mysfstats/etc/mysfstats.jnlp ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2009-02-24 02:28:41
|
Revision: 5 http://mysfstats.svn.sourceforge.net/mysfstats/?rev=5&view=rev Author: dbrosius Date: 2009-02-24 02:24:50 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Initial Checkin Added Paths: ----------- trunk/mysfstats/htdocs/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2009-02-24 02:28:41
|
Revision: 7 http://mysfstats.svn.sourceforge.net/mysfstats/?rev=7&view=rev Author: dbrosius Date: 2009-02-24 02:26:11 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Initial Checkin Added Paths: ----------- trunk/mysfstats/mysfstats.store Added: trunk/mysfstats/mysfstats.store =================================================================== (Binary files differ) Property changes on: trunk/mysfstats/mysfstats.store ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2009-02-24 02:28:40
|
Revision: 6 http://mysfstats.svn.sourceforge.net/mysfstats/?rev=6&view=rev Author: dbrosius Date: 2009-02-24 02:25:35 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Initial Checkin Added Paths: ----------- trunk/mysfstats/build.xml Added: trunk/mysfstats/build.xml =================================================================== --- trunk/mysfstats/build.xml (rev 0) +++ trunk/mysfstats/build.xml 2009-02-24 02:25:35 UTC (rev 6) @@ -0,0 +1,168 @@ +<!-- +/* + * mysfstats - A simple gui to see a set of sourceforge project statistics + * Copyright (C) 2009 Dave Brosius + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + --> + +<project name="mysfstats" default="jar"> + + <property file="build.properties"/> + + <property name="src.dir" value="${basedir}/src"/> + <property name="classes.dir" value="${basedir}/classes"/> + <property name="etc.dir" value="${basedir}/etc"/> + <property name="htdocs.dir" value="${basedir}/htdocs"/> + <property name="jnlp.dir" value="${htdocs.dir}/jnlp"/> + <property name="javadoc.dir" value="${htdocs.dir}/javadoc"/> + <property name="javac.source" value="1.5"/> + <property name="javac.target" value="1.5"/> + <property name="javac.deprecation" value="on"/> + <property name="javac.debug" value="on"/> + + <property name="mysfstats.version" value="0.9.0"/> + + <target name="clean" description="removes all generated collateral"> + <delete dir="${classes.dir}"/> + <delete dir="${javadoc.dir}"/> + <delete> + <fileset dir="${jnlp.dir}"> + <include name="mysfstats*.jar"/> + <include name="*.jnlp"/> + </fileset> + </delete> + <delete> + <fileset dir="${basedir}" includes="*.zip"/> + </delete> + </target> + + <target name="-init" description="prepares repository for a build"> + <mkdir dir="${classes.dir}"/> + <mkdir dir="${javadoc.dir}"/> + </target> + + <target name="compile" depends="-init" description="compiles java files"> + <javac srcdir="${src.dir}" + destdir="${classes.dir}" + source="${javac.source}" + target="${javac.target}" + deprecation="${javac.deprecation}" + debug="${javac.debug}"> + </javac> + </target> + + <target name="resources" depends="-init" description="copies required files"> + <copy todir="${classes.dir}"> + <fileset dir="${src.dir}"> + <include name="**/*.properties"/> + <include name="**/*.txt"/> + <include name="**/*.png"/> + </fileset> + </copy> + <mkdir dir="${classes.dir}/com/mebigfatguy/mysfstats"/> + <echo message="${mysfstats.version}" file="${classes.dir}/com/mebigfatguy/mysfstats/Version.txt"/> + <copy todir="${jnlp.dir}"> + <fileset dir="${etc.dir}"> + <include name="*.jnlp"/> + </fileset> + </copy> + <replaceregexp byline="true"> + <regexp pattern="\$VERSION"/> + <substitution expression="${mysfstats.version}"/> + <fileset dir="${jnlp.dir}"> + <include name="*.jnlp"/> + </fileset> + </replaceregexp> + </target> + + <target name="jar" depends="compile, resources" description="produces the mysfstats jar file"> + <jar destfile="${jnlp.dir}/mysfstats-${mysfstats.version}.jar"> + <fileset dir="${classes.dir}"> + <include name="**/*.class"/> + <include name="**/*.properties"/> + <include name="**/*.txt"/> + <include name="**/*.png"/> + </fileset> + <fileset dir="${basedir}"> + <include name="license.txt"/> + </fileset> + <manifest> + <attribute name="mysfstats-version" value="${mysfstats.version}"/> + <attribute name="Main-Class" value="com.mebigfatguy.mysfstats.MySFStats"/> + </manifest> + </jar> + </target> + + <target name="srczip" description="builds the source distribution zip file"> + <zip destfile="${basedir}/mysfstats-src-${mysfstats.version}.zip" + basedir="${basedir}" + includes="src/**/*.java, src/**/*.properties, src/**/*.png, *.txt"/> + </target> + + <target name="javadoc" depends="-init" description="build the javadoc for the project"> + <javadoc packagenames="com.mebigfatguy.*" + sourcepath="${src.dir}" + destdir="${javadoc.dir}" + windowtitle="mysfstats api"> + <doctitle><![CDATA[<h1>mysfstats javadoc</h1>]]></doctitle> + <bottom><![CDATA[<i>Copyright © 2009 MeBigFatGuy.com. All Rights Reserved.</i>]]></bottom> + </javadoc> + </target> + + <target name="test" depends="-init, compile, resources" description="runs unit tests"> + <path id="mysfstatstest.classpath"> + <pathelement location="${classes.dir}"/> + </path> + <junit + printsummary="true" + haltonfailure="true" + haltonerror="true" + showoutput="true" + fork="true"> + + <classpath><path refid="mysfstatstest.classpath"/></classpath> + <batchtest fork="true"> + <fileset dir="${classes.dir}" + excludes="test/*$*" + includes="test/*"/> + </batchtest> + </junit> + </target> + + <target name="build" depends="clean, -init, compile, resources, test, jar" description="builds the mysfstats jar"/> + + <target name="jnlp" description="copy jars to jnlp directory"> + <copy todir="${jnlp.dir}"> + <fileset dir="${basedir}"> + <include name="*.jar"/> + </fileset> + </copy> + <input message="Enter keystore password" addproperty="pass"/> + <signjar keystore="mysfstats.store" + alias="mysfstats" + keypass="${pass}" + storepass="${pass}"> + <fileset dir="${jnlp.dir}"> + <include name="*.jar"/> + </fileset> + </signjar> + </target> + + <target name="release" depends="build, jnlp, srczip, javadoc" description="prepares everything for a release"/> + +</project> \ No newline at end of file Property changes on: trunk/mysfstats/build.xml ___________________________________________________________________ Added: svn:mime-type + text/xml Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |