Re: AW: AW: Getting applet alerts when using xml-task

2008-09-19 Thread jaki
Yes sure. Jan.Materne wrote: > > Could you post your buildfiles - the part with and the xmltask > usage? > > Jan > >>-Ursprüngliche Nachricht- >>Von: jaki [mailto:[EMAIL PROTECTED] >>Gesendet: Freitag, 19. September 2008 13:23

Re: AW: Getting applet alerts when using xml-task

2008-09-19 Thread jaki
ey "instr.dialog.title.applet_alert" - using default English form [xmltask] Msgs: Failed to find localized message for key "instr.button.allow" - using default English form [xmltask] Msgs: Failed to find localized message for key "instr.button.disallow" - using def

Re: AW: Getting applet alerts when using xml-task

2008-09-18 Thread jaki
If what you asked was whether I'm running the buildfile using 'ant' on the commandline then yes that's what I'm doing. And I still get the alert. Jan.Materne wrote: > > You arent starting Ant from the command line, I guess? ... > > > Jan > > _

Getting applet alerts when using xml-task

2008-09-18 Thread jaki
I get an applet alert message box asking permission to read from / write to the given xml file when using xmltask ant task. Anyway to get rid of this? -- View this message in context: http://www.nabble.com/Getting-applet-alerts-when-using-xml-task-tp19554137p19554137.html Sent from the Ant - Use

Re: AW: outputproperty problem?

2008-09-17 Thread jaki
n("Hello System.out"); > System.err.println("Hello System.err"); > } > } > > Buildfile: build.xml > [echo] Output: 'Hello System.out' > [echo] Error : 'Hello System.err' > > BUILD SUCCESSFUL > > -Ursprün

outputproperty problem?

2008-09-17 Thread jaki
Isn't outputproperty attribute of task supposed to capture values printed by System.out.println? I have a program with a System.out.println in it and when I run this using in ant, I can see the printed value on the console but outproperty is echoed as blank? Why must this be happening? Should I

Accessing/modifying a file contained in a jar

2008-09-16 Thread jaki
Is it possible to modify a txt/xml file within a jar (or any archive for that matter) in ant without having to unjar/unzip it? -- View this message in context: http://www.nabble.com/Accessing-modifying-a-file-contained-in-a-jar-tp19513896p19513896.html Sent from the Ant - Users mailing list ar

Setting env var using ant

2008-09-12 Thread jaki
Is there any task which allows you to set environment variables like JAVA_HOME using ant? -- View this message in context: http://www.nabble.com/Setting-env-var-using-ant-tp19457135p19457135.html Sent from the Ant - Users mailing list archive at Nabble.com.