Skip to content
Snippets Groups Projects
Commit 12b081ff authored by pompert's avatar pompert
Browse files

BugID: 701

Improved project XML file with proper log4j reference and jOTDB2 project reference
parent bf877f2a
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,9 @@ is divided into following sections:
COMPILATION SECTION
===================
-->
<target name="deps-jar" depends="init" unless="no.deps"/>
<target name="deps-jar" depends="init" unless="no.deps">
<ant target="jar" inheritall="false" antfile="${project.jOTDB2}/build.xml"/>
</target>
<target name="-pre-pre-compile" depends="init,deps-jar">
<mkdir dir="${build.classes.dir}"/>
</target>
......@@ -528,7 +530,9 @@ is divided into following sections:
CLEANUP SECTION
===============
-->
<target name="deps-clean" depends="init" unless="no.deps"/>
<target name="deps-clean" depends="init" unless="no.deps">
<ant target="clean" inheritall="false" antfile="${project.jOTDB2}/build.xml"/>
</target>
<target name="-do-clean" depends="init">
<delete dir="${build.dir}"/>
<delete dir="${dist.dir}"/>
......
build.xml.data.CRC32=1fc8ec8b
build.xml.data.CRC32=84c025fa
build.xml.script.CRC32=396fe1e4
build.xml.stylesheet.CRC32=d5b6853a
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=1fc8ec8b
nbproject/build-impl.xml.script.CRC32=0d8554a3
nbproject/build-impl.xml.data.CRC32=84c025fa
nbproject/build-impl.xml.script.CRC32=44edace8
nbproject/build-impl.xml.stylesheet.CRC32=99b91518
......@@ -16,12 +16,11 @@ debug.test.classpath=\
dist.dir=dist
dist.jar=${dist.dir}/jParmFacade.jar
dist.javadoc.dir=${dist.dir}/javadoc
file.reference.jOTDB2.jar=../../../../../transfer/jOTDB2.jar
file.reference.log4j-1.2.13.jar=../../../../../transfer/log4j-1.2.13.jar
file.reference.log4j-1.2.13.jar=../../../../../../opt/lofar/external/java/lib/log4j-1.2.13.jar
jar.compress=false
javac.classpath=\
${file.reference.log4j-1.2.13.jar}:\
${file.reference.jOTDB2.jar}
${reference.jOTDB2.jar}:\
${file.reference.log4j-1.2.13.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
......@@ -46,6 +45,8 @@ main.class=nl.astron.lofar.java.cep.jparmfacade.jParmFacadeServer
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
platform.active=default_platform
project.jOTDB2=../../../SAS/OTB/jOTDB2
reference.jOTDB2.jar=${project.jOTDB2}/dist/jOTDB2.jar
run.classpath=\
${javac.classpath}:\
${build.classes.dir}
......
......@@ -12,5 +12,15 @@
<root id="test.src.dir"/>
</test-roots>
</data>
<references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
<reference>
<foreign-project>jOTDB2</foreign-project>
<artifact-type>jar</artifact-type>
<script>build.xml</script>
<target>jar</target>
<clean-target>clean</clean-target>
<id>jar</id>
</reference>
</references>
</configuration>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment