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 spaces in a path. -- Pascal Ques

RE: Problem with javac target on Windows server

2010-02-10 Thread Rez P
You could always hard code user.home=c:\docume~1\rest\of\the\path to avoid spaces > From: quessev...@abaksystemes.fr > To: user@ant.apache.org > Subject: Re: Problem with javac target on Windows server > Date: Wed, 10 Feb 2010 17:37:19 +0100 > > >"SB" == Stefan

Re: Problem with javac target on Windows server

2010-02-10 Thread Pascal Quesseveur
>"JB" == Jean-Baptiste BRIAUD <-- Novlog > a écrit : JB> Try ant -diagnostics for that, it will dump all the properties. I didn't knew that option. It looks very interesting and I will try it next time I will work on the server (see my other post). source arg is for source version. Its value is

Re: Problem with javac target on Windows server

2010-02-10 Thread Pascal Quesseveur
>"SB" == Stefan Bodewig a écrit : Thanks for your suggestions. SB> what does the defintion of classpath look like (the Ant element with SB> id="classpath"). I have only very limited access to the server. The server is not at my office and when I work on the server I have no mean to connect

Re: Problem with javac target on Windows server

2010-02-10 Thread Jean-Baptiste BRIAUD -- Novlog
Hi, Check that none of the variables like ${default.javac.source} point to the C:\Documents and Settings directory Try ant -diagnostics for that, it will dump all the properties. Also not sure about differences between srcdir and source ... On Feb 10, 2010, at 16:13 , Pascal Quesseveur wrote:

Re: Problem with javac target on Windows server

2010-02-10 Thread Stefan Bodewig
[slightly re-shuffled] On 2010-02-10, Pascal Quesseveur wrote: > Hello, > I am using ANT (version 1.7.0) to manage the development of a > Glassfish application. The project targets are very common. I use the > command-line-ant-task.xml provided by SUN. > - when used on Windows Server 2008, t