70 Commits (8fab9564d5c47ca174fd37efe2ce94075187e92c)

Author SHA1 Message Date
  Antoine Levy-Lambert 8fab9564d5 PR: 22533 22 years ago
  Stefan Bodewig e67a40fbb3 Revert part of the commit that made tasks use Execute#isFailure. 22 years ago
  Steve Loughran 2c905033e5 I always worry when I change something fundamental, and the amount of refactoring here to get assertions in 'cleanly' means the change here is larger than one would expect. The key problem is that the existing code created presized arrays, but sizing these arrays meant resolving every single option and counting the #of commands -effectively creating the command line twice. Once to size it, once to save the results. this was silly and unwieldy, though it made sense given how this command grew and grew. 22 years ago
  Antoine Levy-Lambert 3b3a4cd29f Add spawn attribute to java task as well 22 years ago
  Antoine Levy-Lambert 7e82bff60d style 22 years ago
  Stefan Bodewig d47dfcbc98 Use Execute.isFailure 22 years ago
  Conor MacNeill 3a35c7d914 style 22 years ago
  Conor MacNeill 410129735b style 22 years ago
  Conor MacNeill 4ac04f30c2 Ensure all generated output gets through the output system to the 22 years ago
  Conor MacNeill e580392c2d More cleanup 22 years ago
  Stefan Bodewig b5bd5af059 Add a nested <bootclasspath> to <java>. 22 years ago
  Stefan Bodewig 08c47d7e62 Add nested <propertyset>s to <java> and <junit>. 23 years ago
  Antoine Levy-Lambert 295ea16dac allow to set a property with the exit code of java bugrep 19099 submitted by Donal Quinlan (donal at savvion dot com) 23 years ago
  Stefan Bodewig 24436a1c92 Remove email address from sources 23 years ago
  Conor MacNeill 47856f86d8 Minor edits - i.e. make it compile 23 years ago
  Stefan Bodewig 1dc8a07905 Remove Jakarta Project from license 23 years ago
  Conor MacNeill 4a9153f9f2 Input handling framework 23 years ago
  Conor MacNeill 984ad3c021 Refactor output handling from Exec into a new class Redirector and 23 years ago
  Conor MacNeill 6ceeb5d3da Much better solution to unterminated output - better backward compat 23 years ago
  Conor MacNeill 987c943d07 Flush output of Java task when finished. 23 years ago
  Peter Donald 8f413c1208 Remove unused imports, remove glob imports, sort imports. 23 years ago
  Peter Donald f9121ee81e Encapsulate some fields in Task and add some deprecation warnings to coresponding fields. 23 years ago
  Peter Donald 28b68ab7d0 Encapsulate usage of project object rather than allowing objects 7 subclasses acessing a protected variable of their super super super .... class. 23 years ago
  Magesh Umasankar da5a13f8e4 Merge differences between the ANT_15_FINAL branch and the trunk into the trunk. 23 years ago
  Magesh Umasankar 6bd8d6e938 Merge changes made to 1.5 Beta2. 23 years ago
  Stefan Bodewig 233ae85c5f Don't tell people we'd execute a given command line when we really do 24 years ago
  Conor MacNeill 6bc9693c3c Ongoing Javadocs 24 years ago
  Conor MacNeill 80080d456c Reduce a small number of long lines 24 years ago
  Conor MacNeill c4266e9250 Coding Standard 24 years ago
  Conor MacNeill c6c232893c Various coding standard fixes 24 years ago
  Conor MacNeill 3518a35d47 Bring all headers into line 24 years ago
  Stefan Bodewig d91fdceaa6 <java> may alter value of dir during execute. Cosmetics. 24 years ago
  Stefan Bodewig d1549366e5 Make <java> handle exceptions gracefully if failonerror="true" in 24 years ago
  Stefan Bodewig d463563bef timeout support for <java> 24 years ago
  Stefan Bodewig 6258074cd0 Add append attributes to <exec>, <java> and <sql> 24 years ago
  Erik Hatcher 7fec7616d1 Changing "ant:task" to "ant.task" to avoid JDK 1.4 javadoc warnings (XDoclet has been modified to handle this separator too). 24 years ago
  Erik Hatcher 10aeeab05b XDoclet fun! 24 years ago
  Jon Skeet d19b7b2415 First pass of JavaDoc work just to get rid of warnings. 24 years ago
  Stefan Bodewig 1df308115f add environment variable support in <java> for forked VMs. 24 years ago
  Stefan Bodewig f3577cdb5c License police on task definitions: 24 years ago
  Stephane Bailliez d12e6411cc Code clean up: 24 years ago
  Stephane Bailliez 458b181fc1 Added the support to the -jar option in the command line per suggestion of <aspyker@nc.rr.com> 24 years ago
  Conor MacNeill 8543e47b28 Add jvmVersion attribute so that maxmeory is formatted correctly for the 24 years ago
  Conor MacNeill 74eb73ac39 Add a security manager so that non-forked java programs that call 24 years ago
  Conor MacNeill 059ad35916 This is a major change. :-) 24 years ago
  Conor MacNeill 0fcac6aa36 Add a new front end fro Ant which will perform many of the functions 24 years ago
  Conor MacNeill 6c287080d4 Make licence statements mention Ant in place of Tomcat 25 years ago
  Stefan Bodewig 6f18050729 Added an output attribute to <java>. 25 years ago
  Stefan Bodewig d8bff4d35a Added a nested sysproperty element to <java>. This allows the user to 25 years ago
  Stefan Bodewig 6b11d7b61e Improved output and error checking in <java>. 25 years ago