Re: ant build failing: could not find file modules/jdbc-pool/doc/jdbc-pool.xml to copy

2012-01-09 Thread S Ahmed
Agreed. The file was building.txt not readme sorry, thanks for the tips. So any help on importing the project into eclipse? On Sun, Jan 8, 2012 at 11:09 PM, Konstantin Kolinko wrote: > 2012/1/9 S Ahmed : > > Well the readme said it may fail on mac osx because it tries to write to > > /usr/share

Re: ant build failing: could not find file modules/jdbc-pool/doc/jdbc-pool.xml to copy

2012-01-08 Thread Konstantin Kolinko
2012/1/9 S Ahmed : > Well the readme said it may fail on mac osx because it tries to write to > /usr/share/java to store the libraries etc. Eh, which readme? It is a bad idea to let them been written to /usr/share/java. That is just a default value. You should really reconfigure it to use some ot

Re: ant build failing: could not find file modules/jdbc-pool/doc/jdbc-pool.xml to copy

2012-01-08 Thread S Ahmed
svn worked fine. Sorry about this, but I'm new to Eclipse kinda. So I when to file, import, general | existing projects into workspace. Now which is the root folder in the source? On Sun, Jan 8, 2012 at 6:44 PM, S Ahmed wrote: > Well the readme said it may fail on mac osx because it tries to

Re: ant build failing: could not find file modules/jdbc-pool/doc/jdbc-pool.xml to copy

2012-01-08 Thread S Ahmed
Well the readme said it may fail on mac osx because it tries to write to /usr/share/java to store the libraries etc. When I ran ant, the build didn't work, running sudo allowed it continue (but from now on running just ant w/o sudo is fine, I guess it was just initially to write to that folder).

Re: ant build failing: could not find file modules/jdbc-pool/doc/jdbc-pool.xml to copy

2012-01-08 Thread Konstantin Kolinko
2012/1/9 S Ahmed : > 2. sudo ant Just curious regarding the above command: you do not need root rights to build Tomcat! Actually you should never be using root rights when building, testing and using Tomcat. (The only exception is running it with jsvc service wrapper). http://xkcd.com/149/ Be

Re: ant build failing: could not find file modules/jdbc-pool/doc/jdbc-pool.xml to copy

2012-01-08 Thread Konstantin Kolinko
2012/1/9 S Ahmed : > Hi, > Exciting to get the source working locally! > > I'm on Mac osx lion. > > 1. I did a git clone from:https://github.com/apache/tomcat70 > 2. sudo ant > And I got: > > compile-prepare: > > BUILD FAILED > /Users/me/dev/sources/tomcat70/build.xml:493: Warning: Could not find f

ant build failing: could not find file modules/jdbc-pool/doc/jdbc-pool.xml to copy

2012-01-08 Thread S Ahmed
Hi, Exciting to get the source working locally! I'm on Mac osx lion. 1. I did a git clone from:https://github.com/apache/tomcat70 2. sudo ant And I got: compile-prepare: BUILD FAILED /Users/me/dev/sources/tomcat70/build.xml:493: Warning: Could not find file /Users/me/dev/sources/tomcat70/module

Re: Tomcat 6 Build Failing

2008-01-20 Thread nayabinghi
TED] > > > -- View this message in context: http://www.nabble.com/Tomcat-6-Build-Failing-tp14975286p14987315.html Sent from the Tomcat - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 6 Build Failing

2008-01-20 Thread Mark Thomas
nayabinghi wrote: The problem was jdk 1.6. I downgraded to 1.5 and it went well. That is a known issue with DBCP: http://issues.apache.org/bugzilla/show_bug.cgi?id=43147 However I am having some challenges building Tomcat 6 with the admin tool. There is no admin tool in tomcat 6. Mark -

Re: Tomcat 6 Build Failing

2008-01-20 Thread nayabinghi
- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Tomcat-6-Build-Failing-tp14975286p14986855.html Sent from the Tomcat - Dev mailing list archive at Nabble.com. --

Re: Tomcat 6 Build Failing

2008-01-19 Thread Markus Schönhaber
nayabinghi wrote: > I am trying to build Tomcat 6 from source but am getting some build errors I > am hoping I can get some help with. > > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Re

Tomcat 6 Build Failing

2008-01-19 Thread nayabinghi
exactly is the compile error out. This is my first time building Tomcat from source. -- View this message in context: http://www.nabble.com/Tomcat-6-Build-Failing-tp14975286p14975286.html Sent from the Tomcat - Dev mailing list archive at Nabble.com

Re: Build failing

2006-04-12 Thread Markus Schönhaber
Remy Maucherat wrote: > The new tcnative will be released early friday. I preferred updating all > numbers early rather than at the last minute to try to avoid the many > problems which occurred last time. Hopefully I'm not stating the obvious but it should not be forgotten to also change tcnativ

Re: Build failing

2006-04-12 Thread Remy Maucherat
Filip Hanik - Dev lists wrote: It expects there to be a tomcat-native-1.1.3 referenced in the build file http://archive.apache.org/dist/tomcat/tomcat-connectors/native/ either we change the build to download -current, or publish a 1.1.3.tar.gz file, anyone up for the task? The new tcnative

Re: Build failing

2006-04-12 Thread Markus Schönhaber
Filip Hanik - Dev lists wrote: > It expects there to be a tomcat-native-1.1.3 referenced in the build file > http://archive.apache.org/dist/tomcat/tomcat-connectors/native/ > > either we change the build to download -current, or publish a > 1.1.3.tar.gz file, > > anyone up for the task? If I follo

Build failing

2006-04-12 Thread Filip Hanik - Dev lists
It expects there to be a tomcat-native-1.1.3 referenced in the build file http://archive.apache.org/dist/tomcat/tomcat-connectors/native/ either we change the build to download -current, or publish a 1.1.3.tar.gz file, anyone up for the task? thanks Filip