svn-ant how to get latest revision?

2008-09-09 Thread Fu-Tung Cheng
Hi, I am trying to figure out which command I can use from svn-ant that will get me the highest revision from the repository. I've tried svn-info but both the rev and lastRev properties return the working copies revision number. I've also tried the wcVersion task but again that just tells yo

RE: How to Check if Directory exists?

2008-09-09 Thread Rebhan, Gilbert
-Original Message- From: Brill, C [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2008 2:32 PM To: user@ant.apache.org Subject: How to Check if Directory exists? /* Hi, I've got a little problem. Here is the existing directory structure: drwxrwxr-x 5 symosyad edasql

Re: How to Check if Directory exists?

2008-09-09 Thread Scot P. Floess
You can use a directory name for the file attribute - if it exists, it will be set (it being the directory). On Tue, 9 Sep 2008, Brill, C wrote: Hi, I've got a little problem. Here is the existing directory structure: drwxrwxr-x 5 symosyad edasql 96 Sep 9 13:14 DWH-PQ-HQ-0837 -

How to publish source JAR?

2008-09-09 Thread Lewis, Eric
Newbie is back :-) Somehow I don't get it: How can I publish my JAR with the source files? >From what I understand, I can publish my JAR locally, by using This works fine, but I also want to publish my source JAR. But

RE: How to Check if Directory exists?

2008-09-09 Thread Peters, John
No available checks directories too. http://ant.apache.org/manual/CoreTasks/available.html Sets a property if a resource is available at runtime. This resource can be a file, a directory, a class in the classpath, or a JVM system resource. -Original Message- From: Brill, C [mailto:[EMAI

RE: Executing multiple .sql in one Transaction

2008-09-09 Thread Brill, C
push! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

POM packaging problems

2008-09-09 Thread Tom Widmer
I'm trying to install Axis2 and all its dependencies into my company IVY repo from public maven repos. I'm now down to just a few errors, all relating to the packaging element in the POM not matching the file extension of the main artifact. For example: maven-plugin and bundle is actually a .

How to Check if Directory exists?

2008-09-09 Thread Brill, C
Hi, I've got a little problem. Here is the existing directory structure: drwxrwxr-x 5 symosyad edasql 96 Sep 9 13:14 DWH-PQ-HQ-0837 -rw-r- 1 symosyad edasql3760 Sep 9 13:14 DWH-PQ-HQ-0837_Lieferung.tar.gz drwxr-xr-x 3 symosyad edasql 96 Sep 9 13:12 arc

RE: Need help in writing build.xml

2008-09-09 Thread rasmita.panda
Currently my project uses nearly 15 build.xml/build.properties file for separate subprojects.Each sub-project has build.xml with source codes scattered in 4 folders.As per my knowledge for creating the reports,the java files from test(not from src) folder should be compiled and then junit should

AW: Need help in writing build.xml

2008-09-09 Thread Jan.Materne
> I recently joined ant users list.I dont know if this is the proper way to > communicate with others? Yes it is. Welcome on the list. When answering please stay here so other could benefit from the discussion too. > I want to integrate some installables like junit, emma and javancss tools. I

Need help in writing build.xml

2008-09-09 Thread rasmita.panda
Hi , I recently joined ant users list.I dont know if this is the proper way to communicate with others? I want some help in updating build.xml file. I have the build.xml file which generates EAR as output with fortify reports currently. I want to integrate some installables like junit, emma and j