[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Checkout-related issues

From: Jürgen Baier <baier_at_Ontoprise.DE>
Date: 2004-04-15 08:42:21 CEST

Hi,

Greg Irvine wrote:

>So if you have dependencies on external jars etc, you all have to
>manually set up the specific dependencies EVERY time you check out a
>project? Yuck!
>
>As an FYI:
>Here we check in the .project and .classpath files. If we have any
>dependencies on other jar files we use CLASSPATH VARIABLES (create in
>the Java Preferences section), then include the variable in the project.
>This way the only time people have to do anything about checking out a
>project is if there is a new variable created and included by the
>project, and even then, it only has to be created once.
>
>
Another possibility:

I'm using Apache Maven as my build tool (but I'm currently not using the
plugin because it's only available for Eclipse 3.0). Maven uses a
project.xml file which specifies all JAR dependencies. After checkout I
call a special Maven-Command which generates the .classpath and .project
files.

Jürgen

-- 
Juergen Baier
Received on Thu Apr 15 16:42:21 2004

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.