diff --git a/releases/3.37/index.html b/releases/3.37/index.html new file mode 100755 index 0000000000000000000000000000000000000000..9a67e7f0765e06fba3767e11111c7bf209284d6a --- /dev/null +++ b/releases/3.37/index.html @@ -0,0 +1,8 @@ +<html> +<head> +<meta http-equiv="refresh" content="0; url=index.php" /> +</head> +<body> +<a href="index.php">This document has moved</a> +</body> +</html> diff --git a/releases/3.37/index.php b/releases/3.37/index.php new file mode 100755 index 0000000000000000000000000000000000000000..44a28f41118a8eadd1fc64e1517c61d4b7b01d5f --- /dev/null +++ b/releases/3.37/index.php @@ -0,0 +1,28 @@ +<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop' +$pageKeywords = ""; +$pageAuthor ="Nick Boldt @ Red Hat"; + +$root = $_SERVER['DOCUMENT_ROOT']; +require_once ($root . '/webtools/common.php'); + +# Generate the web page +// Load the XML source +$xml = DOMDocument::load('index.xml'); + +//Set the page title +$xpath = new DOMXPath($xml); +$titleNode = $xpath->query("/html/head/title")->item(0); +$pageTitle = ($titleNode != null) ? $titleNode->nodeValue : "eclipse.org webtools page"; + +// Load the XSL source +$xsl = DOMDocument::load($root . '/webtools/wtpnova.xsl'); + +// Configure the transformer +$proc = new XSLTProcessor; +$proc->importStyleSheet($xsl); // attach the xsl rules + +$html = $proc->transformToXML($xml); +$html .= $wtpTopButtons; + +$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html); +?> diff --git a/releases/3.37/index.xml b/releases/3.37/index.xml new file mode 100755 index 0000000000000000000000000000000000000000..021bbb5978315a3e3d79dc73169c463edeb23db4 --- /dev/null +++ b/releases/3.37/index.xml @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet type="text/xsl" href="../../wtpphoenix.xsl"?> +<html> + <head> + <meta name="root" content="../../../" /> + <title>eclipse web tools platform release 3.37</title> + </head> + <body> + <h1>WTP 3.37</h1> + <h2>Status as of 2025-03-12</h2> + <p> + WTP 3.37 was officially released on March 12, 2025, as part of the + Eclipse IDE 2025-03. + Users of Eclipse should use the 2025-03 Update Site, + <a href="https://download.eclipse.org/releases/2025-03/">https://download.eclipse.org/releases/2025-03/</a>,, + to install WTP 3.37, or + <a href="https://download.eclipse.org/releases/latest/">https://download.eclipse.org/releases/latest/</a> + to always have the latest release. The next release, WTP 3.38, will be part of + the simultaneous release in June. + </p> + <p> + Highlights of this release include support for working with Apache Tomcat 11 releases and improvements to Jakarta EE Dynamic Web Project and Jakarta Server Faces support.</p> + <ul> + <li>Download WTP as part of a complete Eclipse <a href="https://www.eclipse.org/downloads/packages/release/2025-03/r">package</a> or <a href="https://download.eclipse.org/webtools/downloads/drops/R3.37.0/R-3.37.0-20250303081219/">on its own</a>. WTP is featured in the Eclipse IDE for <a href="https://www.eclipse.org/downloads/packages/release/2025-03/r/eclipse-ide-enterprise-java-and-web-developers">Enterprise Java and Web Developers</a>.</li> + <li>Read the <a href="https://wiki.eclipse.org/Category:New_Help_for_Old_Friends">adopter migration documentation</a></li> + <li>Find WTP in the <a href="https://marketplace.eclipse.org/user/nitind/listings">Eclipse Marketplace</a></li> +<!-- + <li><a href="http://download.eclipse.org/webtools/downloads/">Download</a> the final WTP 3.37 built P2 Update Site now</li> + <li>Browse the <a href="http://help.eclipse.org/2025-03/topic/org.eclipse.wst.doc.user/topics/overview.html?cp=90" target="_top">Web Tools Platform User Guide</a></li> +--> + <li>Read the <a href="https://wiki.eclipse.org/WTP_FAQ">FAQ</a></li> + <li>Read the <a href="https://wiki.eclipse.org/WTP_Tomcat_FAQ">WTP and Apache Tomcat FAQ</a></li> + <!-- <h3><a href="contributorrecognition.html">Recognition of Contributors</a></h3> --> + <!-- + <h2>Press Coverage for WTP 3.37</h2> + <h3><a href="" target="_top">title</a>, <i>source</i></h3> + --> + </ul> + <!-- + <h2><a name="NewAndNoteworthy" />New & Noteworthy</h2> + Check out what's <a href="NewAndNoteworthy/">New and Noteworthy</a> in this release --> + <h2><a name="what-is-fixed" />Changes in this release</h2> + <p> + <a href="https://github.com/eclipse-wtp-common/webtools.common/releases/tag/R3_37">Common</a></p><p> + <a href="https://github.com/eclipse-dali/webtools.dali/releases/tag/R3_37">Dali JPA Tools</a></p><p> + <a href="https://github.com/eclipse-jeetools/webtools.javaee/releases/tag/R3_37">Java EE Tools</a></p><p> + <a href="https://github.com/eclipse-jsdt/webtools.jsdt/releases/tag/R3_37">JSDT</a></p><p> + <a href="https://github.com/eclipse-jsf/webtools.jsf/releases/tag/R3_37">JSF Tools</a></p><p> + <a href="https://github.com/eclipse-servertools/servertools/releases/tag/R3_37">Server Tools</a></p><p> + <a href="https://github.com/eclipse-sourceediting/sourceediting/releases/tag/R3_37">Source Editing</a></p><p> + <a href="https://github.com/eclipse-webservices/webservices/releases/tag/R3_37">Web Services</a></p> + <p> + </p> + <p>Adopters should consult the <a href="https://wiki.eclipse.org/Category:New_Help_for_Old_Friends">migration</a> information for potentially breaking changes.</p> + + <h2> + <a name="reported-problems" /> + Reported and Known Problems + </h2> + <p> + Most older reported problems are recorded in the Eclipse Bugzilla + system under: + <ul> + <li> + Classification = + <code>WebTools</code> + </li> + <li> + Status = + <code>NEW</code> + or + <code>ASSIGNED</code> + or + <code>REOPENED</code> + </li> + </ul> + </p> + <a href="https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=UNCONFIRMED&classification=WebTools&order=bugs.bug_id%20desc">All reported problems</a> + <p>Check for suggested workarounds in the bug report comments. Remember: <b>bugs that aren't reported have little chance of being fixed.</b><!--Here are more specific items:--></p> + + <!-- + <table cellpadding="3%" > + + <tr> + <td><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=number">number</a></td> + <td> title </td> + </tr> + </table> + --> + </body> +</html>