cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant SoTask.java

2003-09-22 Thread hgomez
hgomez 2003/09/22 02:14:54 Modified:jk/jkant/java/org/apache/jk/ant SoTask.java Log: Clean import and fix a bugounet Revision ChangesPath 1.24 +29 -9 jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant/SoTask.java Index: SoTask.java ===

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant SoTask.java

2002-06-08 Thread nacho
nacho 2002/06/08 17:10:02 Modified:jk/jkant/java/org/apache/jk/ant/compilers MsvcCompiler.java MsvcLinker.java jk/jkant/java/org/apache/jk/ant SoTask.java Log: * Support for resource linking on win32 XXX:Sorry for the tabs->spaces conver

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant SoTask.java

2001-11-16 Thread costin
costin 01/11/16 14:18:50 Modified:jk/jkant/java/org/apache/jk/ant SoTask.java Log: SoTask will delegate to the CompilerAdapter the detection of files to be compiled. This simplifies things a bit and gives CompileAdapter a way to contol all files. Revision Changes

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant SoTask.java

2001-11-16 Thread mmanders
mmanders01/11/16 13:32:16 Modified:jk/jkant/java/org/apache/jk/ant SoTask.java Log: Added alternate targets (since NLM names are limited to 8.3). Revision ChangesPath 1.20 +12 -0 jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant/SoTask.java Index:

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant SoTask.java

2001-11-12 Thread mmanders
mmanders01/11/12 15:34:47 Modified:jk/jkant/java/org/apache/jk/ant SoTask.java Log: Added a link options vector similar to imports, exports, etc. Revision ChangesPath 1.19 +18 -6 jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant/SoTask.java Index:

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant SoTask.java ApxsTask.java

2001-11-02 Thread costin
costin 01/11/02 12:29:54 Modified:jk/jkant/java/org/apache/jk/ant SoTask.java Removed: jk/jkant/java/org/apache/jk/ant ApxsTask.java Log: Removed ApxsTask ( it was a placeholder). We can add it later as "ApxsCompiler/Linker" - it'll use whatever Apxs detected. The prob

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant SoTask.java

2001-10-27 Thread costin
costin 01/10/26 16:28:50 Modified:jk/jkant/java/org/apache/jk/ant SoTask.java Log: Almost done. Compile all the .so files, dependencies, linking, etc. If libtool is available everything should work. Still need to clean up and better organize the source, merge the 'speci

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant SoTask.java

2001-10-26 Thread costin
costin 01/10/26 12:53:45 Modified:jk/jkant ant.tasks jk/jkant/java/org/apache/jk/ant SoTask.java Added: jk/native build.xml Log: A bit more code into the ant builder. Still broken, but can compile the common/ files. From strange reasons {os.name} system pro