You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by da...@apache.org on 2006/10/25 02:19:58 UTC

svn commit: r467522 - /db/derby/code/trunk/BUILDING.txt

Author: davidvc
Date: Tue Oct 24 17:19:57 2006
New Revision: 467522

URL: http://svn.apache.org/viewvc?view=rev&rev=467522
Log:
Fixed to point to the correct download site for JUnit 3.8.1

Modified:
    db/derby/code/trunk/BUILDING.txt

Modified: db/derby/code/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/BUILDING.txt?view=diff&rev=467522&r1=467521&r2=467522
==============================================================================
--- db/derby/code/trunk/BUILDING.txt (original)
+++ db/derby/code/trunk/BUILDING.txt Tue Oct 24 17:19:57 2006
@@ -209,13 +209,14 @@
 
 2.2.5 Download and install JUnit 3.8.*
 
-(1) JUnit is needed for some of Derby's tests. Download a JUnit 3.8.*
-    zip file from www.junit.org.
-    Note that Derby has been successfully built with JUnit 3.8.1
-    and we expect that other 3.8.* versions will work with our
-    build process. The 4.* series of JUnit releases may not work
-    until we fix the Derby build to accomodate the 1.5 extensions
-    to java.
+(1) JUnit is needed for some of Derby's tests. Download a JUnit 3.8.1
+    from
+
+      http://prdownloads.sourceforge.net/junit/junit3.8.1.zip?download
+
+    Note that http://junit.org only has the latest version of JUnit
+    which may not work until we fix the Derby build to accomodate 
+    the 1.5 extensions to java.
 
 (2) Unzip the JUnit zip file and place junit.jar from the zip file into
     ${derby.source}/tools/java.



Re: svn commit: r467522 - /db/derby/code/trunk/BUILDING.txt

Posted by John Embretsen <Jo...@Sun.COM>.
Myrna van Lunteren wrote:
> On 10/24/06, davidvc@apache.org <da...@apache.org> wrote:
>> Author: davidvc
[...]
>> Modified:
[...]

>> +(1) JUnit is needed for some of Derby's tests. Download a JUnit 3.8.1
>> +    from
>> +
>> +      http://prdownloads.sourceforge.net/junit/junit3.8.1.zip?download
>> +
>> +    Note that http://junit.org only has the latest version of JUnit
>> +    which may not work until we fix the Derby build to accomodate
>> +    the 1.5 extensions to java.
[...]
> I thought it had been decided 3.8.2 was also ok / preferred?
> Myrna

Well, we've not detected any problems with 3.8.2, and it has way better String 
"diffs" than 3.8.1. The direct download link to 3.8.2 is

http://prdownloads.sourceforge.net/junit/junit3.8.2.zip?download

as noted on the DerbyJUnitTesting wiki page 
(http://wiki.apache.org/db-derby/DerbyJUnitTesting).

The JUnit web site could use some improvements, that's for sure. I guess we 
could include the 3.8.2 download link in BUIDLING.txt as well as the one to 
3.8.1, and say "Download JUnit 3.8.x", as before...


-- 
John


Re: svn commit: r467522 - /db/derby/code/trunk/BUILDING.txt

Posted by Myrna van Lunteren <m....@gmail.com>.
On 10/24/06, davidvc@apache.org <da...@apache.org> wrote:
> Author: davidvc
> Date: Tue Oct 24 17:19:57 2006
> New Revision: 467522
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=467522
> Log:
> Fixed to point to the correct download site for JUnit 3.8.1
>
> Modified:
>    db/derby/code/trunk/BUILDING.txt
>
> Modified: db/derby/code/trunk/BUILDING.txt
> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/BUILDING.txt?view=diff&rev=467522&r1=467521&r2=467522
> ==============================================================================
> --- db/derby/code/trunk/BUILDING.txt (original)
> +++ db/derby/code/trunk/BUILDING.txt Tue Oct 24 17:19:57 2006
> @@ -209,13 +209,14 @@
>
>  2.2.5 Download and install JUnit 3.8.*
>
> -(1) JUnit is needed for some of Derby's tests. Download a JUnit 3.8.*
> -    zip file from www.junit.org.
> -    Note that Derby has been successfully built with JUnit 3.8.1
> -    and we expect that other 3.8.* versions will work with our
> -    build process. The 4.* series of JUnit releases may not work
> -    until we fix the Derby build to accomodate the 1.5 extensions
> -    to java.
> +(1) JUnit is needed for some of Derby's tests. Download a JUnit 3.8.1
> +    from
> +
> +      http://prdownloads.sourceforge.net/junit/junit3.8.1.zip?download
> +
> +    Note that http://junit.org only has the latest version of JUnit
> +    which may not work until we fix the Derby build to accomodate
> +    the 1.5 extensions to java.
>
>  (2) Unzip the JUnit zip file and place junit.jar from the zip file into
>     ${derby.source}/tools/java.
>
>
>
I thought it had been decided 3.8.2 was also ok / preferred?
Myrna

Re: svn commit: r467522 - /db/derby/code/trunk/BUILDING.txt

Posted by Myrna van Lunteren <m....@gmail.com>.
On 10/24/06, davidvc@apache.org <da...@apache.org> wrote:
> Author: davidvc
> Date: Tue Oct 24 17:19:57 2006
> New Revision: 467522
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=467522
> Log:
> Fixed to point to the correct download site for JUnit 3.8.1
>
> Modified:
>    db/derby/code/trunk/BUILDING.txt
>
> Modified: db/derby/code/trunk/BUILDING.txt
> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/BUILDING.txt?view=diff&rev=467522&r1=467521&r2=467522
> ==============================================================================
> --- db/derby/code/trunk/BUILDING.txt (original)
> +++ db/derby/code/trunk/BUILDING.txt Tue Oct 24 17:19:57 2006
> @@ -209,13 +209,14 @@
>
>  2.2.5 Download and install JUnit 3.8.*
>
> -(1) JUnit is needed for some of Derby's tests. Download a JUnit 3.8.*
> -    zip file from www.junit.org.
> -    Note that Derby has been successfully built with JUnit 3.8.1
> -    and we expect that other 3.8.* versions will work with our
> -    build process. The 4.* series of JUnit releases may not work
> -    until we fix the Derby build to accomodate the 1.5 extensions
> -    to java.
> +(1) JUnit is needed for some of Derby's tests. Download a JUnit 3.8.1
> +    from
> +
> +      http://prdownloads.sourceforge.net/junit/junit3.8.1.zip?download
> +
> +    Note that http://junit.org only has the latest version of JUnit
> +    which may not work until we fix the Derby build to accomodate
> +    the 1.5 extensions to java.
>
>  (2) Unzip the JUnit zip file and place junit.jar from the zip file into
>     ${derby.source}/tools/java.
>
>
>
I thought it had been decided 3.8.2 was also ok / preferred?
Myrna