Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Deployment tools?
Deployment tools? [message #651427] Sun, 30 January 2011 20:29 Go to next message
bo is currently offline boFriend
Messages: 3
Registered: January 2011
Junior Member
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] Mon, 31 January 2011 02:15 Go to previous message
Deepak Azad is currently offline Deepak AzadFriend
Messages: 543
Registered: July 2009
Senior Member
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
Previous Topic:Many "Ressources out of sync" - Special F5 for refreshing all files at once?
Next Topic:JFace Widget to layout nice graphs?
Goto Forum:
  


Current Time: Fri Apr 19 20:36:45 GMT 2024

Powered by FUDForum. Page generated in 0.02625 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top