Im having a problem with my app, it works perfect when i use the RUN
task, but when i JWS-DIST it, im having a silent problem.
I modify SwingVM EntryPoint with the line "NativeInterface.open();"
because im using DJ Project´s HTML Area as TextEO Editor in some of my
entities (
http://sourceforge.net/projects/djproject/). JMatter
compiles perfectly, and my app works as expected when is use the RUN
task (in build.xml), but then i compile it (i had to change the
build.xml to include and sign a external ZIP - tinyMCE - needed for
the htmlArea), no problem when i compile, no problem to run the app,
no problem to find the resources, everythings works BUT the HTMLArea
don´t show up...
i have no clue of whats going on, there is no exceptions, so i think
it has to be with the line in EntryPoint "NativeInterface.open();",
maybe there is some problem there? i know maybe this is not the best
place to ask this, but i cannot make this work only in jmatter, in
other swing apps i don´t have any problem.
If someone want to try this out, you only have to download DJProject,
add that line to EntryPoint in swingvm (recompile it, of course), then
you can use the HTMLTextEORendererEditor i uploaded (http://
groups.google.com/group/jmatter/web/HTMLTextEORendererEditor.zip) and
add this lines to model-metadata.properties (in resources):
[Entity].[TextEOField].renderer=atomic.HTMLTextEORenderer
[Entity].[TextEOField].editor=atomic.HTMLTextEOEditor
Leonardo
PD: Sorry for my bad english