diff options
author | aurelien <aurelien@cwb.io> | 2013-09-23 10:33:22 +0200 |
---|---|---|
committer | aurelien <aurelien@cwb.io> | 2013-09-23 10:33:22 +0200 |
commit | 2735c9d273c54b555681f30f5c685998fed7b484 (patch) | |
tree | f8172dbea44d1c4751a99a62fb236a14c9d2dc20 /java | |
parent | d78a32a6ccb8663a62a093b54e947e2efc840fe0 (diff) | |
parent | 97f65e06566f3bb15bc7395624017b8e6ca0d043 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'java')
26 files changed, 3222 insertions, 150 deletions
diff --git a/java/antlr2/PKGBUILD b/java/antlr2/PKGBUILD index 4269d30c7..6fdf7dd29 100644 --- a/java/antlr2/PKGBUILD +++ b/java/antlr2/PKGBUILD @@ -1,15 +1,16 @@ -# $Id: PKGBUILD 167380 2012-10-01 19:24:15Z guillaume $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> +# Maintainer: luke Shumaker <lukeshu@sbcglobal.net> +# Maintainer (Arch): Andrea Scarpino <andrea@archlinux.org> # Contributor: George Giorgidze <giorgidze (at) gmail.com> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> pkgbase=antlr2 pkgname=(antlr2 antlr2-{java,python2,cxx,sharp}) pkgver=2.7.7 +pkgdesc="ANother Tool for Language Recognition (formerly PCCTS)" url="http://www.antlr2.org/" license=('custom:Public Domain') -pkgrel=3 +pkgrel=3.2 arch=('i686' 'x86_64') makedepends=('java-environment' 'python2' 'sh' 'nant' 'jh') source=("http://www.antlr2.org/download/antlr-${pkgver}.tar.gz" @@ -35,7 +36,6 @@ _install_license() { } package_antlr2() { - pkgdesc="ANother Tool for Language Recognition (formerly PCCTS)" depends=('sh' 'antlr2-java') install -Dm755 "$srcdir"/runantlr2.sh "$pkgdir"/usr/bin/runantlr2 @@ -43,7 +43,7 @@ package_antlr2() { } package_antlr2-java() { - pkgdesc="ANother Tool for Language Recognition (formerly PCCTS) (Java version)" + pkgdesc+=" (Java version)" depends=('java-runtime') provides=("java-antlr2=$pkgver") @@ -51,16 +51,16 @@ package_antlr2-java() { replaces=("java-antlr2") DESTDIR="$pkgdir" jh mvn-install antlr antlr $pkgver \ - "$srcdir"/antlr-${pkgver}.pom \ - "$srcdir"/antlr-${pkgver}/antlr/antlr.jar \ - antlr2.jar + "$srcdir"/antlr-${pkgver}.pom \ + "$srcdir"/antlr-${pkgver}/antlr/antlr.jar \ + antlr2.jar _install_license } package_antlr2-python2() { - pkgdesc="ANother Tool for Language Recognition (formerly PCCTS) (Python version)" - depends=('antlr2' 'python2') + pkgdesc+=" (Python version)" + depends=('python2') provides=("python2-antlr2=$pkgver") conflicts=("python2-antlr2") @@ -73,8 +73,7 @@ package_antlr2-python2() { } package_antlr2-cxx() { - pkgdesc="ANother Tool for Language Recognition (formerly PCCTS) (C++ version)" - depends=('java-runtime') + pkgdesc+=" (C++ version)" cd "$srcdir"/antlr-${pkgver}/lib/cpp make -j1 prefix="${pkgdir}/usr" install @@ -83,8 +82,8 @@ package_antlr2-cxx() { } package_antlr2-sharp() { - pkgdesc="ANother Tool for Language Recognition (formerly PCCTS) (C Sharp version)" - depends=('antlr2' 'mono') + pkgdesc+=" (C Sharp version)" + depends=('mono') cd "$srcdir"/antlr-${pkgver}/lib/csharp install -d "$pkgdir"/usr/share diff --git a/java/apache-ant/PKGBUILD b/java/apache-ant/PKGBUILD index 77e0dfe94..dfda3c28d 100644 --- a/java/apache-ant/PKGBUILD +++ b/java/apache-ant/PKGBUILD @@ -3,52 +3,55 @@ # Contributor: Andrew Wright <andreww@photism.org> pkgname=apache-ant -pkgver=1.8.4 +pkgver=1.9.1 +pkgdesc="A Java-based build tool" +license=('Apache' 'custom:BSD3') +url="http://ant.apache.org/" provides=("apache-ant-libre=$pkgver") replaces=("apache-ant-libre") conflicts=("apache-ant-libre") -pkgrel=1.1 -pkgdesc="A Java-based build tool" +pkgrel=3 arch=('any') -license=('Apache') -url="http://ant.apache.org/" +depends=('java-environment') +makedepends=('jh') + _mirror=http://archive.apache.org/dist source=($_mirror/ant/source/${pkgname}-${pkgver}-src.tar.bz2 ${pkgname}.sh ${pkgname}.csh) -depends=('java-environment') # This list is adapted from https://ant.apache.org/manual/install.html#librarydependencies declare -A _opts _opts[junit]='to have JUnit on the classpath in javac tasks;/usr/share/java/junit.jar' _opts[xalan-java]='<junitreport> task;/usr/share/java/xalan.jar' -_opts[antlr2]='<antlr> task;/usr/share/java/antlr2.jar::antlr.jar' -#_opts[java-bsf]='<script> task;/usr/share/java/bsf.jar' +_opts[java-antlr2]='<antlr> task;/usr/share/java/antlr2.jar::antlr.jar' +_opts[java-commons-bsf2]='<script> task;/usr/share/java/bsf2.jar::bsf.jar' #_opts[groovy]='Groovy with <script> and <scriptdef> tasks;/usr/share/java/groovy.jar' _opts[java-asm2]='Groovy with <script> and <scriptdef> tasks;/usr/share/java/asm-2.jar::asm.jar /usr/share/java/asm-util-2.jar::asm-util.jar' #_opts[netrexx]='<netrexx> task, Rexx with <script> task;/usr/share/java/netrexx.jar' -_opts[rhino]='Javascript with <script> task;/usr/share/java/js.jar' +_opts[java-rhino]='Javascript with <script> task;/usr/share/java/js.jar' _opts[jython]='Python with <script> task;/opt/jython/jython.jar' #_opts[jacl]='TCL with <script> task;/usr/share/java/jacl.jar' #_opts[tcljava]='TCL with <script> task;/usr/share/java/tcljava.jar' _opts[beanshell>=1.3]='BeanShell with <script> task;/usr/share/java/bsh.jar::beanshell.jar' -#_opts[jruby]='Ruby with <script> task;/usr/share/java/jruby.jar' +_opts[jruby]='Ruby with <script> task;/opt/jruby/lib/jruby.jar' #_opts[judo]='Judoscript with <script> task;/usr/share/java/judo.jar' _opts[java-commons-logging]='CommonsLoggingListener;/usr/share/java/commons-logging/commons-logging.jar' #_opts[java-log4j]='Log4jListener;/usr/share/java/log4j.jar' -#_opts[java-commons-net>=1.4.0]='<ftp>, <rexec> and <telnet> tasks;/usr/share/java/commons-net.jar' -#_opts[java-bcel]="'classfileset' data type, JavaClassHelper for ClassConstants filter reader;/usr/share/java/bcel.jar" +_opts[java-commons-net1>=1.4.0]='<ftp>, <rexec> and <telnet> tasks;/usr/share/java/commons-net.jar' +_opts[java-bcel]="'classfileset' data type, JavaClassHelper for ClassConstants filter reader;/usr/share/java/bcel.jar" #_opts[java-mail]='<mimemail> task, mime encoding with <mail>;/usr/share/java/mail.jar' -#_opts[java-activation]='<mimemail> task, mime encoding with <mail>;/usr/share/java/activation.jar' -#_opts[jdepend]='<jdepend> task;/usr/share/java/jdepend.jar' +_opts[java-activation-gnu]='<mimemail> task, mime encoding with <mail>;/usr/share/java/activation.jar' +_opts[java-jdepend]='<jdepend> task;/usr/share/java/jdepend.jar' #_opts[java-xmlcommons-resolver>=1.1beta]="external files for 'xmlcatalog' datatype;/usr/share/java/resolver.jar" -#_opts[java-jsch>=0.1.42]='<sshexec> and <scp> tasks;/usr/share/java/jsch.jar' +_opts[java-jsch>=0.1.42]='<sshexec> and <scp> tasks;/usr/share/java/jsch.jar' #_opts[java-advanced-imaging]='<image> task/usr/share/java/jai/*.jar' for pkg in "${!_opts[@]}"; do optdepends+=("$pkg: ${_opts[$pkg]%;*}") makedepends+=("$pkg") + _jars+="${_opts[$pkg]#*;} " done build() { @@ -59,9 +62,9 @@ build() { mkdir -p "${srcdir}"/${pkgname}-${pkgver}-bin cd "${srcdir}"/${pkgname}-${pkgver} - # Symlink to external optional libraries - for jar in ${_opts[@]#*;}; do - ln -sf ${jar%::*} lib/optional/`basename ${jar/*::}` + # Symlink to external optional libraries/ + for jar in $_jars; do + ln -sfv ${jar%::*} lib/optional/`basename ${jar#*::}` done # Build source "/etc/profile.d/jdk.sh" # Get the JAVA_HOME env var @@ -87,8 +90,8 @@ package() { # Fix python2 path sed -i 's|/usr/bin/python|/usr/bin/python2|' "${pkgdir}"/${ANT_HOME}/bin/runant.py # Symlink to external optional libraries - for jar in ${_opts[@]#*;}; do - ln -sf ${jar%::*} "${pkgdir}"/${ANT_HOME}/lib/`basename ${jar/*::}` + for jar in $_jars; do + ln -sf ${jar%::*} "${pkgdir}"/${ANT_HOME}/lib/`basename ${jar#*::}` done ## Symlink the /opt distribution to the normal places @@ -96,15 +99,24 @@ package() { install -d "${pkgdir}"/usr/share/doc/${pkgname} install -d "${pkgdir}"/usr/share/licenses/${pkgname} + cd "${pkgdir}"/${ANT_HOME}/lib + for pom in *.pom; do + a=${pom%.pom} + base=$(jh mvn-basename org.apache.ant $a $pkgver) + install -d "${pkgdir}${base%/*}" + ln -sf ${ANT_HOME}/lib/$a.pom "${pkgdir}${base}".pom + ln -sf ${ANT_HOME}/lib/$a.jar "${pkgdir}${base}".jar + done + cd "${pkgdir}"/${ANT_HOME} for prog in bin/*; do - ln -sf ${ANT_HOME}/$prog "${pkgdir}"/usr/bin + ln -sf ${ANT_HOME}/$prog "${pkgdir}"/usr/bin done ln -sf ${ANT_HOME}/{README,WHATSNEW} "${pkgdir}"/usr/share/doc/${pkgname} ln -sf ${ANT_HOME}/docs "${pkgdir}"/usr/share/doc/${pkgname}/html ln -sf ${ANT_HOME}/{LICENSE,NOTICE} "${pkgdir}"/usr/share/licenses/${pkgname} } -md5sums=('c474fa9d0c35a24037c23b6e476862c1' +md5sums=('39771fd8b4ba87cd77ff6f27001cce4e' 'bd63c881be406f515fc4d22635e8326a' 'aaa615512cbe1ed7f3b62c1ff46802f8') diff --git a/java/beanshell/PKGBUILD b/java/beanshell/PKGBUILD new file mode 100644 index 000000000..95b14d379 --- /dev/null +++ b/java/beanshell/PKGBUILD @@ -0,0 +1,45 @@ +# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> +# Maintainer (Arch): AndyRTR <andyrtr at archlinux.org> + +pkgname=beanshell +pkgver=2.0b4 +pkgrel=2.1 +pkgdesc="Lightweight scripting for Java" +url="http://www.beanshell.org/" +license=('LGPL') + +provides=('bsh') + +arch=('any') +depends=('java-runtime') +makedepends=('apache-ant' 'java-commons-bsf2' 'javacc' 'java-servlet3.0-tomcat') +source=("http://www.beanshell.org/bsh-${pkgver}-src.jar") + +prepare() { + cd "$srcdir"/BeanShell-$pkgver + + rm lib/*.jar + ln -s /usr/share/java/bsf2.jar lib/ + ln -s /usr/share/java/javacc.jar lib/ + ln -s /usr/share/java/servlet-api.jar lib/servlet.jar +} + +build() { + cd "$srcdir"/BeanShell-$pkgver + ant dist +} + +check() { + cd "$srcdir"/BeanShell-$pkgver + ant test +} + +package() { + cd "$srcdir"/BeanShell-$pkgver/dist + install -d "${pkgdir}"/usr/share/java/ + for artifact in $(printf '%s\n' *.jar|sed 's/-[0-9b.]*\.jar$//'); do + install -m644 $artifact-$pkgver.jar "${pkgdir}"/usr/share/java/$artifact.jar + done +} + +sha1sums=('69b36df249654a04e777ab899046c50b8cc844ac') diff --git a/java/closure-compiler/PKGBUILD b/java/closure-compiler/PKGBUILD new file mode 100644 index 000000000..25d5d60ad --- /dev/null +++ b/java/closure-compiler/PKGBUILD @@ -0,0 +1,67 @@ +# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> + +pkgname=closure-compiler +pkgver=20130603 +pkgdesc="A JavaScript optimizing compiler." +url="https://code.google.com/closure/compiler/" +license=('Apache2') + +pkgrel=1 +arch=('any') +depends=('java-runtime' 'sh') +makedepends=( + 'apache-ant' + #'java-args4j' # does not exist + #'google-caja' # does not exist + #'java-guava' # does not build + 'java-jarjar' + 'java-json' + #'java-jsr305' # does not exist + 'junit' + #'java-protobuf' # does not build + # maven-ant-tasks + 'jh') + +source=("libre://$pkgname-$pkgver.tar.gz" 'closure-compiler.sh') + +mksource=("$pkgname-$pkgver::git+https://code.google.com/p/closure-compiler/#tag=v${pkgver}") +mkmd5sums=('SKIP') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ln -sf /opt/apache-ant/lib/ant.jar lib/ant.jar + ln -sf /opt/apache-ant/lib/ant-launcher.jar lib/ant-launcher.jar + #ln -sf /usr/share/java/args4.jar lib/args4j.jar + #ln -sf /usr/share/java/caja-r4314.jar lib/caja-r4314.jar + #ln -sf /usr/share/java/guava.jar lib/guava.jar + ln -sf /usr/share/java/jarjar.jar lib/jarjar.jar + ln -sf /usr/share/java/json.jar lib/json.jar + #ln -sf /usr/share/java/jsr305.jar lib/jsr305.jar + ln -sf /usr/share/java/junit.jar lib/junit.jar + #ln -sf /usr/share/java/protobuf.jar lib/protobuf-java.jar + #ln -sf /... tools/maven-ant-tasks-2.1.3.jar + + sed -i " +/<target name=\"relversion\">/,/<\/target>/ { + s/executable=\"git\"/executable=\"echo\"/ + /<arg/d + /<\/exec>/i<arg value=\"v${pkgver}\" /> +}" build.xml + + ant jar pom +} + +package() { + cd "$srcdir" + install -Dm755 closure-compiler.sh "$pkgdir"/usr/bin/closure-compiler + + cd "$srcdir/$pkgname-$pkgver" + DESTDIR="$pkgdir" jh mvn-install \ + com.google.javascript closure-compiler v${pkgver} \ + build/pom.xml build/compiler.jar \ + closure-compiler.jar +} + +md5sums=('00b89084401b9550166a1f1294f9ba39' + 'd4ead4585fcc7039d3c32eb5c4491bb9') diff --git a/java/closure-compiler/closure-compiler.sh b/java/closure-compiler/closure-compiler.sh new file mode 100644 index 000000000..e06590db2 --- /dev/null +++ b/java/closure-compiler/closure-compiler.sh @@ -0,0 +1,2 @@ +#!/bin/sh +java -jar /usr/share/java/closure-compiler.jar "$@" diff --git a/java/jakarta-oro/PKGBUILD b/java/jakarta-oro/PKGBUILD new file mode 100644 index 000000000..9bc3e11b9 --- /dev/null +++ b/java/jakarta-oro/PKGBUILD @@ -0,0 +1,30 @@ +# Maintainer: Xiao-Long Chen <chenxiaolong@cxl.epac.to> + +pkgname=jakarta-oro +pkgver=2.0.8 +pkgrel=1 +pkgdesc="Full regular expressions API" +arch=('any') +url="http://jakarta.apache.org/oro" +license=('Apache') +makedepends=('apache-ant') +source=("http://archive.apache.org/dist/jakarta/oro/jakarta-oro-${pkgver}.tar.gz") +sha512sums=('a7f6eb6a088765f273df18ccc823f918737f18ec8772275054839a87f8370f1848e795d481f226c712651104d7598ab86c7d90a991fb039df6581f42f1447920') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + find . -name '*.jar' -o -name '*.class' -delete + + ant jar +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + install -dm755 "${pkgdir}/usr/share/java/" + install -m644 ${pkgname}-${pkgver}.jar \ + "${pkgdir}/usr/share/java/${pkgname}.jar" +} + +# vim:set ts=2 sw=2 et: diff --git a/java/java-asm2/PKGBUILD b/java/java-asm2/PKGBUILD index 71bc0f303..8860ef86f 100644 --- a/java/java-asm2/PKGBUILD +++ b/java/java-asm2/PKGBUILD @@ -1,11 +1,11 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgver=2.2.3 -. common.sh +. PKGBUILD.common.sh #### -pkgrel=6 +pkgrel=7 mksource() { cd "$srcdir/$_pkgname-$pkgver" diff --git a/java/java-asm2/common.sh b/java/java-asm2/PKGBUILD.common.sh index ef4547696..ef4547696 100644 --- a/java/java-asm2/common.sh +++ b/java/java-asm2/PKGBUILD.common.sh diff --git a/java/java-asm3/PKGBUILD b/java/java-asm3/PKGBUILD index 345c83edf..9c9928766 100644 --- a/java/java-asm3/PKGBUILD +++ b/java/java-asm3/PKGBUILD @@ -1,11 +1,11 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgver=3.3.1 -. ../java-asm2/common.sh +. PKGBUILD.common.sh #### -pkgrel=6 +pkgrel=7 mksource() { cd "$srcdir/$_pkgname-$pkgver" diff --git a/java/java-asm3/PKGBUILD.common.sh b/java/java-asm3/PKGBUILD.common.sh new file mode 120000 index 000000000..e76a92ae0 --- /dev/null +++ b/java/java-asm3/PKGBUILD.common.sh @@ -0,0 +1 @@ +../java-asm2/PKGBUILD.common.sh
\ No newline at end of file diff --git a/java/java-commons-bsf2/PKGBUILD b/java/java-commons-bsf2/PKGBUILD new file mode 100644 index 000000000..57a9dfc1a --- /dev/null +++ b/java/java-commons-bsf2/PKGBUILD @@ -0,0 +1,59 @@ +# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> + +pkgname=java-commons-bsf2 +pkgver=2.4.0 +url="https://commons.apache.org/proper/commons-bsf/" +license=('Apache') +pkgdesc="Bean Scripting Framework" + +pkgrel=1 +arch=('any') +depends=('java-commons-logging') +makedepends=('apache-ant') + +_mirror=http://archive.apache.org/dist +source=($_mirror/commons/bsf/source/bsf-src-$pkgver.tar.gz + build-properties.xml::"https://svn.apache.org/viewvc/commons/proper/bsf/tags/bsf-2.4.0/build-properties.xml?view=co&content-type=text%2Fplain" +) + +declare -A _opts +#_opts[jacl]="/usr/share/java/jacl.jar" +_opts[jython]="/opt/jython/jython.jar" +#_opts[nexrexx]="/usr/share/java/nexrexx.jar" +_opts[java-rhino]="/usr/share/java/js.jar" +_opts[xalan-java]="/usr/share/java/xalan.jar" +_opts[junit]="/usr/share/java/junit.jar" + +for pkg in "${!_opts[@]}"; do + optdepends+=("$pkg") + makedepends+=("$pkg") + _jars+="${_opts[$pkg]} " +done + +prepare() { + cd "${srcdir}/bsf-${pkgver}" + rm lib/*.jar +} + +build() { + cd "${srcdir}/bsf-${pkgver}" + + for jar in $_jars; do + ln -s "$jar" lib/ + done + + # Adjust it to work with jython 2.5+ + sed -i 's/PyJavaInstance/PyJavaType/g' src/org/apache/bsf/engines/jython/* + + ln -sf ../build-properties.xml ./ + ant jar +} + +package() { + cd "${srcdir}/bsf-${pkgver}" + install -Dm644 build/lib/bsf.jar "$pkgdir"/usr/share/java/bsf-$pkgver.jar + ln -s bsf-$pkgver.jar "$pkgdir"/usr/share/java/bsf2.jar +} + +md5sums=('7e58b2a009c0f70ab36bbef420b25c07' + 'd7180c2b95f1a5424f785a2482260eaa') diff --git a/java/java-jarjar/PKGBUILD b/java/java-jarjar/PKGBUILD index 8d1d1120b..c78d5539e 100644 --- a/java/java-jarjar/PKGBUILD +++ b/java/java-jarjar/PKGBUILD @@ -9,30 +9,28 @@ pkgver=1.2 _pkgrev=132 # v1.2 wasn't tagged, but this is clearly it pkgdesc="Java static linker (instead of the normal dynamic linking)" url="https://code.google.com/p/jarjar/" -license=('Apache2') +license=('Apache') -pkgrel=1 +pkgrel=2 arch=('any') depends=('java-runtime') -makedepends=('apache-ant' 'java-asm3' 'junit' 'maven' 'jh') -source=("svn+http://jarjar.googlecode.com/svn/trunk/jarjar#revision=$_pkgrev") +makedepends=('apache-ant' 'java-asm3' 'junit' 'maven') +source=("libre://${_pkgname}-${pkgver}.tar.gz") +mksource=("${_pkgname}-${pkgver}::svn+http://jarjar.googlecode.com/svn/trunk/jarjar#revision=$_pkgrev") mksource() { - cd "$srcdir/$_pkgname" - rm -f src/test/*.{class,jar} + cd "$srcdir/$_pkgname-$pkgver" rm -f lib/*.jar } build() { - cd "$srcdir/$_pkgname" - eval `jh mksource` + cd "$srcdir/$_pkgname-$pkgver" - ln -s /usr/share/java/asm-3.jar lib/asm-3.3.1.jar - ln -s /usr/share/java/asm-commons-3.jar lib/asm-commons-3.3.1.jar - ln -s /usr/share/java/junit.jar lib/junit-4.8.1.jar - ln -s /opt/maven/lib/maven-plugin-api-*.jar lib/maven-plugin-api.jar - - ln -s /opt/apache-ant/lib/ant.jar lib/ + ln -sf /usr/share/java/asm-3.jar lib/asm-3.3.1.jar + ln -sf /usr/share/java/asm-commons-3.jar lib/asm-commons-3.3.1.jar + ln -sf /usr/share/java/junit.jar lib/junit-4.8.1.jar + ln -sf /opt/maven/lib/maven-plugin-api-*.jar lib/maven-plugin-api.jar + ln -sf /opt/apache-ant/lib/ant.jar lib/ant.jar export CLASSPATH=/usr/share/java/asm-3.jar echo 'includeantruntime false' > build.properties @@ -40,10 +38,11 @@ build() { } package() { - cd "$srcdir/$_pkgname" + cd "$srcdir/$_pkgname-$pkgver" install -d "$pkgdir/usr/share/java/$_pkgname" install -D "dist/$_pkgname-$pkgver.jar" "$pkgdir/usr/share/java/$_pkgname" ln -s "$_pkgname/$_pkgname-$pkgver.jar" "$pkgdir/usr/share/java/$_pkgname.jar" } -md5sums=('SKIP') +mkmd5sums=('SKIP') +md5sums=('cc2698a58f93cdb22c51f039a1b8a56e') diff --git a/java/java-json-android/PKGBUILD b/java/java-json-android/PKGBUILD new file mode 100644 index 000000000..a5ec08c9f --- /dev/null +++ b/java/java-json-android/PKGBUILD @@ -0,0 +1,50 @@ +# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> + +pkgname=java-json-android +_pkgver=4.2.2_r1 +pkgdesc="Java org.json implementation developed as part of Android's libcore" +url="https://android.googlesource.com/platform/libcore/" +license=(Apache2) + +pkgver=${_pkgver//_/.} +provides=(java-json) +conflicts=(java-json) + +pkgrel=2 +arch=(any) + +depends=(java-runtime) +makedepends=(java-environment junit) + +source=("libre://android-libcore-$_pkgver.tar.gz") +md5sums=('367769bb9d7fe571ff4e1e82b99e99ed') + +mkdepends=(git) +mksource=("android-libcore-$_pkgver::git+https://android.googlesource.com/platform/libcore/#tag=android-${_pkgver}") +mkmd5sums=('SKIP') + +build() { + cd "$srcdir"/android-libcore-$_pkgver + sed 11q < NOTICE > json/NOTICE + cd json/src/main/java + javac org/json/*.java + jar cf json.jar org/json/*.class +} + +check() { + cd "$srcdir"/android-libcore-$_pkgver/json/src/test/java + + # disable test for known bug: + sed -i 's/test64BitHexValues()/x&/' org/json/ParsingTest.java + + local cp="/usr/share/java/junit.jar:../../main/java/json.jar" + javac -cp "$cp" org/json/*.java + printf '%s\n' org/json/*.java | sed 's|/|.|g;s|\.java$||' > tests.txt + java -cp "$cp:." org.junit.runner.JUnitCore $(cat tests.txt) +} + +package() { + cd "$srcdir"/android-libcore-$_pkgver/json + install -Dm644 NOTICE "$pkgdir"/usr/share/licenses/$pkgname/NOTICE + install -Dm644 src/main/java/json.jar "$pkgdir"/usr/share/java/json.jar +} diff --git a/java/java-rxtx/PKGBUILD b/java/java-rxtx/PKGBUILD index 4fcabe2a4..ceb0d9bab 100644 --- a/java/java-rxtx/PKGBUILD +++ b/java/java-rxtx/PKGBUILD @@ -10,16 +10,18 @@ pkgver=${_pkgver//-/.} pkgdesc="A native library providing serial and parallel communication for Java" license=(LGPL2.1) -pkgrel=3 +pkgrel=4 arch=('i686' 'x86_64') depends=('java-runtime') -makedepends=('java-environment' 'pacman>4.0.3') +makedepends=('java-environment') case "$_pkgver" in *arduino*) url="https://github.com/arduino/RXTX" - source=("git://github.com/arduino/RXTX.git#${_gitver}") - md5sums=('SKIP') + source=("libre://RXTX-$pkgver.tar.gz") + md5sums=('a71156587dc8d28d1ff4ece376bc0140') + mksource=("git://github.com/arduino/RXTX.git#${_gitver}") + mkmd5sums=('SKIP') _dirname=RXTX ;; *) diff --git a/java/java-sonatype-oss-parent/PKGBUILD b/java/java-sonatype-oss-parent/PKGBUILD index f42f6adc5..b62c971ac 100644 --- a/java/java-sonatype-oss-parent/PKGBUILD +++ b/java/java-sonatype-oss-parent/PKGBUILD @@ -5,23 +5,17 @@ pkgver=7 pkgdesc="Metadata file for Maven-based build systems to inherit from" license='Apache2' -_groupId=org/sonatype/oss +_groupId=org.sonatype.oss _artifactId=oss-parent pkgrel=1 arch=('any') -depends=('maven') -makedepends=('java-sonatype-oss-parent=7' 'jh') +makedepends=('jh') source=("http://search.maven.org/remotecontent?filepath=$_groupId/$_artifactId/$pkgver/$_artifactId-$pkgver.pom") -build() { - : -} - package() { cd "$srcdir" - install -Dm644 $_artifactId-$pkgver.pom \ - "$pkgdir/`jh mvn-basename $_groupId $_artifactId $pkgver`".pom + DESTDIR=$pkgdir jh mvn-install $_groupId $_artifactId $pkgver $_artifactId-$pkgver.pom } md5sums=('3e418cf7f2607bf359e6c514a992cb38') diff --git a/java/javacc/PKGBUILD b/java/javacc/PKGBUILD new file mode 100644 index 000000000..032fd7b25 --- /dev/null +++ b/java/javacc/PKGBUILD @@ -0,0 +1,47 @@ +# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> + +pkgname=javacc +pkgver=5.0 +pkgdesc="Java Compiler Compiler; a parser generator" +url="http://javacc.java.net/" +license=('BSD3') + +arch=('any') +pkgrel=2.1 +depends=('java-runtime') +makedepends=('apache-ant' 'junit' 'jh') +source=("http://java.net/projects/${pkgname}/downloads/download/${pkgname}-${pkgver}src.tar.gz") + +prepare() { + cd "$srcdir/$pkgname" + rm lib/junit3.8.1/junit.jar + ln -s /usr/share/java/junit.jar lib/junit3.8.1 + #rm bootstrap/javacc.jar +} + +build() { + cd "$srcdir/$pkgname" + + sed -i \ + -e 's|<modelVersion>.*</modelVersion>|<modelVersion>4.0.0</modelVersion>|' \ + -e "s|<version>.*</version>|<version>$pkgver</version>|" \ + pom.xml + + for prog in javacc jjdoc jjtree; do + sed -i 's|JAR=.*|JAR=/usr/share/java/javacc.jar|' bin/$prog + done + + CLASSPATH=/usr/share/java/junit.jar ant +} + +package() { + cd "$srcdir/$pkgname" + + for prog in javacc jjdoc jjrun jjtree; do + install -Dm755 bin/$prog "$pkgdir"/usr/bin/$prog + done + install -Dm644 bin/lib/javacc.jar "$pkgdir"/usr/share/java/javacc.jar + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + +md5sums=('871d78a2a5859c2eebc712c1f8135be5') diff --git a/java/jh/PKGBUILD b/java/jh/PKGBUILD index 4c1dee6f3..5638adbce 100644 --- a/java/jh/PKGBUILD +++ b/java/jh/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=jh -pkgver=0.5 +pkgver=0.5.1 pkgdesc="Java helpers for PKGBUILDs" url="https://projects.parabolagnulinux.org/packages/jh.git/" license=('custom:WTFPL') @@ -24,4 +24,4 @@ package() { install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums=('5fe2279fbada213eb8df38875450c4d2') +md5sums=('051d39c5dac14e86b755bab9ec1d0d5d') diff --git a/java/junit/PKGBUILD b/java/junit/PKGBUILD new file mode 100644 index 000000000..5e466a029 --- /dev/null +++ b/java/junit/PKGBUILD @@ -0,0 +1,53 @@ +# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> +# Maintainer (Arch): Guillaume ALAUX <Guillaume at Arch Linux dot org> + +pkgname=junit +pkgver=4.11 +pkgdesc="Automated testing framework for Java" +url="http://www.junit.org/" +license=('CPL') + +pkgrel=3.1 +arch=('any') +depends=('java-runtime' 'java-hamcrest') +makedepends=('apache-ant' 'jakarta-oro' 'jh') + +source=("libre://$pkgname-$pkgver.tar.gz") +md5sums=('47c8879e05effb2ab98461c43243cc65') + +mksource=("$pkgname::git://github.com/junit-team/junit.git#tag=r$pkgver") +mkmd5sums=('SKIP') +mksource() { + cd "${srcdir}"p + if [[ -d $pkgname ]]; then + rm -rf "$pkgname"-* + mv "$pkgname" "$pkgname-$pkgver" + fi + + cd "${pkgname}-${pkgver}" + find . -name '*.jar' -delete +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ln -sf /usr/share/java/jakarta-oro.jar build/lib/ + ln -sf /usr/share/java/hamcrest-core.jar lib/hamcrest-core-1.3.jar + + ant -Dversion-status='' jars + for artifact in junit junit-dep; do + sed \ + -e "s|@artifactID@|$artifact|" \ + -e "s|@version@|$pkgver|" \ + < build/maven/$artifact-pom-template.xml > $pkgname$pkgver/$artifact-$pkgver.pom + done +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}${pkgver}" + + export DESTDIR="$pkgdir" + jh mvn-install $pkgname junit $pkgver junit-$pkgver.{pom,jar} junit-$pkgver.jar + jh mvn-install $pkgname junit-dep $pkgver junit-dep-$pkgver.pom + ln -s ${pkgname}-${pkgver}.jar ${pkgdir}/usr/share/java/${pkgname}.jar +} diff --git a/java/maven/PKGBUILD b/java/maven/PKGBUILD new file mode 100644 index 000000000..3f8e5071d --- /dev/null +++ b/java/maven/PKGBUILD @@ -0,0 +1,107 @@ +# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> +# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> +# Contributor: William Rea <sillywilly@gmail.com> + +pkgname=maven +pkgver=3.0.5 +pkgdesc="A Java project management and project comprehension tool" +url="http://maven.apache.org" +license=('Apache') + +replaces=('maven-libre') +conflicts=('maven-libre') + +pkgrel=1 +arch=('any') +options=(!emptydirs) +conflicts=('maven') +depends=('java-environment' 'sh') +makedepends=('apache-ant' 'jh' 'imake' + java-antlr2 + java-asm3 +) +backup=('etc/maven/settings.xml') + +_mirror=http://archive.apache.org/dist +source=($_mirror/maven/maven-${pkgver%%.*}/$pkgver/source/apache-maven-$pkgver-src.tar.gz + maven.sh maven.csh) + +_setup_env() { + unset _JAVA_OPTIONS + . /etc/profile.d/jre.sh + . /etc/profile.d/jdk.sh + export MAVEN_OPTS=-Xmx512m + export M2_HOME="$pkgdir"/opt/maven + export PATH="$PATH:$M2_HOME/bin" + _M2_LOCALREPO=$(jh mvn-localrepo) + ant_args=( + -Dmaven.repo.local="$srcdir"/maven.repo.local + ) +} + +prepare() { + if type mvn &>/dev/null; then + error "maven cannot be built while an existing version is installed" + return 1 + fi +} + +build() ( + _setup_env + install -d "$srcdir"/maven.repo.local + lndir "$_M2_LOCALREPO" "$srcdir"/maven.repo.local + + cd "$srcdir"/apache-maven-$pkgver + + # FIXME: downloads makedepends from the Internet. Add them to makedepends=() + ant "${ant_args[@]}" maven-assembly 2>&1|tee "$srcdir"/ant-log.txt + + < "$srcdir"/ant-log.txt \ + sed -nr 's/.*Download(ed|ing):\s*//p' | \ + sed 's/ .*//' | \ + sed -r -e 's|^http://repo.maven.apache.org/maven2/||' -e 's/\.(jar|pom)$//' | \ + sort -u > "$srcdir"/downloaded-artifacts.txt +) + +package() ( + _setup_env + cd "$srcdir"/apache-maven-$pkgver + ant "${ant_args[@]}" extract-assembly + #rm "$pkgdir"/opt/maven/*.txt + + # Install config file in /etc + # Unlike the other directories, we symlink from the system to /opt/maven + # because that way all conf files stay in /etc + install -d "$pkgdir"/etc/maven + sed "55i<localRepository>$_M2_LOCALREPO</localRepository>" \ + < "$pkgdir"/opt/maven/conf/settings.xml \ + > "$pkgdir"/etc/maven/settings.xml + rm -rf "$pkgdir"/opt/maven/conf + ln -s /etc/maven "$pkgdir"/opt/maven/conf + + # Install profile.d settings + install -d "$pkgdir"/etc/profile.d + install -m 755 "$srcdir"/maven.{csh,sh} "$pkgdir"/etc/profile.d + + # Link executables to /usr/bin + install -d "$pkgdir"/usr/bin + ln -s /opt/maven/bin/{mvn,mvnDebug,mvnyjp} "$pkgdir"/usr/bin + + # Link jar files to appropriate place in /usr/share + install -d "$pkgdir"/usr/share/java + ln -s /opt/maven/lib "$pkgdir"/usr/share/java/maven + + # Install the local repo + mkdir -p "$pkgdir"${_M2_LOCALREPO%/*} + cp -a "$srcdir"/maven.repo.local "$pkgdir"$_M2_LOCALREPO + # Remove extra artifacts + find "$pkgdir"$_M2_LOCALREPO -type l -delete + find "$pkgdir"$_M2_LOCALREPO -name _maven.repositories -delete + cat "$srcdir"/downloaded-artifacts.txt | while read artifact; do + rm -f "$pkgdir"$_M2_LOCALREPO/$artifact* + done +) + +md5sums=('b88becd8fe5a9665191e05945942db64' + '58820067a4d7384477daa134023d9b57' + 'e2bbdeffed100cd51d05b2ba8ebd6321') diff --git a/java/maven/maven.csh b/java/maven/maven.csh new file mode 100644 index 000000000..f5750cfc8 --- /dev/null +++ b/java/maven/maven.csh @@ -0,0 +1,2 @@ +setenv MAVEN_OPTS -Xmx512m +setenv M2_HOME=/opt/maven diff --git a/java/maven/maven.sh b/java/maven/maven.sh new file mode 100644 index 000000000..b6655cc22 --- /dev/null +++ b/java/maven/maven.sh @@ -0,0 +1,3 @@ +#!/bin/bash +export MAVEN_OPTS=-Xmx512m +export M2_HOME=/opt/maven diff --git a/java/nant/PKGBUILD b/java/nant/PKGBUILD index 02d9908a6..f57c8519f 100644 --- a/java/nant/PKGBUILD +++ b/java/nant/PKGBUILD @@ -1,19 +1,25 @@ -# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net +# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=nant pkgver=0.92 -pkgrel=1 +pkgrel=2 pkgdesc="A free .NET build tool" arch=('i686' 'x86_64') url="http://nant.sourceforge.net" license=("GPL2") depends=('mono-basic') makedepends=('pkgconfig') -source=("http://downloads.sourceforge.net/nant/$pkgname-$pkgver-src.tar.gz") +source=("http://downloads.sourceforge.net/nant/$pkgname-$pkgver-src.tar.gz" 'mono3.patch') + +prepare() { + cd "$srcdir"/$pkgname-$pkgver + patch -p1 -i ../mono3.patch +} package() { cd "$srcdir"/$pkgname-$pkgver make -j1 install prefix=/usr DESTDIR="$pkgdir" } -md5sums=('d680b47f9b2ce197cec0fac7d7d60950') +md5sums=('d680b47f9b2ce197cec0fac7d7d60950' + '06fcf641b6f232c5890ad25c73b2459f') diff --git a/java/nant/mono3.patch b/java/nant/mono3.patch new file mode 100644 index 000000000..94518d6cd --- /dev/null +++ b/java/nant/mono3.patch @@ -0,0 +1,2645 @@ +diff -ruN nant-0.92.orig/src/NAnt.Console/App.config nant-0.92/src/NAnt.Console/App.config +--- nant-0.92.orig/src/NAnt.Console/App.config 2012-06-09 08:05:53.000000000 -0600 ++++ nant-0.92/src/NAnt.Console/App.config 2013-08-04 22:41:24.000000000 -0600 +@@ -18,2329 +18,6 @@ + <!-- nant config settings --> + <nant> + <frameworks> +- <platform name="win32" default="auto"> +- <task-assemblies> +- <!-- include NAnt task assemblies --> +- <include name="*Tasks.dll" /> +- <!-- include NAnt test assemblies --> +- <include name="*Tests.dll" /> +- <!-- include framework-neutral assemblies --> +- <include name="extensions/common/neutral/**/*.dll" /> +- <!-- exclude Microsoft.NET specific task assembly --> +- <exclude name="NAnt.MSNetTasks.dll" /> +- <!-- exclude Microsoft.NET specific test assembly --> +- <exclude name="NAnt.MSNet.Tests.dll" /> +- </task-assemblies> +- <framework +- name="net-1.0" +- family="net" +- version="1.0" +- description="Microsoft .NET Framework 1.0" +- sdkdirectory="${path::combine(sdkInstallRoot, 'bin')}" +- frameworkdirectory="${path::combine(installRoot, 'v1.0.3705')}" +- frameworkassemblydirectory="${path::combine(installRoot, 'v1.0.3705')}" +- clrversion="1.0.3705" +- clrtype="Desktop" +- vendor="Microsoft" +- > +- <runtime> +- <probing-paths> +- <directory name="lib/net/1.0" /> +- <directory name="lib/net/neutral" /> +- <directory name="lib/common/1.0" /> +- <directory name="lib/common/neutral" /> +- </probing-paths> +- <modes> +- <strict> +- <environment> +- <variable name="COMPLUS_VERSION" value="v1.0.3705" /> +- </environment> +- </strict> +- </modes> +- </runtime> +- <reference-assemblies basedir="${path::combine(installRoot, 'v1.0.3705')}"> +- <include name="Accessibility.dll" /> +- <include name="cscompmgd.dll" /> +- <include name="mscorlib.dll" /> +- <include name="Microsoft.Vsa.dll" /> +- <include name="Microsoft.VisualBasic.dll" /> +- <include name="System.Configuration.Install.dll" /> +- <include name="System.Data.dll" /> +- <include name="System.Design.dll" /> +- <include name="System.DirectoryServices.dll" /> +- <include name="System.dll" /> +- <include name="System.Drawing.Design.dll" /> +- <include name="System.Drawing.dll" /> +- <include name="System.EnterpriseServices.dll" /> +- <include name="System.Management.dll" /> +- <include name="System.Messaging.dll" /> +- <include name="System.Runtime.Remoting.dll" /> +- <include name="System.Runtime.Serialization.Formatters.Soap.dll" /> +- <include name="System.Security.dll" /> +- <include name="System.ServiceProcess.dll" /> +- <include name="System.Web.dll" /> +- <include name="System.Web.RegularExpressions.dll" /> +- <include name="System.Web.Services.dll" /> +- <include name="System.Windows.Forms.dll" /> +- <include name="System.XML.dll" /> +- </reference-assemblies> +- <task-assemblies> +- <!-- include MS.NET version-neutral assemblies --> +- <include name="extensions/net/neutral/**/*.dll" /> +- <!-- include MS.NET 1.0 specific assemblies --> +- <include name="extensions/net/1.0/**/*.dll" /> +- <!-- include Microsoft.NET specific task assembly --> +- <include name="NAnt.MSNetTasks.dll" /> +- <!-- include Microsoft.NET specific test assembly --> +- <include name="NAnt.MSNet.Tests.dll" /> +- <!-- include .NET 1.0 specific assemblies --> +- <include name="extensions/common/1.0/**/*.dll" /> +- </task-assemblies> +- <tool-paths> +- <directory name="${path::combine(sdkInstallRoot, 'bin')}" +- if="${property::exists('sdkInstallRoot')}" /> +- <directory name="${path::combine(installRoot, 'v1.0.3705')}" /> +- </tool-paths> +- <project> +- <readregistry +- property="installRoot" +- key="SOFTWARE\Microsoft\.NETFramework\InstallRoot" +- hive="LocalMachine" /> +- <readregistry +- property="sdkInstallRoot" +- key="SOFTWARE\Microsoft\.NETFramework\sdkInstallRoot" +- hive="LocalMachine" +- failonerror="false" /> +- </project> +- <tasks> +- <task name="csc"> +- <attribute name="supportsnowarnlist">true</attribute> +- </task> +- <task name="vjc"> +- <attribute name="supportsnowarnlist">true</attribute> +- </task> +- <task name="delay-sign"> +- <attribute name="exename">sn</attribute> +- </task> +- <task name="license"> +- <attribute name="exename">lc</attribute> +- </task> +- <task name="aximp"> +- <attribute name="supportsrcw">false</attribute> +- </task> +- <task name="tlbimp"> +- <attribute name="supportstransform">false</attribute> +- </task> +- </tasks> +- </framework> +- <framework +- name="net-1.1" +- family="net" +- version="1.1" +- description="Microsoft .NET Framework 1.1" +- sdkdirectory="${path::combine(sdkInstallRoot, 'bin')}" +- frameworkdirectory="${path::combine(installRoot, 'v1.1.4322')}" +- frameworkassemblydirectory="${path::combine(installRoot, 'v1.1.4322')}" +- clrversion="1.1.4322" +- clrtype="Desktop" +- vendor="Microsoft" +- > +- <runtime> +- <probing-paths> +- <directory name="lib/net/1.1" /> +- <directory name="lib/net/neutral" /> +- <directory name="lib/common/1.1" /> +- <directory name="lib/common/neutral" /> +- </probing-paths> +- <modes> +- <strict> +- <environment> +- <variable name="COMPLUS_VERSION" value="v1.1.4322" /> +- </environment> +- </strict> +- </modes> +- </runtime> +- <reference-assemblies basedir="${path::combine(installRoot, 'v1.1.4322')}"> +- <include name="Accessibility.dll" /> +- <include name="cscompmgd.dll" /> +- <include name="mscorlib.dll" /> +- <include name="Microsoft.Vsa.dll" /> +- <include name="Microsoft.VisualBasic.dll" /> +- <include name="Microsoft.VisualBasic.Compatibility.dll" /> +- <include name="Microsoft.VisualBasic.Compatibility.Data.dll" /> +- <include name="System.Configuration.Install.dll" /> +- <include name="System.Data.dll" /> +- <include name="System.Data.OracleClient.dll" /> +- <include name="System.Design.dll" /> +- <include name="System.DirectoryServices.dll" /> +- <include name="System.dll" /> +- <include name="System.Drawing.Design.dll" /> +- <include name="System.Drawing.dll" /> +- <include name="System.EnterpriseServices.dll" /> +- <include name="System.Management.dll" /> +- <include name="System.Messaging.dll" /> +- <include name="System.Runtime.Remoting.dll" /> +- <include name="System.Runtime.Serialization.Formatters.Soap.dll" /> +- <include name="System.Security.dll" /> +- <include name="System.ServiceProcess.dll" /> +- <include name="System.Web.dll" /> +- <include name="System.Web.Mobile.dll" /> +- <include name="System.Web.RegularExpressions.dll" /> +- <include name="System.Web.Services.dll" /> +- <include name="System.Windows.Forms.dll" /> +- <include name="System.XML.dll" /> +- </reference-assemblies> +- <task-assemblies> +- <!-- include MS.NET version-neutral assemblies --> +- <include name="extensions/net/neutral/**/*.dll" /> +- <!-- include MS.NET 1.1 specific assemblies --> +- <include name="extensions/net/1.1/**/*.dll" /> +- <!-- include MS.NET specific task assembly --> +- <include name="NAnt.MSNetTasks.dll" /> +- <!-- include MS.NET specific test assembly --> +- <include name="NAnt.MSNet.Tests.dll" /> +- <!-- include .NET 1.1 specific assemblies --> +- <include name="extensions/common/1.1/**/*.dll" /> +- </task-assemblies> +- <tool-paths> +- <directory name="${path::combine(sdkInstallRoot, 'bin')}" +- if="${property::exists('sdkInstallRoot')}" /> +- <directory name="${path::combine(installRoot, 'v1.1.4322')}" /> +- </tool-paths> +- <project> +- <readregistry +- property="installRoot" +- key="SOFTWARE\Microsoft\.NETFramework\InstallRoot" +- hive="LocalMachine" /> +- <readregistry +- property="sdkInstallRoot" +- key="SOFTWARE\Microsoft\.NETFramework\sdkInstallRootv1.1" +- hive="LocalMachine" +- failonerror="false" /> +- </project> +- <tasks> +- <task name="csc"> +- <attribute name="supportsnowarnlist">true</attribute> +- </task> +- <task name="vjc"> +- <attribute name="supportsnowarnlist">true</attribute> +- </task> +- <task name="delay-sign"> +- <attribute name="exename">sn</attribute> +- </task> +- <task name="license"> +- <attribute name="exename">lc</attribute> +- </task> +- </tasks> +- </framework> +- <framework +- name="net-2.0" +- family="net" +- version="2.0" +- description="Microsoft .NET Framework 2.0" +- sdkdirectory="${path::combine(sdkInstallRoot, 'bin')}" +- frameworkdirectory="${path::combine(installRoot, 'v2.0.50727')}" +- frameworkassemblydirectory="${path::combine(installRoot, 'v2.0.50727')}" +- clrversion="2.0.50727" +- clrtype="Desktop" +- vendor="Microsoft" +- > +- <runtime> +- <probing-paths> +- <directory name="lib/net/2.0" /> +- <directory name="lib/net/neutral" /> +- <directory name="lib/common/2.0" /> +- <directory name="lib/common/neutral" /> +- </probing-paths> +- <modes> +- <strict> +- <environment> +- <variable name="COMPLUS_VERSION" value="v2.0.50727" /> +- </environment> +- </strict> +- </modes> +- </runtime> +- <reference-assemblies basedir="${path::combine(installRoot, 'v2.0.50727')}"> +- <include name="Accessibility.dll" /> +- <include name="cscompmgd.dll" /> +- <include name="mscorlib.dll" /> +- <include name="Microsoft.Build.Engine.dll" /> +- <include name="Microsoft.Build.Framework.dll" /> +- <include name="Microsoft.Build.Utilities.dll" /> +- <include name="Microsoft.Vsa.dll" /> +- <include name="Microsoft.VisualBasic.dll" /> +- <include name="Microsoft.VisualBasic.Compatibility.dll" /> +- <include name="Microsoft.VisualBasic.Compatibility.Data.dll" /> +- <include name="System.Configuration.dll" /> +- <include name="System.Configuration.Install.dll" /> +- <include name="System.Data.dll" /> +- <include name="System.Data.OracleClient.dll" /> +- <include name="System.Data.SqlXml.dll" /> +- <include name="System.Deployment.dll" /> +- <include name="System.Design.dll" /> +- <include name="System.DirectoryServices.dll" /> +- <include name="System.dll" /> +- <include name="System.Drawing.Design.dll" /> +- <include name="System.Drawing.dll" /> +- <include name="System.EnterpriseServices.dll" /> +- <include name="System.Management.dll" /> +- <include name="System.Messaging.dll" /> +- <include name="System.Runtime.Remoting.dll" /> +- <include name="System.Runtime.Serialization.Formatters.Soap.dll" /> +- <include name="System.Security.dll" /> +- <include name="System.ServiceProcess.dll" /> +- <include name="System.Transactions.dll" /> +- <include name="System.Web.dll" /> +- <include name="System.Web.Mobile.dll" /> +- <include name="System.Web.RegularExpressions.dll" /> +- <include name="System.Web.Services.dll" /> +- <include name="System.Windows.Forms.dll" /> +- <include name="System.XML.dll" /> +- </reference-assemblies> +- <task-assemblies> +- <!-- include MS.NET version-neutral assemblies --> +- <include name="extensions/net/neutral/**/*.dll" /> +- <!-- include MS.NET 2.0 specific assemblies --> +- <include name="extensions/net/2.0/**/*.dll" /> +- <!-- include MS.NET specific task assembly --> +- <include name="NAnt.MSNetTasks.dll" /> +- <!-- include MS.NET specific test assembly --> +- <include name="NAnt.MSNet.Tests.dll" /> +- <!-- include .NET 2.0 specific assemblies --> +- <include name="extensions/common/2.0/**/*.dll" /> +- </task-assemblies> +- <tool-paths> +- <directory name="${path::combine(sdkInstallRoot, 'bin')}" +- if="${property::exists('sdkInstallRoot')}" /> +- <directory name="${path::combine(installRoot, 'v2.0.50727')}" /> +- </tool-paths> +- <project> +- <readregistry +- property="installRoot" +- key="SOFTWARE\Microsoft\.NETFramework\InstallRoot" +- hive="LocalMachine" /> +- <readregistry +- property="sdkInstallRoot" +- key="SOFTWARE\Microsoft\.NETFramework\sdkInstallRootv2.0" +- hive="LocalMachine" +- failonerror="false" /> +- </project> +- <tasks> +- <task name="csc"> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportswarnaserrorlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportsplatform">true</attribute> +- <attribute name="supportslangversion">true</attribute> +- </task> +- <task name="vbc"> +- <attribute name="supportsdocgeneration">true</attribute> +- <attribute name="supportsnostdlib">true</attribute> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportsplatform">true</attribute> +- <attribute name="supportswarnaserrorlist">true</attribute> +- </task> +- <task name="jsc"> +- <attribute name="supportsplatform">true</attribute> +- </task> +- <task name="vjc"> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- </task> +- <task name="resgen"> +- <attribute name="supportsassemblyreferences">true</attribute> +- <attribute name="supportsexternalfilereferences">true</attribute> +- </task> +- <task name="delay-sign"> +- <attribute name="exename">sn</attribute> +- </task> +- <task name="license"> +- <attribute name="exename">lc</attribute> +- <attribute name="supportsassemblyreferences">true</attribute> +- </task> +- </tasks> +- </framework> +- <framework +- name="net-3.5" +- family="net" +- version="3.5" +- description="Microsoft .NET Framework 3.5" +- sdkdirectory="${sdkInstallRoot}" +- frameworkdirectory="${path::combine(installRoot, 'v3.5')}" +- frameworkassemblydirectory="${path::combine(installRoot, 'v2.0.50727')}" +- clrversion="2.0.50727" +- clrtype="Desktop" +- vendor="Microsoft" +- > +- <runtime> +- <probing-paths> +- <directory name="lib/net/2.0" /> +- <directory name="lib/net/neutral" /> +- <directory name="lib/common/2.0" /> +- <directory name="lib/common/neutral" /> +- </probing-paths> +- <modes> +- <strict> +- <environment> +- <variable name="COMPLUS_VERSION" value="v2.0.50727" /> +- </environment> +- </strict> +- </modes> +- </runtime> +- <reference-assemblies basedir="${path::combine(installRoot, 'v2.0.50727')}"> +- <include name="Accessibility.dll" /> +- <include name="cscompmgd.dll" /> +- <include name="mscorlib.dll" /> +- <include name="Microsoft.Build.Utilities.dll" /> +- <include name="Microsoft.Vsa.dll" /> +- <include name="Microsoft.VisualBasic.dll" /> +- <include name="Microsoft.VisualBasic.Compatibility.dll" /> +- <include name="Microsoft.VisualBasic.Compatibility.Data.dll" /> +- <include name="System.Configuration.dll" /> +- <include name="System.Configuration.Install.dll" /> +- <include name="System.Data.dll" /> +- <include name="System.Data.OracleClient.dll" /> +- <include name="System.Data.SqlXml.dll" /> +- <include name="System.Deployment.dll" /> +- <include name="System.Design.dll" /> +- <include name="System.DirectoryServices.dll" /> +- <include name="System.dll" /> +- <include name="System.Drawing.Design.dll" /> +- <include name="System.Drawing.dll" /> +- <include name="System.EnterpriseServices.dll" /> +- <include name="System.Management.dll" /> +- <include name="System.Messaging.dll" /> +- <include name="System.Runtime.Remoting.dll" /> +- <include name="System.Runtime.Serialization.Formatters.Soap.dll" /> +- <include name="System.Security.dll" /> +- <include name="System.ServiceProcess.dll" /> +- <include name="System.Transactions.dll" /> +- <include name="System.Web.dll" /> +- <include name="System.Web.Mobile.dll" /> +- <include name="System.Web.RegularExpressions.dll" /> +- <include name="System.Web.Services.dll" /> +- <include name="System.Windows.Forms.dll" /> +- <include name="System.XML.dll" /> +- </reference-assemblies> +- <reference-assemblies basedir="${environment::get-folder-path('ProgramFiles')}/Reference Assemblies/Microsoft/Framework/v3.5"> +- <include name="Microsoft.Build.Engine.dll" /> +- <include name="Microsoft.Build.Framework.dll" /> +- <include name="System.AddIn.Contract.dll" /> +- <include name="System.AddIn.dll" /> +- <include name="System.ComponentModel.DataAnnotations.dll" /> +- <include name="System.Core.dll" /> +- <include name="System.Data.DataSetExtensions.dll" /> +- <include name="System.Data.Entity.Design.dll" /> +- <include name="System.Data.Entity.dll" /> +- <include name="System.Data.Linq.dll" /> +- <include name="System.Data.Services.Client.dll" /> +- <include name="System.Data.Services.Design.dll" /> +- <include name="System.Data.Services.dll" /> +- <include name="System.DirectoryServices.AccountManagement.dll" /> +- <include name="System.Management.Instrumentation.dll" /> +- <include name="System.Net.dll" /> +- <include name="System.ServiceModel.Web.dll" /> +- <include name="System.Web.Abstractions.dll" /> +- <include name="System.Web.DynamicData.Design.dll" /> +- <include name="System.Web.DynamicData.dll" /> +- <include name="System.Web.Entitly.Design.dll" /> +- <include name="System.Web.Entitly.dll" /> +- <include name="System.Web.Extensions.Design.dll" /> +- <include name="System.Web.Extensions.dll" /> +- <include name="System.Web.Routing.dll" /> +- <include name="System.Windows.Presentation.dll" /> +- <include name="System.WorkflowServices.dll" /> +- <include name="System.Xml.Linq.dll" /> +- </reference-assemblies> +- <reference-assemblies basedir="${environment::get-folder-path('ProgramFiles')}/Reference Assemblies/Microsoft/Framework/v3.0"> +- <include name="PresentationBuildTasks.dll" /> +- <include name="PresentationCore.dll" /> +- <include name="PresentationFramework.Aero.dll" /> +- <include name="PresentationFramework.Classic.dll" /> +- <include name="PresentationFramework.dll" /> +- <include name="PresentationFramework.Luna.dll" /> +- <include name="PresentationFramework.Royale.dll" /> +- <include name="ReachFramework.dll" /> +- <include name="System.IdentityModel.dll" /> +- <include name="System.IdentityModel.Selectors.dll" /> +- <include name="System.IO.Log.dll" /> +- <include name="System.Printing.dll" /> +- <include name="System.Runtime.Serialization.dll" /> +- <include name="System.ServiceModel.dll" /> +- <include name="System.Speech.dll" /> +- <include name="System.Workflow.Activities.dll" /> +- <include name="System.Workflow.ComponentModel.dll" /> +- <include name="System.Workflow.Runtime.dll" /> +- <include name="UIAutomationClient.dll" /> +- <include name="UIAutomationClientsideProviders.dll" /> +- <include name="UIAutomationProvider.dll" /> +- <include name="UIAutomationTypes.dll" /> +- <include name="WindowsBase.dll" /> +- <include name="WindowsFormsIntegration.dll" /> +- </reference-assemblies> +- <task-assemblies> +- <!-- include MS.NET version-neutral assemblies --> +- <include name="extensions/net/neutral/**/*.dll" /> +- <!-- include MS.NET 2.0 specific assemblies --> +- <include name="extensions/net/2.0/**/*.dll" /> +- <!-- include MS.NET specific task assembly --> +- <include name="NAnt.MSNetTasks.dll" /> +- <!-- include MS.NET specific test assembly --> +- <include name="NAnt.MSNet.Tests.dll" /> +- <!-- include .NET 2.0 specific assemblies --> +- <include name="extensions/common/2.0/**/*.dll" /> +- </task-assemblies> +- <tool-paths> +- <directory name="${sdkInstallRoot}" +- if="${property::exists('sdkInstallRoot')}" /> +- <directory name="${path::combine(installRoot, 'v3.5')}" /> +- <directory name="${path::combine(installRoot, 'v2.0.50727')}" /> +- </tool-paths> +- <project> +- <readregistry +- property="installRoot" +- key="SOFTWARE\Microsoft\.NETFramework\InstallRoot" +- hive="LocalMachine" /> +- <locatesdk property="sdkInstallRoot" minwinsdkver="v6.0A" maxnetfxver="3.5" failonerror="false" /> +- </project> +- <tasks> +- <task name="csc"> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportswarnaserrorlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportsplatform">true</attribute> +- <attribute name="supportslangversion">true</attribute> +- </task> +- <task name="vbc"> +- <attribute name="supportsdocgeneration">true</attribute> +- <attribute name="supportsnostdlib">true</attribute> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportsplatform">true</attribute> +- <attribute name="supportswarnaserrorlist">true</attribute> +- </task> +- <task name="jsc"> +- <attribute name="supportsplatform">true</attribute> +- </task> +- <task name="vjc"> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- </task> +- <task name="resgen"> +- <attribute name="supportsassemblyreferences">true</attribute> +- <attribute name="supportsexternalfilereferences">true</attribute> +- </task> +- <task name="delay-sign"> +- <attribute name="exename">sn</attribute> +- </task> +- <task name="license"> +- <attribute name="exename">lc</attribute> +- <attribute name="supportsassemblyreferences">true</attribute> +- </task> +- </tasks> +- </framework> +- <framework +- name="net-4.0" +- family="net" +- version="4.0" +- description="Microsoft .NET Framework 4.0" +- sdkdirectory="${sdkInstallRoot}" +- frameworkdirectory="${path::combine(installRoot, 'v4.0.30319')}" +- frameworkassemblydirectory="${path::combine(installRoot, 'v4.0.30319')}" +- clrversion="4.0.30319" +- clrtype="Desktop" +- vendor="Microsoft" +- > +- <runtime> +- <probing-paths> +- <directory name="lib/common/2.0" /> +- <directory name="lib/common/neutral" /> +- </probing-paths> +- <modes> +- <strict> +- <environment> +- <variable name="COMPLUS_VERSION" value="v4.0.30319" /> +- </environment> +- </strict> +- </modes> +- </runtime> +- <reference-assemblies basedir="${path::combine(installRoot, 'v4.0.30319')}"> +- <include name="Accessibility.dll" /> +- <include name="Microsoft.Build.Conversion.v4.0.dll" /> +- <include name="Microsoft.Build.dll" /> +- <include name="Microsoft.Build.Engine.dll" /> +- <include name="Microsoft.Build.Framework.dll" /> +- <include name="Microsoft.Build.Tasks.v4.0.dll" /> +- <include name="Microsoft.Build.Utilities.v4.0.dll" /> +- <include name="Microsoft.CSharp.dll" /> +- <include name="Microsoft.Data.Entity.Build.Tasks.dll" /> +- <include name="Microsoft.JScript.dll" /> +- <include name="Microsoft.Transactions.Bridge.dll" /> +- <include name="Microsoft.Transactions.Bridge.Dtc.dll" /> +- <include name="Microsoft.VisualBasic.Activities.Compiler.dll" /> +- <include name="Microsoft.VisualBasic.Compatibility.Data.dll" /> +- <include name="Microsoft.VisualBasic.Compatibility.dll" /> +- <include name="Microsoft.VisualBasic.dll" /> +- <include name="Microsoft.VisualC.dll" /> +- <include name="Microsoft.VisualC.STLCLR.dll" /> +- <include name="mscorlib.dll" /> +- <include name="System.Activities.Core.Presentation.dll" /> +- <include name="System.Activities.dll" /> +- <include name="System.Activities.DurableInstancing.dll" /> +- <include name="System.Activities.Presentation.dll" /> +- <include name="System.AddIn.Contract" /> +- <include name="System.AddIn.dll" /> +- <include name="System.ComponentModel.Composition.dll" /> +- <include name="System.ComponentModel.DataAnnotations.dll" /> +- <include name="System.Configuration.dll" /> +- <include name="System.Configuration.Install.dll" /> +- <include name="System.Core.dll" /> +- <include name="System.Data.DataSetExtensions.dll" /> +- <include name="System.Data.dll" /> +- <include name="System.Data.Entity.Design.dll" /> +- <include name="System.Data.Entity.dll" /> +- <include name="System.Data.Linq.dll" /> +- <include name="System.Data.OracleClient.dll" /> +- <include name="System.Data.Services.Client.dll" /> +- <include name="System.Data.Services.Design.dll" /> +- <include name="System.Data.Services.dll" /> +- <include name="System.Data.SqlXml.dll" /> +- <include name="System.Deployment.dll" /> +- <include name="System.Design.dll" /> +- <include name="System.Device.dll" /> +- <include name="System.DirectoryServices.dll" /> +- <include name="System.DirectoryServices.Protocols.dll" /> +- <include name="System.dll" /> +- <include name="System.Drawing.Design.dll" /> +- <include name="System.Drawing.dll" /> +- <include name="System.Dynamic.dll" /> +- <include name="System.EnterpriseServices.dll" /> +- <include name="System.EnterpriseServices.Thunk.dll" /> +- <include name="System.EnterpriseServices.Wrapper.dll" /> +- <include name="System.IdentityModel.dll" /> +- <include name="System.IdentityModel.Selectors.dll" /> +- <include name="System.IO.Log.dll" /> +- <include name="System.Management.dll" /> +- <include name="System.Management.Instrumentation.dll" /> +- <include name="System.Messaging.dll" /> +- <include name="System.Net.dll" /> +- <include name="System.Numerics.dll" /> +- <include name="System.Runtime.Caching.dll" /> +- <include name="System.Runtime.DurableInstancing.dll" /> +- <include name="System.Runtime.Remoting.dll" /> +- <include name="System.Runtime.Serialization.dll" /> +- <include name="System.Runtime.Serialization.Formatters.Soap.dll" /> +- <include name="System.Security.dll" /> +- <include name="System.ServiceModel.Activation.dll" /> +- <include name="System.ServiceModel.Activities.dll" /> +- <include name="System.ServiceModel.Channels.dll" /> +- <include name="System.ServiceModel.Discovery.dll" /> +- <include name="System.ServiceModel.dll" /> +- <include name="System.ServiceModel.Routing.dll" /> +- <include name="System.ServiceModel.ServiceMoniker40.dll" /> +- <include name="System.ServiceModel.WasHosting.dll" /> +- <include name="System.ServiceModel.Web.dll" /> +- <include name="System.ServiceProcess.dll" /> +- <include name="System.Transactions.dll" /> +- <include name="System.Web.Abstractions.dll" /> +- <include name="System.Web.ApplicationServices.dll" /> +- <include name="System.Web.DataVisualization.Design.dll" /> +- <include name="System.Web.DataVisualization.dll" /> +- <include name="System.Web.dll" /> +- <include name="System.Web.DynamicData.Design.dll" /> +- <include name="System.Web.DynamicData.dll" /> +- <include name="System.Web.Entity.Design.dll" /> +- <include name="System.Web.Entity.dll" /> +- <include name="System.Web.Extensions.Design.dll" /> +- <include name="System.Web.Extensions.dll" /> +- <include name="System.Web.Mobile.dll" /> +- <include name="System.Web.RegularExpressions.dll" /> +- <include name="System.Web.Routing.dll" /> +- <include name="System.Web.Services.dll" /> +- <include name="System.Windows.Forms.DataVisualization.Design.dll" /> +- <include name="System.Windows.Forms.DataVisualization.dll" /> +- <include name="System.Windows.Forms.dll" /> +- <include name="System.Workflow.Activities.dll" /> +- <include name="System.Workflow.ComponentModel.dll" /> +- <include name="System.Workflow.Runtime.dll" /> +- <include name="System.WorkflowServices.dll" /> +- <include name="System.Xaml.dll" /> +- <include name="System.Xaml.Hosting.dll" /> +- <include name="System.Xml.dll" /> +- <include name="System.Xml.Linq.dll" /> +- </reference-assemblies> +- <!-- WPF Assemblies --> +- <reference-assemblies basedir="${path::combine(installRoot, 'v4.0.30319')}/WPF"> +- <include name="NaturalLanguage6.dll" /> +- <include name="NlsData0009.dll" /> +- <include name="NlsLexicons0009.dll" /> +- <include name="PenIMC.dll" /> +- <include name="PresentationCore.dll" /> +- <include name="PresentationFramework.Aero.dll" /> +- <include name="PresentationFramework.Classic.dll" /> +- <include name="PresentationFramework.dll" /> +- <include name="PresentationFramework.Luna.dll" /> +- <include name="PresentationFramework.Royale.dll" /> +- <include name="PresentationHost_v0400.dll" /> +- <include name="PresentationNative_v0400.dll" /> +- <include name="PresentationUI.dll" /> +- <include name="ReachFramework.dll" /> +- <include name="System.Printing.dll" /> +- <include name="System.Speech.dll" /> +- <include name="System.Windows.Input.Manipulations.dll" /> +- <include name="System.Windows.Presentation.dll" /> +- <include name="UIAutomationClient.dll" /> +- <include name="UIAutomationClientsideProviders.dll" /> +- <include name="UIAutomationProvider.dll" /> +- <include name="UIAutomationTypes.dll" /> +- <include name="WindowsBase.dll" /> +- <include name="WindowsFormsIntegration.dll" /> +- <include name="wpfgfx_v0400.dll" /> +- <include name="wpftxt_v0400.dll" /> +- </reference-assemblies> +- <reference-assemblies basedir="${environment::get-folder-path('ProgramFiles')}/Reference Assemblies/Microsoft/Framework/.NETFramework/v4.0"> +- <include name="Microsoft.Build.Conversion.v4.0.dll" /> +- <include name="Microsoft.Build.dll" /> +- <include name="Microsoft.Build.Engine.dll" /> +- <include name="Microsoft.Build.Framework.dll" /> +- <include name="Microsoft.Build.Tasks.v4.0.dll" /> +- <include name="Microsoft.Build.Utilities.v4.0.dll" /> +- <include name="Microsoft.CSharp.dll" /> +- <include name="Microsoft.JScript.dll" /> +- <include name="Microsoft.VisualBasic.Compatibility.Data.dll" /> +- <include name="Microsoft.VisualBasic.Comptatibility.dll" /> +- <include name="Microsoft.VisualBasic.dll" /> +- <include name="Microsoft.VisualC.dll" /> +- <include name="Microsoft.VisualC.STLCLR.dll" /> +- <include name="mscorlib.dll" /> +- <include name="PresentationBuildTasks.dll" /> +- <include name="PresentationCore.dll" /> +- <include name="WindowsBase.dll" /> +- <include name="PresentationFramework.dll" /> +- <include name="PresentationFramework.Aero.dll" /> +- <include name="PresentationFramework.Classic.dll" /> +- <include name="PresentationFramework.Luna.dll" /> +- <include name="PresentationFramework.Royale.dll" /> +- <include name="ReachFramework.dll" /> +- <include name="System.Activities.Core.Presentation.dll" /> +- <include name="System.Activities.dll" /> +- <include name="System.Activities.DurableInstancing.dll" /> +- <include name="System.Activities.Presentation.dll" /> +- <include name="System.AddIn.Contract.dll" /> +- <include name="System.AddIn.dll" /> +- <include name="System.ComponentModel.Composition.dll" /> +- <include name="System.ComponentModel.DataAnnotations.dll" /> +- <include name="System.Configuration.dll" /> +- <include name="System.Core.dll" /> +- <include name="System.Data.DataSetExtension.dll" /> +- <include name="System.Data.dll" /> +- <include name="System.Data.Entity.Design.dll" /> +- <include name="System.Data.Entity.dll" /> +- <include name="System.Data.Linq.dll" /> +- <include name="System.Data.OracleClient.dll" /> +- <include name="System.Data.Services.Client.dll" /> +- <include name="System.Data.Services.Design.dll" /> +- <include name="System.Data.Services.dll" /> +- <include name="System.Data.SqlXml.dll" /> +- <include name="System.Deployment.dll" /> +- <include name="System.Design.dll" /> +- <include name="System.Device.dll" /> +- <include name="System.DirectoryServices.AccountManagement.dll" /> +- <include name="System.DirectoryServices.dll" /> +- <include name="System.DirectoryServices.Protocols.dll" /> +- <include name="System.dll" /> +- <include name="System.Drawing.Design.dll" /> +- <include name="System.Drawing.dll" /> +- <include name="System.EnterpriseServices.dll" /> +- <include name="System.EnterpriseServices.Thunk.dll" /> +- <include name="System.EnterpriseServices.Wrapper.dll" /> +- <include name="System.IdentityModel.dll" /> +- <include name="System.IdentityModel.Selectors.dll" /> +- <include name="System.IO.Log.dll" /> +- <include name="System.Management.dll" /> +- <include name="System.Management.Instrumentation.dll" /> +- <include name="System.Messaging.dll" /> +- <include name="System.Net.dll" /> +- <include name="System.Numerics.dll" /> +- <include name="System.Printing.dll" /> +- <include name="System.Runtime.Caching.dll" /> +- <include name="System.Runtime.DurableInstancing.dll" /> +- <include name="System.Runtime.Remoting.dll" /> +- <include name="System.Runtime.Serialization.dll" /> +- <include name="System.Runtime.Serialization.Formatters.Soap.dll" /> +- <include name="System.Security.dll" /> +- <include name="System.ServiceModel.Activation.dll" /> +- <include name="System.ServiceModel.Activities.dll" /> +- <include name="System.ServiceModel.Channels.dll" /> +- <include name="System.ServiceModel.Discovery.dll" /> +- <include name="System.ServiceModel.dll" /> +- <include name="System.ServiceModel.Routing.dll" /> +- <include name="System.ServiceModel.Web.dll" /> +- <include name="System.ServiceProcess.dll" /> +- <include name="System.Speech.dll" /> +- <include name="System.Transactions.dll" /> +- <include name="System.Web.Abstractions.dll" /> +- <include name="System.Web.ApplicationServices.dll" /> +- <include name="System.Web.DataVisualization.Design.dll" /> +- <include name="System.Web.DataVisualization.dll" /> +- <include name="System.Web.dll" /> +- <include name="System.Web.DynamicData.Design.dll" /> +- <include name="System.Web.DynamicData.dll" /> +- <include name="System.Web.Entity.Design.dll" /> +- <include name="System.Web.Entity.dll" /> +- <include name="System.Web.Extensions.Design.dll" /> +- <include name="System.Web.Extensions.dll" /> +- <include name="System.Web.Mobile.dll" /> +- <include name="System.Web.RegularExpressions.dll" /> +- <include name="System.Web.Routing.dll" /> +- <include name="System.Web.Services.dll" /> +- <include name="System.Windows.Forms.DataVisualization.Design.dll" /> +- <include name="System.Windows.Forms.DataVisualization.dll" /> +- <include name="System.Windows.Forms.dll" /> +- <include name="System.Windows.Input.Manipulations.dll" /> +- <include name="System.Windows.Presentation.dll" /> +- <include name="System.Workflow.Activities.dll" /> +- <include name="System.Workflow.ComponentModel.dll" /> +- <include name="System.Workflow.Runtime.dll" /> +- <include name="System.WorkflowServices.dll" /> +- <include name="System.Xaml.dll" /> +- <include name="System.Xml.dll" /> +- <include name="System.Xml.Linq.dll" /> +- </reference-assemblies> +- <task-assemblies> +- <!-- include MS.NET version-neutral assemblies --> +- <include name="extensions/net/neutral/**/*.dll" /> +- <!-- include MS.NET 4.0 specific assemblies --> +- <include name="extensions/net/4.0/**/*.dll" /> +- <!-- include MS.NET specific task assembly --> +- <include name="NAnt.MSNetTasks.dll" /> +- <!-- include MS.NET specific test assembly --> +- <include name="NAnt.MSNet.Tests.dll" /> +- <!-- include .NET 4.0 specific assemblies --> +- <include name="extensions/common/4.0/**/*.dll" /> +- </task-assemblies> +- <tool-paths> +- <directory name="${sdkInstallRoot}" +- if="${property::exists('sdkInstallRoot')}" /> +- <directory name="${path::combine(installRoot, 'v4.0.30319')}" /> +- </tool-paths> +- <project> +- <readregistry +- property="installRoot" +- key="SOFTWARE\Microsoft\.NETFramework\InstallRoot" +- hive="LocalMachine" /> +- <locatesdk property="sdkInstallRoot" minwinsdkver="v7.0A" minnetfxver="4.0" maxnetfxver="4.0.99999" failonerror="false" /> +- </project> +- <tasks> +- <task name="csc"> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportswarnaserrorlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportsplatform">true</attribute> +- <attribute name="supportslangversion">true</attribute> +- </task> +- <task name="vbc"> +- <attribute name="supportsdocgeneration">true</attribute> +- <attribute name="supportsnostdlib">true</attribute> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportsplatform">true</attribute> +- <attribute name="supportswarnaserrorlist">true</attribute> +- </task> +- <task name="jsc"> +- <attribute name="supportsplatform">true</attribute> +- </task> +- <task name="vjc"> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- </task> +- <task name="resgen"> +- <attribute name="supportsassemblyreferences">true</attribute> +- <attribute name="supportsexternalfilereferences">true</attribute> +- </task> +- <task name="delay-sign"> +- <attribute name="exename">sn</attribute> +- </task> +- <task name="license"> +- <attribute name="exename">lc</attribute> +- <attribute name="supportsassemblyreferences">true</attribute> +- </task> +- </tasks> +- </framework> +- <framework +- name="netcf-1.0" +- family="netcf" +- version="1.0" +- description="Microsoft .NET Compact Framework 1.0" +- sdkdirectory="${path::combine(sdkInstallRoot, 'v1.0.5000\bin')}" +- frameworkdirectory="${path::combine(installRoot, 'v1.1.4322')}" +- frameworkassemblydirectory="${path::combine(sdkInstallRoot, 'v1.0.5000\Windows CE')}" +- clrversion="1.1.4322" +- clrtype="Compact" +- vendor="Microsoft" +- > +- <runtime> +- <modes> +- <strict> +- <environment> +- <variable name="COMPLUS_VERSION" value="v1.1.4322" /> +- </environment> +- </strict> +- </modes> +- </runtime> +- <reference-assemblies basedir="${path::combine(sdkInstallRoot, 'v1.0.5000\Windows CE')}"> +- <include name="*.dll" /> +- </reference-assemblies> +- <task-assemblies> +- <!-- this is not a supported runtime framework --> +- </task-assemblies> +- <tool-paths> +- <directory name="${path::combine(sdkInstallRoot, 'v1.0.5000\bin')}" /> +- <directory name="${path::combine(installRoot, 'v1.1.4322')}" /> +- <directory name="${path::combine(sdkInstallRoot.DesktopFramework, 'bin')}" /> +- </tool-paths> +- <project> +- <readregistry +- property="installRoot" +- key="SOFTWARE\Microsoft\.NETFramework\InstallRoot" +- hive="LocalMachine" /> +- <readregistry +- property="sdkInstallRoot" +- key="SOFTWARE\Microsoft\.NETCompactFramework\sdkInstallRoot" +- hive="LocalMachine" /> +- <readregistry +- property="sdkInstallRoot.DesktopFramework" +- key="SOFTWARE\Microsoft\.NETFramework\sdkInstallRootv1.1" +- hive="LocalMachine" /> +- <fail if="${not directory::exists(sdkInstallRoot.DesktopFramework)}">The .NET Framework 1.1 SDK is not installed.</fail> +- </project> +- <tasks> +- <task name="csc"> +- <attribute name="noconfig">true</attribute> +- <attribute name="nostdlib">true</attribute> +- <attribute name="supportsnowarnlist">true</attribute> +- </task> +- <task name="resgen"> +- <attribute name="exename">cfresgen</attribute> +- </task> +- <task name="delay-sign"> +- <attribute name="exename">sn</attribute> +- </task> +- <task name="license"> +- <attribute name="exename">lc</attribute> +- </task> +- </tasks> +- </framework> +- <framework +- name="netcf-2.0" +- family="netcf" +- version="2.0" +- description="Microsoft .NET Compact Framework 2.0" +- sdkdirectory="${path::combine(sdkInstallRoot.DesktopFramework, 'bin')}" +- frameworkdirectory="${path::combine(installRoot, 'v2.0.50727')}" +- frameworkassemblydirectory="${path::combine(sdkInstallRoot, 'WindowsCE')}" +- clrversion="2.0.0" +- clrtype="Compact" +- vendor="Microsoft" +- > +- <runtime> +- <modes> +- <strict> +- <environment> +- <variable name="COMPLUS_VERSION" value="v2.0.50727" /> +- </environment> +- </strict> +- </modes> +- </runtime> +- <reference-assemblies basedir="${path::combine(sdkInstallRoot, 'WindowsCE')}"> +- <include name="*.dll" /> +- </reference-assemblies> +- <task-assemblies> +- <!-- this is not a supported runtime framework --> +- </task-assemblies> +- <tool-paths> +- <directory name="${path::combine(sdkInstallRoot.DesktopFramework, 'bin')}" /> +- </tool-paths> +- <project> +- <readregistry +- property="installRoot" +- key="SOFTWARE\Microsoft\.NETFramework\InstallRoot" +- hive="LocalMachine" /> +- <readregistry +- property="sdkInstallRoot" +- key="SOFTWARE\Microsoft\.NETCompactFramework\v2.0.0.0\InstallRoot\" +- hive="LocalMachine" /> +- <readregistry +- property="sdkInstallRoot.DesktopFramework" +- key="SOFTWARE\Microsoft\.NETFramework\sdkInstallRootv2.0" +- hive="LocalMachine" /> +- <fail if="${not directory::exists(sdkInstallRoot.DesktopFramework)}">The .NET Framework 2.0 SDK is not installed.</fail> +- </project> +- <tasks> +- <task name="csc"> +- <attribute name="noconfig">true</attribute> +- <attribute name="nostdlib">true</attribute> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportswarnaserrorlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportsplatform">true</attribute> +- <attribute name="supportslangversion">true</attribute> +- </task> +- <task name="vbc"> +- <attribute name="nostdlib">true</attribute> +- <attribute name="supportsdocgeneration">true</attribute> +- <attribute name="supportsnostdlib">true</attribute> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportsplatform">true</attribute> +- <attribute name="supportswarnaserrorlist">true</attribute> +- </task> +- <task name="resgen"> +- <attribute name="supportsassemblyreferences">true</attribute> +- <attribute name="supportsexternalfilereferences">true</attribute> +- </task> +- <task name="delay-sign"> +- <attribute name="exename">sn</attribute> +- </task> +- <task name="license"> +- <attribute name="exename">lc</attribute> +- <attribute name="supportsassemblyreferences">true</attribute> +- </task> +- </tasks> +- </framework> +- <framework +- name="silverlight-2.0" +- family="silverlight" +- version="2.0" +- description="Microsoft Silverlight 2.0" +- sdkdirectory="${path::combine(sdkInstallRoot, 'bin')}" +- frameworkdirectory="${path::combine(installRoot, 'v3.5')}" +- frameworkassemblydirectory="${SL2RefAssemblyBaseDir}" +- clrversion="2.0.50727" +- clrtype="Browser" +- vendor="Microsoft" +- > +- <runtime> +- <modes> +- <strict> +- <environment> +- <variable name="COMPLUS_VERSION" value="v2.0.50727" /> +- </environment> +- </strict> +- </modes> +- </runtime> +- <reference-assemblies basedir="${SL2RefAssemblyBaseDir}"> +- <include name="Microsoft.VisualBasic.dll" /> +- <include name="mscorlib.dll" /> +- <include name="System.Core.dll" /> +- <include name="System.dll" /> +- <include name="System.Net.dll" /> +- <include name="System.Runtime.Serialization.dll" /> +- <include name="System.ServiceModel.dll" /> +- <include name="System.ServiceModel.Web.dll" /> +- <include name="System.Windows.Browser.dll" /> +- <include name="System.Windows.dll" /> +- <include name="System.Xml.dll" /> +- </reference-assemblies> +- <task-assemblies> +- <!-- include MS.NET version-neutral assemblies --> +- <include name="extensions/net/neutral/**/*.dll" /> +- <!-- include MS.NET 2.0 specific assemblies --> +- <include name="extensions/net/2.0/**/*.dll" /> +- <!-- include MS.NET specific task assembly --> +- <include name="NAnt.MSNetTasks.dll" /> +- <!-- include MS.NET specific test assembly --> +- <include name="NAnt.MSNet.Tests.dll" /> +- <!-- include .NET 2.0 specific assemblies --> +- <include name="extensions/common/2.0/**/*.dll" /> +- </task-assemblies> +- <tool-paths> +- <directory name="${SL2RefAssemblyBaseDir}" /> +- <directory name="${path::combine(sdkInstallRoot, 'bin')}" +- if="${property::exists('sdkInstallRoot')}" /> +- <directory name="${path::combine(installRoot, 'v3.5')}" /> +- <directory name="${path::combine(installRoot, 'v2.0.50727')}" /> +- </tool-paths> +- <project> +- <readregistry property="SL2RefAssemblyBaseDir" +- key="SOFTWARE\Microsoft\Microsoft SDKs\Silverlight\v2.0\ReferenceAssemblies\SLRuntimeInstallPath" +- hive="LocalMachine" /> +- <readregistry +- property="installRoot" +- key="SOFTWARE\Microsoft\.NETFramework\InstallRoot" +- hive="LocalMachine" /> +- <locatesdk property="sdkInstallRoot" minwinsdkver="v6.0A" maxnetfxver="3.5" failonerror="false" /> +- </project> +- <tasks> +- <task name="csc"> +- <attribute name="noconfig">true</attribute> +- <attribute name="nostdlib">true</attribute> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportswarnaserrorlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportsplatform">true</attribute> +- <attribute name="supportslangversion">true</attribute> +- </task> +- <task name="vbc"> +- <attribute name="nostdlib">true</attribute> +- <attribute name="supportsdocgeneration">true</attribute> +- <attribute name="supportsnostdlib">true</attribute> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportsplatform">true</attribute> +- <attribute name="supportswarnaserrorlist">true</attribute> +- </task> +- <task name="jsc"> +- <attribute name="supportsplatform">true</attribute> +- </task> +- <task name="vjc"> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- </task> +- <task name="resgen"> +- <attribute name="supportsassemblyreferences">true</attribute> +- <attribute name="supportsexternalfilereferences">true</attribute> +- </task> +- <task name="delay-sign"> +- <attribute name="exename">sn</attribute> +- </task> +- <task name="license"> +- <attribute name="exename">lc</attribute> +- <attribute name="supportsassemblyreferences">true</attribute> +- </task> +- </tasks> +- </framework> +- <framework +- name="silverlight-3.0" +- family="silverlight" +- version="3.0" +- description="Microsoft Silverlight 3.0" +- sdkdirectory="${path::combine(sdkInstallRoot, 'bin')}" +- frameworkdirectory="${path::combine(installRoot, 'v3.5')}" +- frameworkassemblydirectory="${SL3RefAssemblyBaseDir}" +- clrversion="2.0.50727" +- clrtype="Browser" +- vendor="Microsoft" +- > +- <runtime> +- <modes> +- <strict> +- <environment> +- <variable name="COMPLUS_VERSION" value="v2.0.50727" /> +- </environment> +- </strict> +- </modes> +- </runtime> +- <reference-assemblies basedir="${SL3RefAssemblyBaseDir}"> +- <include name="Microsoft.VisualBasic.dll" /> +- <include name="mscorlib.dll" /> +- <include name="System.Core.dll" /> +- <include name="System.dll" /> +- <include name="System.Xml.dll" /> +- <include name="System.Windows.dll" /> +- <include name="System.Windows.Browser.dll" /> +- <!-- Remaining libraries found in the Reference Assembly directory --> +- <include name="agcore.debug.dll" /> +- <include name="agcore.dll" /> +- <include name="coreclr.dll" /> +- <include name="mscorrc.debug.dll" /> +- <include name="mscorrc.dll" /> +- <include name="npctrl.dll" /> +- <include name="npctrlui.dll" /> +- <include name="Silverlight.ConfigurationUI.dll" /> +- <include name="System.Net.dll" /> +- <include name="System.Runtime.Serialization.dll" /> +- <include name="System.ServiceModel.dll" /> +- <include name="System.ServiceModel.Web.dll" /> +- </reference-assemblies> +- <task-assemblies> +- <!-- include MS.NET version-neutral assemblies --> +- <include name="extensions/net/neutral/**/*.dll" /> +- <!-- include MS.NET 2.0 specific assemblies --> +- <include name="extensions/net/2.0/**/*.dll" /> +- <!-- include MS.NET specific task assembly --> +- <include name="NAnt.MSNetTasks.dll" /> +- <!-- include MS.NET specific test assembly --> +- <include name="NAnt.MSNet.Tests.dll" /> +- <!-- include .NET 2.0 specific assemblies --> +- <include name="extensions/common/2.0/**/*.dll" /> +- </task-assemblies> +- <tool-paths> +- <directory name="${SL3RefAssemblyBaseDir}" /> +- <directory name="${path::combine(sdkInstallRoot, 'bin')}" +- if="${property::exists('sdkInstallRoot')}" /> +- <directory name="${path::combine(installRoot, 'v3.5')}" /> +- </tool-paths> +- <project> +- <readregistry property="SL3RefAssemblyBaseDir" +- key="SOFTWARE\Microsoft\Microsoft SDKs\Silverlight\v3.0\ReferenceAssemblies\SLRuntimeInstallPath" +- hive="LocalMachine" /> +- <readregistry +- property="installRoot" +- key="SOFTWARE\Microsoft\.NETFramework\InstallRoot" +- hive="LocalMachine" /> +- <locatesdk property="sdkInstallRoot" minwinsdkver="v6.0A" maxnetfxver="3.5" failonerror="false" /> +- </project> +- <tasks> +- <task name="csc"> +- <attribute name="noconfig">true</attribute> +- <attribute name="nostdlib">true</attribute> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportswarnaserrorlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportsplatform">true</attribute> +- <attribute name="supportslangversion">true</attribute> +- </task> +- <task name="vbc"> +- <attribute name="nostdlib">true</attribute> +- <attribute name="supportsdocgeneration">true</attribute> +- <attribute name="supportsnostdlib">true</attribute> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportsplatform">true</attribute> +- <attribute name="supportswarnaserrorlist">true</attribute> +- </task> +- <task name="jsc"> +- <attribute name="supportsplatform">true</attribute> +- </task> +- <task name="vjc"> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- </task> +- <task name="resgen"> +- <attribute name="supportsassemblyreferences">true</attribute> +- <attribute name="supportsexternalfilereferences">true</attribute> +- </task> +- <task name="delay-sign"> +- <attribute name="exename">sn</attribute> +- </task> +- <task name="license"> +- <attribute name="exename">lc</attribute> +- <attribute name="supportsassemblyreferences">true</attribute> +- </task> +- </tasks> +- </framework> +- <framework +- name="silverlight-4.0" +- family="silverlight" +- version="4.0" +- description="Microsoft Silverlight 4.0" +- sdkdirectory="${path::combine(sdkInstallRoot, 'bin')}" +- frameworkdirectory="${path::combine(installRoot, 'v4.0.30319')}" +- frameworkassemblydirectory="${SL4RefAssemblyBaseDir}" +- clrversion="4.0.30319" +- clrtype="Browser" +- vendor="Microsoft" +- > +- <runtime> +- <modes> +- <strict> +- <environment> +- <variable name="COMPLUS_VERSION" value="v4.0.30319" /> +- </environment> +- </strict> +- </modes> +- </runtime> +- <reference-assemblies basedir="${SL4RefAssemblyBaseDir}"> +- <include name="Microsoft.VisualBasic.dll" /> +- <include name="mscorlib.dll" /> +- <include name="System.Core.dll" /> +- <include name="system.dll" /> +- <include name="System.Xml.dll" /> +- <include name="System.Windows.dll" /> +- <include name="System.Windows.Browser.dll" /> +- <!-- Remaining libraries found in the Reference Assembly directory --> +- <include name="agcore.debug.dll" /> +- <include name="agcore.dll" /> +- <include name="coreclr.dll" /> +- <include name="mscorrc.debug.dll" /> +- <include name="mscorrc.dll" /> +- <include name="npctrl.dll" /> +- <include name="npctrlui.dll" /> +- <include name="System.Net.dll" /> +- <include name="System.Runtime.Serialization.dll" /> +- <include name="System.ServiceModel.dll" /> +- <include name="System.ServiceModel.Web.dll" /> +- </reference-assemblies> +- <task-assemblies> +- <!-- include MS.NET version-neutral assemblies --> +- <include name="extensions/net/neutral/**/*.dll" /> +- <!-- include MS.NET 4.0 specific assemblies --> +- <include name="extensions/net/4.0/**/*.dll" /> +- <!-- include MS.NET specific task assembly --> +- <include name="NAnt.MSNetTasks.dll" /> +- <!-- include MS.NET specific test assembly --> +- <include name="NAnt.MSNet.Tests.dll" /> +- <!-- include .NET 4.0 specific assemblies --> +- <include name="extensions/common/4.0/**/*.dll" /> +- </task-assemblies> +- <tool-paths> +- <directory name="${SL4RefAssemblyBaseDir}" /> +- <directory name="${path::combine(sdkInstallRoot, 'bin')}" +- if="${property::exists('sdkInstallRoot')}" /> +- <directory name="${path::combine(installRoot, 'v4.0.30319')}" /> +- </tool-paths> +- <project> +- <readregistry property="SL4RefAssemblyBaseDir" +- key="SOFTWARE\Microsoft\Microsoft SDKs\Silverlight\v4.0\ReferenceAssemblies\SLRuntimeInstallPath" +- hive="LocalMachine" /> +- <readregistry +- property="installRoot" +- key="SOFTWARE\Microsoft\.NETFramework\InstallRoot" +- hive="LocalMachine" /> +- <locatesdk property="sdkInstallRoot" minwinsdkver="v7.0A" minnetfxver="4.0" maxnetfxver="4.0.99999" failonerror="false" /> +- </project> +- <tasks> +- <task name="csc"> +- <attribute name="noconfig">true</attribute> +- <attribute name="nostdlib">true</attribute> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportswarnaserrorlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportsplatform">true</attribute> +- <attribute name="supportslangversion">true</attribute> +- </task> +- <task name="vbc"> +- <attribute name="nostdlib">true</attribute> +- <attribute name="supportsdocgeneration">true</attribute> +- <attribute name="supportsnostdlib">true</attribute> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportsplatform">true</attribute> +- <attribute name="supportswarnaserrorlist">true</attribute> +- </task> +- <task name="jsc"> +- <attribute name="supportsplatform">true</attribute> +- </task> +- <task name="vjc"> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- </task> +- <task name="resgen"> +- <attribute name="supportsassemblyreferences">true</attribute> +- <attribute name="supportsexternalfilereferences">true</attribute> +- </task> +- <task name="delay-sign"> +- <attribute name="exename">sn</attribute> +- </task> +- <task name="license"> +- <attribute name="exename">lc</attribute> +- <attribute name="supportsassemblyreferences">true</attribute> +- </task> +- </tasks> +- </framework> +- <framework +- name="silverlight-5.0" +- family="silverlight" +- version="5.0" +- description="Microsoft Silverlight 5.0" +- sdkdirectory="${path::combine(sdkInstallRoot, 'bin')}" +- frameworkdirectory="${path::combine(installRoot, 'v4.0.30319')}" +- frameworkassemblydirectory="${SL5RefAssemblyBaseDir}" +- clrversion="4.0.30319" +- clrtype="Browser" +- vendor="Microsoft" +- > +- <runtime> +- <modes> +- <strict> +- <environment> +- <variable name="COMPLUS_VERSION" value="v4.0.30319" /> +- </environment> +- </strict> +- </modes> +- </runtime> +- <reference-assemblies basedir="${SL5RefAssemblyBaseDir}"> +- <include name="Microsoft.VisualBasic.dll" /> +- <include name="mscorlib.dll" /> +- <include name="System.Core.dll" /> +- <include name="system.dll" /> +- <include name="System.Xml.dll" /> +- <include name="System.Windows.dll" /> +- <include name="System.Windows.Browser.dll" /> +- <!-- Remaining libraries found in the Reference Assembly directory --> +- <include name="agcore.debug.dll" /> +- <include name="agcore.dll" /> +- <include name="coreclr.dll" /> +- <include name="mscorrc.debug.dll" /> +- <include name="mscorrc.dll" /> +- <include name="npctrl.dll" /> +- <include name="npctrlui.dll" /> +- <include name="System.Net.dll" /> +- <include name="System.Runtime.Serialization.dll" /> +- <include name="System.ServiceModel.dll" /> +- <include name="System.ServiceModel.Web.dll" /> +- <!-- Remaining libraries are specific to XNA programming --> +- <include name="Microsoft.Xna.Framework.dll" /> +- <include name="Microsoft.Xna.Framework.Graphics.dll" /> +- <include name="Microsoft.Xna.Framework.Graphics.Shaders.dll" /> +- <include name="System.Windows.Xna.dll" /> +- </reference-assemblies> +- <task-assemblies> +- <!-- include MS.NET version-neutral assemblies --> +- <include name="extensions/net/neutral/**/*.dll" /> +- <!-- include MS.NET 4.0 specific assemblies --> +- <include name="extensions/net/4.0/**/*.dll" /> +- <!-- include MS.NET specific task assembly --> +- <include name="NAnt.MSNetTasks.dll" /> +- <!-- include MS.NET specific test assembly --> +- <include name="NAnt.MSNet.Tests.dll" /> +- <!-- include .NET 4.0 specific assemblies --> +- <include name="extensions/common/4.0/**/*.dll" /> +- </task-assemblies> +- <tool-paths> +- <directory name="${SL5RefAssemblyBaseDir}" /> +- <directory name="${path::combine(sdkInstallRoot, 'bin')}" +- if="${property::exists('sdkInstallRoot')}" /> +- <directory name="${path::combine(installRoot, 'v4.0.30319')}" /> +- </tool-paths> +- <project> +- <readregistry property="SL5RefAssemblyBaseDir" +- key="SOFTWARE\Microsoft\Microsoft SDKs\Silverlight\v5.0\ReferenceAssemblies\SLRuntimeInstallPath" +- hive="LocalMachine" /> +- <readregistry +- property="installRoot" +- key="SOFTWARE\Microsoft\.NETFramework\InstallRoot" +- hive="LocalMachine" /> +- <locatesdk property="sdkInstallRoot" minwinsdkver="v7.0A" minnetfxver="4.0" maxnetfxver="4.0.99999" failonerror="false" /> +- </project> +- <tasks> +- <task name="csc"> +- <attribute name="noconfig">true</attribute> +- <attribute name="nostdlib">true</attribute> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportswarnaserrorlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportsplatform">true</attribute> +- <attribute name="supportslangversion">true</attribute> +- </task> +- <task name="vbc"> +- <attribute name="nostdlib">true</attribute> +- <attribute name="supportsdocgeneration">true</attribute> +- <attribute name="supportsnostdlib">true</attribute> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportsplatform">true</attribute> +- <attribute name="supportswarnaserrorlist">true</attribute> +- </task> +- <task name="jsc"> +- <attribute name="supportsplatform">true</attribute> +- </task> +- <task name="vjc"> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- </task> +- <task name="resgen"> +- <attribute name="supportsassemblyreferences">true</attribute> +- <attribute name="supportsexternalfilereferences">true</attribute> +- </task> +- <task name="delay-sign"> +- <attribute name="exename">sn</attribute> +- </task> +- <task name="license"> +- <attribute name="exename">lc</attribute> +- <attribute name="supportsassemblyreferences">true</attribute> +- </task> +- </tasks> +- </framework> +- <framework +- name="mono-1.0" +- family="mono" +- version="1.0" +- description="Mono 1.0 Profile" +- sdkdirectory="${toolDirectory}" +- frameworkdirectory="${toolDirectory}" +- frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, 'mono/1.0')}" +- clrversion="1.1.4322" +- clrtype="Desktop" +- vendor="Mono" +- > +- <runtime> +- <probing-paths> +- <directory name="lib/mono/1.0" /> +- <directory name="lib/mono/neutral" /> +- <directory name="lib/common/1.1" /> +- <directory name="lib/common/neutral" /> +- </probing-paths> +- <modes> +- <auto> +- <engine program="${runtimeEngine}" /> +- <environment> +- <variable name="PATH" path="${path::combine(sdkInstallRoot, 'bin')};%PATH%" /> +- <variable name="MONO_CFG_DIR" path="${configDir};%MONO_CFG_DIR%" /> +- </environment> +- </auto> +- <strict> +- <engine program="${runtimeEngine}"> +- <arg value="--runtime=v1.1.4322" /> +- </engine> +- <environment> +- <variable name="PATH" path="${path::combine(sdkInstallRoot, 'bin')};%PATH%" /> +- <variable name="MONO_CFG_DIR" path="${configDir};%MONO_CFG_DIR%" /> +- </environment> +- </strict> +- </modes> +- </runtime> +- <reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'mono/1.0')}"> +- <include name="*.dll" /> +- </reference-assemblies> +- <task-assemblies> +- <!-- include Mono version-neutral assemblies --> +- <include name="extensions/mono/neutral/**/*.dll" /> +- <!-- include Mono 1.0 specific assemblies --> +- <include name="extensions/mono/1.0/**/*.dll" /> +- <!-- include .NET 1.1 specific assemblies --> +- <include name="extensions/common/1.1/**/*.dll" /> +- </task-assemblies> +- <tool-paths> +- <directory name="${toolDirectory}" /> +- <!-- unmanaged tools --> +- <directory name="${sdkInstallRoot}/bin" /> +- </tool-paths> +- <project> +- <!-- quick and dirty check to see if pkg-config is available (and configured) --> +- <property name="pkgconfig.available" value="${environment::variable-exists('PKG_CONFIG_PATH')}" /> +- <if test="${pkgconfig.available}"> +- <if test="${pkg-config::exists('mono')}"> +- <call target="configure-from-pkg-config" /> +- </if> +- <if test="${not pkg-config::exists('mono')}"> +- <call target="configure-from-registry" /> +- </if> +- </if> +- <if test="${not pkgconfig.available}"> +- <call target="configure-from-registry" /> +- </if> +- +- <!-- determine if we're dealing with a Mono 1.0.x release --> +- <if test="${version::parse(mono.version) < version::parse('1.1')}"> +- <!-- +- in Mono 1.0.x, the framework tools are located +- in the <install root>\lib directory +- --> +- <property name="toolDirectory" value="${frameworkAssemblyDirectory}" /> +- <property name="runtimeEngine" value="${path::combine(frameworkAssemblyDirectory, 'mono.exe')}" /> +- <property name="resgen.tool" value="monoresgen" /> +- <!-- in Mono 1.0.x, only mcs and mbas are located in <install root>\lib\mono\<profile> --> +- <property name="csc.tool" value="${path::combine(frameworkAssemblyDirectory, 'mono/1.0/mcs.exe')}" /> +- <property name="mbas.tool" value="${path::combine(frameworkAssemblyDirectory, 'mono/1.0/mbas.exe')}" /> +- <!-- /doc is not supported in Mono 1.0.x --> +- <property name="csc.supportsdocgeneration" value="false" /> +- +- <!-- +- Mono 1.0.1 installer incorrectly adds '\mono' to +- "MonoConfigDir" registry value +- --> +- <if test="${string::ends-with(configDir, 'etc\mono')}"> +- <property name="configDir" value="${string::replace(configDir, 'etc\mono', 'etc')}" /> +- </if> +- </if> +- +- <!-- determine if we're dealing with a Mono 1.1.x release or higher --> +- <if test="${version::parse(mono.version) >= version::parse('1.1')}"> +- <!-- +- in Mono 1.1.x (and higher ?), the framework tools +- are located in the <install root>\lib\mono\<profile> +- directory +- --> +- <property name="toolDirectory" value="${path::combine(frameworkAssemblyDirectory, 'mono/1.0')}" /> +- <property name="runtimeEngine" value="${path::combine(frameworkAssemblyDirectory, 'mono.exe')}" /> +- <!-- starting from Mono 1.1.9.2, mono.exe is located in the bin directory --> +- <if test="${not file::exists(runtimeEngine)}"> +- <property name="runtimeEngine" value="${path::combine(sdkInstallRoot, 'bin/mono.exe')}" /> +- </if> +- <property name="resgen.tool" value="resgen" /> +- <property name="csc.tool" value="mcs" /> +- <property name="csc.supportsdocgeneration" value="true" /> +- <property name="mbas.tool" value="mbas" /> +- </if> +- +- <target name="configure-from-pkg-config"> +- <property name="mono.version" value="${pkg-config::get-mod-version('mono')}" /> +- <property name="sdkInstallRoot" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'prefix'))}" /> +- <property name="frameworkAssemblyDirectory" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'libdir'))}" /> +- <property name="configDir" value="${path::combine(sdkInstallRoot, 'etc')}/" /> +- </target> +- +- <target name="configure-from-registry"> +- <monoregistry property="mono.reg" failonerror="false" /> +- <readregistry +- property="mono.version" +- key="${mono.reg}\DefaultCLR" +- hive="LocalMachine" +- /> +- <property name="monokey" value="${mono.reg}\${mono.version}" /> +- +- <readregistry +- property="sdkInstallRoot" +- key="${monokey}\SdkInstallRoot" +- hive="LocalMachine" /> +- <readregistry +- property="frameworkAssemblyDirectory" +- key="${monokey}\FrameworkAssemblyDirectory" +- hive="LocalMachine" /> +- <readregistry +- property="configDir" +- key="${monokey}\MonoConfigDir" +- hive="LocalMachine" /> +- </target> +- </project> +- <properties> +- </properties> +- <tasks> +- <task name="al"> +- <attribute name="managed">true</attribute> +- </task> +- <task name="csc"> +- <attribute name="exename">${csc.tool}</attribute> +- <attribute name="managed">true</attribute> +- <attribute name="supportspackagereferences">true</attribute> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportsdocgeneration">${csc.supportsdocgeneration}</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportslangversion">true</attribute> +- </task> +- <task name="jsc"> +- <attribute name="exename">mjs</attribute> +- <attribute name="managed">true</attribute> +- </task> +- <task name="vbc"> +- <attribute name="exename">${mbas.tool}</attribute> +- <attribute name="managed">true</attribute> +- </task> +- <task name="resgen"> +- <attribute name="exename">${resgen.tool}</attribute> +- <attribute name="managed">true</attribute> +- </task> +- <task name="delay-sign"> +- <attribute name="exename">sn</attribute> +- <attribute name="managed">true</attribute> +- </task> +- <task name="license"> +- <attribute name="hascommandlinecompiler">false</attribute> +- </task> +- <task name="ilasm"> +- <attribute name="managed">true</attribute> +- </task> +- </tasks> +- </framework> +- <framework +- name="mono-2.0" +- family="mono" +- version="2.0" +- description="Mono 2.0 Profile" +- sdkdirectory="${toolDirectory}" +- frameworkdirectory="${toolDirectory}" +- frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}" +- clrversion="2.0.50727" +- clrtype="Desktop" +- vendor="Mono" +- > +- <runtime> +- <probing-paths> +- <directory name="lib/mono/2.0" /> +- <directory name="lib/mono/neutral" /> +- <directory name="lib/common/2.0" /> +- <directory name="lib/common/neutral" /> +- </probing-paths> +- <modes> +- <auto> +- <engine program="${runtimeEngine}" /> +- <environment> +- <variable name="PATH" path="${path::combine(sdkInstallRoot, 'bin')};%PATH%" /> +- <variable name="MONO_CFG_DIR" path="${configDir};%MONO_CFG_DIR%" /> +- </environment> +- </auto> +- <strict> +- <engine program="${runtimeEngine}"> +- <arg value="--runtime=v2.0.50727" /> +- </engine> +- <environment> +- <variable name="PATH" path="${path::combine(sdkInstallRoot, 'bin')};%PATH%" /> +- <variable name="MONO_CFG_DIR" path="${configDir};%MONO_CFG_DIR%" /> +- </environment> +- </strict> +- </modes> +- </runtime> +- <reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}"> +- <include name="*.dll" /> +- </reference-assemblies> +- <task-assemblies> +- <!-- include Mono version-neutral assemblies --> +- <include name="extensions/mono/neutral/**/*.dll" /> +- <!-- include Mono 2.0 specific assemblies --> +- <include name="extensions/mono/2.0/**/*.dll" /> +- <!-- include .NET 2.0 specific assemblies --> +- <include name="extensions/common/2.0/**/*.dll" /> +- </task-assemblies> +- <tool-paths> +- <directory name="${toolDirectory}" /> +- <directory name="${path::combine(frameworkAssemblyDirectory, 'mono/1.0')}" /> +- <!-- for compatibility with Mono 1.0.x --> +- <directory name="${frameworkAssemblyDirectory}" /> +- <!-- unmanaged tools --> +- <directory name="${sdkInstallRoot}/bin" /> +- </tool-paths> +- <project> +- <!-- quick and dirty check to see if pkg-config is available (and configured) --> +- <property name="pkgconfig.available" value="${environment::variable-exists('PKG_CONFIG_PATH')}" /> +- <if test="${pkgconfig.available}"> +- <if test="${pkg-config::exists('mono')}"> +- <call target="configure-from-pkg-config" /> +- </if> +- <if test="${not pkg-config::exists('mono')}"> +- <call target="configure-from-registry" /> +- </if> +- </if> +- <if test="${not pkgconfig.available}"> +- <call target="configure-from-registry" /> +- </if> +- +- <property name="resgen.supportsexternalfilereferences" value="false" /> +- +- <!-- determine if we're dealing with a Mono 1.0.x release --> +- <if test="${version::parse(mono.version) < version::parse('1.1')}"> +- <!-- +- in Mono 1.0.x, the framework tools are located +- in the <install root>\lib directory, except for +- mbas and mcs +- --> +- <property name="toolDirectory" value="${frameworkAssemblyDirectory}" /> +- <property name="runtimeEngine" value="${path::combine(frameworkAssemblyDirectory, 'mono.exe')}" /> +- <property name="resgen.tool" value="monoresgen" /> +- <property name="csc.supportsdocgeneration" value="false" /> +- +- <!-- +- Mono 1.0.1 installer incorrectly adds '\mono' to +- "MonoConfigDir" registry value +- --> +- <if test="${string::ends-with(configDir, 'etc\mono')}"> +- <property name="configDir" value="${string::replace(configDir, 'etc\mono', 'etc')}" /> +- </if> +- </if> +- +- <!-- determine if we're dealing with a Mono 1.1.x release or higher --> +- <if test="${version::parse(mono.version) >= version::parse('1.1')}"> +- <property name="toolDirectory" value="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}" /> +- <property name="runtimeEngine" value="${path::combine(frameworkAssemblyDirectory, 'mono.exe')}" /> +- <!-- starting from Mono 1.1.9.2, mono.exe is located in the bin directory --> +- <if test="${not file::exists(runtimeEngine)}"> +- <property name="runtimeEngine" value="${path::combine(sdkInstallRoot, 'bin/mono.exe')}" /> +- </if> +- <property name="csc.supportsdocgeneration" value="true" /> +- </if> +- <!-- as from Mono 1.2.3.50, resgen supports the /usesourcepath option --> +- <if test="${version::parse(mono.version) >= version::parse('1.2.3.50')}"> +- <property name="resgen.supportsexternalfilereferences" value="true" /> +- </if> +- +- <target name="configure-from-pkg-config"> +- <property name="mono.version" value="${pkg-config::get-mod-version('mono')}" /> +- <property name="sdkInstallRoot" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'prefix'))}" /> +- <property name="frameworkAssemblyDirectory" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'libdir'))}" /> +- <property name="configDir" value="${path::combine(sdkInstallRoot, 'etc')}/" /> +- </target> +- +- <target name="configure-from-registry"> +- <monoregistry property="mono.reg" failonerror="false" /> +- <readregistry +- property="mono.version" +- key="${mono.reg}\DefaultCLR" +- hive="LocalMachine" +- /> +- <property name="monokey" value="${mono.reg}\${mono.version}" /> +- +- <readregistry +- property="sdkInstallRoot" +- key="${monokey}\SdkInstallRoot" +- hive="LocalMachine" /> +- <readregistry +- property="frameworkAssemblyDirectory" +- key="${monokey}\FrameworkAssemblyDirectory" +- hive="LocalMachine" /> +- <readregistry +- property="configDir" +- key="${monokey}\MonoConfigDir" +- hive="LocalMachine" /> +- </target> +- </project> +- <properties> +- </properties> +- <tasks> +- <task name="al"> +- <attribute name="managed">true</attribute> +- </task> +- <task name="csc"> +- <attribute name="exename">gmcs</attribute> +- <attribute name="managed">true</attribute> +- <attribute name="supportspackagereferences">true</attribute> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportsdocgeneration">${csc.supportsdocgeneration}</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportslangversion">true</attribute> +- </task> +- <task name="jsc"> +- <attribute name="exename">mjs</attribute> +- <attribute name="managed">strict</attribute> +- </task> +- <task name="vbc"> +- <attribute name="exename">vbnc</attribute> +- <attribute name="managed">true</attribute> +- </task> +- <task name="resgen"> +- <attribute name="exename">${resgen.tool}</attribute> +- <attribute name="managed">true</attribute> +- <attribute name="supportsexternalfilereferences">${resgen.supportsexternalfilereferences}</attribute> +- </task> +- <task name="delay-sign"> +- <attribute name="exename">sn</attribute> +- <attribute name="managed">true</attribute> +- </task> +- <task name="license"> +- <attribute name="hascommandlinecompiler">false</attribute> +- </task> +- <task name="ilasm"> +- <attribute name="managed">true</attribute> +- </task> +- </tasks> +- </framework> +- <framework +- name="mono-3.5" +- family="mono" +- version="3.5" +- description="Mono 3.5 Profile" +- sdkdirectory="${toolDirectory}" +- frameworkdirectory="${toolDirectory}" +- frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}" +- clrversion="2.0.50727" +- clrtype="Desktop" +- vendor="Mono" +- > +- <runtime> +- <probing-paths> +- <directory name="lib/mono/2.0" /> +- <directory name="lib/mono/neutral" /> +- <directory name="lib/common/2.0" /> +- <directory name="lib/common/neutral" /> +- </probing-paths> +- <modes> +- <auto> +- <engine program="${runtimeEngine}" /> +- <environment> +- <variable name="PATH" path="${path::combine(sdkInstallRoot, 'bin')};%PATH%" /> +- <variable name="MONO_CFG_DIR" path="${configDir};%MONO_CFG_DIR%" /> +- </environment> +- </auto> +- <strict> +- <engine program="${runtimeEngine}"> +- <arg value="--runtime=v2.0.50727" /> +- </engine> +- <environment> +- <variable name="PATH" path="${path::combine(sdkInstallRoot, 'bin')};%PATH%" /> +- <variable name="MONO_CFG_DIR" path="${configDir};%MONO_CFG_DIR%" /> +- </environment> +- </strict> +- </modes> +- </runtime> +- <reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'mono/3.5')}"> +- <include name="*.dll" /> +- </reference-assemblies> +- <reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'mono/3.0')}"> +- <include name="*.dll" /> +- </reference-assemblies> +- <reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}"> +- <include name="*.dll" /> +- </reference-assemblies> +- <task-assemblies> +- <!-- include Mono version-neutral assemblies --> +- <include name="extensions/mono/neutral/**/*.dll" /> +- <!-- include Mono 2.0 specific assemblies --> +- <include name="extensions/mono/2.0/**/*.dll" /> +- <!-- include .NET 2.0 specific assemblies --> +- <include name="extensions/common/2.0/**/*.dll" /> +- </task-assemblies> +- <tool-paths> +- <directory name="${path::combine(frameworkAssemblyDirectory, 'mono/3.5')}" /> +- <directory name="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}" /> +- <directory name="${path::combine(frameworkAssemblyDirectory, 'mono/1.0')}" /> +- <!-- unmanaged tools --> +- <directory name="${sdkInstallRoot}/bin" /> +- </tool-paths> +- <project> +- <!-- quick and dirty check to see if pkg-config is available (and configured) --> +- <property name="pkgconfig.available" value="${environment::variable-exists('PKG_CONFIG_PATH')}" /> +- <if test="${pkgconfig.available}"> +- <if test="${pkg-config::exists('mono')}"> +- <call target="configure-from-pkg-config" /> +- </if> +- <if test="${not pkg-config::exists('mono')}"> +- <call target="configure-from-registry" /> +- </if> +- </if> +- <if test="${not pkgconfig.available}"> +- <call target="configure-from-registry" /> +- </if> +- +- <property name="toolDirectory" value="${path::combine(frameworkAssemblyDirectory, 'mono/3.5')}" /> +- <property name="runtimeEngine" value="${path::combine(sdkInstallRoot, 'bin/mono.exe')}" /> +- +- <target name="configure-from-pkg-config"> +- <property name="mono.version" value="${pkg-config::get-mod-version('mono')}" /> +- <property name="sdkInstallRoot" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'prefix'))}" /> +- <property name="frameworkAssemblyDirectory" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'libdir'))}" /> +- <property name="configDir" value="${path::combine(sdkInstallRoot, 'etc')}/" /> +- </target> +- +- <target name="configure-from-registry"> +- <monoregistry property="mono.reg" failonerror="false" /> +- <readregistry +- property="mono.version" +- key="${mono.reg}\DefaultCLR" +- hive="LocalMachine" +- /> +- <property name="monokey" value="${mono.reg}\${mono.version}" /> +- +- <readregistry +- property="sdkInstallRoot" +- key="${monokey}\SdkInstallRoot" +- hive="LocalMachine" /> +- <readregistry +- property="frameworkAssemblyDirectory" +- key="${monokey}\FrameworkAssemblyDirectory" +- hive="LocalMachine" /> +- <readregistry +- property="configDir" +- key="${monokey}\MonoConfigDir" +- hive="LocalMachine" /> +- </target> +- </project> +- <properties> +- </properties> +- <tasks> +- <task name="al"> +- <attribute name="managed">true</attribute> +- </task> +- <task name="csc"> +- <attribute name="exename">gmcs</attribute> +- <attribute name="managed">true</attribute> +- <attribute name="langversion">linq</attribute> +- <attribute name="supportspackagereferences">true</attribute> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportsdocgeneration">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportslangversion">true</attribute> +- </task> +- <task name="jsc"> +- <attribute name="exename">mjs</attribute> +- <attribute name="managed">strict</attribute> +- </task> +- <task name="vbc"> +- <attribute name="exename">vbnc</attribute> +- <attribute name="managed">true</attribute> +- </task> +- <task name="resgen"> +- <attribute name="managed">true</attribute> +- <attribute name="supportsexternalfilereferences">true</attribute> +- </task> +- <task name="delay-sign"> +- <attribute name="exename">sn</attribute> +- <attribute name="managed">true</attribute> +- </task> +- <task name="license"> +- <attribute name="hascommandlinecompiler">false</attribute> +- </task> +- <task name="ilasm"> +- <attribute name="managed">true</attribute> +- </task> +- </tasks> +- </framework> +- <framework +- name="mono-4.0" +- family="mono" +- version="4.0" +- description="Mono 4.0 Profile" +- sdkdirectory="${toolDirectory}" +- frameworkdirectory="${toolDirectory}" +- frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, 'mono/4.0')}" +- clrversion="4.0.30319" +- clrtype="Desktop" +- vendor="Mono" +- > +- <runtime> +- <probing-paths> +- <directory name="lib/mono/2.0" /> +- <directory name="lib/mono/neutral" /> +- <directory name="lib/common/2.0" /> +- <directory name="lib/common/neutral" /> +- </probing-paths> +- <modes> +- <auto> +- <engine program="${runtimeEngine}" /> +- <environment> +- <variable name="PATH" path="${path::combine(sdkInstallRoot, 'bin')};%PATH%" /> +- <variable name="MONO_CFG_DIR" path="${configDir};%MONO_CFG_DIR%" /> +- </environment> +- </auto> +- <strict> +- <engine program="${runtimeEngine}"> +- <arg value="--runtime=v4.0.30319" /> +- </engine> +- <environment> +- <variable name="PATH" path="${path::combine(sdkInstallRoot, 'bin')};%PATH%" /> +- <variable name="MONO_CFG_DIR" path="${configDir};%MONO_CFG_DIR%" /> +- </environment> +- </strict> +- </modes> +- </runtime> +- <reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'mono/4.0')}"> +- <include name="*.dll" /> +- </reference-assemblies> +- <reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'mono/3.5')}"> +- <include name="*.dll" /> +- </reference-assemblies> +- <reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'mono/3.0')}"> +- <include name="*.dll" /> +- </reference-assemblies> +- <reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}"> +- <include name="*.dll" /> +- </reference-assemblies> +- <task-assemblies> +- <!-- include Mono version-neutral assemblies --> +- <include name="extensions/mono/neutral/**/*.dll" /> +- <!-- include Mono 2.0 specific assemblies --> +- <include name="extensions/mono/2.0/**/*.dll" /> +- <!-- include .NET 2.0 specific assemblies --> +- <include name="extensions/common/2.0/**/*.dll" /> +- </task-assemblies> +- <tool-paths> +- <directory name="${path::combine(frameworkAssemblyDirectory, 'mono/4.0')}" /> +- <directory name="${path::combine(frameworkAssemblyDirectory, 'mono/3.5')}" /> +- <directory name="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}" /> +- <directory name="${path::combine(frameworkAssemblyDirectory, 'mono/1.0')}" /> +- <!-- unmanaged tools --> +- <directory name="${sdkInstallRoot}/bin" /> +- </tool-paths> +- <project> +- <!-- quick and dirty check to see if pkg-config is available (and configured) --> +- <property name="pkgconfig.available" value="${environment::variable-exists('PKG_CONFIG_PATH')}" /> +- <if test="${pkgconfig.available}"> +- <if test="${pkg-config::exists('mono')}"> +- <call target="configure-from-pkg-config" /> +- </if> +- <if test="${not pkg-config::exists('mono')}"> +- <call target="configure-from-registry" /> +- </if> +- </if> +- <if test="${not pkgconfig.available}"> +- <call target="configure-from-registry" /> +- </if> +- +- <property name="toolDirectory" value="${path::combine(frameworkAssemblyDirectory, 'mono/4.0')}" /> +- <property name="runtimeEngine" value="${path::combine(sdkInstallRoot, 'bin/mono.exe')}" /> +- +- <target name="configure-from-pkg-config"> +- <property name="mono.version" value="${pkg-config::get-mod-version('mono')}" /> +- <property name="sdkInstallRoot" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'prefix'))}" /> +- <property name="frameworkAssemblyDirectory" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'libdir'))}" /> +- <property name="configDir" value="${path::combine(sdkInstallRoot, 'etc')}/" /> +- </target> +- +- <target name="configure-from-registry"> +- <monoregistry property="mono.reg" failonerror="false" /> +- <readregistry +- property="mono.version" +- key="${mono.reg}\DefaultCLR" +- hive="LocalMachine" +- /> +- <property name="monokey" value="${mono.reg}\${mono.version}" /> +- +- <readregistry +- property="sdkInstallRoot" +- key="${monokey}\SdkInstallRoot" +- hive="LocalMachine" /> +- <readregistry +- property="frameworkAssemblyDirectory" +- key="${monokey}\FrameworkAssemblyDirectory" +- hive="LocalMachine" /> +- <readregistry +- property="configDir" +- key="${monokey}\MonoConfigDir" +- hive="LocalMachine" /> +- </target> +- </project> +- <properties> +- </properties> +- <tasks> +- <task name="al"> +- <attribute name="managed">true</attribute> +- </task> +- <task name="csc"> +- <attribute name="exename">dmcs</attribute> +- <attribute name="managed">true</attribute> +- <attribute name="langversion">linq</attribute> +- <attribute name="supportspackagereferences">true</attribute> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportsdocgeneration">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportslangversion">true</attribute> +- </task> +- <task name="jsc"> +- <attribute name="exename">mjs</attribute> +- <attribute name="managed">strict</attribute> +- </task> +- <task name="vbc"> +- <attribute name="exename">vbnc</attribute> +- <attribute name="managed">true</attribute> +- </task> +- <task name="resgen"> +- <attribute name="managed">true</attribute> +- <attribute name="supportsexternalfilereferences">true</attribute> +- </task> +- <task name="delay-sign"> +- <attribute name="exename">sn</attribute> +- <attribute name="managed">true</attribute> +- </task> +- <task name="license"> +- <attribute name="hascommandlinecompiler">false</attribute> +- </task> +- <task name="ilasm"> +- <attribute name="managed">true</attribute> +- </task> +- </tasks> +- </framework> +- <framework +- name="moonlight-2.0" +- family="moonlight" +- version="2.0" +- description="Moonlight 2.0" +- sdkdirectory="${toolDirectory}" +- frameworkdirectory="${toolDirectory}" +- frameworkassemblydirectory="${toolDirectory}" +- clrversion="2.0.50727" +- clrtype="Browser" +- vendor="Mono" +- > +- <runtime> +- <modes> +- <auto> +- <engine program="${runtimeEngine}"> +- <arg value="--runtime=moonlight" /> +- <arg value="--security=temporary-smcs-hack" /> +- </engine> +- </auto> +- </modes> +- </runtime> +- <reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'lib/mono/2.1')}"> +- <include name="Microsoft.VisualBasic.dll" /> +- <include name="mscorlib.dll" /> +- <include name="System.Core.dll" /> +- <include name="System.dll" /> +- <include name="System.Net.dll" /> +- <include name="System.Runtime.Serialization.dll" /> +- <include name="System.ServiceModel.dll" /> +- <include name="System.ServiceModel.Web.dll" /> +- <include name="System.Windows.Browser.dll" /> +- <include name="System.Windows.dll" /> +- <include name="System.Xml.dll" /> +- </reference-assemblies> +- <task-assemblies> +- <!-- include MS.NET version-neutral assemblies --> +- <include name="extensions/net/neutral/**/*.dll" /> +- <!-- include MS.NET 2.0 specific assemblies --> +- <include name="extensions/net/2.0/**/*.dll" /> +- <!-- include MS.NET specific task assembly --> +- <include name="NAnt.MSNetTasks.dll" /> +- <!-- include MS.NET specific test assembly --> +- <include name="NAnt.MSNet.Tests.dll" /> +- <!-- include .NET 2.0 specific assemblies --> +- <include name="extensions/common/2.0/**/*.dll" /> +- </task-assemblies> +- <tool-paths> +- <directory name="${toolDirectory}" /> +- <directory name="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}" /> +- <directory name="${path::combine(frameworkAssemblyDirectory, 'mono/1.0')}" /> +- <!-- unmanaged tools --> +- <directory name="${sdkInstallRoot}/bin" /> +- </tool-paths> +- <project> +- <!-- quick and dirty check to see if pkg-config is available (and configured) --> +- <property name="pkgconfig.available" value="${environment::variable-exists('PKG_CONFIG_PATH')}" /> +- <if test="${pkgconfig.available}"> +- <if test="${pkg-config::exists('mono')}"> +- <call target="configure-from-pkg-config" /> +- </if> +- <if test="${not pkg-config::exists('mono')}"> +- <call target="configure-from-registry" /> +- </if> +- </if> +- <if test="${not pkgconfig.available}"> +- <call target="configure-from-registry" /> +- </if> +- +- <property name="toolDirectory" value="${path::combine(frameworkAssemblyDirectory, 'mono/2.1')}" /> +- <property name="runtimeEngine" value="${path::combine(sdkInstallRoot, 'bin/mono.exe')}" /> +- +- <target name="configure-from-pkg-config"> +- <property name="mono.version" value="${pkg-config::get-mod-version('mono')}" /> +- <property name="sdkInstallRoot" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'prefix'))}" /> +- <property name="frameworkAssemblyDirectory" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'libdir'))}" /> +- <property name="configDir" value="${path::combine(sdkInstallRoot, 'etc')}/" /> +- </target> +- +- <target name="configure-from-registry"> +- <monoregistry property="mono.reg" failonerror="false" /> +- <readregistry +- property="mono.version" +- key="${mono.reg}\DefaultCLR" +- hive="LocalMachine" +- /> +- <property name="monokey" value="${mono.reg}\${mono.version}" /> +- +- <readregistry +- property="sdkInstallRoot" +- key="${monokey}\SdkInstallRoot" +- hive="LocalMachine" /> +- <readregistry +- property="frameworkAssemblyDirectory" +- key="${monokey}\FrameworkAssemblyDirectory" +- hive="LocalMachine" /> +- <readregistry +- property="configDir" +- key="${monokey}\MonoConfigDir" +- hive="LocalMachine" /> +- </target> +- </project> +- <tasks> +- <task name="csc"> +- <attribute name="exename">smcs</attribute> +- <attribute name="managed">true</attribute> +- <attribute name="supportspackagereferences">true</attribute> +- <attribute name="supportsnowarnlist">true</attribute> +- <attribute name="supportsdocgeneration">true</attribute> +- <attribute name="supportskeycontainer">true</attribute> +- <attribute name="supportskeyfile">true</attribute> +- <attribute name="supportsdelaysign">true</attribute> +- <attribute name="supportslangversion">true</attribute> +- </task> +- <task name="resgen"> +- <attribute name="supportsassemblyreferences">true</attribute> +- <attribute name="supportsexternalfilereferences">true</attribute> +- </task> +- <task name="delay-sign"> +- <attribute name="exename">sn</attribute> +- </task> +- <task name="license"> +- <attribute name="hascommandlinecompiler">false</attribute> +- </task> +- </tasks> +- </framework> +- <framework +- name="sscli-1.0" +- family="sscli" +- version="1.0" +- description="Microsoft Shared Source CLI 1.0" +- sdkdirectory="C:\sscli\build\v1.x86fstchk.rotor\sdk\bin" +- frameworkdirectory="C:\sscli\build\v1.x86fstchk.rotor" +- frameworkassemblydirectory="C:\sscli\build\v1.x86fstchk.rotor" +- clrversion="1.0.3" +- clrtype="Desktop" +- vendor="Microsoft" +- > +- <runtime> +- <modes> +- <auto> +- <engine program="C:\sscli\build\v1.x86fstchk.rotor\clix.exe" /> +- </auto> +- </modes> +- </runtime> +- <reference-assemblies basedir="C:\sscli\build\v1.x86fstchk.rotor"> +- <include name="*.dll" /> +- </reference-assemblies> +- <task-assemblies> +- <!-- this is not a supported runtime framework --> +- </task-assemblies> +- <tool-paths> +- <directory name="C:\sscli\build\v1.x86fstchk.rotor\sdk\bin" /> +- <directory name="C:\sscli\build\v1.x86fstchk.rotor" /> +- </tool-paths> +- <project /> +- <tasks> +- <task name="csc"> +- <attribute name="supportsnowarnlist">true</attribute> +- </task> +- <task name="jsc"> +- <attribute name="managed">true</attribute> +- </task> +- <task name="delay-sign"> +- <attribute name="exename">sn</attribute> +- </task> +- <task name="license"> +- <attribute name="hascommandlinecompiler">false</attribute> +- </task> +- <task name="ilasm"> +- <attribute name="managed">true</attribute> +- </task> +- <task name="ildasm"> +- <attribute name="managed">true</attribute> +- </task> +- </tasks> +- </framework> +- </platform> + <platform name="unix" default="auto"> + <task-assemblies> + <!-- include NAnt task assemblies --> +@@ -2415,18 +92,18 @@ + <property name="csc.supportsdocgeneration" value="false" /> + </if> + <if test="${pkg-config::is-atleast-version('mono', '1.1')}"> +- <property name="toolDirectory" value="${path::combine(prefix, 'lib/mono/1.0')}" /> ++ <property name="toolDirectory" value="${path::combine(prefix, 'bin')}" /> + <property name="resgen.tool" value="resgen" /> + <property name="csc.supportsdocgeneration" value="true" /> + </if> + </project> + <tasks> + <task name="al"> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + </task> + <task name="csc"> +- <attribute name="exename">${path::combine(prefix, 'lib/mono/1.0/mcs.exe')}</attribute> +- <attribute name="managed">true</attribute> ++ <attribute name="exename">${path::combine(prefix, 'bin/mcs')}</attribute> ++ <attribute name="managed">false</attribute> + <attribute name="supportspackagereferences">true</attribute> + <attribute name="supportsnowarnlist">true</attribute> + <attribute name="supportsdocgeneration">${csc.supportsdocgeneration}</attribute> +@@ -2437,25 +114,25 @@ + </task> + <task name="jsc"> + <attribute name="exename">mjs</attribute> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + </task> + <task name="vbc"> +- <attribute name="exename">${path::combine(prefix, 'lib/mono/1.0/mbas.exe')}</attribute> +- <attribute name="managed">true</attribute> ++ <attribute name="exename">${path::combine(prefix, 'bin/vbnc')}</attribute> ++ <attribute name="managed">false</attribute> + </task> + <task name="resgen"> + <attribute name="exename">${resgen.tool}</attribute> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + </task> + <task name="delay-sign"> + <attribute name="exename">sn</attribute> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + </task> + <task name="license"> + <attribute name="hascommandlinecompiler">false</attribute> + </task> + <task name="ilasm"> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + </task> + </tasks> + </framework> +@@ -2502,9 +179,10 @@ + </task-assemblies> + <tool-paths> + <directory name="${toolDirectory}" /> +- <directory name="${path::combine(prefix, 'lib/mono/1.0')}" /> +- <!-- unmanaged tools --> ++ <!-- unmanaged tools --> + <directory name="${prefix}/bin" /> ++ <!-- managed tools --> ++ <directory name="${path::combine(prefix, 'lib/mono/1.0')}" /> + </tool-paths> + <project> + <if test="${not pkg-config::exists('mono')}"> +@@ -2518,7 +196,7 @@ + <property name="csc.supportsdocgeneration" value="false" /> + </if> + <if test="${pkg-config::is-atleast-version('mono', '1.1')}"> +- <property name="toolDirectory" value="${path::combine(prefix, 'lib/mono/2.0')}" /> ++ <property name="toolDirectory" value="${path::combine(prefix, 'bin')}" /> + <property name="resgen.tool" value="resgen" /> + <property name="csc.supportsdocgeneration" value="true" /> + </if> +@@ -2529,11 +207,11 @@ + </project> + <tasks> + <task name="al"> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + </task> + <task name="csc"> + <attribute name="exename">gmcs</attribute> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + <attribute name="supportspackagereferences">true</attribute> + <attribute name="supportsnowarnlist">true</attribute> + <attribute name="supportsdocgeneration">${csc.supportsdocgeneration}</attribute> +@@ -2544,26 +222,26 @@ + </task> + <task name="jsc"> + <attribute name="exename">mjs</attribute> +- <attribute name="managed">strict</attribute> ++ <attribute name="managed">false</attribute> + </task> + <task name="vbc"> + <attribute name="exename">vbnc</attribute> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + </task> + <task name="resgen"> + <attribute name="exename">${resgen.tool}</attribute> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + <attribute name="supportsexternalfilereferences">${resgen.supportsexternalfilereferences}</attribute> + </task> + <task name="delay-sign"> + <attribute name="exename">sn</attribute> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + </task> + <task name="license"> + <attribute name="hascommandlinecompiler">false</attribute> + </task> + <task name="ilasm"> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + </task> + </tasks> + </framework> +@@ -2616,10 +294,11 @@ + </task-assemblies> + <tool-paths> + <directory name="${toolDirectory}" /> ++ <!-- unmanaged tools --> ++ <directory name="${prefix}/bin" /> ++ <!-- managed tools --> + <directory name="${path::combine(prefix, 'lib/mono/2.0')}" /> + <directory name="${path::combine(prefix, 'lib/mono/1.0')}" /> +- <!-- unmanaged tools --> +- <directory name="${prefix}/bin" /> + </tool-paths> + <project> + <if test="${not pkg-config::exists('mono')}"> +@@ -2627,15 +306,15 @@ + </if> + <property name="resgen.supportsexternalfilereferences" value="false" /> + <property name="prefix" value="${pkg-config::get-variable('mono', 'prefix')}" /> +- <property name="toolDirectory" value="${path::combine(prefix, 'lib/mono/3.5')}" /> ++ <property name="toolDirectory" value="${path::combine(prefix, 'bin')}" /> + </project> + <tasks> + <task name="al"> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + </task> + <task name="csc"> + <attribute name="exename">gmcs</attribute> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + <attribute name="langversion">linq</attribute> + <attribute name="supportspackagereferences">true</attribute> + <attribute name="supportsnowarnlist">true</attribute> +@@ -2647,25 +326,25 @@ + </task> + <task name="jsc"> + <attribute name="exename">mjs</attribute> +- <attribute name="managed">strict</attribute> ++ <attribute name="managed">false</attribute> + </task> + <task name="vbc"> + <attribute name="exename">vbnc</attribute> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + </task> + <task name="resgen"> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + <attribute name="supportsexternalfilereferences">true</attribute> + </task> + <task name="delay-sign"> + <attribute name="exename">sn</attribute> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + </task> + <task name="license"> + <attribute name="hascommandlinecompiler">false</attribute> + </task> + <task name="ilasm"> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + </task> + </tasks> + </framework> +@@ -2721,11 +400,12 @@ + </task-assemblies> + <tool-paths> + <directory name="${toolDirectory}" /> ++ <!-- unmanaged tools --> ++ <directory name="${prefix}/bin" /> ++ <!-- managed tools --> + <directory name="${path::combine(prefix, 'lib/mono/3.5')}" /> + <directory name="${path::combine(prefix, 'lib/mono/2.0')}" /> + <directory name="${path::combine(prefix, 'lib/mono/1.0')}" /> +- <!-- unmanaged tools --> +- <directory name="${prefix}/bin" /> + </tool-paths> + <project> + <if test="${not pkg-config::exists('mono')}"> +@@ -2733,15 +413,15 @@ + </if> + <property name="resgen.supportsexternalfilereferences" value="false" /> + <property name="prefix" value="${pkg-config::get-variable('mono', 'prefix')}" /> +- <property name="toolDirectory" value="${path::combine(prefix, 'lib/mono/4.0')}" /> ++ <property name="toolDirectory" value="${path::combine(prefix, 'bin')}" /> + </project> + <tasks> + <task name="al"> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + </task> + <task name="csc"> + <attribute name="exename">dmcs</attribute> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + <attribute name="langversion">linq</attribute> + <attribute name="supportspackagereferences">true</attribute> + <attribute name="supportsnowarnlist">true</attribute> +@@ -2753,25 +433,25 @@ + </task> + <task name="jsc"> + <attribute name="exename">mjs</attribute> +- <attribute name="managed">strict</attribute> ++ <attribute name="managed">false</attribute> + </task> + <task name="vbc"> + <attribute name="exename">vbnc</attribute> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + </task> + <task name="resgen"> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + <attribute name="supportsexternalfilereferences">true</attribute> + </task> + <task name="delay-sign"> + <attribute name="exename">sn</attribute> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + </task> + <task name="license"> + <attribute name="hascommandlinecompiler">false</attribute> + </task> + <task name="ilasm"> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + </task> + </tasks> + </framework> +@@ -2824,22 +504,23 @@ + </task-assemblies> + <tool-paths> + <directory name="${toolDirectory}" /> +- <directory name="${path::combine(prefix, 'lib/mono/2.0')}" /> +- <directory name="${path::combine(prefix, 'lib/mono/1.0')}" /> + <!-- unmanaged tools --> + <directory name="${prefix}/bin" /> ++ <!-- managed tools --> ++ <directory name="${path::combine(prefix, 'lib/mono/2.0')}" /> ++ <directory name="${path::combine(prefix, 'lib/mono/1.0')}" /> + </tool-paths> + <project> + <if test="${not pkg-config::exists('mono')}"> + <fail>Unable to locate 'mono' module using pkg-config. Download the Mono development packages from http://www.mono-project.com/downloads/.</fail> + </if> + <property name="prefix" value="${pkg-config::get-variable('mono', 'prefix')}" /> +- <property name="toolDirectory" value="${path::combine(prefix, 'lib/mono/2.1')}" /> ++ <property name="toolDirectory" value="${path::combine(prefix, 'bin')}" /> + </project> + <tasks> + <task name="csc"> + <attribute name="exename">smcs</attribute> +- <attribute name="managed">true</attribute> ++ <attribute name="managed">false</attribute> + <attribute name="supportspackagereferences">true</attribute> + <attribute name="supportsnowarnlist">true</attribute> + <attribute name="supportsdocgeneration">true</attribute> +diff -ruN nant-0.92.orig/src/NAnt.Core/Tasks/ExternalProgramBase.cs nant-0.92/src/NAnt.Core/Tasks/ExternalProgramBase.cs +--- nant-0.92.orig/src/NAnt.Core/Tasks/ExternalProgramBase.cs 2012-06-09 08:05:53.000000000 -0600 ++++ nant-0.92/src/NAnt.Core/Tasks/ExternalProgramBase.cs 2013-08-04 22:41:24.000000000 -0600 +@@ -633,6 +633,8 @@ + if (Project.TargetFramework.FrameworkDirectory != null) { + string frameworkDir = Project.TargetFramework.FrameworkDirectory.FullName; + fullPath = Path.Combine(frameworkDir, ExeName + ".exe"); ++ if (!File.Exists(fullPath)) ++ fullPath = Path.Combine(frameworkDir, ExeName); + } else { + throw new BuildException( + string.Format(CultureInfo.InvariantCulture, +@@ -644,6 +646,8 @@ + if (Project.TargetFramework.SdkDirectory != null) { + string sdkDirectory = Project.TargetFramework.SdkDirectory.FullName; + fullPath = Path.Combine(sdkDirectory, ExeName + ".exe"); ++ if (!File.Exists(fullPath)) ++ fullPath = Path.Combine(sdkDirectory, ExeName); + } else { + throw new BuildException( + string.Format(CultureInfo.InvariantCulture, +@@ -656,6 +660,10 @@ + if (!File.Exists (fullPath)) { + string toolPath = Project.TargetFramework.GetToolPath ( + ExeName + ".exe"); ++ if (toolPath == null) { ++ toolPath = Project.TargetFramework.GetToolPath ( ++ ExeName); ++ } + if (toolPath != null) { + fullPath = toolPath; + } diff --git a/java/not-working/closure-compiler/PKGBUILD b/java/not-working/closure-compiler/PKGBUILD deleted file mode 100644 index 8318379a2..000000000 --- a/java/not-working/closure-compiler/PKGBUILD +++ /dev/null @@ -1,73 +0,0 @@ -# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> - -pkgname=closure-compiler -pkgver=20120917 -_pkgrev=2180 -pkgdesc="A JavaScript optimizing compiler." -url="https://code.google.com/closure/compiler/" -license=('Apache') - -pkgrel=1 -arch=('any') -depends=('java-runtime') -makedepends=( - 'apache-ant' - 'java-args4j' # does not exist - 'google-caja' # does not exist - 'java-guava' # does not build - 'java-jarjar' - 'java-json' # does not exist - 'java-jsr305' # does not exist - 'junit' - 'java-protobuf' # does not build - # maven-ant-tasks - 'jh') -source=("compiler-$pkgver::svn+http://closure-compiler.googlecode.com/svn/trunk/#revision=$_pkgrev") - -# For some reason, `file` detects this as a Fortran binary -_funny_js=( - lib/rhino/testsrc/benchmarks/sunspider-0.9.1/bitops-3bit-bits-in-byte.js -) - -mksource() { - cd "$srcdir/compiler-$pkgver" - rm lib/ant.jar - rm lib/ant-launcher.jar - rm lib/args4j.jar - rm lib/caja-r4314.jar - rm lib/guava.jar - rm lib/jarjar.jar - rm lib/json.jar - rm lib/jsr305.jar - rm lib/junit.jar - rm lib/protobuf-java.jar - rm lib/rhino/testsrc/org/mozilla/javascript/tests/commonjs/module/modules.jar - rm tools/maven-ant-tasks-2.1.3.jar -} - -build() { - cd "$srcdir/compiler-$pkgver" - eval `jh mksource ${_funny_js[@]}` - - ln -s /opt/apache-ant/lib/ant.jar lib/ant.jar - ln -s /opt/apache-ant/lib/ant-launcher.jar lib/ant-launcher.jar - ln -s /usr/share/java/... lib/args4j.jar - ln -s /usr/share/java/... lib/caja-r4314.jar - ln -s /usr/share/java/... lib/guava.jar - ln -s /usr/share/java/jarjar.jar lib/jarjar.jar - ln -s /usr/share/java/... lib/json.jar - ln -s /usr/share/java/... lib/jsr305.jar - ln -s /usr/share/java/junit.jar lib/junit.jar - ln -s /usr/share/java/protobuf.jar lib/protobuf-java.jar - # I think lib/rhino/.../module.jar autogenerates - ln -s /... tools/maven-ant-tasks-2.1.3.jar - - ant jar -} - -package() { - cd "$srcdir/$pkgname" - : -} - -md5sums=('SKIP') diff --git a/java/not-working/closure-compiler/TODO b/java/not-working/closure-compiler/TODO deleted file mode 100644 index 8527a4898..000000000 --- a/java/not-working/closure-compiler/TODO +++ /dev/null @@ -1,2 +0,0 @@ -* Has plenty of missing dependencies (most of the 'not-working' folder) -* package() has not been written diff --git a/java/not-working/java-bnd/PKGBUILD b/java/not-working/java-bnd/PKGBUILD new file mode 100644 index 000000000..86820469a --- /dev/null +++ b/java/not-working/java-bnd/PKGBUILD @@ -0,0 +1,24 @@ +# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> + +_pkgname=bnd +pkgname=java-bnd +pkgver=1.50.0 +pkgdesc="A swiss army knife for OSGi" +url="http://www.aqute.biz/Bnd/" +license=('Apache2') + +pkgrel=1 +arch=(any) +makedepends=('apache-ant' 'junit') +source=("git://github.com/bndtools/bnd.git") + +build() { + cd "$srcdir/$_pkgname" + ant dist +} + +package() { + : +} + +md5sums=('SKIP') |