Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » cross-platform question
cross-platform question [message #443505] Sun, 26 September 2004 07:29 Go to next message
Eclipse UserFriend
Originally posted by: markhc.macquarie.com

Hi list

I'm trying to coordinate development in a heterogeneous evironment: Unix
and Windows. I often find that loading a project from cvs results in
build errors, (like on Unix looking for c:\programDir\*jar), and I'd like
to know if we can define a "global variable" to reference a directory in a
workspace from which we can search .jar files: I'd like to define the
variable in the Unix workspace and again in the Windows workspace so as to
have a separate environment for all concerned.

I feel there must be such a place to do this already, and there are people
that have asked the question, but I have missed it/them. Please advise.
Re: cross-platform question [message #443509 is a reply to message #443505] Mon, 27 September 2004 00:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: krayspam.arcor.de

Try creating a "User library" on the build path dialog. Works for me.

-- Robert

"Mark Hume-Cook" <markhc@macquarie.com> wrote in message
news:cj5r5e$7k5$1@eclipse.org...
> Hi list
>
> I'm trying to coordinate development in a heterogeneous evironment: Unix
> and Windows. I often find that loading a project from cvs results in
> build errors, (like on Unix looking for c:\programDir\*jar), and I'd like
> to know if we can define a "global variable" to reference a directory in a
> workspace from which we can search .jar files: I'd like to define the
> variable in the Unix workspace and again in the Windows workspace so as to
> have a separate environment for all concerned.
>
> I feel there must be such a place to do this already, and there are people
> that have asked the question, but I have missed it/them. Please advise.
>
Re: cross-platform question [message #443554 is a reply to message #443509] Tue, 28 September 2004 07:58 Go to previous message
Tiberiu Caprita is currently offline Tiberiu CapritaFriend
Messages: 68
Registered: July 2009
Member
You can try using Variables to add jars to projects instead to real path:
Project/Properties Configure Variables and press Extend.
Variables defs are stored into:
"Workspace"\.metadata\.plugins\.org.eclispe.core.runtime\.settings\
org.eclipse.jdt.core.prefs File.
Maybe you can create 2 .prefs one for Unix one for Windows!?

Tiberiu
Previous Topic:Building a TabbedPane like in Eclipse 3.0
Next Topic:Problem with Combo on Pocket PC !!
Goto Forum:
  


Current Time: Fri Apr 26 21:33:19 GMT 2024

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

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

Back to the top