How to resolve errors during ejb deploy?

2005-04-25 Thread John Maria PushpaRaj Mariya Joseph
Dear All, I am in the process of creating a Ant build file to build an EAR for a project (Of course this can be done @ ease in WSAD, but wanna to write a script file). While using the the ejbjar task with ejbdeploy option set to ON, I get the following error. [ejbdeploy] *Could n

Re: How to retrieve Java runtime directory

2005-04-25 Thread Alexey N. Solofnenko
Use just "${java.home}" for JRE path, or "${java.home}/.." usually for JDK. - Alexey. wolverine my wrote: Hi! How can we retrieve the directory of the Java runtime which executing the Ant's build file? I have two Java versions installed and I would like to print the Java runtime information when bu

How to retrieve Java runtime directory

2005-04-25 Thread wolverine my
Hi! How can we retrieve the directory of the Java runtime which executing the Ant's build file? I have two Java versions installed and I would like to print the Java runtime information when building the programs. Currently, I'm doing this The problem is that the JAVA_HOME is not guarante

Re: inheritrefs just seems to plain not work

2005-04-25 Thread Rob Walker
If I followed correctly, it's not that alters scope, it's that opens a new scope. And since it does not inherit references by default, the reference passed in correctly is lost thru the use of . Actually I think it may be some subtle interaction between these. - if I have a global reference

RE: inheritrefs just seems to plain not work

2005-04-25 Thread Dominique Devienne
> From: Rob Walker [mailto:[EMAIL PROTECTED] > >> Have you tried to distill down your builds to something simple > >> enough that can be sent whole for troubleshooting? > > > In fact I didn't even get as far as this before I spotted it ... > > In my top level build.xml, my "vt.class.path" referenc

Re: AW: How to combine multiple file sets ?

2005-04-25 Thread duvelbier-tsmets
And having something like : gives : BUILD FAILED ...\src\build-javadocs.xml:155: No source files and no packages have been specified Am I missing something or is there something broken ... ? \T, --- [EMAIL PROT

Re: AW: How to combine multiple file sets ?

2005-04-25 Thread duvelbier-tsmets
For javadocs it seems to be a bit of a pain ... ! Fails with : src\build-javadocs.xml:147: Javadoc failed: java.io.IOException: CreateProcess ... Having : Fails with: src\build-javadoc

AW: How to combine multiple file sets ?

2005-04-25 Thread Jan . Materne
Usually you use s for them ... Jan > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Gesendet am: Montag, 25. April 2005 15:15 > An: user@ant.apache.org > Betreff: How to combine multiple file sets ? > > > > I thought I could have had something like this

How to combine multiple file sets ?

2005-04-25 Thread duvelbier-tsmets
I thought I could have had something like this : Any idea on how to combine them ...? \T, Any fool can write code that a computer can understand. Good programmers write code that humans can understand.

RE: ANT_HOME is set incorrectly or ant could not be locatated. Please set ANT_HOME.

2005-04-25 Thread Venkat & Radha Venkataramanan
Sam: Change it to: Set Ant_home= D:\apache-ant-1.6.2 Venkat From: Sam Huang [mailto:[EMAIL PROTECTED] Sent: Monday, April 25, 2005 1:44 AM To: user@ant.apache.org Subject: ANT_HOME is set incorrectly or ant could not be locatated. Please set ANT_HOME. Hello, As a beginner of A

Re: inheritrefs just seems to plain not work

2005-04-25 Thread Rob Walker
Antoine Thanks for the reply. Also, please let us know which version of ant you are using. The bug report http://issues.apache.org/bugzilla/show_bug.cgi?id=21724 describes your problem. It was detected in ant 1.5.3 and solved in ant 1.6.0 Ant 1.6.2 I think the version was noted in my original ema