While preparing for FOSDEM I noticed that we were running the eclipse
java builder after building the JNI headers and the native code.  This
seems wrong, as we need the just-created class files in order to
properly build the JNI headers.

Fixed as appended.

Tom

2006-02-28  Tom Tromey  <[EMAIL PROTECTED]>

        * .project: Run java builder before header generation.

Index: .project
===================================================================
RCS file: /cvsroot/classpath/classpath/.project,v
retrieving revision 1.6
diff -u -r1.6 .project
--- .project    22 Dec 2005 19:23:19 -0000      1.6
+++ .project    28 Feb 2006 16:56:04 -0000
@@ -36,6 +36,11 @@
                        </arguments>
                </buildCommand>
                <buildCommand>
+                       <name>org.eclipse.jdt.core.javabuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
                        
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
                        <triggers>auto,full,incremental,</triggers>
                        <arguments>
@@ -56,11 +61,6 @@
                        </arguments>
                </buildCommand>
                <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
                        
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
                        <triggers>auto,full,incremental,</triggers>
                        <arguments>

Reply via email to