Subversion Repositories bacoAlunos

Rev

Rev 1271 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1271 Rev 1272
Line 50... Line 50...
50
 
50
 
51
 
51
 
52
 
52
 
53
    <!-- JOB RUNNER -->
53
    <!-- JOB RUNNER -->
54
    <target name="jobs">
54
    <target name="jobs">
55
        <java classname="pt.estgp.estgweb.services.jobs.JobDeamon" classpath="${build.dir.classes}" classpathref="pathToToolsLib">
55
        <java classname="pt.estgp.estgweb.services.jobs.JobDeamon" classpath="${build.dir.classes}" classpathref="pathToToolsLib"
-
 
56
              fork="true">
56
            <!--Usar isto em ANT_OPTS no LINUX PARA EVITAR O FORK
57
            <!--Usar isto em ANT_OPTS no LINUX PARA EVITAR O FORK
57
            O FORK PODE COMPROMETER O KILL DE TAREFAS POR NAO HAVER COMO AS IDENTIFICAR
58
            O FORK PODE COMPROMETER O KILL DE TAREFAS POR NAO HAVER COMO AS IDENTIFICAR-->
58
            <jvmarg value="-Djava.security.egd=file:/dev/urandom"/>-->
59
            <jvmarg value="-Djava.security.egd=file:/dev/urandom"/>
59
        </java>
60
        </java>
60
 
61
 
61
    </target>
62
    </target>
62
 
63
 
63
 
64