Hello,
I'm new to JBossESB.
At first, i import helloworld to eclipse (i'm using eclipse helios sr2, win7) and i deploy project on JBoss 6.0 runtime server. I thing i have succes with deploy.
14:27:20,645 INFO [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)] Started in 39s:69ms
14:27:25,664 INFO [JBoss4ESBDeployer] create esb service, HelloesbFile.esb
14:27:25,669 INFO [JBoss4ESBDeployer] create esb service, hello.esb
I'm trying to follow readme.txt part to run. I cant find out what is meaned by "In a command terminal" (i'm also new to eclipse, i was developing in netbeans) i try to find by Show view as a fast view something like remote shall, terminal, command *, but nothing help me. but i try Run > External tools > hello build.xml. So i accept this output:
Buildfile: C:\Users\smonty\Desktop\helloworld\build.xml
BUILD FAILED
C:\Users\smonty\Desktop\helloworld\build.xml:9: Cannot find ../conf/base-build.xml imported from C:\Users\smonty\Desktop\helloworld\build.xml
Total time: 161 milliseconds
and line 9 is: <import file="../conf/base-build.xml"/>
i cant find anything on google about problem with import base-build.xml and ant deploy...
Thanks.