RFR: 8016213 : (S) Convert j2se NetBeans project to new build infrastructure (original) (raw)
Chris Hegarty chris.hegarty at oracle.com
Sat Jun 8 07:07:13 UTC 2013
- Previous message: RFR: 8016213 : (S) Convert j2se NetBeans project to new build infrastructure
- Next message: hg: jdk8/tl/jdk: 7124706: enable RetransformBigClass.sh test when fix for 8013063 is promoted
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks ok to Mike.
-Chris
On 8 Jun 2013, at 02:20, Mike Duigou <mike.duigou at oracle.com> wrote:
Hello all;
I took a look today at converting the existing J2SE NetBeans project to use the new build infrastructure. It turned out to be easier than I thought! Below is the patch needed to invoke the top level make file 'clean-jdk' and 'jdk' targets. It requires that have previously run the configure step and that you only have a single configuration in your build directory (It doesn't know anything about CONF or SPEC yet). I have successfully built the jdk target using this change on MacOS X and Linux x64. Mike P.S.: This is the first of a series of changesets which will complete the conversion of the OpenJDK JDK NetBeans projects to the new build infrastructure. Follow http://bugs.sun.com/viewbug.do?bugid=8016213 to track the progress.
diff --git a/make/netbeans/common/shared.xml b/make/netbeans/common/shared.xml --- a/make/netbeans/common/shared.xml +++ b/make/netbeans/common/shared.xml @@ -77,7 +77,7 @@ System configuration claims architecture is platform−{platform}-platform−{arch} - + diff --git a/make/netbeans/j2se/build.xml b/make/netbeans/j2se/build.xml --- a/make/netbeans/j2se/build.xml +++ b/make/netbeans/j2se/build.xml @@ -37,11 +37,11 @@ - + - +
- Previous message: RFR: 8016213 : (S) Convert j2se NetBeans project to new build infrastructure
- Next message: hg: jdk8/tl/jdk: 7124706: enable RetransformBigClass.sh test when fix for 8013063 is promoted
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]