File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 89
89
</target >
90
90
91
91
<target name =" download-xar" >
92
+ <!-- get dest="${apps.dir}" src="${apps.repo}/find?abbrev=${xar}&processor=${project.version}"
93
+ verbose="on" maxtime="180" usetimestamp="true" tryGzipEncoding="true"/ -->
92
94
93
95
<taskdef name =" fetch" classname =" nl.ow.dilemma.ant.fetch.FetchTask" >
94
96
<classpath >
95
97
<pathelement location =" ${asocat-exist.jar}" />
96
98
</classpath >
97
99
</taskdef >
98
- <fetch dest =" ${apps.dir}" url =" ${apps.repo}/pkg.zip ?abbrev=${xar}& zip=yes & processor=${project.version}"
99
- failonerror =" false " maxtime =" 360 " >
100
+ <fetch dest =" ${apps.dir}" url =" ${apps.repo}/find ?abbrev=${xar}& processor=${project.version}& zip=yes "
101
+ failonerror =" true " maxtime =" 180 " >
100
102
<patternset >
101
103
<include name =" **/*.xar" />
102
104
</patternset >
Original file line number Diff line number Diff line change 21
21
22
22
<property file =" build.properties" />
23
23
24
- <property name =" autodeploy.repo" value =" http://demo.exist-db.org/exist/apps/public-repo" />
25
24
<property name =" autostart-dir" value =" autodeploy" />
26
25
27
26
<target name =" prepare" >
64
63
</target >
65
64
66
65
<target name =" download-xar" unless =" xar-installed" >
66
+ <!-- get dest="${autostart-dir}" src="${autodeploy.repo}/find?abbrev=${xar}&processor=${project.version}"
67
+ verbose="on" maxtime="180" usetimestamp="true" tryGzipEncoding="true"/ -->
67
68
68
69
<taskdef name =" fetch" classname =" nl.ow.dilemma.ant.fetch.FetchTask" >
69
- <classpath >
70
- <pathelement location =" ${asocat-exist.jar}" />
71
- </classpath >
70
+ <classpath >
71
+ <pathelement location =" ${asocat-exist.jar}" />
72
+ </classpath >
72
73
</taskdef >
73
- <fetch dest =" ${autostart-dir}" url =" ${autodeploy.repo}/pkg.zip ?abbrev=${xar}& zip=yes & processor=${project.version}"
74
- failonerror =" false " maxtime =" 120 " >
75
- <patternset >
76
- <include name =" **/*.xar" />
77
- </patternset >
74
+ <fetch dest =" ${autostart-dir}" url =" ${autodeploy.repo}/find ?abbrev=${xar}& processor=${project.version}& zip=yes "
75
+ failonerror =" true " maxtime =" 180 " >
76
+ <patternset >
77
+ <include name =" **/*.xar" />
78
+ </patternset >
78
79
</fetch >
79
80
</target >
81
+
80
82
</project >
You can’t perform that action at this time.
0 commit comments