Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [higgins-dev] Copying necessary 3rd party libs to project lib folder using PERL script

Mike,

Yes, that involves modifying project settings for all projects manually and I was not sure whether that change is going to be in the cvs version of {project}/.classpath file. If .classpath file in cvs is going to reference dependencies.redistributable for 3rd party libs, there is no need for this script. I was trying to avoid any local changes on the project settings if I just want to checkout the project and build it.

-Jeesmon

-----Original Message-----
From: higgins-dev-bounces@xxxxxxxxxxx [mailto:higgins-dev-bounces@xxxxxxxxxxx] On Behalf Of Michael McIntosh
Sent: Thursday, November 08, 2007 8:21 AM
To: Higgins (Trust Framework) Project developer discussions
Cc: Higgins (Trust Framework) Project developer discussions; higgins-dev-bounces@xxxxxxxxxxx
Subject: Re: [higgins-dev] Copying necessary 3rd party libs to project lib folder using PERL script

I guess I am a little confused by this. I assumed we would just modify our
project settings to get the libs directly from
dependencies.redistributable and dependencies.nonredistributable.

higgins-dev-bounces@xxxxxxxxxxx wrote on 11/07/2007 01:25:31 PM:

> For linux/cygwin/perl fans, I wrote a simple PERL script to copy
necessary 3rd
> party libs to project lib folder from a local repository
> (dependencies.redistributable).
>
> http://wiki.eclipse.
>
org/Copying_necessary_3rd_party_libs_to_project_lib_folder_using_PERL_script
>
> -Jeesmon_______________________________________________
> higgins-dev mailing list
> higgins-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/higgins-dev

_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev


Back to the top