Temp files

2007-10-01 Thread Mark Russell
I have a need to write temporary files during a maven plugin run. What is the best practice for the location of temporary files? -- Mark Russell Instantiations, Inc. 724-368-3331 (land line) http://www.instantiations.com smime.p7s Description: S/MIME Cryptographic Signature

Re: List of file names as arguments to a java task

2006-02-23 Thread Mark Russell
tion=value > file1.xml file2.xml file3.xml file4.xml > > Any idea ? > > Regards > --A. ROY > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL

Docmentation

2006-02-09 Thread Mark Russell
re out the best way to document a project and several processes. -- Mark Russell Instantiations, Inc. 724-368-3331 (land line) http://www.instantiations.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Directory and Fileset question

2006-02-08 Thread Mark Russell
rties root/META-INF the files need to be copied to root/deploy I can't hard code the directory structure because I will not know the directory configuration until run time. Any help would be gladly accepted -- Mark Russell Instantiations, Inc. 724-368-3331 (land line) http://ww

Re: Ant-based installers

2006-02-02 Thread Mark Russell
ou ask for you will probably have to write your own. Have you looked at writing an Eclipse RCP application to handle your front end? Eclipse works very well with Ant and can run on many different OS's -- Mark Russell Instantiations, Inc. 724-368-3331

Re: particular fileset question

2006-01-18 Thread Mark Russell
ts or not. thanks for any suggestion markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mark Russell Instantiations, Inc. 724-368-3331 (land line)

Re: calling ant API from java instead of using build.xml from console

2006-01-03 Thread Mark Russell
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mark Russell Instantiations, Inc. 724-368-3331 (land line) http://www.instantiati

Re: getProject() returns null

2005-12-29 Thread Mark Russell
t; section HTH Darins Mark Russell <[EMAIL PROTECTED]> 12/27/2005 08:00 AM Please respond to "Ant Users List" To ant develipers list cc Subject getProject() returns null this is an ant task that runs under eclipse 3.1. It is a very simple task that just prin

Re: WebSphere Deployment

2005-12-28 Thread Mark Russell
Environment? I need a little help in writing Ant scripts for both environments. Thanks Alan -- Mark Russell Instantiations, Inc. 724-368-3331 (land line) http://www.instantiations.com - To unsubscribe, e-mail: [EMAIL

getProject() returns null

2005-12-27 Thread Mark Russell
org.apache.tools.ant.BuildException; import org.apache.tools.ant.Task; /** * @author Mark Russell * */ public class PrintProject extends Task { private static final String CLASS_NAME = PrintProject.class.getName(); public void execute() throws BuildException { System.out.println("ex