For me also the resources inside the src/jnlp/resources directory does
not get copied to target/jnlp. This seems to be a bug. For me the
$mainClass gets expanded. My .vm file is:
http://svn.berlios.de/wsvn/jenkryptor/trunk/src/jnlp/template.vm?op=file&rev=0&sc=0
My pom.xml:
http://svn.berlios.de/wsvn/jenkryptor/trunk/pom.xml?op=file&rev=0&sc=0
Subhash.
On 1/16/07, Dmitry Beransky <[EMAIL PROTECTED]> wrote:
Hi,
Can't figure out what I'm doing wrong. I've set up a project for
building a WebStart app. Copied template.vm from the plugin's svn.
When I run webstart:jnlp goal, I get a zip containing all dependencies
properly signed, but the index.jnlp file only has the following:
<?xml version="1.0" encoding="utf-8"?>
<jnlp
codebase="$$codebase"
href="$outputFile.name">
<resources>
</resources>
<application-desc main-class="${config.jnlp.mainClass}"/>
</jnlp>
so, why is ther resources section empty (and why
${config.jnlp.mainClass} didn't get expanded)?
any thoughts?
thanks
d.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Regards,
Subhash Chandran S
http://wiztools.org/project/XML2SpreadSheet/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]