History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-5380
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: P0 P0
Assignee: Unassigned
Reporter: André Bargull
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

Autoinclude-script misses interface declarations

Created: 26/Jan/08 07:07 AM   Updated: 31/Jan/08 03:02 PM
Component/s: Extensions - drawview, Build System
Affects Version/s: RingDing (4.1)
Fix Version/s: RingDing (4.1)

Time Tracking:
Not Specified

Severity: Major
Fixed in Change#: 7,938
Runtime: N/A
Fix in hand: False


 Description  « Hide
You need to scan for interface declarations, not just for class declarations. For example, drawview is declared as an interface.
Also see: LPP-3695.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
P T Withington - 31/Jan/08 11:23 AM
Nice catch, André

P T Withington - 31/Jan/08 11:27 AM
r7938 | ptw | 2008-01-31 14:25:44 -0500 (Thu, 31 Jan 2008) | 18 lines
Changed paths:
   M /openlaszlo/trunk/WEB-INF/lps/misc/lzx-autoincludes.properties
   M /openlaszlo/trunk/build-tools/build-autoincludes.sh

Change 20080131-ptw-s by ptw@dueling-banjos.local on 2008-01-31 14:22:33 EST
    in /Users/ptw/OpenLaszlo/ringding-2
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Include interfaces in autoincludes

Bugs Fixed: LPP-5380 'Autoinclude-script misses interface declarations'

Technical Reviewer: a.bargull@intensis.de (pending)
QA Reviewer: henry.minsky@gmail.com (pending)

Details:
    DTRT

Tests:
    Visual inspection of generated file


Mamye Kratt - 31/Jan/08 03:02 PM
(trunk 4 local build r7938)
Used svn diff to confirm changes in the script and resulting file.