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
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

