classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using a workspace-based VM in Eclipse


From: Mark Wielaard
Subject: Re: Using a workspace-based VM in Eclipse
Date: Fri, 23 Dec 2005 11:48:04 +0100

Hi Robert,

On Thu, 2005-12-22 at 23:40 +0000, Robert Lougher wrote:
> On 22 Dec 2005 12:34:42 -0700, Tom Tromey <address@hidden> wrote:
> > To do this, follow the wiki instructions to check out and build
> > Classpath and Cacao (as always, this VM is chosen because all the
> > needed build bits are in its cvs repository... hint to the other VM
> > developers).
> >
> Hint taken.  The necessary files are now in JamVM's cvs repository. 
> This is your patch with a couple of changes by Raif that adds the
> .cvsignore files and adds an Autogen Builder to create, among other
> things, the configure script.

Wee! This is cool. I needed one small patch to make it all work smoothly
with the fakejdk project. Besides building everything jamvm should also
be installed and then you can just automagically switch fakejdk to use
jamvm (it will automatically select jamvm if cacao isn't available). Now
my eclipse based projects can use the just build "in workspace"
classpath and jamvm for development.

Patchlet attached.

Cheers,

Mark
Index: .project
===================================================================
RCS file: /cvsroot/jamvm/jamvm/.project,v
retrieving revision 1.1
diff -u -r1.1 .project
--- .project    22 Dec 2005 21:36:56 -0000      1.1
+++ .project    23 Dec 2005 10:44:12 -0000
@@ -56,11 +56,11 @@
                                </dictionary>
                                <dictionary>
                                        
<key>org.eclipse.cdt.make.core.build.target.full</key>
-                                       <value>clean all</value>
+                                       <value>clean all install</value>
                                </dictionary>
                                <dictionary>
                                        
<key>org.eclipse.cdt.make.core.build.target.auto</key>
-                                       <value>all</value>
+                                       <value>all install</value>
                                </dictionary>
                                <dictionary>
                                        
<key>org.eclipse.cdt.make.core.build.location</key>
@@ -84,7 +84,7 @@
                                </dictionary>
                                <dictionary>
                                        
<key>org.eclipse.cdt.make.core.build.target.inc</key>
-                                       <value>all</value>
+                                       <value>all install</value>
                                </dictionary>
                                <dictionary>
                                        
<key>org.eclipse.cdt.make.core.enableCleanBuild</key>

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]