I was
curious if you use Eclipse for your Flex coding as well, or do you use Flex
Builder? I am using a windows box at work, but this is mostly stuff I am
doing at home, where I only have an apple Powerbook. The thing I like the
best is code complete, is there a way to do that - ie an xsd that points me in
the right direction?
Anyone
know if they are thinking of porting Flex Builder to Mac or even
Linux?
thx,
M@
-----Original Message-----Douglass,
From: Steven Webster [mailto:[EMAIL PROTECTED]
Sent: Monday, February 28, 2005 10:17 AM
To: [email protected]
Subject: RE: [flexcoders] Re: Experienced programmer new to java app servers,quick question
If I might make a suggestion - download Eclipse for free, setup
a project in Eclipse and compile the application in there; the
truth is that I have no idea how to compile the application by
hand like this .... it's a long long way for a shortcut.
Create a new project in Eclipse (or another IDE), point at the
java folder, and press build. You'll also need to make sure
that you are targetting the classes into the WEB-INF/classes
folder on the application server, and not just into the same
directory as the source .java files (as you are doing
currently).
Best,
Steven
> -----Original Message-----
> From: dduuggllaa [mailto:[EMAIL PROTECTED]
> Sent: 28 February 2005 14:36
> To: [email protected]
> Subject: [flexcoders] Re: Experienced programmer new to java
> app servers, quick question
>
>
>
> Steve,
> I'm trying to compile from the command line:
> javac -classpath /clearly/the/wrong/path CustomerDelegate.java
>
> Here is my setup:
>
> The java portion of the Cairngorm tree is here:
> C:\iterationtwo\cairngorm-0_9\samples\java
>
> cd'ing to
> C:\iterationtwo\cairngorm-0_9\samples\java\com\iterationtwo\demo\vo
>
> LoginVO.java compiles just fine, presumably because it's
> package dependancy is not a problem (java.util.Date I get "for "free")
>
> There is no joy however when I cd to:
> C:\iterationtwo\cairngorm-0_9\samples\java\com\ite
> rationtwo\demo\business
>
> and try to compile CustomerDelegate.java which imports
> com.iterationtwo.demo.vo.LoginVO
>
> What I need is the correct -classpath incantation to satisfy
> the path dependency for com.iterationtwo.demo.vo.LoginVO
> within CustomerDelegate.java so that it compiles.
>
> Cheers,
> Douglass Turner
> email: douglass_dot_turner_at_gmail_dot_com
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
> ---
>
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.853 / Virus Database: 581 - Release Date: 01/02/2005
>
>
**************************************************************************
This e-mail and any files transmitted with it may contain privileged or
confidential information. It is solely for use by the individual for whom
it is intended, even if addressed incorrectly. If you received this e-mail
in error, please notify the sender; do not disclose, copy, distribute, or
take any action in reliance on the contents of this information; and delete
it from your system. Any other use of this e-mail is prohibited. Thank you
for your compliance.

