Martin Burger wrote:
Dominique Devienne wrote:
Are these tmp/ folders empty? There's an option to control behavior
about empty folders. --DD
> ls -la .svn/tmp/
total 0
drwxr-xr-x6 mburger 100 204 Oct 12 14:32 .
drwxr-xr-x 14 mburger 100 476 Oct 12 14:36 ..
drwxr-xr-x2
Dominique Devienne wrote:
Are these tmp/ folders empty? There's an option to control behavior
about empty folders. --DD
> ls -la .svn/tmp/
total 0
drwxr-xr-x6 mburger 100 204 Oct 12 14:32 .
drwxr-xr-x 14 mburger 100 476 Oct 12 14:36 ..
drwxr-xr-x2 mburger 100 68 Oct 12 14:32 pr
Hello!
I try to sync a working copy of a subversion repository:
But the sync task does not copy the tmp folders in subversion's admin
directory (.svn/tmp). If I copy manually such a directory, the sync task
will delete that dir saying "Removed 10 dangling directories
Hello,
I'm using the Execute task (Ant 1.6.5) to start a Java program
programmatically. Sometimes, the method
"Execute.execute(Execute.java:490)" throws an IllegalThreadStateException:
Exception in thread "DDchange-RMIJUnitTesterLauncherThread"
java.lang.IllegalThreadStateException
a
Hello!
I'm using the Javac task to compile Java sources programmatically. If
there is an compile error, the Javac tasks (more specific the
com.sun.tools.javac.Main compiler) prints it's error to the console
(System.err).
Currently, I'm setting System.err to a new PrintStream just before I
c
Hello,
I'm using the Javac task programmatically to compile java source files.
Unfortunately, javac does not remove class files of java files that do
not exist (anymore). And pruning the destination dir is not a good
solution, because only the changed java files should be compiled - not
all f
Petar Tahchiev schrieb am 23.08.2005 18:26:
What's wrong with the delete task?
Thanks for the hint. Want to delete file? - Use delete task! :-) After
reading the documentation second time I found the solution.
You need a delete task that contains a file set. That file set contains
a prese
Hello,
I'm using the Javac task programmatically to compile java source files.
Unfortunately, javac does not remove class files of java files that do
not exist (anymore). And pruning the destination dir is not a good
solution, because only the changed java files should be compiled - not
all f
Conor MacNeill schrieb am 18.07.2005 13:01:
Look at the element.
Also, for an example, look at Ant's build file.
That executes all test methods defined in $testcase, doesn't?
I looked meantime at the source code, I think it is not possible to
execute a single test method. JUnitTask
Hello,
using the JUnit task is it possible to execute a single test _method_?
Regards,
Martin
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Petar Tahchiev schrieb am 14.07.2005 13:05:
You can always use the directive.
But how to add that directive programmatically (via instance of
org.apache.tools.ant.taskdefs.Javac)?
Regards,
Martin
-
To unsubscri
Hello!
I want to use the Javac task programmatically. After getting my feet wet
while reading a lot of source code I managed to set all attributes and
execute the task successfully - expect one:
How can I add a compilerarg line to the Javac task? I haven't found a
proper method to add someth
12 matches
Mail list logo