Hi David,
 
as2api seem has problem to generate link to this:
 
/**
 * @see FocusManager#setDefaultFocusTraversalPolicy()
 * @see FocusManager#getDefaultFocusTraversalPolicy()
 */
 
But @Container#someMethod() generated fined. (FocusManager is at the same package)
 
And do i need to fill full class name for this type link:
@see AClass(AClass is at the same package of current documented class)
I usually filled the full class name like @see org.aswing.AClass

Thanks very much.
 
2006/2/8, erixtekila <[EMAIL PROTECTED]>:
Hi,


I always did like Peter said.
BTW Christophe's approach is far better IMHO.

Anyhow, when you set a source folder in Eclipse, it won't be easy to
mimic the directory structures for the tests.
src/
src/com/package/Classes
src/test/com/package/TestClasses ?

Cheers.
Le 8 févr. 06, à 08:22, Christophe Herreman a écrit :

> The approach we use, and which is probably most used, is with a "src"
> and a
> "test" folder. In there we have the same package structure for our
> classes.
> This makes the code and the tests well-organized and separated from
> eachother.
>
> regards,
> Christophe
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ]
> On
> Behalf Of David Holroyd
> Sent: woensdag 8 februari 2006 1:56
> To: [email protected]
> Subject: Re: [osflash] [ANN] as2api 0.4 released
>
> On Tue, Feb 07, 2006 at 01:44:58PM -0500, Keith Peters wrote:
>> If you are taking feature requests...
>>  I'd love to see an "ignore" tag. Particularly useful if your test
>> case
>> classes are intermingled with your class code. Don't really need to
> document
>> my test classes. Either a tag within the class like so:
>>
>> /**
>>  * @ignore
>>  */
>>
>> Or a command line parameter to ignore, maybe by name with wildcard:
>>
>> As2api.exe ... -ignore *Test
>
> Some kind of extra command-line param sounds like a good idea.
>
> Do people generally keep test classes in the same src hierarchy as the
> code under test?
>
>
>> Nice product though. Installed and documented a large project this
> morning.
>> Worked like a charm.
>
>
> Thanks for the suggestion, and your positive comments!
> dave
>
-----------
erixtekila
http://blog.v-i-a.net/


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org



--
iiley
AsWing http://www.aswing.org
Blog http://spaces.msn.com/members/iiley/
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to