Re: can't compile package

2005-12-30 Thread panji
ant just tell me that BUILD was SUCCESSFUL. There's no error message. I use eclipse and ant [in command line] and they have same result. Andrew Goktepe wrote: Please send the error message from the output of ANT. -Andrew On 12/30/05, panji <[EMAIL PROTECTED]> wrote: i can't compile my ja

Re: can't compile package

2005-12-30 Thread Andrew Goktepe
Please send the error message from the output of ANT. -Andrew On 12/30/05, panji <[EMAIL PROTECTED]> wrote: > > i can't compile my java programs using ant's build.xml like this : > > > > > > > > > > > > > > > > > > > >

can't compile package

2005-12-30 Thread panji
i can't compile my java programs using ant's build.xml like this : even though on src directory contains java file. anyone can help me ? TIA. __ Apak

RE: MULTI DEPLOYMENT

2005-12-30 Thread Karthik
Hi Form To be more specific about the Argument. >>It depends on the nature of your deployment problem. The nature of the hindrance is applying patches/rollback version's of bulk is time consuming. So have to automise the task of applying patches/rollback version's. and can be

RE: echoproperties and umlauts > fixed

2005-12-30 Thread Rebhan, Gilbert
OK, finally i've found a working solution, without hacking the echoproperties task. If someone else runs into that ... first step = dumping the properties to a tmpfile second step = move the tmpfile to the final txtfile using a filterchain

RE: taskdef classpath problem

2005-12-30 Thread Rainer Noack
Hi Gunnar, After browsing a little bit through springworkframe's web-cvs IMHO the problem is, that org.springframework.core.io.DefaultResourceLoader - a baseclass of ClassPathXmlApplicationContext - is instantiated with it's default constructor, i.e. it uses the ThreadContextClassloader to load r

RE: echoproperties and umlauts

2005-12-30 Thread Rebhan, Gilbert
Hi, i just did another test = my property.xml ... muß Ä Ö ü when using = ${bla.multiline} the multiline property is dumped as is to bla.txt So there must be a difference between the filewriting in echo and echoproperties task. Maybe i can patch the echoproperties task, i'll have to ch