Re: [VOTE] tcnative releases independent from tomcat

2008-01-19 Thread jean-frederic clere

Costin Manolache wrote:

Will we have installers for it ?


for the moment a tarball or zip file should be ok, shouldn't it?


Will the installer/release include the
associated libapr ?


Yes.
What about openssl?


I assume both native and java
code will be included ?


I am not sure of that... A part of the idea is to be able to use the 
same tcnative with several tomcat versions.



What additional docs will be needed ?


Probably ;-)


Will tomcat
releases bundle it, or just require to download it separately ?


The sources yes. The binaries I don't think so.


Cheers

Jean-Frederic



It would be great to have it as separate release ( so +1 ) - but I think a
more detailed proposal/plan would help a lot.

Costin

On Jan 15, 2008 9:44 AM, Mladen Turk <[EMAIL PROTECTED]> wrote:


Remy Maucherat wrote:


(for example, existing Tomcat
users will be able to take 1.1.12 and use it with older Tomcat releases
to fix a bug), so it would need a release vote and separate tagging.


Sure, the same can be done with commons-logging.jar from
any future version I suppose ;)

Anyhow, the major problem I have with that sudden change is
because we had a working solution for 2.5 years.
Within last 24 hours we had lots of discussion and a vote
for something that is in essence an administrative problem.
IMHO if we have an administrative problem, first we need to
solve that (simply moving the tarballs to private location).
Later we can discuss on the tomcat-native future.
24 hours is simply not enough to get any proper decision
that would last at least 2.5 years :)


Regards,
Mladen

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat 6 Build Failing

2008-01-19 Thread nayabinghi

Hey Guys, 

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: Recompile with -Xlint:unchecked for details.
[javac] 15 errors

BUILD FAILED
/root/apache-tomcat-6.0.14-src/build.xml:675: The following error occurred
while executing this line:
/root/apache-tomcat-6.0.14-src/build.xml:739: Compile failed; see the
compiler error output for details.

Total time: 34 seconds

Where 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.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Tomcat Wiki] Update of "PoweredBy" by IOrtega

2008-01-19 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The following page has been changed by IOrtega:
http://wiki.apache.org/tomcat/PoweredBy

--
  http://www.deltava.org/img/DeltaBanner.png
  [http://www.deltva.org/ Delta Virtual Airlines] is the world's largest 
virtual airline, with over 2,200 members. This is a group of flight simulation 
enthusiasts using Microsoft Flight Simulator to fly the current and historic 
routes of Delta Air Lines.
  
+ = Derecho.com =
+ http://www.derecho.com/_img/derecho_dot_com_logo.gif
+ [http://www.derecho.com/ Derecho.com] Spanish law page, the biggest ebook 
publisher, Law content provider and eLaw firm in Spain.
+ 
  = DSpace =
  http://dspace.org/img/green-white-gray.gif
  [http://www.dspace.org/ DSpace] is an open-source repository for research 
materials.  It is installed in numerous places, including 
[http://dspace.mit.edu MIT] and the 
[http://www.iue.it/LIB/Cadmus/InstallationNotes.shtml European University 
Institute].  Detailed 
[http://www.dspace.org/technology/system-docs/install.html installation 
instructions] are available.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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: Recompile with -Xlint:unchecked for details.
> [javac] 15 errors
>
> BUILD FAILED
[...]

Look at the output preceding the above snippet. That's where the actual
error messages probably are.

Regards
  mks

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]