Hi,
I'm using svnAnt 0.9.13 and a local repository (for testing purposes). Everytime I try to execute the status command I get an NPE:
My target in build.xml:
<target name="svn_status">
<svn>
<status path="src/SvnTestMain.java" textStatusProperty="status.text" propStatusProperty="status.prop" />
</svn>
<echo message="Status (Text): ${status.text}" />
<echo message="Status (Prop): ${status.prop}" />
</target>
Result:
Buildfile: D:\Daten\eclipse\ice\svn_test\build.xml
svn_status:
[svn] Using command line interface
Svn : Status
info D:\Daten\eclipse\ice\svn_test\src\SvnTestMain.java
Pfad: D:\Daten\eclipse\ice\svn_test\src\SvnTestMain.java
Name: SvnTestMain.java
URL: file:///D:/spielwiese/svn_repo/svn_test/src/SvnTestMain.java
Revision: 2
Knotentyp: Datei
Plan: normal
Letzter Autor: u172824
Letzte ge"nderte Rev: 2
Letztes Znderungsdatum: 2005-09-08 17:34:36 +0200 (Do, 08 Sep 2005)
Text zuletzt ge"ndert: 2005-09-08 16:05:53 +0200 (Do, 08 Sep 2005)
Pr?fsumme: 7461ccf8ca5c5514cc3cc8cbbdde90a9
status -v -N --no-ignore D:\Daten\eclipse\ice\svn_test\src\SvnTestMain.java
M 2 2 u172824 D:\Daten\eclipse\ice\svn_test\src\SvnTestMain.java
BUILD FAILED
D:\Daten\eclipse\ice\svn_test\build.xml:35: java.lang.NullPointerException
Total time: 2 seconds
Has anyone experienced something similar? Is this already a known bug?
Regards,
Gunnar
Received on Fri Sep 9 18:20:51 2005