copy directory problem help please

2006-11-21 Thread Narahari 'n' Savitha
Friends, I have this situation src |_com\test\narahari| |___Dao |A.java |B.java |C.java |___resources |__x.properties

Re: RE: ant-contrib: antfetch and dir

2006-11-21 Thread Thomas Voigt
Original-Nachricht Datum: Mon, 20 Nov 2006 16:23:59 +0100 Von: "David Corley \\(AT/LMI\\)" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: RE: ant-contrib: antfetch and dir > Interesting. Can you verify if the same problem happens in 1.0b2? It's > also available on the source

Re: 1.6.2 is reporting 1.6.5

2006-11-21 Thread Stefan Bodewig
On Tue, 21 Nov 2006, Hunter Peress <[EMAIL PROTECTED]> wrote: > http://archive.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.tar.bz2 > > dowload it, run bin/ant -version itll say 1.6.5 [EMAIL PROTECTED]:/tmp/apache-ant-1.6.2> ./bin/ant -version Apache Ant version 1.6.2 compiled on July 16 200

Re: PVCS Ant Task Help

2006-11-21 Thread Prashant
A quick Google on "ant pvcs task" [1] reveals a optional Task for pvcs. [2]. Optional tasks need additional installation that is outlined here : http://ant.apache.org/manual/install.html#optionalTasks As for creating deployable components that would depend on what you intend to deploy. [1]

PVCS Ant Task Help

2006-11-21 Thread Karimulla Shaik
Hi All , I am very new to PVCS and I have a requirement to run the ant scripts from the remote system to get the latest code from PVCS and create the deployable components. I do not know what are the things I need to do to be able to acheive this. I came to know through google that you guys alrea

Re: Error with consecutive web service tasks

2006-11-21 Thread Steve Loughran
Peter Neu wrote: Hello, I'm facing a strange error with some tasks which involve web service building. This is the error. java.lang.ClassCastException: org.apache.xerces.parsers.XIncludeAwareParserConfiguration The target which runs all sub targets is here:

AW: copy directory problem help please

2006-11-21 Thread Jan.Materne
> > > copies all resources which it gets from the nested . gives a list of files with paths !!! relative to its 'dir' attribute !!! If you want to keep the com/adp/hr/resources/ path information use Jan >-Ursprüngliche Nachricht- >Von: Narahari 'n' Savitha [mailto:[E

RE: Changes in ant-contrib1.0b3 ?!

2006-11-21 Thread David Corley \(AT/LMI\)
I don't have time to check them all but here's new tasks from documentation included in package: Logic Tasks === AntCallBack AntFetch Assert Foreach For If OutOfDate **Relentless RunTarget Switch Throw TimestampSelector Trycatch Network Tasks = HTTP Post AntServe

1.6.2 is reporting 1.6.5

2006-11-21 Thread Hunter Peress
http://archive.apache.org/dist/ant/binaries/apache-ant-1.6.2-bin.tar.bz2 dowload it, run bin/ant -version itll say 1.6.5 amazingly frustrating.

Changes in ant-contrib1.0b3 ?!

2006-11-21 Thread Rebhan, Gilbert
Hi, i looked for the changes from 1.0b2 > 1.0b3 but http://sourceforge.net/project/shownotes.php?group_id=36177&release_id=4 59052 has only = /* Changes: It has come to my attention that the ant-contrib jar file was missing in the distro. This has been fixed, and I am re-issuing the distro file

Error with consecutive web service tasks

2006-11-21 Thread Peter Neu
Hello, I'm facing a strange error with some tasks which involve web service building. This is the error. java.lang.ClassCastException: org.apache.xerces.parsers.XIncludeAwareParserConfiguration The target which runs all sub targets is here: The

Re: *****spam***** copy directory problem help please

2006-11-21 Thread Geoffrey Mitchell
The dir element specifies the base directory for the copy. If you want the package directories to be included, you need the base dirctory to be your source directory. Narahari 'n' Savitha wrote: Friends, I have this situation src |_com\test\narahari| |___Dao