RE: Subdirectory problem/always recompiles

2005-11-18 Thread Brown, Carlton
> -Original Message- > From: Brown, Carlton > Sent: Friday, November 18, 2005 6:15 PM > To: Ant Users List > Subject: Subdirectory problem/always recompiles > > I've got a situation where the directory structure of the source code > doesn't exactly correspond to the package structure, and

RE: Subdirectory problem/always recompiles

2005-11-18 Thread Brown, Carlton
> -Original Message- > From: Matt Benson [mailto:[EMAIL PROTECTED] > Sent: Friday, November 18, 2005 6:32 PM > To: Ant Users List > Subject: Re: Subdirectory problem/always recompiles > > --- "Brown, Carlton" <[EMAIL PROTECTED]> > wrote: > > > I've got a situation where the directory stru

Re: Subdirectory problem/always recompiles

2005-11-18 Thread Matt Benson
--- "Brown, Carlton" <[EMAIL PROTECTED]> wrote: > I've got a situation where the directory structure > of the source code > doesn't exactly correspond to the package structure, > and therefore the > javac task always recompiles. Due to a number of > policy considerations > I can't change the dir

Subdirectory problem/always recompiles

2005-11-18 Thread Brown, Carlton
I've got a situation where the directory structure of the source code doesn't exactly correspond to the package structure, and therefore the javac task always recompiles. Due to a number of policy considerations I can't change the dir structure, so I've tried to work around this with some clever

RE: Building ejb.jar file for webspher

2005-11-18 Thread Bozorgdadeh, Afshin
Hi Geoffrey, Thank you so much for your suggestions. I just did a quick test and made a simple case which I have to test on Monday. Is there anything I should be concern about beside the Name of the EJB file? Best Regards Afshin Bozorgzadeh Fidelity Investments Brokerage Company FBCT Cle

RE: Building ejb.jar file for webspher

2005-11-18 Thread Erskine, Chris
Sorry, I misread your question. I am building the ear file. I would guess that with the task stating that it supports WAS 4.0, the the format is wrong. I would look at coping the files that you need into it's own structure and building the xmi file by hand and putting them in the meta-inf folder

Re: Building ejb.jar file for webspher

2005-11-18 Thread Geoffrey Mitchell
I played with the ejbjar task a long time ago and could never get it to do what I wanted it to.  I just use the "jar" task as follows:                 Where ${meta-inf.dir} is where my deployment descriptors, etc. are generated and ${prod.class.dir}

RE: Building ejb.jar file for webspher

2005-11-18 Thread Bozorgdadeh, Afshin
Yes the original question was regarding EJB.jar file. From what I have read so far the only task I saw was "EJBJAR" optional task. And I could not create an EJB.jar file yet. I was looking for the example of how to create the EJB.jar file. If you could shear your EJB task I really really appreciate

RE: Building ejb.jar file for webspher

2005-11-18 Thread Erskine, Chris
I am not creating a jar file. I start by building an war file. Then in this task, I copy the war file to the ear layout and the application.xml file that has the root context in it. The ear is created with the ear command which produces the ear file that can be installed into WAS. What jar file

RE: Building ejb.jar file for webspher

2005-11-18 Thread Bozorgdadeh, Afshin
Thank you Chris for your replay. I am trying to understand this. Do you actually write your own task? Which line are you creating the jar file? Best Regards Afshin Bozorgzadeh >Fidelity Investments Brokerage Company >FBCT ClearCase Release Engineer [EMAIL PROTECTED] Phone 603-791-5596

RE: Building ejb.jar file for webspher

2005-11-18 Thread Erskine, Chris
I do this all the time. The ejb task is Chris Erskine EDS Consulting Services Colorado Springs, CO Phone: 719-265-5962 Cell: 719-640-6488 -Original Message- From: Bozorgdadeh, Afshin [mailto:[EMAIL PR

Building ejb.jar file for webspher

2005-11-18 Thread Bozorgdadeh, Afshin
Has any one where able to create an ejb.jar file for Websphere ??? I am having state of torment and destruction "hell time" creating EJB file. Trying to use ejbjar task and having no success. I greatly appreciate if you could shear a sample of your code. Or just let me know if I am hopeless and I s

RE: ANT cccheckin ClearCase optional task problem

2005-11-18 Thread Bozorgdadeh, Afshin
Hi Kinjal, Thank you for your replay. After all it was my bad. There are two option 1)comment ==> Which you add your own comment. 2)commentfile = which you read from a file I was using option 2 with the arguments of option 1. That was my mistake ;-( Best Regards Afshin Bozorgzadeh >Fidelity Inves

RE: ANT cccheckin ClearCase optional task problem

2005-11-18 Thread kinjal . vohra
Hi Afshin, I have filed same bug report in bugzilla. I have solution for it. Will mail you the solution which I received later. Thanks and Regards, Kinjal Vohra. Quoting "Bozorgdadeh, Afshin" <[EMAIL PROTECTED]>: > Hi Antoine, > Thank you for your suggestions. It was right in front of me. All

Re: Ant HTML documentation generation

2005-11-18 Thread Evgeny Goldin
Hi, Good, I'm glad to hear something is done about it. I think I'll give Dominique's XSL system a try. Thank you ! On 11/17/05, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > > Hello Evgeny, > we have a system - which is not used yet - where we would extract the > documentation from the tasks

and '$' symbol on Solaris 8

2005-11-18 Thread Nadejda Rylova
Hello - I created some ant build file and used to launch a shell script. This script has quite complex scheme and forms several files as result. Everything works properly except one. After building these result files contain rot instead of symbol '$'. However if I launch same sh-file out of (

AntExplorer Problems

2005-11-18 Thread Rebhan, Gilbert
Hi, anyone on the list using the AntExplorer ? http://www.yworks.com/en/products_antexplorer_about.htm I've downloaded the most actual (standalone) version yesterday. Opening an ant script works fine, but executing fails with error = "Cannot execute due to : Ant not found on classpath" My ma