Re: Strip directory from fileset includesfile jar location

2008-05-20 Thread Tom Corcoran
gt; 2) do it by: > > > > > > > > Peter > > > On Mon, May 19, 2008 at 5:29 PM, Tom Corcoran <[EMAIL PROTECTED]> wrote: >> >> Doing the following creates a sub directory properties in my jar with my >> groovy property files, as

RE: Strip directory from fileset includesfile jar location

2008-05-20 Thread Tom Corcoran
archive. > http://ant.apache.org/manual/CoreTypes/zipfileset.html > > -Barry > > -Original Message- > From: Tom Corcoran [mailto:[EMAIL PROTECTED] > Sent: Monday, May 19, 2008 11:29 AM > To: user@ant.apache.org > Subject: Strip directory from fileset includes

Strip directory from fileset includesfile jar location

2008-05-19 Thread Tom Corcoran
Doing the following creates a sub directory properties in my jar with my groovy property files, as desired: However, I have a log4j.properties file which is also located in this the properties directory on my _file system_ but I want it in the root level of the jar (so it can be found in

Re: AW: Attributes for -verbose & -debug?

2008-05-15 Thread Tom Corcoran
Ah yes. Right click in the Ant window, chose Run As| Open external tool editor and add -verbose -debug in the arguments memobox. Works perfectly. Thanks. But in Eclipse you could specify the additional parameters like -verbose or -debug > Von: Tom Corcoran [mailto:[EMAIL PROTECTED] > Ge

Attributes for -verbose & -debug?

2008-05-15 Thread Tom Corcoran
I am running Ant via Eclipse. On the command line I can do -verbose and -debug to get extra information. Are there any attributes I can add in the ant build file which will allow the -verbose/-debug output to be returned to the console? Thanks, Tom. -- View this message in context: http://www.n

RE: Can't use my gmail for this list?

2006-11-15 Thread Tom Corcoran
So simple. Fantastic, thank you. Tom. -Original Message- From: Kevin Cline [mailto:[EMAIL PROTECTED] Sent: 15 November 2006 16:13 To: Ant Users List Subject: Re: Can't use my gmail for this list? Put a subject on the message.

Can't use my gmail for this list?

2006-11-15 Thread Tom Corcoran
I raised this before there was no comment. I need to change my subscription to my gmail account but I get the bounce below. Please is their any way I can change my membership to use gmail? Thanks, Tom. Delivery to the following recipient failed permanently: [EMAIL PROTECTED] Technical

RE: Error 43 if jar already exists?

2006-11-15 Thread Tom Corcoran
r way : Thanks, Tom. -Original Message- From: Tom Corcoran [mailto:[EMAIL PROTECTED] Sent: 15 November 2006 11:00 To: Ant Users List Subject: RE: Error 43 if jar already exists? Sorry, I think I now need the images directory to be packaged in the jar under the com/trilogycomms dire

RE: Error 43 if jar already exists?

2006-11-15 Thread Tom Corcoran
Sorry, I think I now need the images directory to be packaged in the jar under the com/trilogycomms directory but the source stays the same. I can't figure out how to effect the location within the jar. Is this possible? Thanks, Tom. -Original Message- From: Tom Corcoran [m

RE: Error 43 if jar already exists?

2006-11-15 Thread Tom Corcoran
:[EMAIL PROTECTED] Sent: 14 November 2006 18:51 To: user@ant.apache.org Subject: AW: Error 43 if jar already exists? What is with Jan >-Ursprüngliche Nachricht- >Von: Tom Corcoran [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 14. November 2006 19:34 >An: An

Error 43 if jar already exists?

2006-11-14 Thread Tom Corcoran
I am building a jar including my directory. I need to roll up the content of another directory, which is at the same level as and include the directory name in the jar. This works if the jar does not already exist but if it doe

RE: Ant Task to Write to a file

2006-11-09 Thread Tom Corcoran
Here's an example which creates the file datetime.inc in your classes directory : Tom. -Original Message- From: me_zeta [mailto:[EMAIL PROTECTED] Sent: 09 November 2006 09:38 To: user@ant.apache.org Subject: Ant Task to Write to a file Hi all, Is there any ant tas

RE: Package prefix with ant build & ClassNotFoundException

2006-11-03 Thread Tom Corcoran
Prashant, Thanks for that. It turns out that's what I was doing, I thought it was using the xml I wrote (build.xml) but that was only being used when I did an external ant build. It generates an xml file - projectname.xml. Anyway, having looked at this xml file I'm not sure what I can glean from

RE: Package prefix with ant build & ClassNotFoundException

2006-11-02 Thread Tom Corcoran
anged to refer to the new classname. Peter > Tom Corcoran wrote: > > I am using IntelliJ and have added a package prefix to my swing project. > > If my prefix is "com.mycompany", this means I can have my source in > > rather than . At the moment I can't make th

Package prefix with ant build & ClassNotFoundException

2006-10-27 Thread Tom Corcoran
I am using IntelliJ and have added a package prefix to my swing project. If my prefix is "com.mycompany", this means I can have my source in rather than . At the moment I can't make the physical change due to source control issues. An ant build works fine but when I run the applet I get a cons

RE: Build successful but nothing produced

2006-10-24 Thread Tom Corcoran
-Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: 20 October 2006 18:28 To: Ant Users List Subject: RE: Build successful but nothing produced >Most builds have a build directory associated with them. So src would >get compiled into classes (so src/com/package/

RE: Build successful but nothing produced

2006-10-20 Thread Tom Corcoran
Thanks, really appreciate the help. The only user is myself. After your previous mail I had just seen the dist option. Perhaps the help on the project tag could be expanded to included the compile/dist options. "the default target to use when no target is supplied. " does not mean a lot to the like

RE: Build successful but nothing produced

2006-10-20 Thread Tom Corcoran
sful but nothing produced If you want to just type ant, set up a default in your project tag. -Original Message- From: Tom Corcoran [mailto:[EMAIL PROTECTED] Sent: Friday, October 20, 2006 12:31 PM To: Ant Users List Subject: RE: Build successful but nothing produced Thanks a lot. I was

RE: Build successful but nothing produced

2006-10-20 Thread Tom Corcoran
Thanks a lot. I was just doing an ant. Using the compile attribute now gives me : Could not load a dependent class (com/sun/media/jai/codec/FileSeekableStream) for type image Could not load a dependent class (com/jcraft/jsch/UserInfo) for type sshexec Could not load a dependent class (com/jcraft/j

Build successful but nothing produced

2006-10-20 Thread Tom Corcoran
I've just started with Ant this afternoon and found the documentation very food. I've been trying to do a simple build with my goal to generate a file including the time stamp which I can read in my applet to display on an about screen. Here's my build.xml : MyProject build