Re: JAVA_HOME to be changed dynamically

2006-07-07 Thread 1800 tbsfunny
Does Junit support running with different JDKs? On 7/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: What do you mean with "run the remaining tests with jdk1.4" ? JDK1.5 JDK1.5 JDK1.5 JDK1.4 JDK1.4 something like that? That isnt possible as Ant is already

AW: Setting classpath when executing jar file

2006-07-07 Thread Jan.Materne
;-) ... just a minute before I read this mail I committed a change that Ant would log a message here and a post on the dev-list that the task converts the 'jar' to an additional path-element. Jan >-Ursprüngliche Nachricht- >Von: Dominique Devienne [mailto:[EMAIL PROTECTED] >Gesen

Re: Ant won't call g++

2006-07-07 Thread Dominique Devienne
Run Ant with -verbose, and you'll see the command line issued. I bet you'll see that despite using the "g++" compiler name, it uses "gcc" in the command line. I believe g++ is equivalent to gcc, linking with stdc++, so if you add a linker arg or a libset, you should be fine. Note that you should

Re: Setting classpath when executing jar file

2006-07-07 Thread Dominique Devienne
The problem is in fact that always ignores any classpath specified, because SUN's java does when using the -jar command line switch. See the JDK Tools documentation (or my answer to the 'unusual' post of the 4th of July...) Use to be able to specify a classpath. --DD

Re: Ant won't call g++

2006-07-07 Thread Jeffrey E Care
Sounds like an ant-contrib problem, rather than an Ant core problem to me... Jeffrey E. (Jeff) Care [EMAIL PROTECTED] IBM WebSphere Application Server Development WAS Pyxis Lead Release Engineer

Ant won't call g++

2006-07-07 Thread Stuart Brown
Hi I'm trying to get running on Ant. I have Ant 1.6.5 running on Fedora Core 5 and I'm using gcc/g++ v4.1.1. I have a simple C++ program in file hello.cpp as follows #include int main() { std::cout << "CPP Hello world\n"; return (0); } This build fine with the command line g++ -o hello hel

RE: Are there ANT tasks for SFTP?

2006-07-07 Thread Rebhan, Gilbert
just go to http://3sp.com/products/maverick-ant/maverick-ant.jsp as i already posted and follow the link Download the free Maverick ANT Task! http://3sp.com/downloadProduct.do?productCode=MAVERICK-ANT near the footer of the page The download i got 2 weeks ago was one zip named maverick-ant.z