Todd,

I'm still suck at setting my classpath and the right path to give it. I even 
did a search of the file system and got a list of all of my jar's and did a jar 
-tvf $FILE >> list and did a search for the missing package and I can not 
locate them...

[r...@hot-java trunk]# ant
Buildfile: build.xml
 
core:
 
wtk:
    [javac] Compiling 354 source files to /root/x/pivot/trunk/wtk/ant-bin
    [javac] 
/root/x/pivot/trunk/wtk/src/pivot/wtk/BrowserApplicationContext.java:25: 
package netscape.javascript does not exist
    [javac] import netscape.javascript.JSObject;
    [javac]                           ^
    [javac] 
/root/x/pivot/trunk/wtk/src/pivot/wtk/content/TreeViewFileRenderer.java:34: 
warning: sun.awt.shell.ShellFolder is Sun proprietary API and may be removed in 
a future release
    [javac] import sun.awt.shell.ShellFolder;
    [javac]                     ^
    [javac] 
/root/x/pivot/trunk/wtk/src/pivot/wtk/BrowserApplicationContext.java:300: 
cannot find symbol
    [javac] symbol  : class JSObject
    [javac] location: class pivot.wtk.BrowserApplicationContext
    [javac]             JSObject window = 
JSObject.getWindow(applicationHostApplet);
    [javac]             ^
    [javac] 
/root/x/pivot/trunk/wtk/src/pivot/wtk/BrowserApplicationContext.java:300: 
cannot find symbol
    [javac] symbol  : variable JSObject
    [javac] location: class pivot.wtk.BrowserApplicationContext
    [javac]             JSObject window = 
JSObject.getWindow(applicationHostApplet);
    [javac]                               ^
    [javac] 
/root/x/pivot/trunk/wtk/src/pivot/wtk/content/TreeViewFileRenderer.java:89: 
warning: sun.awt.shell.ShellFolder is Sun proprietary API and may be removed in 
a future release
    [javac]         ShellFolder shellFolder = null;
    [javac]         ^
    [javac] 
/root/x/pivot/trunk/wtk/src/pivot/wtk/content/TreeViewFileRenderer.java:91: 
warning: sun.awt.shell.ShellFolder is Sun proprietary API and may be removed in 
a future release
    [javac]             shellFolder = ShellFolder.getShellFolder(file);
    [javac]                           ^
    [javac] 3 errors
    [javac] 3 warnings
 
BUILD FAILED
/root/x/pivot/trunk/build.xml:362: Compile failed; see the compiler error 
output for details.



Thanks,
Jeff






----- Original Message ----
From: Todd Volkert <[email protected]>
To: [email protected]
Sent: Tuesday, April 14, 2009 12:20:39 PM
Subject: Re: System setup

Jeff,

Are you off and running?  You caught us on a day that we're changing
our build requirements, so I want to make sure you were able to build.

-T

On Tue, Apr 14, 2009 at 1:01 PM, Greg Brown <[email protected]> wrote:
> You don't need to download it but you do need to ensure that it is on your 
> classpath; see:
>
> http://java.sun.com/javase/6/webnotes/6u10/plugin2/liveconnect/#COMPILING
>
>
> On Tuesday, April 14, 2009, at 12:56PM, "Jeff Gates" <[email protected]> 
> wrote:
>>
>>Thanks Todd,
>>
>>I'm one step closer, the instructions in 
>>http://svn.apache.org/repos/asf/incubator/pivot/trunk/BUILD were helpful.
>>I went to the the sun site for LiveConnect but it is a bit vague, do I need 
>>to down load the API's and set my classpath?
>>
>>Thanks,
>>Jeff
>>
>>
>>
>>----- Original Message ----
>>From: Todd Volkert <[email protected]>
>>To: [email protected]
>>Sent: Tuesday, April 14, 2009 9:04:09 AM
>>Subject: Re: System setup
>>
>>Hi Jeff,
>>
>>First get the latest from subversion because we just made a change to
>>the file I'm going to refer you to :)
>>
>># Sync the first time to the trunk
>>> svn checkout http://svn.apache.org/repos/asf/incubator/pivot/trunk/ pivot
>>
>># Then, you can just update
>>> cd pivot
>>> svn up
>>
>>Then follow the instructions in
>>http://svn.apache.org/repos/asf/incubator/pivot/trunk/BUILD to build
>>it.  If you have any issues, you can copy the output of your build
>>into an email, and I'll be happy to help identify the specific issue
>>you're encountering.
>>
>>Cheers,
>>-T
>>
>>On Tue, Apr 14, 2009 at 11:57 AM, Jeff Gates <[email protected]> wrote:
>>>
>>> Hi,
>>>
>>> I have been doing UNIX administration of many years, have have written 
>>> html, php, and java scripts now I'm just starting to code in java. The 
>>> Pivot looks like it could useful to me but I am having issue getting 
>>> started. Currently I run Fedora 9, I have pulled down pivot with svn but I 
>>> keep hitting road blocks. Is there an A-Z list of all of everything needed 
>>> to get my system up and running?
>>>
>>> Thanks,
>>> Jeff
>>>
>>>
>>>
>>>
>>>
>>
>>
>>
>>
>>
>>
>



      

Reply via email to