AW: [ANN] Release of Ant 1.8.0

2010-02-10 Thread Knuplesch, Juergen
Thank you! -- Jürgen Knupleschwww.icongmbh.de icon Systemhaus GmbHTel. +49 711 806098-275 Sophienstraße 40 D-70178 Stuttgart Fax. +49 711 806098-299 Geschäftsführer: Uwe Seltmann HRB Stuttgart 17655 USt-IdNr.: DE 8119441

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 Bodewig a écrit : > > Thanks f

Invalid report WAS [IvyDE] Ivy project menu disappears running Hudson IvyDE

2010-02-10 Thread Matt Benson
Actually, I think I lied. I was running an Eclipse profile that was using IvyDE 2.0.0. Sorry! On Feb 10, 2010, at 11:08 AM, Matt Benson wrote: I had to use the Unlocker utility on Windows to unlock the jars from my Ivy cache that Eclipse was using. That freaked out Eclipse such that I h

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

[IvyDE] Ivy project menu disappears running Hudson IvyDE

2010-02-10 Thread Matt Benson
I had to use the Unlocker utility on Windows to unlock the jars from my Ivy cache that Eclipse was using. That freaked out Eclipse such that I had to restart, and now I no longer have my project-level Ivy menu on any of my projects. Any ideas what could be the reason for this? Thanks, M

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

Problem with javac target on Windows server

2010-02-10 Thread Pascal Quesseveur
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. - the build runs fine on Windows XP & Vista - when used on Windows Server 2008, the compilation target bpp-