Ant uptodate?

2007-09-03 Thread Lionel van den Berg
I sent another email but I don't think it went through. I've tried using the ant uptodate and dependset tasks but haven't solved my problem. I've googled, tried heaps of solutions but still can't do it, so here is the problem: Assume for each of the following we are in a base directory. I have:

Re: Defining a set of jars for classpath, jar and manifest

2007-09-03 Thread DATACOM - Diego
Not exactly the same issue, but you may find these discussions useful: http://marc.info/?l=ant-user&m=118407191401116&w=2 Diego Juergen Weber escreveu: Thanks for your solution, it helps a lot. Probably I'll have to cope with having to invent an id for each new jar. On 8/31/07, [EMAIL PROTECT

Re: Defining a set of jars for classpath, jar and manifest

2007-09-03 Thread Juergen Weber
Thanks for your solution, it helps a lot. Probably I'll have to cope with having to invent an id for each new jar. On 8/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > ... > > > > > > > ... > > > > > > > > Jan > > > >-Ursprüngliche Nachricht-

Re: Junit report xslt

2007-09-03 Thread Steve Loughran
Ramu Sethu wrote: Thanks Steve. Does anyone know any other work around other than including it in environment variable? run Ant with -lib on the command line to pick up the new libraries? - To unsubscribe, e-mail: [EMAIL PROTE

Re: Re: Accessing build script's prefix-to-namespace uri mappings from a task.

2007-09-03 Thread CJ
Hi, >On 9/3/07, Steve Loughran <[EMAIL PROTECTED]> wrote: >> CJ wrote: [snip] >> > I want to be able to translate the prefix to a namespace uri that I can >> > make the correct UnkownElement.setNamespace( uri ) call. >> > >> > For clarity, this is a simplified form of what I want to do. (I realize

Re: Junit report xslt

2007-09-03 Thread Ramu Sethu
Thanks Steve. Does anyone know any other work around other than including it in environment variable? On 9/3/07, Steve Loughran <[EMAIL PROTECTED]> wrote: > Ramu Sethu wrote: > > Hi > > I have helper class return a string. We are using junit test and junit > > report task. I want my xslt to use my

Re: Junit report xslt

2007-09-03 Thread Steve Loughran
Ramu Sethu wrote: Hi I have helper class return a string. We are using junit test and junit report task. I want my xslt to use my helper class. I added this in my xmlns:main="java://Main" in xslt sheet and added Main in environment variable classpath This was working. But we will be running th

Re: Accessing build script's prefix-to-namespace uri mappings from a task.

2007-09-03 Thread Peter Reilly
On 9/3/07, Steve Loughran <[EMAIL PROTECTED]> wrote: > CJ wrote: > > Hi, > > > > Hopefully someone can help me or point me in the right direction here. > > > > I have a custom Ant task which I want to use to invoke another command > > which isn't known at compilation time. It uses an approach very

Re: [Ant]How to deal with the Asia charset?

2007-09-03 Thread Steve Loughran
Zhang zhongliang wrote: I wrote a java program,and I define the final static constants which value is the Asia charset,GB2312(China),MS932(Japan). If the comment contains the charset above,then a warning will be prompted,like the following: @param createdTime message:warning: unmappa

Re: SCP Task & umask

2007-09-03 Thread Steve Loughran
Atsuhiko Yamanaka wrote: Hi, 2007/8/31, Anderson, Rob (Global Trade) <[EMAIL PROTECTED]>: The default umask is determined by the ssh server. I think it is set at compile time. Same with $PATH. Your .bashrc is not read when you use scp. You should see the same results when using scp on the comma

Re: Accessing build script's prefix-to-namespace uri mappings from a task.

2007-09-03 Thread Steve Loughran
CJ wrote: Hi, Hopefully someone can help me or point me in the right direction here. I have a custom Ant task which I want to use to invoke another command which isn't known at compilation time. It uses an approach very similar to Ant itself, in that it builds the command from RuntimeConfigurab

Re: sql ant task

2007-09-03 Thread Steve Loughran
temp temp wrote: I trying to execute small script using ant , here is the script SET NEWPAGE 0 SET SPACE 0 SET LINESIZE 80 SET PAGESIZE 0 SET ECHO OFF SET FEEDBACK OFF SET HEADING OFF SET MARKUP HTML OFF SET ESCAPE \ SPOOL DELETEME.SQL select 'drop table ', table_name, 'cas

deploting ear into the websphere6.1

2007-09-03 Thread narasimha_datla
Hi .. I want to deploy EAR file on websphere server using ant build script ..I used the following script..but it is not deploying properly..can u help me on this -- View this message in context: http://www.nabble.co

Re: Validating XML with W3C schema and OASIS xmlcatalogs

2007-09-03 Thread Steve Loughran
Kale54 wrote: Hi all, in a xmlvalidate-task using a xmlcatalog nested step, I try this: ... http://schemas.xmlsoap.org/soap/envelope/ file="${schemasRoot}\envelope.xsd"/> ... and in my xmlcatalog i wrote: ... http://schemas.xmlsoap.org/soap/envelope/"; uri="file://c