Re: Ant task to clean up files not in svn

2005-06-09 Thread Paul Elschot
tice, but I don't control is). I would like to have a task > which cleaned these up. This will detect these files: http://www.mail-archive.com/user@ant.apache.org/msg18369.html Proost, Paul Elschot - To unsubscribe,

Re: Urgent Help Required: Issue with Suse Linux

2005-05-21 Thread Paul Elschot
t from within the build file using a (bracketed) list of commands separated by semicolons after the bash -c . Regards, Paul Elschot > > - Alexey. > > Kapil Bajaj wrote: > > >Hi All > > > >I am facing an issue when I am trying to execute Ant Script in Suse > >

Wrapping gcj/gij in ant scripts for compiling and testing

2005-05-17 Thread Paul Elschot
junit informing the gcj class loader to use the shared libs. For more than one shared lib the full search mode is needed for class loading to work here. Did someone start working on better ant tasks for gcj and gij? Comments welcome. Regards, Paul Elschot Assumptions: - sharedlib1 and

Possibly OT: ant target to verify that all files version controlled by svn

2005-03-24 Thread Paul Elschot
I ran into the problem of svn unversioned files a few weeks ago. This test target for that project now depends on the test compilation and on this: It might also work under other Un*xes. Regards, Paul

Re: Enabling assertions without forking for each test. Can I fork junit itself?

2005-01-18 Thread Paul Elschot
Domique, Ivan, On Tuesday 18 January 2005 10:55, Ivan Ivanov wrote: > Hello, Paul, > --- Paul Elschot <[EMAIL PROTECTED]> wrote: > > > > I upgraded ant from 1.6b2 to 1.6, and according to > > the docs the > > above forkmode should do what I need. > >

Re: Enabling assertions without forking for each test. Can I fork junit itself?

2005-01-18 Thread Paul Elschot
Dmonique, On Monday 17 January 2005 21:12, Dominique Devienne wrote: > > From: Paul Elschot [mailto:[EMAIL PROTECTED] > > Is it possible to fork junit itself, instead of each test case? > > Try with Ant 1.6.2. --DD I upgraded ant from 1.6b2 to 1.6, and according to the docs

Enabling assertions without forking for each test. Can I fork junit itself?

2005-01-15 Thread Paul Elschot
se? Or is there an easier way? Regards, Paul Elschot P.S. This is the junit target from the build.xml file that I'm using: (I added a star before the testcase name, whi