Re: Problem with javac target on Windows server

2010-02-10 Thread Pascal Quesseveur
>"RP" == Rez P writes: RP> You could always hard code RP> user.home=c:\docume~1\rest\of\the\path to avoid spaces On Windows server 2008 user's home is in C:\Users\... There is no reference to C:\Documents and Settings. I don't think the problem comes from sp

Re: Problem with javac target on Windows server

2010-02-10 Thread Pascal Quesseveur
r source version. Its value is 1.5, same as target. -- Pascal Quesseveur quessev...@abaksystemes.fr - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Re: Problem with javac target on Windows server

2010-02-10 Thread Pascal Quesseveur
like ${user.home} could point to it, SB> what do you get when running Ant against SB> SB> ${user.home} SB> Once again I cannot run the target on the server. I have to wait the next installation (next week). Last time I had checked variables and I didn't saw anyth

Problem with javac target on Windows server

2010-02-10 Thread Pascal Quesseveur
the target: --8<---cut here---start->8--- Compiling ${module.name} --8<---cut here---end--->8--- -- Pascal Quesseveur quessev...

Re: intra-element attribute property resolutionissue

2007-01-19 Thread Pascal Quesseveur
get to set the encoding of the output file. I think it would be useful to add that attribute to the target too. -- Pascal Quesseveur, [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: selecting empty directories

2006-12-20 Thread Pascal Quesseveur
ct.dir: I set defaultexcludes to yes in the fileset spec to list empty dirs and dirs containing only trash files. HTH -- Pascal Quesseveur, [EMAIL PRO

Re: Re: Some problems extending ExecTask

2006-12-04 Thread Pascal Quesseveur
not lead to an update of Commandline and Argument. -- Pascal Quesseveur, [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Some problems extending ExecTask

2006-12-04 Thread Pascal Quesseveur
do to achieve my goal as I don't want to rewrite entirely the Commandline and ExecuteOn tasks? TIA. -- Pascal Quesseveur, [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]