From: jprocter Date: Fri, 8 Apr 2005 12:46:10 +0000 (+0000) Subject: updated build strategy and checking for portability. X-Git-Tag: Release_2_0~462 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=1156f593e261b3c082e56d783c756aefb08d4d0b;p=jalview.git updated build strategy and checking for portability. --- diff --git a/build.xml b/build.xml index 2082fbd..ff25b09 100755 --- a/build.xml +++ b/build.xml @@ -1,168 +1,215 @@ - - + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - --> - + dir="${helpDir}" + includes="**/*.html" /> + + --> + - - - - + + + + - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + - - - - - - - - - + + + + + + + + + - - - - - + + + + + + classname="com.sun.java.help.search.Indexer" + classpathref="build.classpath" + fork="true" + dir="${outputDir}/${helpDir}" + > - - - - - + - - - - - + + + + + + + + + - - - - - - + + + + + + - + - - - - - - - - - - Jalview - M Clamp - - Jalview Multiple Alignment Editor - Jalview - - - - - - - http://www.compbio.dundee.ac.uk/~andrew/jalview/glut.msf - URL - MSF + + + + + + + Jalview + M Clamp + + Jalview Multiple Alignment Editor + Jalview + + + + + + + + + + http://www.compbio.dundee.ac.uk/~andrew/jalview/glut.msf + URL + MSF - - - - - - + + + + + + - - - - + + + + + + java -classpath ${run.classpath} jalview.bin.Jalview + + - java -classpath ${run.classpath} jalview.bin.Jalview - - - + + + + + + + + + + + + + + + + + + + diff --git a/lib/axis.jar b/lib/axis.jar index 4f62367..90bb798 100755 Binary files a/lib/axis.jar and b/lib/axis.jar differ diff --git a/utils/axis-ant.jar b/utils/axis-ant.jar index 9cb30a9..be9d3fe 100755 Binary files a/utils/axis-ant.jar and b/utils/axis-ant.jar differ diff --git a/utils/jarunsigner.pl b/utils/jarunsigner.pl index f18f94c..283aed2 100755 --- a/utils/jarunsigner.pl +++ b/utils/jarunsigner.pl @@ -24,8 +24,8 @@ while (scalar @jarfiles) { system("rm -Rf *"); system("jar xf $jarfile"); system("mv $jarfile $jarfile.bak"); - system("rm META-INF/*.SF"); - system("rm META-INF/*.RSA"); + system("find META-INF \\( -name \"*.SF\" \\) -exec rm \\{\\} \\;"); + system("find META-INF \\( -name \"*.RSA\" \\) -exec rm \\{\\} \\;"); system("jar cf $jarfile *"); }