You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by Daniel Wilson <wi...@gmail.com> on 2009/05/30 15:13:43 UTC

Re: build question

Not sure, Corwin. I have to think you have something set up wrong, but I
don't know what!

I'm copying the development group as some of the other developers have a lot
more Java experience than I.

Daniel Wilson

On Fri, May 29, 2009 at 11:55 AM, Yu, Corwin <co...@phasecap.com> wrote:

> This one is a definate newbie to ant question. I just installed Ant, and
> the latest SVN pull, and I'm getting this error:
> -----
>
> [javac] [421 units compiled]
> [javac] ----------
> [javac] 1. ERROR in
> /opt/pdfbox/trunk/src/main/java/org/apache/pdfbox/ConvertColorspace.java (at
> line 1)
> [javac] /*
> [javac] ^
> [javac] The type java.lang.Object cannot be resolved. It is indirectly
> referenced from required .class files
> [javac] ----------
> [javac] 1 problem (1 error)
>
> BUILD FAILED
> /opt/pdfbox/trunk/build.xml:131: Compile failed; see the compiler error
> output for details.
> ----
>
> Any ideas?
>

Re: build question

Posted by Andreas Lehmkühler <an...@lehmi.de>.
Hi Corwin,

did you setup your java-environment correctly? It seems to be a problem 
with some missing java-classes from the JDK/JRE-jar.

Andreas Lehmkühler

Daniel Wilson schrieb:
> Not sure, Corwin. I have to think you have something set up wrong, but I
> don't know what!
> 
> I'm copying the development group as some of the other developers have a lot
> more Java experience than I.
> 
> Daniel Wilson
> 
> On Fri, May 29, 2009 at 11:55 AM, Yu, Corwin <co...@phasecap.com> wrote:
> 
>> This one is a definate newbie to ant question. I just installed Ant, and
>> the latest SVN pull, and I'm getting this error:
>> -----
>>
>> [javac] [421 units compiled]
>> [javac] ----------
>> [javac] 1. ERROR in
>> /opt/pdfbox/trunk/src/main/java/org/apache/pdfbox/ConvertColorspace.java (at
>> line 1)
>> [javac] /*
>> [javac] ^
>> [javac] The type java.lang.Object cannot be resolved. It is indirectly
>> referenced from required .class files
>> [javac] ----------
>> [javac] 1 problem (1 error)
>>
>> BUILD FAILED
>> /opt/pdfbox/trunk/build.xml:131: Compile failed; see the compiler error
>> output for details.
>> ----
>>
>> Any ideas?
>>
> 

Re: build question

Posted by Andreas Lehmkühler <an...@lehmi.de>.
Hi Corwin,

did you setup your java-environment correctly? It seems to be a problem 
with some missing java-classes from the JDK/JRE-jar.

Andreas Lehmkühler

Daniel Wilson schrieb:
> Not sure, Corwin. I have to think you have something set up wrong, but I
> don't know what!
> 
> I'm copying the development group as some of the other developers have a lot
> more Java experience than I.
> 
> Daniel Wilson
> 
> On Fri, May 29, 2009 at 11:55 AM, Yu, Corwin <co...@phasecap.com> wrote:
> 
>> This one is a definate newbie to ant question. I just installed Ant, and
>> the latest SVN pull, and I'm getting this error:
>> -----
>>
>> [javac] [421 units compiled]
>> [javac] ----------
>> [javac] 1. ERROR in
>> /opt/pdfbox/trunk/src/main/java/org/apache/pdfbox/ConvertColorspace.java (at
>> line 1)
>> [javac] /*
>> [javac] ^
>> [javac] The type java.lang.Object cannot be resolved. It is indirectly
>> referenced from required .class files
>> [javac] ----------
>> [javac] 1 problem (1 error)
>>
>> BUILD FAILED
>> /opt/pdfbox/trunk/build.xml:131: Compile failed; see the compiler error
>> output for details.
>> ----
>>
>> Any ideas?
>>
>