Project seems to ignore changes

Clemens Eisserer linuxhippy at gmail.com
Thu Apr 24 10:01:28 PDT 2008


Hi there,

I've tried using the 2d/awt project to implement some extensions in
that area. Building on the command-line worked without any problems.
(OpenJDK's build infrastructure is a great improvement to the
closed-source packages I experimented in the past, thanks a lot).

However with netbeans I experience some problems:

I created the build.properties file (attached at the end of the mail).

However when I call Clean&build I get:
Leaving directory `/home/ce/OpenJDK7/jdk/make/com/sun/image'
Entering directory `/home/ce/OpenJDK7/jdk/make/com/sun/java2d'
/home/ce/OpenJDK7/jdk/make/netbeans/awt2d/build.xml:85: The following
error occurred while executing this line:
/home/ce/OpenJDK7/jdk/make/netbeans/common/make.xml:61: The directory
/home/ce/OpenJDK7/jdk/make/com/sun/java2d does not exist

When I do build only:
make: *** No rule to make target
`/home/ce/OpenJDK7/openjdk-binary-plug/jre/lib/rt-closed.jar', needed
by `import-binary-plug-awt-classes'.  Stop.
/home/ce/OpenJDK7/jdk/make/netbeans/awt2d/build.xml:42: The following
error occurred while executing this line:
/home/ce/OpenJDK7/jdk/make/netbeans/common/make.xml:61: exec returned: 2

Any ideas what's wrong?

Thank you in advance, lg Clemens

build.properties:
bootstrap.jdk=/home/ce/Programme/jdk1.7.0b25

make.options=\
            ALT_BOOTDIR=/home/ce/Programme/jdk1.7.0b25 \
            ALT_CLOSED_JDK_IMPORT_PATH=/home/ce/Programme/jdk1.7.0b25 \
            ALT_BINARY_PLUGS_PATH=/home/ce/OpenJDK7/openjdk-binary-plug



More information about the nb-projects-dev mailing list