[Jarspy-commits] CVS: JarSpy-htdocs/webstart index.php,1.6,1.7 driveError.jpg,1.1,NONE
Status: Beta
Brought to you by:
brown_j
From: Jeff B. <br...@us...> - 2005-01-12 01:52:40
|
Update of /cvsroot/jarspy/JarSpy-htdocs/webstart In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29714/webstart Modified Files: index.php Removed Files: driveError.jpg Log Message: new site layout Index: index.php =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/webstart/index.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** index.php 15 Jun 2003 23:21:58 -0000 1.6 --- index.php 12 Jan 2005 01:52:11 -0000 1.7 *************** *** 4,10 **** <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>JarSpy - Download</title> ! <link rel="stylesheet" href="../nav_style.css" type="text/css"> </head> <body> <p> (NOTE: The JarSpy plugin for IntelliJ IDEA may be found <a href="../intellijPlugin.php">here</a>.) --- 4,12 ---- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>JarSpy - Download</title> ! <link rel="stylesheet" href="/css/jarspy.css" type="text/css"> </head> <body> + <div class="content"> + <div class="page-heading">JarSpy - Download</div> <p> (NOTE: The JarSpy plugin for IntelliJ IDEA may be found <a href="../intellijPlugin.php">here</a>.) *************** *** 68,99 **** in...@ja...</a> if you have any questions. - <p> - <b>NOTE:</b> - If you see an error dialog like the following when starting up JarSpy... - <br><br> - - <img src="driveError.jpg"> - - <br><br> - - ... simply click "Cancel" and the application should start up fine. - Upgrading to the latest version of the J2SE and the latest version of - WebStart should make this problem go away. See the following bugs... - - <br><br> - <a href="http://forum.java.sun.com/thread.jsp?forum=38&thread=71610" target="_top">http://forum.java.sun.com/thread.jsp?forum=38&thread=71610 </a><br> - <a href="http://forum.java.sun.com/thread.jsp?forum=38&thread=71491" target="_top">http://forum.java.sun.com/thread.jsp?forum=38&thread=71491 </a> - <p>The very latest JarSpy source code is available for download from the <a href="../cvs.php" target="mainFrameWindow">JarSpy CVS Repository</a>. ! <? ! DEFINE ("_BBC_PAGE_NAME", "Web Start"); ! DEFINE ("_BBCLONE_DIR", "../bbclone-0.32/"); ! DEFINE ("_JARSPY_COUNTER", _BBCLONE_DIR . "mark_page.php"); ! if(file_exists(_JARSPY_COUNTER)) ! { ! include(_JARSPY_COUNTER); ! } ?> </body> --- 70,79 ---- in...@ja...</a> if you have any questions. <p>The very latest JarSpy source code is available for download from the <a href="../cvs.php" target="mainFrameWindow">JarSpy CVS Repository</a>. ! </div> ! <?php ! include '../phpinc/navigation.inc'; ?> </body> --- driveError.jpg DELETED --- |