current version of svg2fxml and where to find it [message #1690561] |
Sat, 28 March 2015 22:08  |
Eclipse User |
|
|
|
I've just picked up svg2fxml-0.8.1-SNAPSHOT.jar which comes from before the integration with eclipse builds. The first thing I tried, a small file, failed with
java.lang.NumberFormatException: For input string: "0%"
I'm wondering if there is a more current release. Or where the most recent source might be so I can investigate further.
Oh, if there's a better solution out there I'd like to hear about that as well.
I'm not an eclipse user (I use NB). I tried downloading a "bundled" eclipse release and looked around but I couldn't find an svg2fxml. I didn't actually run anything. Might be that eclipse install involves downloading stuff, I just don't know.
Any pointers appreciated. If there is still interest in an NB module, I might be interested in doing that.
-ernie
|
|
|
|
Re: current version of svg2fxml and where to find it [message #1690675 is a reply to message #1690643] |
Mon, 30 March 2015 14:35   |
Eclipse User |
|
|
|
I'm not an eclipse user, I was trying to find the jar somewhere in the
eclipse-SDK-4.4-win32-x86_64-efx-1.2.0,zip, but couldn't find it.
Thanks for the pointers to the source.
-ernie
Thomas Schindl wrote on Mon, 30 March 2015 11:240.8.1 sounds fairly old although we have not worked a lot on the
converter the newest versions should be 1.2.0.
if you downloaded the All-In-One build from [1] and you have an eclipse
project with a file ending on .svg the context-menu should have an entry
* Convert SVG to FXML
|
|
|
|
Re: current version of svg2fxml and where to find it [message #1690679 is a reply to message #1690676] |
Mon, 30 March 2015 15:02  |
Eclipse User |
|
|
|
I should have spent more time looking, the "To" instead of "2" got me
I see
$ jar -tf plugins/org.eclipse.fx.formats.svg_xxx.jar |grep -i fxml
org/eclipse/fx/formats/svg/SVGToFXML.class
org/eclipse/fx/formats/svg/converter/FXMLConverter.xtend
org/eclipse/fx/formats/svg/converter/FXMLConverter.class
org/eclipse/fx/formats/svg/converter/.FXMLConverter.java._trace
Will I need to build a wrapper to use this from the command line?
or should the instructions for svg2fxml work?
Maybe find the source for svg2fxml-0.8.1-SNAPSHOT.jar...
-ernie
Thomas Schindl wrote on Mon, 30 March 2015 14:41If you look into the plugins-folder there should be a jar named
org.eclipse.fx.formats.svg.....jar
Tom
On 30.03.15 16:35, Ernie Rael wrote:
> I'm not an eclipse user, I was trying to find the jar somewhere in the
> eclipse-SDK-4.4-win32-x86_64-efx-1.2.0,zip, but couldn't find it.
>
> Thanks for the pointers to the source.
>
> -ernie
>
> Thomas Schindl wrote on Mon, 30 March 2015 11:24
>> 0.8.1 sounds fairly old although we have not worked a lot on the
>> converter the newest versions should be 1.2.0.
>>
>> if you downloaded the All-In-One build from [1] and you have an eclipse
>> project with a file ending on .svg the context-menu should have an entry
>>
>> * Convert SVG to FXML
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.04832 seconds