Ant Junit ignore annotation @ContextConfiguration

2011-12-20 Thread 叶伟平
Hi, everyone! I have a project which is builded on struts2.2.1, Hibernate3.6.3 and Spring3.0.5, and I'm running unit tests with Ant. I wrote three classes: 1. TestLoginAction (unit test class) public class TestLoginAction extends BaseActionTransactionalTest { ... } 2. BaseActionTransactionalTest

Re: Extension Points?

2011-12-20 Thread Andy Stevens
Hmm... wonder if netbeans has switched to those for the build scripts it uses in project definitions? Sounds like they'd be just the thing to replace various -pre & -post "hook" targets that were in them last time I looked... Andy. On 18 Dec 2011 12:17, "Nicolas Lalevée" wrote: > > Le 16 déc. 20

Re: Question about using Tar with Hadoop files

2011-12-20 Thread Andy Stevens
You didn't mention what version of Ant was involved... Andy. On 20 Dec 2011 05:31, "Frank Astier" wrote: > Hi - > > I’m trying to use the Apache Tar package (1.8.2) for a Java program that > tars large files in Hadoop. I am currently failing on a file that’s 17 GB > long. Note that this code wor