Inter-project classpath refid propagation ?

2002-01-21 Thread Joel Cordonnier
Hi ! QUESTION FOR Ant-1.4.1 Is this possible the propagate a for a project to a sub project ? i.e a project that call an 'ant' task to start a new X.xml ant script. Thanks /Joel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en

RemoteTask, RemoteCopyTask

2001-11-16 Thread Joel Cordonnier
Hi ! Are the RemoteTask task, RemoteCopyTask... describe in this article http://www.javaworld.com/javaworld/jw-10-2000/jw-1020-ant_p.html already blundled with Ant ?? Thanks /Joel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en

Ant & rcp

2001-11-16 Thread Joel Cordonnier
Hi ! Is there some task for remote copying ? like rcp ? Thanks /Joel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Courrier : http://courrier.yahoo.fr -- To unsubscribe, e-mail:

Re: Are properties local to a target `???

2001-11-15 Thread Joel Cordonnier
Yes ! I'm sure ! see my 2 message post: the property is resolved if i use the properly? > > (: > > Joel Cordonnier wrote: > > > > hi ! > > > > See my previous post about 'PATH element not > resolved > > Ant .1.4.1'. > &g

Are properties local to a target `???

2001-11-15 Thread Joel Cordonnier
hi ! See my previous post about 'PATH element not resolved Ant .1.4.1'. When I set the same property .. just after 'project', i.e outside tasks, is work. Then.Are properties local to a target `??? Thanks /Joel ___ Do You Yahoo

PATH element not resolved !!!! Ant .1.4.1

2001-11-15 Thread Joel Cordonnier
Hi ! I have the following problem: I have defined a new task named 'configuration', that read XML datas. These task return the property 'was.home'. And I use these new task as follow: Then, I have a target to compile beans. In this target, we refer to

Available task??? please HELP !!!

2001-11-15 Thread Joel Cordonnier
Hi ! I have the following problem. I want to set a property C to 'true' IF two other properties A and B ARE DEFINED, with the same syntax used for une Available task. Is this possible ??? Thanks /Joel ___ Do You Yahoo!

Re: central definition of classpath, please HELP !!!

2001-11-14 Thread Joel Cordonnier
e="off" > deprecation="yes"> > > > > > cu > > eric > > - Original Message - > From: "Joel Cordonnier" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > S

central definition of classpath, please HELP !!!

2001-11-14 Thread Joel Cordonnier
Hi ! I really need help. I have and Ant script called build.xml (main script), that call other scripts **.xml. In the main script are Ant's PATH defined, and then, in my compile, javadoc...and other tasks, i refer to the PATHs with the statement I HAVE THE FOLLOWING PROBLEM: the 'other' scri

RE: Ant 1.4,IBM WebSphere ClassLoader DB2 driver,UnsatisfiedL inkError

2001-10-26 Thread Joel Cordonnier
tisfiedL inkError > > > > I am not sure if this applies but.. > > > > I know that WAS has a bunch of .bat / .sh files > for doing work like > this. > > Is that what you are using or are you invoking the > deploy tool from > within > > ant??? > > >

Ant 1.4, IBM WebSphere ClassLoader , DB2 driver, UnsatisfiedLinkError

2001-10-23 Thread Joel Cordonnier
Hi ! I currently work on a projekt, where we use IBM WebSphere app server, commerce server, AND PORTAL server. For portlet deployment, I write some Ant scripts for convenience. BUT BUT BUT, I have the following error: (This mean that the WebSphere ClassLoader has already loaded the DB2 JDBC dr

RE: exec: jay <$SKELETON $IN >$OUT, HELP PLEASE

2001-04-10 Thread Joel Cordonnier
OK! Could you give me samples ? Joel --- Dana Rice <[EMAIL PROTECTED]> a écrit : > The only way I have been able to do things like this > is to put: > jay <$SKELETON $IN >$OUT in a shell script file and > use exec to call the > file. > > -----Original Mes

exec: jay <$SKELETON $IN >$OUT, HELP PLEASE

2001-04-10 Thread Joel Cordonnier
Hi! Can someone help me to 'translate' the unix shell command with stdin and stout redirection : jay <$SKELETON $IN >$OUT to the Ant Exec task ? Thanks Joel ps: jay is the name of my executable ___ Do You Yahoo!? -- Pour dialoguer en dire

tthread synchronization. how to: Process.getOutputStream

2001-04-10 Thread Joel Cordonnier
Hi! Has someone already code Java classes to redirect stdin to subprocess created by Runtime.exec ? And what have synchronization ? Because failing to promptly process the output of the subprocess blocks threads ! Thanks Joel ___ Do You Y

multithreading patch: threads are WAITING in a monitor

2001-04-10 Thread Joel Cordonnier
Hi! It try to code my own Ant task to run a native code generator. It's the first time i'm doing this. I have to redirect the stdin, out and err. So I simply add a method to redirect my input file to the input of the subprocess launched by the 'Execute.java' class. When I run the task, Ant han

Re: ejbjar task for JBoss

2001-03-21 Thread Joel Cordonnier
Do you already have a look at the deployement-verifier of JBOSS ? Joel --- "Mills, Maurice" <[EMAIL PROTECTED]> a écrit : > I am trying to add a verification step to the ejbjar > task for JBoss since it > does the "ejbc" step at runtime. What do I need to > do to be able to handle > the fact th

RE: ejbjar task for JBoss

2001-03-15 Thread Joel Cordonnier
You DON'T NEED the Ant source code!! you juste have to add your new class files to your CLASSPATH Joel --- "Mills, Maurice" <[EMAIL PROTECTED]> a écrit : > I think it is ready. Do you have the Ant source you > can compile? > > -----Original Message- >

RE: ejbjar task for JBoss

2001-03-15 Thread Joel Cordonnier
gt; > I should have something done and available in a hour > or two. I can send it > to you if you like. > > Maury > > -Original Message- > From: Joel Cordonnier [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 15, 2001 9:11 AM > To: [EMAIL PROTECT

RE: ejbjar task for JBoss

2001-03-15 Thread Joel Cordonnier
askdefs.optional.ejb.EjbJar > doesn't support the > nested "jboss" element > > What do I need to do to add the jboss task as a > subelement of the ejbjar > task (like the weblogic element)? > > Maury > > -Original Message- > From: Joel Cordonnier

RE: ejbjar task for JBoss

2001-03-15 Thread Joel Cordonnier
JBoss > configuration files. > > Maury > > -Original Message- > From: Joel Cordonnier [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 15, 2001 7:25 AM > To: [EMAIL PROTECTED] > Subject: RE: ejbjar task for JBoss > > > ok , > welogic6.x use 

remote debugging, Tomcat

2001-03-15 Thread Joel Cordonnier
Hi! At the moment i use the JDK 1.2.2 or 1.3 ON LINUX REDHAT 7.0 kernel 2.2.16. As i have heard, the IBM JRE is faster (native?) right ? But I also need a debugger for REMOTE DEBUGGING. LIKE the jikes IBM compiler, is there a good debugger ? Thanks Joel ___

RE: ejbjar task for JBoss

2001-03-15 Thread Joel Cordonnier
Maurice" <[EMAIL PROTECTED]> a écrit : > I have used the weblogic6.0 tasks, but I thinkg they > do the same thing, but > with XML instead. I am going to look into it to see > what it would take. > > Thanks, > Maury > > -Original Message- > From: Joel C

RE: ejbjar task for JBoss

2001-03-15 Thread Joel Cordonnier
one > for Weblogic, right? > > -Original Message- > From: Joel Cordonnier [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 15, 2001 7:09 AM > To: [EMAIL PROTECTED] > Subject: Re: ejbjar task for JBoss > > > > --- "Mills, Maurice" <[EMAIL

Re: ejbjar task for JBoss

2001-03-15 Thread Joel Cordonnier
--- "Mills, Maurice" <[EMAIL PROTECTED]> a écrit : > Has anyone written an ejbjar task for JBoss? Not yet ! Joel ___ Do You Yahoo!? -- Pour dialoguer en direct avec vos amis, Yahoo! Messenger : http://fr.messenger.yahoo.com

RE: Ant 1.4alpha: sealing violation, HELP please

2001-03-06 Thread Joel Cordonnier
your > classpath. > > -- > Stéphane Bailliez > Software Engineer, Paris - France > iMediation - http://www.imediation.com > Disclaimer: All the opinions expressed above are > mine and not those from my > company. > > > > > -Original Message--

Ant 1.4alpha: sealing violation, HELP please

2001-03-06 Thread Joel Cordonnier
Hi, I just download and install Ant 1.4 alpha on Linux RedHat7.0 kernel 2.2.16. When I start, I get a sealing violation exception. Any idea ? Thanks Joel ___ Do You Yahoo!? -- Pour dialoguer en direct avec vos amis, Yahoo! Messenger : ht

newbie: how to redirect std input to a subprocess. HELP !!

2001-02-07 Thread Joel Cordonnier
Hi! I'm a newbie with Ant so... I am writing a new Ant task. I have to redirect standard input to a subprocess likes : 'MyInputFileName >> MyExecName and redirect the standard output to a file like MyExecName >> myOutputFileName. I have download the Ant1.2 source code, browse to the taskdefs