Hello,
I am actually trying to deploy my BPEL process to JBPM as can be seen in this thread
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023882#...
In order to debug the problem, I thought of getting the source code myself and build the
JBossWS jars. I followed
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstall
step by step. Well I did not get JBoss 4.0.5 sources because I have that server running
already.
I followed from step 4. I modified ant.properties as follows
| # Optional JBoss Home
| #jboss50.home=/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.Beta2
|
#jboss42.home=/home/tdiesler/svn/jbossas/branches/Branch_4_2/build/output/jboss-4.2.0.CR1
| jboss40.home=D:/jboss-4.0.5.GA
|
| # The JBoss server under test. This can be [jboss50|jboss42|jboss40|tomcat]
| jbossws.integration.target=jboss40
|
When I run ant main I get following error -
D:\jbossws\build\ant-import\build-setup.xml:88: exec returned: 1
Looking at the svn-info.xml I found that my svn does not support '--xml' option on
'svn info'. Removing that argument created a properties like file instead of xml
which obviously didn't work. So what do I need to do to get this working?
My svn version is 1.0.5.9844.
Thanks,
Meghana
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023916#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...