Hello,
I have a problem with the svnant status task.
This is how I use this task (itīs a copy paste from svn doc):
<svn>
<status path="D:\test\projB\work\a.txt"
textStatusProperty="testStatus.textStatus"
propStatusProperty="testStatus.propStatus"
lastChangedRevisionProperty="testStatus.lastCommitRevision"
revisionProperty="testStatus.revision"
lastCommitAuthorProperty="testStatus.lastCommitAuthor"/>
</svn>
And I get the following output with the error message:
[svn] Using command line interface
Svn : Status
Pfad: D:\test\projB\work\a.txt
Name: a.txt
URL: file:///C:/svntest/reposi/projB/work/a.txt
UUID des Projektarchivs: 7ac9ac75-bb3c-124d-bdd9-144dd64a4026
Revision: 109
Knotentyp: Datei
Plan: normal
Letzter Autor: sya
Letzte ge"nderte Rev: 58
Letztes Znderungsdatum: 2005-09-02 11:53:32 +0200 (Fr, 02 Sep 2005)
Text zuletzt ge"ndert: 2005-09-08 11:05:39 +0200 (Do, 08 Sep 2005)
Eigenschaften zuletzt ge"ndert: 2005-09-06 15:43:32 +0200 (Di, 06 Sep 2005)
Pr?fsumme: 5d41402abc4b2a76b9719d911017c592
M 109 58 sya D:\test\projB\work\a.txt
BUILD FAILED: C:\Programme\eclipse\workspace\Ant\svnMacros\build.xml:55: java.lang.NullPointerException
I get the same error if I use the propset task (it seams that propset use the status command, too) .
Where is the problem? Is this maybe a bug? Or is it my mistake?
Thanks
Rafael
Received on Fri Sep 9 00:30:35 2005