javasvn became svnkit a couple of years ago. I don't recall the story,
but the name was changed. So if you're still using javasvn, it's quite
old. svnkit is used in the Subclipse and Subversive plugins for Eclipse
and in the jEdit SVN plugin, and it seems to be quite fast. svnkit
comes with
I am currently using svnant with javasvn and everything works great, it is just
very sloow. Much slower than command line svn or SmartSVN. I was thinking
about trying svnkit as a replacement for javasvn. Would it be any faster?
---
Shawn Castrianni
-Original Message-
From: Dale A
Have you tried the svn ant task from subclipse?
http://subclipse.tigris.org/svnant.html
The documentation appears to be out of date since it doesn't mention
that the "info" command is supported, yet there is a command in the code
base for it. The documentation also doesn't say it can use svn
I'm using the script tag to run a ruby script and would like to return
a value from the script. Is that possible? I see that I can use the
setbeans attribute to have access to the build.xml variables from
within the ruby script. I can output them and even change those
variables within th
I am trying to create a target that will echo the directory strucutre
localted on a remote machine and then ask an input from the user.
I have figured out how to do this on a local box. But unable to do the same
for a directory located on a remote server.
Any ideas?
Thanks,
Ankit
--
View this
Thanks, I actually had done that query already and couldn't come up
with anything particularly good. Most of it is outdated (JUnit 3, Ant
1.3, 1.5, etc.) and I don't really have time to translate them with
almost 0 knowledge of ant. I was hoping for a little bit more
focussed help.
However, ther
check out this...
http://www.google.fr/search?source=ig&hl=en&rlz=&=&q=junit+and+ant+tutorials
Hello everyone,
I'm struggling to understand the junit task. I was wondering if
anyone knew of a good tutorial or article that is current (junit 4,
ant 1.7) that is perhaps slightly better than the ju
Hi,
Patch is:
--- Definer.java.orgWed Jun 11 16:24:17 2008
+++ Definer.javaWed Jun 11 17:05:15 2008
@@ -331,7 +331,7 @@
}
try {
if (message == null) {
-return file.toURL();
+return file.toURI().toURL();
}
Hi,
Error occurs on 1.7 and 1.7.1 beta2.
If I define a typedef with a # in the path ant won't run.
I have included a patch and have not created an error, is this a known
issue or already fixed?
BUILD FAILED
C:\USERS\helium\helium-dev-forbuilds#\helium\build.xml:15: The following
error o
ccurr
HI,
Can u please tell me how to pass this as an argument?
Some sample code would definitely help.
I am using fixcrlf task.
-Original Message-
From: Steve Loughran [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 11, 2008 4:57 PM
To: Ant Users List
Subject: Re: Change Temp Directroy used b
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 11, 2008 12:22 PM
To: user@ant.apache.org
Subject: how to check that a property exist
/*
I've a properties file like that:
...
defaultPollerManagedServer=A
TestEvent.pollerManagedServer=B
DummyEv
Pankaj Arora01 wrote:
Hi All,
Can I change the temp directory used by ANT by passing it as an argument?
Problem:
I am trying to start two processes parallely on the same System. Both the
processes are modifying files having same name but in different directories.
During processing, files a
Hi All,
Can I change the temp directory used by ANT by passing it as an argument?
Problem:
I am trying to start two processes parallely on the same System. Both the
processes are modifying files having same name but in different directories.
During processing, files are copied to System Temp
-Original Message-
From: Emsley, I (Iain) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 11, 2008 12:14 PM
To: user@ant.apache.org
Subject: Failing to create a task or type
/*
[taskdef] Could not load definitions from resource
net/sf/antcontrib/antcontrib.properties. It could not be fo
Hi all,
I'm trying to find out a solution for the below issue.
I've a properties file like that:
...
defaultPollerManagedServer=A
TestEvent.pollerManagedServer=B
DummyEvent.pollerManagedServer=C
...
I run my build.xml providing a parameter:
ant -DIPEvent=TestEvent
And I would like to set the
I've come into difficulties on an build.xml file which I'd appreciate
some pointers in solving. I've been running a build on a subdirectory of
a programme to add in contributor code but keep getting the following
error:
Buildfile: M:\bedework\bedework\projects\contrib\build.xml
init:
build-source:
16 matches
Mail list logo