Deployment tools? [message #651427] |
Sun, 30 January 2011 15:29  |
Eclipse User |
|
|
|
Hi
I have a SVN version controlled java applet project. For deployment, I package my applet into a jar via the export tool and have some problems.
a) My applet imports a few java files from a large open source library. It seems in the jarring process, Eclipse packages the entire compiled library alongside my compiled applet, creating large bloat.
b) I tried setting exclusion patterns such as **/.svn/** to prevent .svn folders being copied into the /bin folder. Nonetheless, the .svn for some reason shows up in the packaged jar.
For a), I would hope not to manually splice out the java files I use from the large library.
Looking for some tools and guidance.
Thanks
|
|
|
Re: Deployment tools? [message #651449 is a reply to message #651427] |
Sun, 30 January 2011 21:15  |
Eclipse User |
|
|
|
On 1/31/2011 1:59 AM, bo wrote:
> Hi
> I have a SVN version controlled java applet project. For deployment, I
> package my applet into a jar via the export tool and have some problems.
>
> a) My applet imports a few java files from a large open source library.
> It seems in the jarring process, Eclipse packages the entire compiled
> library alongside my compiled applet, creating large bloat.
>
> b) I tried setting exclusion patterns such as **/.svn/** to prevent .svn
> folders being copied into the /bin folder. Nonetheless, the .svn for
> some reason shows up in the packaged jar.
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=320927
>
> For a), I would hope not to manually splice out the java files I use
> from the large library.
> Looking for some tools and guidance.
>
> Thanks
|
|
|
Powered by
FUDForum. Page generated in 0.02936 seconds