Author: hair
Date: 2007-11-01 12:41:01-0700
New Revision: 10476
Modified:
trunk/xdocs/xmlimport/import-issues.xml
Log:
http://scarab.tigris.org/servlets/ReadMsg?list=users&msgNo=7548
Modified: trunk/xdocs/xmlimport/import-issues.xml
Url: http://scarab.tigris.org/source/browse/scarab/trunk/xdocs/xmlimport/import-issues.xml?view=diff&rev=10476&p1=trunk/xdocs/xmlimport/import-issues.xml&p2=trunk/xdocs/xmlimport/import-issues.xml&r1=10475&r2=10476
==============================================================================
--- trunk/xdocs/xmlimport/import-issues.xml (original)
+++ trunk/xdocs/xmlimport/import-issues.xml 2007-11-01 12:41:01-0700
@@ -53,14 +53,53 @@
ant task.
</p>
+<section name="GUI import">
<p>
-The import issues screen can be found under <strong>Admin->Modules</strong>
-in the navigation bar. The import issues UI can be asked to give back the
+The import issues screen can be, first you must choose a module to import into,
+found under <strong>Current Module->XML import issues</strong>
+in the navigation bar.
+</p>
+
+<p>
+The GUI import also provides the ability to import xml from <strong>Bugzilla</strong> and from <strong>Jira</strong>.
+More information about importing from Bugzilla can be found
+<a href="http://scarab.tigris.org/source/browse/*checkout*/scarab/trunk/extensions/bugzilla/README.txt?rev=10111">here</a>
+</p>
+
+<p>
+*Redundant* The import issues UI can be asked to give back the
issue import results as xml by setting the value of the form input 'format'
field to 'xml'. Such a feature might be used scripting a mass import of
issues via HTTP POST.
</p>
+<section name="ATTACHMENTS">
+<p>
+Note that the GUI declines to import the attachments, and instead adds a comment
+to the artefacts to report this. This is a security measure.
+Temporarily relax the security constraint in your 1.0b21-dev sources as follows.
+
+In ../../src/java/org/tigris/scarab/util/xmlissues/ImportIssues.java at line
+212, change this:
+<pre>
+ public ImportIssues()
+ {
+ this(false);
+ }
+</pre>
+to this
+<pre>
+ public ImportIssues()
+ {
+ this(true);
+ }
+</pre>
+and re-build and re-start your Scarab installation. This will allow attachments
+to be imported using the web interface.
+
+</p>
+
+<section name="ant import">
<p>
To perform the import via ant, one needs to setup some properties
and then execute the scarab/build/import.xml file. The properties can be
@@ -91,15 +130,18 @@
Then, type the following: <strong>ant -f import.xml</strong>
</p>
+<section name="Troubleshooting">
<p>
-You should then see the debugging output sent to the screen. If you see an
-exception, please make sure to
-<a href="mailto:[email protected]?subject=xml import problems">send it to me</a>
+You should then see the debugging output sent to the screen.
+Otherwise watch the Tomcat log in tomcat/logs/catalina.out and scarab-xmlimport.log for progress and diagnostics.
+
+If you see an exception, please make sure to
+<a href="mailto:[email protected]">Development mailing list</a>
so that I can look into fixing it.
</p>
-<p>See also this explaination of the <a href="./xmlimport/ScarabXMLFormat.html">Scarab XML Format</a>,
-and the xml import <a href="xmlimport/faq.html">FAQ</a> to learn more.
+<p>See also this explaination of the <a href="xml-format.html">Scarab XML Format</a>,
+and the xml import <a href="faqs.html#22">FAQ</a> to learn more.
</p>
</section>
</body>
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.