git-svn-id: https://svn.coded.pt/svn/SIPRP@1950 bb69d46d-e84e-40c8-a05a-06db0d633741

0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Frederico Palma 11 years ago
parent bc6f9a626d
commit 5e7fdc1bba

@ -0,0 +1,21 @@
app-build
app-clean
app-create-jar
app-deploy
app-run
clean
clean-ear
compile
compile-jsps
debug
default
dist
dist-ear
docs-generate-upload
javadoc
run
run-LEAF
run-batch-deployer
run-codegen
test
test-single

@ -17,7 +17,7 @@
<property name="docs.dir" value="${app.dir}/docs" />
<property name="docs.api.dir" value="${docs.dir}/api" />
<property name="app.src.dir" value="${app.dir}/src" />
<property name="app.lib.dir" value="${app.dir}/lib" />
<property name="app.lib.dir" value="${app.dir}/web/WEB-INF/lib" />
<property name="deploy.project.relative.lib.dir" value="lib" />
<property name="app.dist.dir" value="${app.dir}/dist" />
<property name="app.dist.lib.dir" value="${app.dist.dir}/lib" />
@ -36,6 +36,7 @@
<path id="app.build.classpath">
<pathelement location="${app.build.dir}" />
<path refid="app.jar.classpath" />
<path refid="lib.tools.classpath" />
</path>
<path id="lib.docs.classpath">

@ -13,7 +13,7 @@
<import file="ant/evo-app-multiple-client-build.xml" />
<!--
<!--
There exist several targets which are by default empty and which can be
used for execution of your tasks. These targets are usually executed

File diff suppressed because it is too large Load Diff

@ -60,8 +60,8 @@ public class PlanosActuacaoImporter
private static void readProperties( String[] args ) throws Exception
{
// args = new String[]{ "/home/fpalma/workspace/PlanosActuacao/properties/0-Importer/app.properties" };
args = new String[]{ "/Users/fpalma/Documents/workspace/PlanosActuacao/properties/0-Importer/app.properties" };
args = new String[]{ "/home/fpalma/workspace/PlanosActuacao/properties/0-Importer/app.properties" };
// args = new String[]{ "/Users/fpalma/Documents/workspace/PlanosActuacao/properties/0-Importer/app.properties" };
if ( args != null && args.length > 0 )
{

Loading…
Cancel
Save