Append References? (refid question)

2005-04-01 Thread Brent Bain
Hello: I think I've come up with a better way to ask my last question in a much more generic "how do I" type way. Is there a way to update a reference id within a loop? For example (not working code below but it shows more or less what I'm trying to do):

Cannot find type issue

2005-04-01 Thread Fermin Da Costa
Hi, Following i'v got a trace from the ant compilation i'm doing on some test classes. The 'normal' classes have all been compiled prior to the test-class run. As one can see the 'normal' classes can be found on the classpath (as echoed) fullRACCompilation: [echo] New Classpath: ... C:/eclip

Re: attachment mime settings

2005-04-01 Thread Matt Benson
ing > stripped down src. The message body is correctly > set to "text/html", > but notice that the content type on the png > attachments is wrong. > It should be "Content-type: image/png;..." Is there > some way I > can control the MIME settings on the attachments

attachment mime settings

2005-04-01 Thread Ryan Shoemaker - JavaSoft East
nts is wrong. It should be "Content-type: image/png;..." Is there some way I can control the MIME settings on the attachments? Thanks, --Ryan From - Fri Apr 01 15:48:07 2005 Date: Fri, 01 Apr 2005 15:43:24 -0500 From: [EMAIL PROTECTED] Subject: Java WS/XML Stats for 20050401 To: [EM

Re: GCJ (GNUs Compiler for Java) with ANT

2005-04-01 Thread Matt Benson
--- Danilo Bürger <[EMAIL PROTECTED]> wrote: > Hey, > > i was wondering if it is possible to create an ant > task so that gcj is > invoked and creates a binary file for a certain .jar > file. You should be able to set up your task with compiler="gcj" and the appropriate nested elements to set

Re: AW: Why don't my selectors select anything?

2005-04-01 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > Personally I think about AS a selector > :-) It´s selected if the > filename > matches the given string. I used to think of patternsets as selectors as well. > > > > is the same as > > > > > The nested include is still a pattern rather than a selector;

Re: Remote Ant

2005-04-01 Thread James Fuller
Ron Ohmer wrote: >I was looking for this functionality, and ran across Rant. Nice name, but it >has been inactive since 2002. Also it is on ver 0.1. > >Usually this is due to something superceding it. Is there something out >there, that I am unaware of? > > > look at Ant-Contrib's tasks f

Re: Remote Ant

2005-04-01 Thread Ninju Bohra
You should try the remoteAnt in the ant-contrib project Works pretty good Ron Ohmer <[EMAIL PROTECTED]> wrote: I was looking for this functionality, and ran across Rant. Nice name, but it has been inactive since 2002. Also it is on ver 0.1. Usually this is due to something superceding it. Is t

Remote Ant

2005-04-01 Thread Ron Ohmer
I was looking for this functionality, and ran across Rant. Nice name, but it has been inactive since 2002. Also it is on ver 0.1. Usually this is due to something superceding it. Is there something out there, that I am unaware of?

AW: Why don't my selectors select anything?

2005-04-01 Thread Jan . Materne
> to "\" of the current drive (C:) using "cd \". > How can this be possible if there's no real root dir on Windows? \ is the root directory of the current drive. Is it c:\ or d:\ ... you cant know that when just having a "\". Jan

Re: Why don't my selectors select anything?

2005-04-01 Thread Holger Rauch
Rehi! On Fri, 01 Apr 2005, [EMAIL PROTECTED] wrote: > In contrast to Unix, Windows has not real root directory. But when opening a DOS command prompt, it is possible to cd from e.g. C:\winnt\system32 to "\" of the current drive (C:) using "cd \". How can this be possible if there's no real ro

AW: Why don't my selectors select anything?

2005-04-01 Thread Jan . Materne
In contrast to Unix, Windows has not real root directory. I dont think that the "Desktop" would help ... And if there is no common root directory, you cant use one fileset - you have to have multiple. ... ... Jan > ---

Re: Why don't my selectors select anything?

2005-04-01 Thread Holger Rauch
Hi Jan! Thanks a lot for your quick reply On Fri, 01 Apr 2005, [EMAIL PROTECTED] wrote: > [...] > Ok, but does dir="/" really work on Win*, too? If not, is there any way of making your suggestion platform independent? TIA. Greetings, Holger

AW: AW: GCJ (GNUs Compiler for Java) with ANT

2005-04-01 Thread Jan . Materne
2) assume that its on the path (like cvs,svn,...) In a later step you could add a "executable" attribute. 3) But you have to test :) Jan > -Ursprün

AW: Why don't my selectors select anything?

2005-04-01 Thread Jan . Materne
> Can selectors be used to select files located in different > absolute paths > from within the same fileset? Sure - but the absolute paths must have a same root directory. Otherwise it cant be in the same fileset. > Example: I have the following files > > - /tmp/dir1/bar > - /tmp/dir2/baz >

Re: AW: GCJ (GNUs Compiler for Java) with ANT

2005-04-01 Thread Ivan Ivanov
Hello, I did a google search[1] and found [2], which might be useful for you. HTH Ivan [1]http://www.google.com/search?hl=en&lr=&q=%22gcj%22+%22ant+task%22&btnG=Search [2]http://spindazzle.org/gcjlib/ --- Danilo Bürger <[EMAIL PROTECTED]> wrote: > 0) nothing found. > 1) gcj --main=path.to.main.Cl

Re: AW: GCJ (GNUs Compiler for Java) with ANT

2005-04-01 Thread Danilo Bürger
0) nothing found. 1) gcj --main=path.to.main.Class -o YourOutputBinaryFile YourJarFile.jar 2) I dont know how to call gcj without specifying the path to it, which will render that useless on multipile platforms. 3) No idea how to do that :P 4) Of course once i find out, maybe someone knows here th

AW: GCJ (GNUs Compiler for Java) with ANT

2005-04-01 Thread Jan . Materne
0) do a google search ... maybe there is something on the web 1) How do invoke that from command line? 2) try that inside Ant with / 3) convert that to / 4) share with us :-) Jan > -Ursprüngliche Nachricht- > Von: Danilo Bürger > [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 1. April

GCJ (GNUs Compiler for Java) with ANT

2005-04-01 Thread Danilo Bürger
Hey, i was wondering if it is possible to create an ant task so that gcj is invoked and creates a binary file for a certain .jar file. I wouldnt really want to ressort to exec task, but if there is no other way I also heard you can set the compiler for javac task to gcj, but that way only

Re: Why don't my selectors select anything?

2005-04-01 Thread Holger Rauch
On Tue, 29 Mar 2005, Ivan Ivanov wrote: > change with > [...] That indeed fixed the problem, thanks. Two questions related to selectors coming to my mind are: Can selectors be used to select files located in different absolute paths from within the same fileset? Example: I have the following

Error trying to use cvs task to access CVS repository via extssh

2005-04-01 Thread kola.oyedeji
Hi First of all I apologise if this is slightly off topic as it may well not be ant which is the cause of the problem. I have an ANT script which I am running from within Eclipse which exports the specified tag/branch from a CVS repository to the webroot. It works with an old pserver repository

Re: Creating new JARs based on property change

2005-04-01 Thread Holger Rauch
On Wed, 16 Mar 2005, Rainer Noack wrote: > I'm not really sure what you mean. > Either you have one "boolean" property that tells you cfg has changed or not > Or you have two properties with last and current cfg. > [...] Thanks a lot! The second approach just works nicely for me :-)

Re: NoClassDefFoundError for class that is on the classpath?

2005-04-01 Thread Fermin Da Costa
On Apr 1, 2005 9:05 AM, James Abley <[EMAIL PROTECTED]> wrote: > On Thu, 2005-03-31 at 15:25, Fermin Da Costa wrote: > > On Thu, 31 Mar 2005 09:04:17 -0500, Doklovic, Jonathan > > <[EMAIL PROTECTED]> wrote: > > > What does your entry look like? > > I'm assuming y'r referring to the code that actua

More on ant performance part 2

2005-04-01 Thread Mikael Petterson \(KI/EAB\)
Hi again, Seems like this section is giving me 'OutOfMemoryError'-problems ( see log below). I am using Xalan-Java version 2.6.0 to generate the reports. I put xalan.jar,xercesImpl.jar and xml-api.jar in -Xbootclasspath for jvm. Shall I use xsltc.jar instead to get better performance? All hints