"Diethelm Guallar, Gonzalo" wrote:
> As of Nov. 8, I was finally able to compile the HEAD branch.
> Thanks to Santiago Gala for his work on this issue.
>
> Just to report, I got the following messages while compiling;
> the only funny thing was the message about "implicit copying
> of support files".
>
> JAVA_HOME: D:\jdk1.3
> JAVAC: classic
> LOCALPATH:
> ;..\lib\castor.jar;..\lib\activation.jar;..\lib\cocoon-ext-servlet2.2.jar;..
> \lib\cocoon.jar;..\lib\ecs.jar;..\lib\hsql.jar;..\lib\jaxp.jar;..\lib\mail.j
> ar;..\lib\servlet_2_2.jar;..\lib\turbine-2.0.jar;..\lib\village.jar;..\lib\x
> alan.jar;..\lib\xerces.jar;.\ant.jar;.\projectx-tr2.jar
> TARGET: dist
> Buildfile: build.xml
>
> core:
> [mkdir] Created dir: G:\head\jetspeed\bin\classes
> [mkdir] Created dir: G:\head\jetspeed\bin\src
> Compiling in ../src/java and saving to ../bin/classes
> [javac] Compiling 306 source files to G:\head\jetspeed\bin\classes
> [javac] Note: 7 files use or override a deprecated API. Recompile with
> "-deprecation" for details.
> [javac] 1 warning
> [javac] The implicit copying of support files by javac has been
> deprecated. Use the copydir task to copy support files explicitly.
> [javac] Copying 14 support files to G:\head\jetspeed\bin\classes
>
> dist:
> [jar] Building jar: G:\head\jetspeed\bin\Jetspeed.jar
>
> BUILD SUCCESSFUL
>
> Total time: 3 minutes 37 seconds
>
Yes, there is a problem in the ant task setup. I will try (low priority) to get
build.xml copied from Turbine or other project so that it is cleaner than our
old version.
The problem is that ant copies everything in the src dirs, including .#...v.n.n
files from CVS conflicts and package.html files, and this has been deprecated.
No harm, I think, except that some of these files end up in the .jar file.
>
> --
> Gonzalo A. Diethelm
> [EMAIL PROTECTED]
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html>
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]