Passing multi-byte strings from ANT using task

2008-12-10 Thread Shashidhar Kotta
Hi All, In our project we have requirement to pass multi-byte strings from ANT to java program. We are passing multi-byte strings using the ANT task. In the java program we are retrieving it using the System.getProperty() method and saving that value to a text file which is in UTF-8 format

AntX: $map example from guide fails when key is missing?

2008-12-10 Thread Sagi Mann
Hi all, I'm trying to adopt example #2 from the $map URI guide: http://antxtras.sourceforge.net/AntXtras/docs/userguide/valueuris/map.html http://antxtras.sourceforge.net/AntXtras/docs/userguide/valueuris/map.html like so: For each property in the 'p1' set, I print the value of the same property

Re: Ant : Very slow on Vista

2008-12-10 Thread Steve Loughran
Eric Cambray (BlueXML) wrote: Hello, I tried different things and I have now a acceptable time. I uninstalled my anti-virus (McAffee) and now all is ok. So it's not ant. But under windows XP with an antivirus we don't have the problem. some AV tools with "real time antivirus protection" do

Re: IvyDE retrieve problems

2008-12-10 Thread paul . newport
I cleared down everything, rebuilt from the trunk, re-installed and all OK. Perhaps I had some old features or plugins in Eclipse. All works now though, sorry about that. Target www.targetgroup.net Target is a trading name of Target Group Limited, registered in England and Wales No. 120

Re: how to call the .py from wsadmin using ant

2008-12-10 Thread Francis Galiegue
Le mercredi 10 décembre 2008, Beela Avinash a écrit : [...] > > > > > > > It should be ONE argument per . Ie: With this, what you pass as one single argument is "/c -lang jython [etc]" which is probably not what you wan

Re: how to call the .py from wsadmin using ant

2008-12-10 Thread Mark Salter
Beela Avinash wrote: > . . > > > > > > > > You have an arg element outside of any task as you have closed the exec element unint

how to call the .py from wsadmin using ant

2008-12-10 Thread Beela Avinash

Re: IvyDE retrieve problems

2008-12-10 Thread Nicolas Lalevée
[EMAIL PROTECTED] a écrit : That could have possibly been the problem but I think not as I think the actual problem is this: If you have "Enable project specific settings" ticked on the "retrieve" tab of IvyDE Managed Libraries, it will only save the configurations and types field if "Enable

RE: Refactoring code in dependent projects

2008-12-10 Thread paul . newport
If you are using this feature, is there any way you can get an ivy managed dependency that is in the workspace to somehow automatically deploy its jar into a web project ? My scenario was Web project A depends on B B was a J2EE module dependency/web library and eclipse automatically compiles

Re: Ant : Very slow on Vista

2008-12-10 Thread Eric Cambray (BlueXML)
Yes all come from McAffee with Vista (and ant task using a lot of unzip). Chris Green a écrit : So doesn't this state that McAffee is the issue ? On 12/10/08, Eric Cambray (BlueXML) <[EMAIL PROTECTED]> wrote: Hello, I tried different things and I have now a acceptable time. I uninstalled my

Re: Ant : Very slow on Vista

2008-12-10 Thread Chris Green
So doesn't this state that McAffee is the issue ? On 12/10/08, Eric Cambray (BlueXML) <[EMAIL PROTECTED]> wrote: > > Hello, > I tried different things and I have now a acceptable time. I uninstalled my > anti-virus (McAffee) and now all is ok. > > So it's not ant. > But under windows XP with an an

Re: Ant : Very slow on Vista

2008-12-10 Thread Eric Cambray (BlueXML)
Hello, I tried different things and I have now a acceptable time. I uninstalled my anti-virus (McAffee) and now all is ok. So it's not ant. But under windows XP with an antivirus we don't have the problem. Thanks everyone. Eric Mark Salter a écrit : Eric Cambray (BlueXML) wrote: For Mar