Re: TC7 + AntCompiler problems with whitespace in pathname

2012-01-18 Thread eprost
For anybody interested: https://issues.apache.org/bugzilla/show_bug.cgi?id=52480 is now fixed. More info: http://svn.apache.org/viewvc?view=revision&revision=1232850 Discussion topic is closed, thank you everybody who helped - Erik > Ok, I will open a bug tonight (French time zone). > > Thanks,

Re: TC7 + AntCompiler problems with whitespace in pathname

2012-01-17 Thread eprost
Done: https://issues.apache.org/bugzilla/show_bug.cgi?id=52480 Erik > On 17/01/2012 12:22, epr...@orpheus.fr wrote: >> Forgot to mention: >> - The description pertains to the Linux 32 bits test case + Oracle JDK >> 1.6. >> - For the Windows x64 + JDK 1.7 test case, replace "javac1.6" by >> "javac

Re: TC7 + AntCompiler problems with whitespace in pathname

2012-01-17 Thread eprost
Ok, I will open a bug tonight (French time zone). Thanks, Erik > On 17/01/2012 12:22, epr...@orpheus.fr wrote: >> Forgot to mention: >> - The description pertains to the Linux 32 bits test case + Oracle JDK >> 1.6. >> - For the Windows x64 + JDK 1.7 test case, replace "javac1.6" by >> "javac1.7"

Re: TC7 + AntCompiler problems with whitespace in pathname

2012-01-17 Thread eprost
Forgot to mention: - The description pertains to the Linux 32 bits test case + Oracle JDK 1.6. - For the Windows x64 + JDK 1.7 test case, replace "javac1.6" by "javac1.7" and you're done. Erik >> Please. And include the steps you are using to configure Ant as the >> compiler in case there is some

Re: TC7 + AntCompiler problems with whitespace in pathname

2012-01-17 Thread eprost
> Answer Mark's email to you first. Done. @Pid: thank you for the reminder, I thought I already posted an answer! Erik > On 17/01/2012 10:21, epr...@orpheus.fr wrote: >>> And I really, really do not understand why the people who make the >>> installer of the >>> Windows version of Tomcat - and

Re: TC7 + AntCompiler problems with whitespace in pathname

2012-01-17 Thread eprost
> Please. And include the steps you are using to configure Ant as the > compiler in case there is something odd there. @mark: do you think the description below is concise enough ? Erik - Download apache-ant-1.8.2-bin.tar.gz - Extract to any temp directory - Copy apache-ant-1.8.2/lib/ant.jar + a

Re: how to subscribe tomcat org userlist?

2012-01-17 Thread eprost
> how to subscribe tomcat org userlist? > See http://tomcat.apache.org/lists.html#tomcat-users => Subscription:Send a blank email to users-subscr...@tomcat.apache.org - To unsubscribe, e-mail: users-unsubscr...@tomcat

Re: [OT] TC7 + AntCompiler problems with whitespace in pathname

2012-01-17 Thread eprost
> So if you can save yourself the trouble, by installing Tomcat in some > pathname which makes Yes, we can deploy in C:\TC7 or /opt/TC7 instead of "C:\Program Files\blahbla" or "/opt/apache/tomcat 7.0.23". But, especially on Windows, where all applications live in "C:\Program Files", this is disr

Re: Tomcat 7 & JDK 7 access permissions: error or bug?

2012-01-17 Thread eprost
> Exactly which version, Tomcat 7.0.? 7.0.23 > On 17/01/2012 03:44, deniz wrote: >> Hi all, >> >> I am getting a weird error on tomcat 7. at first i deploy my war file >> and >> everything is smooth.. but after some time - randomly - i cant access >> anything on tomcat and in the log file I see

Re: TC7 + AntCompiler problems with whitespace in pathname

2012-01-17 Thread eprost
> And I really, really do not understand why the people who make the > installer of the > Windows version of Tomcat - and who are undoubtedly otherwise pretty smart > people - are > compounding the issue by installing this by default in a sub-directory > named "Apache > Software Foundation". Follo

TC7 + AntCompiler problems with whitespace in pathname

2012-01-16 Thread eprost
### Summary TC fails to compile JSP when 1) the compiler is AntCompiler and 2) there is a whitespace somewhere in the pathname to TC home dir. Configuring logging.properties to have AntCompiler set to level FINEST, logs show that: - whitespace is translated to "%20"; - javac task fails with many