Re: Deploying to windows desktop

2006-09-29 Thread Angus Rose
Yes, that would suffice Scot P. Floess wrote: > > Define "deploy" > > Do you mean copy the jar to the desktop? > > Angus Rose wrote: >> Hi All, >>I have a Java application deployed as a jar file that I wish to >> deploy to the users

Deploying to windows desktop

2006-09-28 Thread Angus Rose
Hi All, I have a Java application deployed as a jar file that I wish to deploy to the users desktop in windows. Is this possible using Ant? Thanks in advance Angus -- View this message in context: http://www.nabble.com/Deploying-to-windows-desktop-tf2351455.html#a6548209 Sent from the A

Setting permissions on remote server

2006-09-01 Thread Angus Rose
Hi All, I need to set write permissions on a remote file or directory. Can I do this through Ant and if so how? Thanks in advance Angus -- View this message in context: http://www.nabble.com/Setting-permissions-on-remote-server-tf2202871.html#a6099627 Sent from the Ant - Users forum at

SQL task - creating tablespace in Oracle problem

2006-08-31 Thread Angus Rose
Hi All, I'm developing a build file that includes some sql tasks, One of which is creating a tablespace on an Oracle 10g instance. I have run this script but keep getting the follwoing error: BUILD FAILED java.sql.SQLException: ORA-01119: error in creating database file 'changed_to_protec

Re: Java task classpath problem

2006-08-01 Thread Angus Rose
ipt where this call is being made? > > -Andrew > > > On 7/31/06, Angus Rose <[EMAIL PROTECTED]> wrote: >> >> >> Hi All, >> I am creating a script that will build and deploy an EJB to an >> instance of OC4J. SO far, so good I can deploy the E

Java task classpath problem

2006-07-31 Thread Angus Rose
Hi All, I am creating a script that will build and deploy an EJB to an instance of OC4J. SO far, so good I can deploy the EJB and all is wonderful. I have a class[ath problem with running a client that calls this EJB, Ant basically throws a classnotfound exception when it trys to load an ins