You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(134) |
Sep
(52) |
Oct
(13) |
Nov
(342) |
Dec
(163) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(44) |
Feb
(62) |
Mar
(158) |
Apr
(38) |
May
(70) |
Jun
(58) |
Jul
(104) |
Aug
(207) |
Sep
(83) |
Oct
(122) |
Nov
(23) |
Dec
(49) |
| 2004 |
Jan
(119) |
Feb
(132) |
Mar
(192) |
Apr
(140) |
May
(77) |
Jun
(74) |
Jul
(201) |
Aug
(63) |
Sep
(102) |
Oct
(70) |
Nov
(173) |
Dec
(78) |
| 2005 |
Jan
(174) |
Feb
(197) |
Mar
(105) |
Apr
(59) |
May
(77) |
Jun
(43) |
Jul
(21) |
Aug
(18) |
Sep
(47) |
Oct
(37) |
Nov
(74) |
Dec
(50) |
| 2006 |
Jan
(44) |
Feb
(19) |
Mar
(32) |
Apr
(24) |
May
(31) |
Jun
(55) |
Jul
(138) |
Aug
(28) |
Sep
(12) |
Oct
(41) |
Nov
(58) |
Dec
(24) |
| 2007 |
Jan
(28) |
Feb
(14) |
Mar
(10) |
Apr
(68) |
May
(30) |
Jun
(26) |
Jul
(18) |
Aug
(63) |
Sep
(19) |
Oct
(29) |
Nov
(20) |
Dec
(10) |
| 2008 |
Jan
(38) |
Feb
(7) |
Mar
(37) |
Apr
(120) |
May
(41) |
Jun
(36) |
Jul
(39) |
Aug
(24) |
Sep
(28) |
Oct
(30) |
Nov
(36) |
Dec
(75) |
| 2009 |
Jan
(46) |
Feb
(22) |
Mar
(50) |
Apr
(70) |
May
(134) |
Jun
(105) |
Jul
(75) |
Aug
(34) |
Sep
(38) |
Oct
(34) |
Nov
(19) |
Dec
(20) |
| 2010 |
Jan
(11) |
Feb
(20) |
Mar
(65) |
Apr
(83) |
May
(104) |
Jun
(73) |
Jul
(78) |
Aug
(57) |
Sep
(43) |
Oct
(35) |
Nov
(9) |
Dec
(4) |
| 2011 |
Jan
(21) |
Feb
(11) |
Mar
(18) |
Apr
(10) |
May
(18) |
Jun
(15) |
Jul
(48) |
Aug
(25) |
Sep
(17) |
Oct
(45) |
Nov
(15) |
Dec
(12) |
| 2012 |
Jan
(21) |
Feb
(9) |
Mar
(12) |
Apr
(9) |
May
(9) |
Jun
(5) |
Jul
(1) |
Aug
(10) |
Sep
(12) |
Oct
(1) |
Nov
(28) |
Dec
(5) |
| 2013 |
Jan
(4) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
| 2016 |
Jan
(2) |
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
(2) |
Jun
|
Jul
(1) |
Aug
(2) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
1
|
2
|
3
|
4
|
5
|
|
6
|
7
|
8
|
9
|
10
(1) |
11
|
12
(5) |
|
13
(5) |
14
|
15
|
16
(1) |
17
(1) |
18
|
19
|
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
|
27
|
28
(2) |
29
|
30
|
|
|
|
|
From: <jpi...@us...> - 2011-11-28 16:40:48
|
Revision: 3704
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3704&view=rev
Author: jpilgrim
Date: 2011-11-28 16:40:42 +0000 (Mon, 28 Nov 2011)
Log Message:
-----------
bug fix in Eclipes update site build:
native libraries are not copied from skeleton (where they are required for development purposes) anymore
Modified Paths:
--------------
trunk/LWJGL/eclipse-update/org.lwjgl.build/build.xml
Modified: trunk/LWJGL/eclipse-update/org.lwjgl.build/build.xml
===================================================================
--- trunk/LWJGL/eclipse-update/org.lwjgl.build/build.xml 2011-11-28 16:23:20 UTC (rev 3703)
+++ trunk/LWJGL/eclipse-update/org.lwjgl.build/build.xml 2011-11-28 16:40:42 UTC (rev 3704)
@@ -81,6 +81,8 @@
<exclude name="**/.settings/**" />
<exclude name="**/.classpath" />
<exclude name="**/.project" />
+ <!-- do not copy native libraries -->
+ <exclude name="**/native/**" />
</fileset>
</copy>
<copy todir="${build.plugins}/org.lwjgl">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jpi...@us...> - 2011-11-28 16:23:30
|
Revision: 3703
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3703&view=rev
Author: jpilgrim
Date: 2011-11-28 16:23:20 +0000 (Mon, 28 Nov 2011)
Log Message:
-----------
Fixed a bug in the update site build script.
Wrong class name of LWJGL plugin activator was specified (org.lwjgl.eclipse.Activator, but correct
is org.lwjgl.Activator).
Now, the current date/time string is added as a qualifier to the LWJGL version, e.g., org.lwjgl_2.8.2.v20111128-1653 instead of org.lwjgl_2.8.2. This simplifies testing and discouples LWJGL versions from plugin versions.
Modified Paths:
--------------
trunk/LWJGL/eclipse-update/org.lwjgl.build/.classpath
trunk/LWJGL/eclipse-update/org.lwjgl.build/META-INF/MANIFEST.MF
trunk/LWJGL/eclipse-update/org.lwjgl.build/build.xml
trunk/LWJGL/eclipse-update/org.lwjgl.build/src/java/org/lwjgl/ant/NormalizeVersion.java
trunk/LWJGL/eclipse-update/org.lwjgl.build/test/java/org/lwjgl/ant/NormalizeVersionTest.java
Modified: trunk/LWJGL/eclipse-update/org.lwjgl.build/.classpath
===================================================================
--- trunk/LWJGL/eclipse-update/org.lwjgl.build/.classpath 2011-11-17 21:41:24 UTC (rev 3702)
+++ trunk/LWJGL/eclipse-update/org.lwjgl.build/.classpath 2011-11-28 16:23:20 UTC (rev 3703)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/java"/>
<classpathentry kind="src" path="test/java"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="anttasks"/>
</classpath>
Modified: trunk/LWJGL/eclipse-update/org.lwjgl.build/META-INF/MANIFEST.MF
===================================================================
--- trunk/LWJGL/eclipse-update/org.lwjgl.build/META-INF/MANIFEST.MF 2011-11-17 21:41:24 UTC (rev 3702)
+++ trunk/LWJGL/eclipse-update/org.lwjgl.build/META-INF/MANIFEST.MF 2011-11-28 16:23:20 UTC (rev 3703)
@@ -9,5 +9,6 @@
org.apache.tools.ant.types,
org.apache.tools.ant.types.selectors,
org.apache.tools.ant.util,
- org.junit;version="4.8.1"
+ org.junit;version="4"
Bundle-Vendor: Lightweight Java Game Library Project
+Require-Bundle: org.junit;bundle-version="4.8.1"
Modified: trunk/LWJGL/eclipse-update/org.lwjgl.build/build.xml
===================================================================
--- trunk/LWJGL/eclipse-update/org.lwjgl.build/build.xml 2011-11-17 21:41:24 UTC (rev 3702)
+++ trunk/LWJGL/eclipse-update/org.lwjgl.build/build.xml 2011-11-28 16:23:20 UTC (rev 3703)
@@ -54,7 +54,7 @@
<target name="init">
- <normalizeversion version="${version}" property="normversion" />
+ <normalizeversion version="${version}" property="normversion" addDateQualifier="yes" />
<echo>Building plugins for version ${version}, normalized version ${normversion}</echo>
</target>
@@ -209,7 +209,7 @@
Bundle-SymbolicName: org.lwjgl
Bundle-Version: ${normversion}
Bundle-Vendor: ${bundle.vendor}
-Bundle-Activator: org.lwjgl.eclipse.Activator
+Bundle-Activator: org.lwjgl.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime
Bundle-ActivationPolicy: lazy
Modified: trunk/LWJGL/eclipse-update/org.lwjgl.build/src/java/org/lwjgl/ant/NormalizeVersion.java
===================================================================
--- trunk/LWJGL/eclipse-update/org.lwjgl.build/src/java/org/lwjgl/ant/NormalizeVersion.java 2011-11-17 21:41:24 UTC (rev 3702)
+++ trunk/LWJGL/eclipse-update/org.lwjgl.build/src/java/org/lwjgl/ant/NormalizeVersion.java 2011-11-28 16:23:20 UTC (rev 3703)
@@ -11,6 +11,9 @@
******************************************************************************/
package org.lwjgl.ant;
+import java.text.SimpleDateFormat;
+import java.util.Date;
+
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Task;
@@ -24,7 +27,11 @@
*/
public class NormalizeVersion extends Task {
-
+ public final static String SEGMENTS[] = { "major", "minor", "service",
+ "qualifier" };
+
+ public final static String VERSION_QUALIFIER_PATTERN = "yyyyMMdd-HHmm";
+
/**
* name of the property to set
*/
@@ -32,7 +39,23 @@
protected String version;
+ protected boolean addDateQualifier = false;
+
/**
+ * @return the addQualifier
+ */
+ public boolean isAddDateQualifier() {
+ return addDateQualifier;
+ }
+
+ /**
+ * @param i_addQualifier the addQualifier to set
+ */
+ public void setAddDateQualifier(boolean i_addDateQualifier) {
+ addDateQualifier = i_addDateQualifier;
+ }
+
+ /**
* @return the property
*/
public String getProperty() {
@@ -57,7 +80,7 @@
* @param i_versionNumber the versionNumber to set
*/
public void setVersion(String version) {
- this.version =version;
+ this.version = version;
}
/**
@@ -72,6 +95,30 @@
if (version == null) {
throw new BuildException("attribute version missing");
}
+ String s = getVersion().trim();
+ int sn = 0;
+ boolean qualifier = false;
+ for (int i = 0; i < s.length(); i++) {
+ if (s.charAt(i) == '.') {
+ sn++;
+ } else {
+
+ qualifier = !Character.isDigit(s.charAt(i));
+ if (sn < 1 && !Character.isDigit(s.charAt(i))) {
+
+ throw new BuildException(
+ "Wrong version format, must contain only digits in the "
+ + SEGMENTS[sn] + " segment, was "
+ + s.substring(0, i) + ">>" + s.charAt(i)
+ + "<<" + s.substring(i + 1));
+
+ }
+ }
+ }
+ if ((sn > 2 || qualifier) && isAddDateQualifier()) {
+ throw new BuildException(
+ "Cannot add date qualifier, qualifier already specified");
+ }
}
/**
@@ -147,11 +194,11 @@
}
n.append(c);
}
-
}
+
if (!qualifier) {
- if (digits.length()>0) {
+ if (digits.length() > 0) {
if (snIndex > 0)
n.append('.');
n.append(digits);
@@ -166,8 +213,25 @@
case 2: // e.g. "1.2.beta
n.append(".0");
}
+ if (isAddDateQualifier())
+ n.append(createDateQualifier());
+ } else {
+ if (isAddDateQualifier()) {
+ throw new BuildException(
+ "Cannot add date qualifier, qualifier already specified");
+ }
}
+
return n.toString();
}
+ /**
+ * @return
+ */
+ private String createDateQualifier() {
+ return ".v"
+ + new SimpleDateFormat(VERSION_QUALIFIER_PATTERN)
+ .format(new Date());
+ }
+
}
Modified: trunk/LWJGL/eclipse-update/org.lwjgl.build/test/java/org/lwjgl/ant/NormalizeVersionTest.java
===================================================================
--- trunk/LWJGL/eclipse-update/org.lwjgl.build/test/java/org/lwjgl/ant/NormalizeVersionTest.java 2011-11-17 21:41:24 UTC (rev 3702)
+++ trunk/LWJGL/eclipse-update/org.lwjgl.build/test/java/org/lwjgl/ant/NormalizeVersionTest.java 2011-11-28 16:23:20 UTC (rev 3703)
@@ -67,5 +67,42 @@
}
+ @Test
+ public void testQualifier() {
+ NormalizeVersion t = new NormalizeVersion();
+ t.setProperty("normalized");
+ t.setAddDateQualifier(true);
+
+ t.setVersion("1");
+ String s = t.doExecute();
+ Assert.assertEquals(20, s.length());
+ Assert.assertTrue(s.startsWith("1.0.0"));
+
+ t.setVersion("1.2");
+ s = t.doExecute();
+ Assert.assertEquals(20, s.length());
+ Assert.assertTrue(s.startsWith("1.2.0"));
+
+ t.setVersion("1.2.3");
+ s = t.doExecute();
+ Assert.assertEquals(20, s.length());
+ Assert.assertTrue(s.startsWith("1.2.3"));
+
+ t.setVersion("2.8.2");
+ s = t.doExecute();
+ Assert.assertEquals(20, s.length());
+ Assert.assertTrue(s.startsWith("2.8.2"));
+ }
+
+ @Test(expected= BuildException.class) public void dateQualifierWithQualifier() {
+ NormalizeVersion t = new NormalizeVersion();
+ t.setProperty("normalized");
+ t.setAddDateQualifier(true);
+ t.setVersion("1.2.beta");
+ t.doExecute();
+ }
+
+
+
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|