You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by Roy Henderson <r_...@rebexitservices.co.uk> on 2004/05/14 19:50:36 UTC

RE: Request for nightly builds ... build fails

Thanks for the pointers Noel. I installed cvs and then ran the download -
that appeared to run ok.

I then tried to build and it seemed to go normally until a message saying
"about to compile 267 source files" or something very similar.

Then it threw more grief at me than my wife ever has ...

Here is just the tail end of the errors I got.

I'm running W/XP Pro with the latest Sun 1.4 SDK.

Any ideas where I have gone wrong?


C:\CVS\JAMES-~1\src\java\org\apache\james\core\MimeMessageWrapper.java:231:
cann
ot resolve symbol
symbol  : class MessagingException
location: class org.apache.james.core.MimeMessageWrapper
    public void writeTo(OutputStream headerOs, OutputStream bodyOs, String[]
ign
oreList) throws IOException, MessagingException {

                             ^
C:\CVS\JAMES-~1\src\java\org\apache\james\core\MimeMessageWrapper.java:260:
cann
ot resolve symbol
symbol  : class MimeMessage
location: class org.apache.james.core.MimeMessageWrapper
    public static void writeTo(MimeMessage message, OutputStream headerOs,
Outpu
tStream bodyOs) throws IOException, MessagingException {
                               ^
C:\CVS\JAMES-~1\src\java\org\apache\james\core\MimeMessageWrapper.java:260:
cann
ot resolve symbol
symbol  : class MessagingException
location: class org.apache.james.core.MimeMessageWrapper
    public static void writeTo(MimeMessage message, OutputStream headerOs,
Outpu
tStream bodyOs) throws IOException, MessagingException {

                                    ^
C:\CVS\JAMES-~1\src\java\org\apache\james\core\MimeMessageWrapper.java:268:
cann
ot resolve symbol
symbol  : class MimeMessage
location: class org.apache.james.core.MimeMessageWrapper
    public static void writeTo(MimeMessage message, OutputStream headerOs,
Outpu
tStream bodyOs, String[] ignoreList) throws IOException, MessagingException
{
                               ^
C:\CVS\JAMES-~1\src\java\org\apache\james\core\MimeMessageWrapper.java:268:
cann
ot resolve symbol
symbol  : class MessagingException
location: class org.apache.james.core.MimeMessageWrapper
    public static void writeTo(MimeMessage message, OutputStream headerOs,
Outpu
tStream bodyOs, String[] ignoreList) throws IOException, MessagingException
{

                                                         ^
C:\CVS\JAMES-~1\src\java\org\apache\james\core\MimeMessageWrapper.java:375:
cann
ot resolve symbol
symbol  : class Address
location: class org.apache.james.core.MimeMessageWrapper
    public Address[] getFrom() throws MessagingException {
           ^
C:\CVS\JAMES-~1\src\java\org\apache\james\core\MimeMessageWrapper.java:375:
cann
ot resolve symbol
symbol  : class MessagingException
location: class org.apache.james.core.MimeMessageWrapper
    public Address[] getFrom() throws MessagingException {
                                      ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
100 errors

BUILD FAILED
file:C:/CVS/JAMES-~1/build.xml:293: Compile failed; see the compiler error
outpu
t for details.

Total time: 20 seconds



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org