Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/doc/html/start/limitations.html')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/doc/html/start/limitations.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/doc/html/start/limitations.html b/org.eclipse.mylyn.bugzilla.ui/doc/html/start/limitations.html
new file mode 100644
index 000000000..606071a94
--- /dev/null
+++ b/org.eclipse.mylyn.bugzilla.ui/doc/html/start/limitations.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+ <head>
+<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+ <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ <meta http-equiv="Content-Style-Type" content="text/css">
+ <title>
+ Preparing Eclipse
+ </title>
+ </head>
+ <body>
+ <h1>
+ Known Limitations</h1>
+ <p><b>Supported platforms</b></p>
+ <ul>
+ <li>Eclipse 3.1 final or later</li>
+ <li>Java 5 VM or later</li>
+ </ul>
+ <p><b>Bugzilla</b></p>
+ <p>This plug-in only works with Bugzilla 2.16 and 2.18 installations that
+ are not highly customized since it relies on parsing the html from the
+ Bugzilla server.</p>
+ <p>You can only set one bug repository per workspace.&nbsp; Proxy servers
+ are not yet supported.</p>
+
+ <p>There is currently no support for attachments in the integrated bug
+ editor.</p>
+ <p>The Bugzilla Search Dialog shows all attributes for any Product, not just
+ the currently selected one.</p>
+ <p>&nbsp;</p>
+
+ </body>
+</html>
+

Back to the top