ant-1.7.1-7.1>t  DH`pJ݆$/=„$~w팈QkalER~JI /E6kYS,d瀼8MNQ*_'4Só69g!.iRY1VM  j 7h)r5;SgÝ;Ɓ:%ázJhp@zIkjU#Xt D6(!OY3| C<$/נ4xq:Zh3;eDcX8ɓ))SN> 11f180994f00c6476b3ef08058e8223d2cd92ebd}J݆$/=„Җ$ԊaMX+q"#4t`ð:Y~lO:GcKBa|><4?4d   ( (,:C^ w  P       P    L  l  $    (8 9 : >/@/B/F/G/ H0| I0 X1Y1$Z10[14\18 ]1 ^3 b3c4Pd4e4f4l4z4Cant1.7.17.1A Java-Based Build ToolApache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles. Why another build tool when there is already make, gnumake, nmake, jam, and others? Because all those tools have limitations that Ant's original author could not live with when developing software across multiple platforms. Make-like tools are inherently shell-based--they evaluate a set of dependencies then execute commands, not unlike what you would issue in a shell. This means that you can easily extend these tools by using or writing any program for the OS that you are working on. However, this also means that you limit yourself to the OS, or at least the OS type, such as Unix, that you are working on. Makefiles are inherently evil as well. Anybody who has worked on them for any time has run into the dreaded tab problem. "Is my command not executing because I have a space in front of my tab???" said the original author of Ant way too many times. Tools like Jam took care of this to a great degree, but still have yet another format to use and remember. Ant is different. Instead of a model where it is extended with shell-based commands, Ant is extended using Java classes. Instead of writing shell commands, the configuration files are XML-based, calling out a target tree where various tasks are executed. Each task is run by an object that implements a particular task interface. Granted, this removes some of the expressive power that is inherent by being able to construct a shell command such as `find . -name foo -exec rm {}`, but it gives you the ability to be cross-platform--to work anywhere and everywhere. If you really need to execute a shell command, Ant has an task that allows different commands to be executed based on the OS used.J݆build30OopenSUSE 11.2openSUSEApache Software License ..http://bugs.opensuse.orgDevelopment/Tools/Buildinghttp://jakarta.apache.org/linuxnoarch echo -e "\n" > /etc/maven/maven2-depmap.xml if [ -d /etc/maven/fragments ] && [ -n "`find /etc/maven/fragments -type f`" ]; then cat /etc/maven/fragments/* >> /etc/maven/maven2-depmap.xml fi echo -e "\n" >> /etc/maven/maven2-depmap.xml echo -e "\n" > /etc/maven/maven2-depmap.xml if [ -d /etc/maven/fragments ] && [ -n "`find /etc/maven/fragments -type f`" ]; then cat /etc/maven/fragments/* >> /etc/maven/maven2-depmap.xml fi echo -e "\n" >> /etc/maven/maven2-depmap.xml5& ]<lGȴ;=~LAI/  O&AA큤AA큤AA큤A큤AA큤HJ݅J݅J݅HduHduJ݅J݅HduHduHdu HduHdu J݅J݆HduHduHduHduHduJ݅J݅J݅J݅J݅J݅J݅J݅J݅J݅J݅J݅d707881e38e9ad3eb0feea17350de66b9d9b241857777bdd91c723bd0ec3e5d767da0f2ac1702b3344ab88312e5f532708ff30928397518311bdd0964a1cff8cb207f6229b193c5737904349e86c2f8bcbd3a386c74ce2366db1a3459b15c2287482dd49dfb6e18f21f15ba64cb350be3bfbe0a5040e150f2e03d1e44f96d5b0ba84bd1f36d6a5c9ee1e849c0234411ea0488d442bdc5fb65fd690a97efd6104c6050248a5a97f67ac931b5254c058cb3c4972416858001c1d99376e66368113f16ea05c772f4e5c8a36f02980a3daa7f05b2459dc6ca09bd4b3d1974bda7ca40f0ded6f413aaa7a2d1876c2ff3ebb11e2d4d94fc63dff600a175fe444c85286f7278ab8136aec32cc3d070aa6fdc66281417beff363a573fcd3db75f7482ef7ae9dcc49c2bbfe405a95b6edc5d2b488a208b1e195d99c65e4e2ab9e9886f2b6ant-bootstrap-1.7.1.jarant-launcher-1.7.1.jarant-1.7.1.jarrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootant-1.7.1-7.1.src.rpmapache-antant    xerces-j2jaxp_parser_implxml-commons-apisxml-commons-resolverjpackage-utilsjava-devel/bin/sh/bin/shrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)rpmlib(PayloadIsLzma)2.7.1-21.7.51.5.04.0-13.0.4-14.4.6-14.7.1J8I@IIHz@H}H!F@F.E@mvyskocil@suse.czro@suse.demvyskocil@suse.czmvyskocil@suse.czro@suse.decoolo@suse.demvyskocil@suse.czskh@suse.dedbornkessel@suse.dedbornkessel@suse.de- do not use Release number in Requires of subpackages- do not assume release number for ant and ant-antlr are identical- update to 1.7.1. Upstream changes (full list is in WHATSNEW): * String resources only have properties single expanded. If you relied on resources being expanded more than once, it no longer happens. Bugzilla report 42277. * A String resource's encoding attribute was only taken into account when set from the resource's OutputStream; the InputStream provided the String's binary content according to the platform's default encoding. Behavior has been modified to encode outgoing (InputStream) content as well as encoding incoming (OutputStream) content. * with fork now returns gives -1 instead of 0 as result when * failonerror is false and some exception (including timeout) occurs. Br 42377. * ant-type attribute has been marked as deprecated and a warning has been issued if it is encountered in the build file. * FileUtils.createTempFile now actually creates the file. The TempFile task still does not create the file by default, can be instructed to do so however using a new parameter. Bugzilla report 33969. - added maven pom files from jpackage project - synchronized ant.spec with jpackage.org 5.0 - used ant-antlr-prepare.sh for generate of ant-antlr.spec from ant.spec to keep them synchronized. Build is branched using value of %%bootstrap macro: * bootstrap == 1 means build ant, ant-{jmf,nodeps,scripts,swing,trax} * bootstrap == 0 means build rest of ant modules + ant-javadoc- [bnc#440645] - ant fails without installed jdk: - added a java-devel to Recommends:- use xerces-j2-bootstrap to build (as early as possible) - add java doc dir to filelist of javadoc subpackage to fix build- avoid another build cycle- build using gcj, to allow a openjdk6 bootstrap - change a source and a target level to 1.5 in build.xml- disable junit tests and remove junit from BuildRequires to break circular build dependency- update to version 1.7.0 major changes are (for a complete list, consult /usr/share/doc/packages/ant/WHATSNEW): Changes that could break older environments: - ------------------------------------------ * Initial support for JDK 6 (JSR 223) scripting. <*script*> tasks will now use javax.scripting if BSF is not available, or if explicitly requested by using a "manager" attribute. * The -noproxy option which was in the previous 1.7 alpha and beta releases has been removed. It is the default behavior and not needed. * Removed launcher classes from nodeps jar. * filter reader uses ISO-8859-1 encoding to read the java class file. Bugzilla report 33604. * Defer reference process. Bugzilla 36955, 34458, 37688. This may break build files in which a reference was set in a target which was never executed. Historically, Ant would set the reference early on, during parse time, so the datatype would be defined. Now it requires the reference to have been in a bit of the build file which was actually executed. If you get an error about an undefined reference, locate the reference and move it somewhere where it is used, or fix the depends attribute of the target in question to depend on the target which defines the reference/datatype. *