<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/fxl-project/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/fxl-project/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 26 Oct 2006 18:25:57 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/fxl-project/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Error In Tutorial Example (LoggingAspect)</title><link>https://sourceforge.net/p/fxl-project/bugs/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Source code for MyTransformation.tl depicted on the&lt;br /&gt;
page&lt;br /&gt;
&lt;a href="http://www.fxl-project.com/html/fxl_eclipse_plugin.htm" rel="nofollow"&gt;http://www.fxl-project.com/html/fxl_eclipse_plugin.htm&lt;/a&gt;&lt;br /&gt;
generates errors as illustrated in patch attached.&lt;/p&gt;
&lt;p&gt;Used plugin version 1.2.6&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 26 Oct 2006 18:25:57 -0000</pubDate><guid>https://sourceforge.net90be53231ca384ffcfde220031c00fbb56697c6d</guid></item><item><title>1.2.5.5 beta package broken on windows</title><link>https://sourceforge.net/p/fxl-project/bugs/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Downloaded archive fails to unpack. It is probably&lt;br /&gt;
because some of the pathnames inside are too long.&lt;br /&gt;
Namely the problem occurs somewhere within this directory:&lt;/p&gt;
&lt;p&gt;\plugins\de.siemens.fxl.sll.examples.generator_1.2.1\de.siemens.fxl.sll.examples.generator_1.2.1&lt;/p&gt;
&lt;p&gt;I guess this is because wrong double directory packaging.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anatoly techtonik</dc:creator><pubDate>Wed, 25 Oct 2006 13:19:55 -0000</pubDate><guid>https://sourceforge.net7ceb7f780c47091ba3d110c0d06e4b76ef17d095</guid></item><item><title>Getting automatically the "Save As" Screen</title><link>https://sourceforge.net/p/fxl-project/bugs/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If you are editing a transformation in your eclipse &lt;br /&gt;
project, where FXL support is enabled and also FXL &lt;br /&gt;
Builder is enabled and you already assigned the &lt;br /&gt;
transformation in a pipe, then you get sometimes if &lt;br /&gt;
you save the transformation, the "Save as" Screen. You &lt;br /&gt;
have to click it away before you can save the file and &lt;br /&gt;
it starts the pipe. This comes of quite often and is &lt;br /&gt;
really annoying. &lt;br /&gt;
I guess it has something to do when the transformation &lt;br /&gt;
file is open somewhere else.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Feininger</dc:creator><pubDate>Thu, 18 May 2006 09:21:01 -0000</pubDate><guid>https://sourceforge.net89937d3d525351b2936edb05cb0fb8a5b5546174</guid></item><item><title>"count" not allowed as XML element name</title><link>https://sourceforge.net/p/fxl-project/bugs/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Because of a bug in the SLL grammar, "count" (which &lt;br /&gt;
is a SLL keyword) is currently not allowed as a XML &lt;br /&gt;
element name.&lt;br /&gt;
The editor throws the problem "unexpected token: &lt;br /&gt;
count".&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 12 Apr 2006 08:50:35 -0000</pubDate><guid>https://sourceforge.net35cfdc55d164dbd6158aeb5d65d847736722948f</guid></item><item><title>SLL syntax highlighting</title><link>https://sourceforge.net/p/fxl-project/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The SLL editor starts highlighting SLL code as XML-&lt;br /&gt;
content after a '&amp;lt;' character.&lt;br /&gt;
This is a wrong behaviour in case a '&amp;lt;' as condition, &lt;br /&gt;
e.g. in:&lt;/p&gt;
&lt;p&gt;for (var $i as xs:integer =0; $i&amp;lt;100; $i=$i+1) {&lt;br /&gt;
...&lt;br /&gt;
} &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Currently, everything after the '&amp;lt;' ("&amp;lt;100; $i=$i+1) {&lt;br /&gt;
...&lt;br /&gt;
}   " is highlighted as XML content up to the &lt;br /&gt;
next '&amp;gt;' character.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 12 Apr 2006 08:47:41 -0000</pubDate><guid>https://sourceforge.net5cf3b557cfda7bafd4feafea86ed558c4d842db4</guid></item><item><title>Wildcards in XPath/XQuery expressions</title><link>https://sourceforge.net/p/fxl-project/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The SLL plain-text editor throws the problem &lt;br /&gt;
"expecting semicolon, found '}'" when using the star-&lt;br /&gt;
wildcard in XPath/XQuery expressions, e.g. in the &lt;br /&gt;
expression:&lt;/p&gt;
&lt;p&gt;insert &amp;lt;new/&amp;gt; into $a/test/*;&lt;/p&gt;
&lt;p&gt;This is because the SLL grammar interpretes the '/*' &lt;br /&gt;
as the start of the multi-line comment.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 29 Mar 2006 09:38:35 -0000</pubDate><guid>https://sourceforge.net822bb1ea614712621d8113d59bbd37a58596849b</guid></item><item><title>TL and CVS</title><link>https://sourceforge.net/p/fxl-project/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Preconditions:&lt;br /&gt;
If you have TL files and you use them in pipelines, &lt;br /&gt;
the corresponding xTL files are located in the xLang &lt;br /&gt;
folder. &lt;br /&gt;
The TL files are checked into a CVS and the xLang &lt;br /&gt;
folder is added to CVS ignore list. &lt;/p&gt;
&lt;p&gt;Bug:&lt;br /&gt;
If you perform a CVS update (and new versions of the &lt;br /&gt;
TL files are checked out) and re-execute a pipeline &lt;br /&gt;
that uses these files, the corresponding xTL files &lt;br /&gt;
are not re-generated. Instead, the old xTL files are &lt;br /&gt;
used for the transformation.&lt;/p&gt;
&lt;p&gt;Solution (by hand):&lt;br /&gt;
After performing a CVS update, delete the xLang &lt;br /&gt;
folder in you fxl-project.&lt;/p&gt;
&lt;p&gt;Feature request:&lt;br /&gt;
Before executing a pipeline it should be checked &lt;br /&gt;
whether the xTL (xLang) files are up to date with &lt;br /&gt;
their corresponding source (lang) files.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 27 Mar 2006 10:59:06 -0000</pubDate><guid>https://sourceforge.net90b6b1f96aceefad9aef67d9e68f0fc546bec284</guid></item><item><title>Error starting plugins + Solution</title><link>https://sourceforge.net/p/fxl-project/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If the FXL plugins are started, a message box&lt;/p&gt;
&lt;p&gt;"An error has occured. See log for more details." &lt;br /&gt;
ocurrs. The error log shows the following exception:&lt;/p&gt;
&lt;p&gt;java.lang.NullPointerException&lt;br /&gt;
at &lt;br /&gt;
de.siemens.fxl.ui.editors.pipeline.library.view.MyView&lt;br /&gt;
LabelProvider.getText(MyViewLabelProvider.java:31)&lt;br /&gt;
at &lt;br /&gt;
org.eclipse.jface.viewers.StructuredViewer.buildLabel&lt;br /&gt;
(StructuredViewer.java:1877)&lt;br /&gt;
...&lt;/p&gt;
&lt;p&gt;This is a general bug when eclipse is located in a &lt;br /&gt;
directory containing white spaces, e.g. c:/program &lt;br /&gt;
files/eclipse.&lt;br /&gt;
Please copy your eclipse to a folder without white &lt;br /&gt;
spaces.&lt;/p&gt;
&lt;p&gt;your fxl team&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ulrich Dinger</dc:creator><pubDate>Mon, 13 Feb 2006 17:26:29 -0000</pubDate><guid>https://sourceforge.neta2cb50d21a375e23049cd4c534ef77ec9f92d859</guid></item><item><title>Iterator over variables does not work on Java 1.5 + Solution</title><link>https://sourceforge.net/p/fxl-project/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If you use Java 1.5 as VM for your eclipse, iterators &lt;br /&gt;
over variables will not work for TL/XSLT:&lt;/p&gt;
&lt;p&gt;e.g.&lt;/p&gt;
&lt;p&gt;var books = value-of("/books);&lt;br /&gt;
for (x:"$books") {&lt;br /&gt;
...&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;This will not work!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ulrich Dinger</dc:creator><pubDate>Mon, 13 Feb 2006 11:57:39 -0000</pubDate><guid>https://sourceforge.netd7f887932cfd121e6b2a481063758b3dad909f0f</guid></item><item><title>Error: Couldn't load document</title><link>https://sourceforge.net/p/fxl-project/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a general FXL bug when eclipse is started with a &lt;br /&gt;
JRE. In this case, Ant isn't able to find a Java compile &lt;br /&gt;
task (javac) which is needed for the FXL language &lt;br /&gt;
compilation. To solve this problem, please start you &lt;br /&gt;
eclipse platform with the "-vm" option followed by a valid &lt;br /&gt;
JSDK directory. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">christian.reichel</dc:creator><pubDate>Thu, 11 Aug 2005 16:37:34 -0000</pubDate><guid>https://sourceforge.nete12bf394b169f3abbad52ead215efeb75271bc37</guid></item></channel></rss>