RE: Splitting full filename into package and filename

2004-02-17 Thread Dominique Devienne
> From: F. Da Costa [mailto:[EMAIL PROTECTED] > > [EMAIL PROTECTED] wrote: > > Maybe the package mapper will do the job for you. > > See manual "File Mappers". > > > I've looked at that but can't get it to work. > The thing that is not too well documented is where the input is coming > from > / ho

RE: creating .ear using ANT

2004-02-17 Thread priya pallavi
Hi, when iam trying to compile some java files Iam getting the followin exception [javac] Modern compiler not found - looking for classic compiler [javac] BUILD FAILED: file:C:/WSAD_WORKSPACES/Bms/BmsEAR/META-INF/build.xml:52: Cannot use classic compiler, as it is not available. A common sol

Re: Splitting full filename into package and filename

2004-02-17 Thread F. Da Costa
[EMAIL PROTECTED] wrote: Maybe the package mapper will do the job for you. See manual "File Mappers". I've looked at that but can't get it to work. The thing that is not too well documented is where the input is coming from / how the output is referenced (read used). I there a decent example some

RE: creating .ear using ANT

2004-02-17 Thread Vijay Prasanna
Ideal solution is store the variables with values(basically name,value pairs), ie property file for pathnames, filenames etc and use 'loadproperties' task before any of the task. Hi Vijay Thanks for your concern, Actually i need to do the following things 1.Get the latest WEB related code from

RE: creating .ear using ANT

2004-02-17 Thread Vijay Prasanna
Below is the sample script for the three tasks mentioned ear compress = "true" appxml = "D:\CVSWORKING\AddressChange\WEB-INF\web.xml" filesonly = "false" destfile = "C:\Documents and Settings\vijay\Desktop\AC.ear" basedir = "D:\CVSWORKING\AddressChange">

RE: creating .ear using ANT

2004-02-17 Thread priya pallavi
Hi Vijay Thanks for your concern, Actually i need to do the following things 1.Get the latest WEB related code from CVS and put in a directory For ex.WebCvs 2.Get the latest EJB related code from CVS and put in a directory For ex.EjbCvs 3.Compile the code under WebCvs and put it in other Dir ex

RE: creating .ear using ANT

2004-02-17 Thread priya pallavi
Iam new to ANT.I learned ANT to some extent and needs to more abt that in 2,3 days due to my deadlines at work. Vijay Prasanna <[EMAIL PROTECTED]> wrote: Use loadfile or loadproperties task to get the absolutepath, & hope u r aware of other ant tasks (EAR,WAR,JAR) and create the build xml file

RE: creating .ear using ANT

2004-02-17 Thread Vijay Prasanna
Use loadfile or loadproperties task to get the absolutepath, & hope u r aware of other ant tasks (EAR,WAR,JAR) and create the build xml file with these three tasks. -Original Message- From: priya pallavi [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 12:15 PM To: Ant Users L