build hangs wnels2  2009-06-04 07:36
Status: Closed
 
intermitently the build will hang in the setup target at the replace step:

        <!-- Replace string ${jdbcDatabase} in the file with value of database property -->
        <replace file="${build.dir}/labkey.xml">
            <replacefilter token="$${jdbcURLParameters}" value="${jdbcURLParameters}"/>
            <replacefilter token="$${jdbcDatabase}" value="${database}"/>
        </replace>

Does anybody know why this might happen?

Thanks,
Bill
 
 
adam responded:  2009-06-04 08:19
I've seen this as well, but only when invoking ant tasks from within IntelliJ, never from the command line. Has this been your experience?
 
wnels2 responded:  2009-06-04 08:21
Yes
 
wnels2 responded:  2009-06-04 08:38
I'll build from the console. A lot faster anyway.
Thanks,
Bill