AntXtras v0.5.1 released.

2007-03-25 Thread Wascally Wabbit
ANNOUNCEMENT: Version 0.5.1 of JWare/AntXtras Foundation (AntXtras) is now available for downloading. Change Highlights - o Rebuilt and verified against the latest Ant 1.7 distribution. Resources - Download LATEST from: http://purl.net/jware/download/antx ReleaseN

DataType life cycle

2007-03-25 Thread Gilles Scokart
What is the life cycle of a datatype? More precisely, I'm writting a dataype and I would like: 1. To be able to validate its attribute and content as soon as possible (and if possible report the Location of the error) 2. To launch some process to modify the Project as soon as the datatype is def

Re: Problem with svn task

2007-03-25 Thread Martin Gainty
Hello Krzysztof- Did you d'load and install 1)Ant 1.70 beta? http://www.apache.org/dist/ant/ 2)Ant svn library? http://subversion.tigris.org/project_packages.html ..Since I dont see either a jar or class file I would setup an exec binary target such as http://ucworkbench

Re: Problem with svn task

2007-03-25 Thread Tommy Nordgren
On 25 mar 2007, at 17.29, Krzysztof Kaźmierczyk wrote: Hi all, I would like to checkout project from svn repository. I read this: http://subclipse.tigris.org/svnant.html What I understand, we need only to have svn command installed and I have that ('svn' command in terminal produces output). I

Problem with svn task

2007-03-25 Thread Krzysztof Kaźmierczyk
Hi all, I would like to checkout project from svn repository. I read this: http://subclipse.tigris.org/svnant.html What I understand, we need only to have svn command installed and I have that ('svn' command in terminal produces output). I made to myself such build.xml file:

Problem with svn task

2007-03-25 Thread Krzysztof Kaźmierczyk
Hi all, I would like to checkout project from svn repository. I read this: http://subclipse.tigris.org/svnant.html What I understand, we need only to have svn command installed and I have that ('svn' command in terminal produces output). I made to myself such build.xml file: