This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 53622

Summary: 'relative-path' context format for freeform actions should append '/' to folders
Product: projects Reporter: Jesse Glick <jglick>
Component: Ant FreeformAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: blocker Keywords: API
Priority: P2    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 54259    

Description Jesse Glick 2005-01-19 04:03:25 UTC
Would make implementing e.g. compile.single
easier, since then the javac.includes would be
correct for folders ("Compile Package"), and you
could use a pattern like

  \.java$|/$

to match any combo of Java sources and packages.

Could be used e.g. in JavaActions (IDE-generated
target binding).

For strict compatibility, should probably be a new
format option, which would mean a new generic
freeform schema (/2), so wait on it until there
are other desired changes to this schema.
Comment 1 Jesse Glick 2005-04-21 15:21:00 UTC
Jan, interested in working on this? I consider this to be one of the priority
items for freeform. Tricky because it means handling a schema change, which was
not easy for j2seproject - have to understand both /1 and /2 on read, but make
some decision about when and how to make the format upgrade, with the user's
permissions. (If there were no b/c issues it would be trivial and we would have
done it long ago.) Take a look at issue #54259 too.
Comment 2 Jesse Glick 2005-04-21 15:29:20 UTC
Consider issue #48079 in conjunction with this.
Comment 3 Milan Kubec 2008-10-17 08:06:38 UTC
This has to wait to next freeform schema upgrade.
Comment 4 Antonin Nebuzelsky 2010-01-11 04:28:38 UTC
Changing the default component owner to tzezula.