a comment regarding running SWF in Eclipse
Tom Zeller
tzeller at dragonacea.biz
Thu Apr 24 10:50:14 EDT 2014
Yesterday, I wanted to make sure that the tiny patch to SWF 2.4.0
would do what we want, and at first it did not. The resolution was
simple, changing "file:///" to "file:/", but I took a detour to get
there. The detour was running SWF in Eclipse so I could add log
statements etc without rebuilding and installing the SWF Maven
artifact. To do so, I created a project with the SWF source code of
course, but had to make a couple of changes to the POM. Running the
code live made debugging way easier.
Previously, I had trouble running SWF and SF in Eclipse because they
are built with Gradle, and mixing Gradle and Maven classpath
dependencies in Eclipse seemed not possible.
Also, running Jetty in Eclipse is near trivial, so besides SF it is
possible to have a nearly end-to-end code stack in Eclipse.
Maybe someone knows an easier way, let me know.
More information about the dev
mailing list