hello2 can't be built

I just installed the J2EE1.5 and Ant 1.6.5

When I build the hello2 example, build failed as following:

bpp-actual-compilation:

[echo] Compiling hello2

[javac] Compiling 2 source files to .../Tutorial/examples/web/hello2/build/web/WEB-INF/classes

BUILD FAILED

.../Tutorial/examples/bp-project/command-line-ant-tasks.xml:89: .../Tutorial/examples/web/hello2/c:/Sun/AppServer not found.

What shall I set?

thanks

[463 byte] By [LizhiWang] at [2007-11-26 11:07:37]
# 1

> BUILD FAILED

> .../Tutorial/examples/bp-project/command-line-ant-task

> s.xml:89:

> .../Tutorial/examples/web/hello2/c:/Sun/AppServer not

> found.

>

> What shall I set?

Make sure you set the values in bp-project/build.properties for javaee.home and

javaee.server.passwordfile to the appropriate values based on your installation.

- sreeni

msrrms at 2007-7-7 3:21:57 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
yes, I got it.thanks
LizhiWang at 2007-7-7 3:21:57 > top of Java-index,Application & Integration Servers,Application Servers...