Bugs item #2681903, was opened at 2009-03-11 02:37
Message generated for change (Comment added) made by bindul
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=2681903&group_id=212019

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: maven-jsmooth-plugin
Group: maven-jsmooth-plugin-v0.1.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Christoph Brill (egore)
>Assigned to: Bindul Bhowmik (bindul)
Summary: copyDependencies support

Initial Comment:
I was building an exe file for a project of mine. I can't and won't include the 
dependencies into the final executable so I need to copy them to the correct 
place. Every time I tested my program it was missing the JARs and I really 
hated to copy them myself to an appropriate location.

Hence I came up with copyDependencies. The attached patch adds the 
configuration attribute copyDependencies. If set to true it will copy all 
dependent jars to the specified dependency directory.

Note: It also fixes skipJSmooth not working

----------------------------------------------------------------------

>Comment By: Bindul Bhowmik (bindul)
Date: 2009-03-11 23:13

Message:
Christoph,

First off - thanks for the fix for skipJSmooth.

Coming to the copyDependencies, the plug-in has been designed to be used
along with other distribution plug-ins like maven-assembly-plugin [1] or
the maven-nsis-plugin[2], which are designed to create packaged
distributables. The jsmooth plugin is supposed to be focussed on generating
the windows executable.

Having said that - I am more than happy to accept the patch and add the
feature to copy the libraries (and resolve them). However, if we do that I
would request some modifications in the current patch. First - the
dependenciesBaseDirectory is meant more to use in the the jsmooth
generation as relative paths from the executable. If you want to copy the
executables, I would request you add another File type parameter to select
the base directory to which jars are to be copied.

If you can please redo the patch with the changes, I would be more than
happy to commit it.

Cheers!
Bindul

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=2681903&group_id=212019

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
mindtreeinsight-devel mailing list
mindtreeinsight-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mindtreeinsight-devel

Reply via email to