Error in properties

Hi,

I'm newbie for J2EE platform. I downloaded J2EE tutorial from sun site. I try to compile a app which ConvertApp using the asant build comannd.

I get this error.

build

Buildfile: build.xml

j2ee-home-test:

BUILD FAILED

D:\Projects\j2ee-1_4-doc-tutorial_7\j2eetutorial14\examples\common\targets.xml:1

0: The j2ee.home property is not properly set in <INSTALL>/j2eetutorial14/exampl

es/common/build.properties.

Set the j2ee.home property to the location of your Application Server installati

on.

On Windows, you must escape any backslashes in the j2ee.home property with anoth

er backslash or use forward slashes as a path separator. So, if your Application

Server installation is C:\Sun\AppServer, you must set j2ee.home as follows:

j2ee.home = C:\\Sun\\AppServer

or

j2ee.home=C:/Sun/AppServer

j2ee.home is currently set to:

Total time: 0 seconds

In which line i should add the j2ee.home value?

my build.properties look like this :

# general

build=build

sql.script=create.sql

delete.sql.script=delete.sql

# database

conpool.name=DerbyPool

jdbc.resource.name=jdbc/ejbTutorialDB

# mail

mailhost=mail_server_ip

mailuser=user_id

fromaddress=email_address

mailjndi=mail/MySession

# cmp

pm.resource.name=jdo/cmp-roster

pm.factory.class=com.sun.jdo.spi.persistence.support.sqlstore.impl.PersistenceManagerFactoryImpl

db.schema=APP

Please enlighten me on this.

Thanks in advance

[1628 byte] By [BALA_SINGAMa] at [2007-10-2 19:29:37]
# 1
hi,is there any solution to this problem....i am also a newbie...please anybody help,kind regards,pam
pam_jima at 2007-7-13 21:16:40 > top of Java-index,Developer Tools,Java Compiler...
# 2

Your properties file looks like one of the example-specific files, found in locations like .../examples/web/common/.

There should also be a .../examples/common/build.properties , which starts with:

j2ee.home=

j2ee.tutorial.home=

asinstall.dir=${j2ee.home}

fill in the blanks

(I am a noob too.)

sestira at 2007-7-13 21:16:40 > top of Java-index,Developer Tools,Java Compiler...