胡长城(银狐999)BLOG

专注SOA,MDA,EAI,BPM,工作流,J2EE;个人主页http://www.javafox.org

银狐999
银狐999的公告
个人主要工作流文档可从 javafox live网络硬盘下载

最近评论
shendl:胡兄现在在国内公司吗? 什么公司,什么Workflow产品吗?
subarasiyi:不知道楼主是否听说过Interstage BPM?
这个在Gartner的评价中也是非常高的
friendoyc:这个可能是自动回复,不是Layna Fischer回答你的问题。
friendoyc:可以在b节点处加个判断条件,如果b成立则a-c-b-d,如果b不成立则a-c-d
friendoyc:可以在b节点处加个判断条件,如果b成立则a-c-b-d,如果b不成立则a-c-d
文章分类
收藏
    相册
    50 Relational Blogs
    Hongsoft博客
    J2EE与ERP禅话
    Peter's Blog
    俠盜躶奔漢
    切尔斯基(RSS)
    动物园的猪
    胡奇
    赵斌BLog
    阿飞外传
    55 Workflow Preacher
    Ekkart Kindler
    Michael zur Muehlen
    Wil van der Aalst
    存档
    订阅我的博客
    XML聚合  FeedSky

    原创 Build Tempo收藏

    新一篇: 与普元李健民的串吧聚会 | 旧一篇: 2007工作流研讨会——研究与应用的火花

    Intalio公司有个开源的Tempo Workflow系统,可以从  http://tempo.intalio.org/ 获取。

    从 (SVN)http://tempo.intalio.org/tempo 获取的源码,只包含source文件,并不是一个完整的工程,需要使用buildr进行编译。

    我之前对Ruby几乎一无所知,所以compile tempo对我来说还是有点难度的。没办法,只能现装Ruby/Gem/Rake,以及Buildr。

    但是Buildr没有现成的.gem文件,必须使用Rake进行现编译。从 (SVN)http://www.intalio.org/buildr 获取最新的Buildr源码,进行编译。

    gem install rake 之后进行rake intall编译操作还需要依赖另外的gems,具体就不详细说了。

    windows用户在执行“rake install”命令时,如果遇到tar命令无法运行的情况
    (例如我就遇到了,出现类似“undefined method `exitstatus' for nil:NilClass”的提示),
    请将rake库文件的lib/packagetask.rb第117行注释掉即可。即: 代码
    #              sh %{#{@tar_command} #{flag}cvf #{file} #{package_name}}

    gem install buildr之前,还需要依赖很多其他gems操作,具体也不详细说了。gem操作会有详细的提示和操作。

    D:\WorkDir\tempo\intalio\buildr\trunk\pkg>gem install buildr
    Successfully installed buildr, version 1.2.10
    Installing ri documentation for buildr-1.2.10...
    Installing RDoc documentation for buildr-1.2.10...

    然后使用builr编译Temp工程,在编译的过程中,还是执行testcase操作。
    D:\WorkDir\tempo\intalio\tempo\trunk>buildr
    (in D:/WorkDir/tempo/intalio/tempo/trunk)
    Building tempo
    Downloading org.apache.axis2:axis2-adb:jar:1.3
    Downloading http://repo1.maven.org/maven2/org/apache/axis2/axis2-adb/1.3/axis2-adb-1.3.jar
    100% |.........................................| 158.9KB/158.9KB Time: 00:00:03
    Downloading org.apache.axis2:axis2-adb:pom:1.3

    .......

    Compiling 3 source files in tempo:fds:test:compile
    Running tests in tempo:fds
        [junit] Testsuite: org.intalio.tempo.workflow.fds.dispatchers.NotifyDispatcherTest
        [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.391 sec
        [junit] ------------- Standard Error -----------------
        [junit] log4j:WARN No appenders could be found for logger (org.intalio.tempo.workflow.fds.dispat
    ches.Dispatchers).
        [junit] log4j:WARN Please initialize the log4j system properly.
        [junit] ------------- ---------------- ---------------
        [junit]
        [junit] Testcase: testNotifyDispatcher took 0.235 sec
        [junit] Testsuite: org.intalio.tempo.workflow.fds.tools.MessageConversionTest
        [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.078 sec
        [junit] ------------- Standard Output ---------------
        [junit]
        [junit]
        [junit]
        [junit]
        [junit] ------------- ---------------- ---------------
        [junit]
        [junit] Testcase: testUserProcessMessageConversion took 0.032 sec
        [junit] Testcase: testWorkflowProcessesMessageConversion took 0.016 sec
        [junit] Testsuite: org.intalio.tempo.workflow.fds.tools.SoapToolsTest
        [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.031 sec
        [junit]
        [junit] Testcase: testSoapTools took 0.016 sec
    Testing tempo:processes
    Testing tempo:processes:AbsenceRequest
    Testing tempo:processes:Store
    Testing tempo:processes:TaskManager
    Testing tempo:processes:peopleActivity
    Testing tempo:processes:xpath-extensions
    Testing tempo:security

    发表于 @ 2007年11月10日 12:01:00|评论(loading...)|编辑

    新一篇: 与普元李健民的串吧聚会 | 旧一篇: 2007工作流研讨会——研究与应用的火花

    评论:没有评论。

    发表评论  


    当前用户设置只有注册用户才能发表评论。如果你没有登录,请点击登录
    Csdn Blog version 3.1a
    Copyright © 银狐999