87 Commits (54b827ff4f14f4290b0673b4afcec3a2579889a8)

Author SHA1 Message Date
  Stefan Bodewig 54b827ff4f Don't swallow the stack trace if a Java program throws an exception. 22 years ago
  Peter Reilly c885f56836 remove authors from files 22 years ago
  Steve Loughran 8cbb49d6a0 nothing wrong with setFailOnError(false) and spawn. 22 years ago
  Antoine Levy-Lambert 278781dcd6 Copyright owner is The Apache Software Foundation 22 years ago
  Antoine Levy-Lambert 66555ca10d Remove trailing spaces in all java files 22 years ago
  Antoine Levy-Lambert ca1513552f Switch to Apache Software License 2.0 22 years ago
  Stefan Bodewig ba56fe06af fix wrong javadoc comment. 22 years ago
  Stefan Bodewig 46a9d8a1c5 <java> ignored the append attribute. 22 years ago
  Stefan Bodewig 8b1e44f10b Add a cloneVm attribute to CommandlineJava and <java> and <junit>. 22 years ago
  Steve Loughran 7d5a81af57 With these changes assertions now work, at least as far as the java tests are concerned...not tested junit 22 years ago
  Antoine Levy-Lambert 962a59d64f Style 22 years ago
  Stefan Bodewig 36accb02b3 Treat timeout like a failed execution, fix comments on Execute#getExitCode 22 years ago
  Peter Reilly 08084b4e5c Next round of typo fixes by Larry Shatzer 22 years ago
  Conor MacNeill 6330dbe30f Fix some incorrect comments 22 years ago
  Antoine Levy-Lambert 543e74c784 Use again Permissions to catch non zero exit statuses when using the Java task 22 years ago
  Antoine Levy-Lambert 1df7fd17ca Rollback temporarily the setting of new permissions when failonerror="true" 22 years ago
  Antoine Levy-Lambert 1de5995d90 Set default permissions appropriate to fail the builds when failonerror is 22 years ago
  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>. 22 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) 22 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 23 years ago
  Conor MacNeill 6bc9693c3c Ongoing Javadocs 23 years ago
  Conor MacNeill 80080d456c Reduce a small number of long lines 23 years ago
  Conor MacNeill c4266e9250 Coding Standard 23 years ago
  Conor MacNeill c6c232893c Various coding standard fixes 23 years ago
  Conor MacNeill 3518a35d47 Bring all headers into line 23 years ago
  Stefan Bodewig d91fdceaa6 <java> may alter value of dir during execute. Cosmetics. 23 years ago
  Stefan Bodewig d1549366e5 Make <java> handle exceptions gracefully if failonerror="true" in 23 years ago