Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
intermediate-format
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bibliothek-der-neologie
intermediate-format
Commits
ccbe9974
Commit
ccbe9974
authored
6 years ago
by
Michelle Weidling
Browse files
Options
Downloads
Patches
Plain Diff
Enable fast test build
parent
38c73633
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
build.properties
+8
-0
8 additions, 0 deletions
build.properties
build.xml
+40
-8
40 additions, 8 deletions
build.xml
expath-pkg.xml
+12
-3
12 additions, 3 deletions
expath-pkg.xml
expath-pkg.xml.tmpl
+14
-0
14 additions, 0 deletions
expath-pkg.xml.tmpl
master.build.properties
+2
-0
2 additions, 0 deletions
master.build.properties
with
76 additions
and
11 deletions
build.properties
0 → 100644
+
8
−
0
View file @
ccbe9974
project.name
=
http://bdn-edition.de/intermediate_format
project.version
=
1.0.0
project.title
=
BdN Intermediate Format
project.abbrev
=
interformat-develop
project.processorversion
=
4.5.0
destfile
=
${build.dir}/${project.abbrev}-${project.version}.xar
test.dir
=
test
This diff is collapsed.
Click to expand it.
build.xml
+
40
−
8
View file @
ccbe9974
<?xml version="1.0" encoding="UTF-8"?>
<project
default=
"xar"
name=
"interformat"
>
<xmlproperty
file=
"expath-pkg.xml"
/>
<property
name=
"project.version"
value=
"${package(version)}"
/>
<property
name=
"project.app"
value=
"interformat"
/>
<property
name=
"build.dir"
value=
"build"
/>
<target
name=
"xar"
>
<project
default=
"xar"
name=
"interformat"
xmlns:xdb=
"http://exist-db.org/ant"
>
<property
environment=
"env"
/>
<property
name=
"build.dir"
value=
"build"
/>
<property
file=
"local.build.properties"
/>
<property
file=
"build.properties"
/>
<xmlproperty
file=
"expath-pkg.xml.tmpl"
/>
<target
name=
"xar"
depends=
"cleanup"
>
<copy
file=
"expath-pkg.xml.tmpl"
tofile=
"expath-pkg.xml"
filtering=
"true"
overwrite=
"true"
>
<filterset>
<filter
token=
"project.version"
value=
"${project.version}"
/>
<filter
token=
"project.title"
value=
"${project.title}"
/>
<filter
token=
"project.abbrev"
value=
"${project.abbrev}"
/>
<filter
token=
"project.name"
value=
"${project.name}"
/>
<filter
token=
"project.processorversion"
value=
"${project.processorversion}"
/>
</filterset>
</copy>
<mkdir
dir=
"${build.dir}"
/>
<zip
basedir=
"."
destfile=
"${build.dir}/${project.app}-${project.version}.xar"
excludes=
"${build.dir}/*"
/>
<zip
basedir=
"."
destfile=
"${destfile}"
excludes=
"${build.dir}/*,${test.dir}/*"
/>
</target>
</project>
\ No newline at end of file
<target
name=
"cleanup"
>
<delete
dir=
"${test.dir}"
/>
</target>
<target
name=
"test"
depends=
"xar"
>
<get
src=
"https://bintray.com/existdb/releases/download_file?file_path=eXist-db-${project.processorversion}.tar.bz2"
dest=
"${build.dir}/eXist-db-${project.processorversion}.tar.bz2"
skipexisting=
"true"
/>
<untar
src=
"${build.dir}/eXist-db-${project.processorversion}.tar.bz2"
dest=
"${test.dir}"
compression=
"bzip2"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find.zip?abbrev=sade_assets&processor=${project.processorversion}"
dest=
"${test.dir}/eXist-db-${project.processorversion}/autodeploy/sade_assets-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find.zip?abbrev=cv&processor=${project.processorversion}"
dest=
"${test.dir}/eXist-db-${project.processorversion}/autodeploy/codeview-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find.zip?abbrev=fontane-lucene-exist-module&processor=${project.processorversion}"
dest=
"${test.dir}/eXist-db-${project.processorversion}/autodeploy/fontane-lucene-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"http://exist-db.org/exist/apps/public-repo/find.zip?abbrev=markdown&processor=${project.processorversion}"
dest=
"${test.dir}/eXist-db-${project.processorversion}/autodeploy/markdown-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"http://exist-db.org/exist/apps/public-repo/find.zip?abbrev=functx&processor=${project.processorversion}"
dest=
"${test.dir}/eXist-db-${project.processorversion}/autodeploy/functx-latest.xar"
ignoreerrors=
"true"
/>
<copy
file=
"${destfile}"
todir=
"${test.dir}/eXist-db-${project.processorversion}/autodeploy"
/>
</target>
</project>
This diff is collapsed.
Click to expand it.
expath-pkg.xml
+
12
−
3
View file @
ccbe9974
<?xml version="1.0" encoding="UTF-8"?>
<package
xmlns=
"http://expath.org/ns/pkg"
name=
"http://bdn-edition.de/intermediate_format"
abbrev=
"interformat"
version=
"0.2.5"
spec=
"1.0"
>
<title>
BdN - Intermediate Format
</title>
<package
xmlns=
"http://expath.org/ns/pkg"
name=
"http://bdn-edition.de/intermediate_format"
abbrev=
"interformat-develop"
version=
"1.0.0"
spec=
"1.0"
>
<title>
BdN Intermediate Format
</title>
<dependency
processor=
"http://exist-db.org"
semver-min=
"4.5.0"
/>
<dependency
package=
"http://exist-db.org/apps/shared"
/>
</package>
\ No newline at end of file
<xquery>
<namespace>
http://bdn-edition.de/intermediate_format
</namespace>
<file>
ifweb.xqm
</file>
</xquery>
</package>
This diff is collapsed.
Click to expand it.
expath-pkg.xml.tmpl
0 → 100644
+
14
−
0
View file @
ccbe9974
<?xml version="1.0" encoding="UTF-8"?>
<package
xmlns=
"http://expath.org/ns/pkg"
name=
"@project.name@"
abbrev=
"@project.abbrev@"
version=
"@project.version@"
spec=
"1.0"
>
<title>
@project.title@
</title>
<dependency
processor=
"http://exist-db.org"
semver-min=
"@project.processorversion@"
/>
<dependency
package=
"http://exist-db.org/apps/shared"
/>
<xquery>
<namespace>
http://bdn-edition.de/intermediate_format
</namespace>
<file>
ifweb.xqm
</file>
</xquery>
</package>
This diff is collapsed.
Click to expand it.
master.build.properties
0 → 100644
+
2
−
0
View file @
ccbe9974
project.name
=
http://bdn-edition.de/intermediate_format
project.abbrev
=
interformat
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment