[as2api-dev] error: No packages specified
Jim Kremens
kremens at gmail.com
Sun Sep 11 21:56:32 UTC 2005
Actually, let me take that back. It looks like it parsed everything
fine. I'll use it for a while before making any more comments...
It's interesting how seeing your code documented makes you catch
things you otherwise would have missed. Public members that should be
private, etc...
Good idea re: the Ant task to swap CSS stylesheets. I'll give that a try.
Thanks,
Jim
On 9/11/05, Jim Kremens <kremens at gmail.com> wrote:
> The fix does work, but there are still some other problems... spoke too soon!
>
> I'll send you a zip of the problem files in a bit to see if you can
> figure out why parsing stops short...
>
> Jim
>
> On 9/11/05, David Holroyd <dave at badgers-in-foil.co.uk> wrote:
> > On Sat, Sep 10, 2005 at 11:06:55PM -0400, Jim Kremens wrote:
> > > Hi David,
> > >
> > > It works! Parsed the whole library with no problems. I'm eager to
> > > start using it, but I have a few questions.
> >
> > Great!
> >
> >
> > > Can it handle intrinsic getter/setters? The following doesn't produce
> > > any text in the docs:
> > >
> > > /**
> > > * Set and get style preset for instance.
> > > * @param styleName:String.
> > > */
> > > public function set style(val:Object) {
> > > }
> > > public function get style():Object {
> > > return __style;
> > > }
> >
> > Yes, they should be handled. Note that properties defined implicitly
> > with get/set methods are listed in the 'Fields' section of the class
> > API, not in the 'Methods' section.
> >
> >
> > > Also, regarding styling, it would be great to be able to specify an
> > > external stylesheet.
> >
> > Yep, I need to add that in. Your ant task could copy a replacement file
> > over the existing one until then though.
> >
> >
> > Thanks for letting us know the fix works!
> > dave
> >
> > _______________________________________________
> > as2api-dev mailing list
> > as2api-dev at lists.badgers-in-foil.co.uk
> > http://lists.badgers-in-foil.co.uk/mailman/listinfo/as2api-dev
> >
>
More information about the as2api-dev
mailing list