-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.xml
More file actions
118 lines (118 loc) · 6.28 KB
/
Copy pathbuild.xml
File metadata and controls
118 lines (118 loc) · 6.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- WARNING: Eclipse auto-generated file.
Any modifications will be overwritten.
To include a user specific buildfile here, simply create one in the same
directory with the processing instruction <?eclipse.ant.import?>
as the first entry and export the buildfile again. -->
<project basedir="." default="build" name="Galeria">
<property environment="env"/>
<property name="ECLIPSE_HOME" value="C:/Programas/eclipse"/>
<property name="debuglevel" value="source,lines,vars"/>
<property name="target" value="1.6"/>
<property name="source" value="1.6"/>
<path id="Galeria.classpath">
<pathelement location="bin"/>
<pathelement location="lib/jar/aviatrix3d-all_2.1.0.jar"/>
<pathelement location="lib/jar/dis.jar"/>
<pathelement location="lib/jar/disxml.jar"/>
<pathelement location="lib/jar/fastinfoset_1.2.2.jar"/>
<pathelement location="lib/jar/geoapi-nogenerics-2.1.0.jar"/>
<pathelement location="lib/jar/gluegen-rt.jar"/>
<pathelement location="lib/jar/gnu-regexp-1.0.8.jar"/>
<pathelement location="lib/jar/gt2-main-2.4.4.jar"/>
<pathelement location="lib/jar/gt2-metadata-2.4.4.jar"/>
<pathelement location="lib/jar/gt2-referencing-2.4.4.jar"/>
<pathelement location="lib/jar/httpclient.jar"/>
<pathelement location="lib/jar/imageloader_1.1.0.jar"/>
<pathelement location="lib/jar/j3d-org-all_0.9.0.jar"/>
<pathelement location="lib/jar/j3dcore.jar"/>
<pathelement location="lib/jar/j3dutils.jar"/>
<pathelement location="lib/jar/jgeom-core.jar"/>
<pathelement location="lib/jar/jhall.jar"/>
<pathelement location="lib/jar/jinput.jar"/>
<pathelement location="lib/jar/joal.jar"/>
<pathelement location="lib/jar/jogl.jar"/>
<pathelement location="lib/jar/js.jar"/>
<pathelement location="lib/jar/jsr108-0.01.jar"/>
<pathelement location="lib/jar/jutils.jar"/>
<pathelement location="lib/jar/log4j.jar"/>
<pathelement location="lib/jar/odejava.jar"/>
<pathelement location="lib/jar/smack.jar"/>
<pathelement location="lib/jar/smackx.jar"/>
<pathelement location="lib/jar/sqlitejdbc-v056.jar"/>
<pathelement location="lib/jar/uri.jar"/>
<pathelement location="lib/jar/vecmath.jar"/>
<pathelement location="lib/jar/vlc_uri.jar"/>
<pathelement location="lib/jar/xj3d-all_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-common_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-config_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-core_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-device_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-eai_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-ecmascript_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-external-sai_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-external-sai-concrete_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-images_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-java-sai_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-java-sai-concrete_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-jaxp_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-jsai_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-net_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-norender_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-ogl_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-parser_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-render_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-runtime_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-sai_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-sai-concrete_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-sav_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-script-base_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-xml_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d-xml-util_2.0.0.jar"/>
<pathelement location="lib/jar/xj3d.cadfilter_2.0.0.jar"/>
</path>
<target name="init">
<mkdir dir="bin"/>
<copy includeemptydirs="false" todir="bin">
<fileset dir="src">
<exclude name="**/*.launch"/>
<exclude name="**/*.java"/>
<exclude name="test/"/>
</fileset>
</copy>
</target>
<target name="clean">
<delete dir="bin"/>
</target>
<target depends="clean" name="cleanall"/>
<target depends="build-subprojects,build-project" name="build"/>
<target name="build-subprojects"/>
<target depends="init" name="build-project">
<echo message="${ant.project.name}: ${ant.file}"/>
<javac debug="true" debuglevel="${debuglevel}" destdir="bin" source="${source}" target="${target}">
<src path="src"/>
<exclude name="test/"/>
<classpath refid="Galeria.classpath"/>
</javac>
</target>
<target description="Build all projects which reference this project. Useful to propagate changes." name="build-refprojects"/>
<target description="copy Eclipse compiler jars to ant lib directory" name="init-eclipse-compiler">
<copy todir="${ant.library.dir}">
<fileset dir="${ECLIPSE_HOME}/plugins" includes="org.eclipse.jdt.core_*.jar"/>
</copy>
<unzip dest="${ant.library.dir}">
<patternset includes="jdtCompilerAdapter.jar"/>
<fileset dir="${ECLIPSE_HOME}/plugins" includes="org.eclipse.jdt.core_*.jar"/>
</unzip>
</target>
<target description="compile project with Eclipse compiler" name="build-eclipse-compiler">
<property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
<antcall target="build"/>
</target>
<target name="RunGallery">
<java classname="gui.VirtualGallery" failonerror="true" fork="yes">
<jvmarg line="-Xmx1024m -Djava.library.path="lib/bin/""/>
<classpath refid="Galeria.classpath"/>
</java>
</target>
</project>