[vwnc] [7.6][BUG] Filing-in file-out of empty package does not create named package

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] [7.6][BUG] Filing-in file-out of empty package does not create named package

Boris Popov, DeepCove Labs (SNN)
Attached is a file-out of a completely empty package called
'EmptyPackage' and if you file it into clean 7.6 you'll find no pacage
with that name.

Cheers,

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

EmptyPackage.st (256 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] [7.6][BUG][FIX] Filing-in file-out of empty package does not create named package

Boris Popov, DeepCove Labs (SNN)
Attached is a slightly modified version that will result in proper
package being created, which is achieved by adding a non-property
property to the resulting xml in form of,

<component-property>
 <name>EmptyPackage</name>
 <type>package</type>
 <property></property>
 <value></value>
</component-property>

Cheers,

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

> -----Original Message-----
> From: Boris Popov
> Sent: Thursday, May 08, 2008 2:04 PM
> To: [hidden email]
> Subject: [7.6][BUG] Filing-in file-out of empty package does not
create
> named package
>
> Attached is a file-out of a completely empty package called
'EmptyPackage'
> and if you file it into clean 7.6 you'll find no pacage with that
name.

>
> Cheers,
>
> -Boris
>
> --
> +1.604.689.0322
> DeepCove Labs Ltd.
> 4th floor 595 Howe Street
> Vancouver, Canada V6C 2T5
> http://tinyurl.com/r7uw4
>
> [hidden email]
>
> CONFIDENTIALITY NOTICE
>
> This email is intended only for the persons named in the message
> header. Unless otherwise indicated, it contains information that is
> private and confidential. If you have received it in error, please
> notify the sender and delete the entire message including any
> attachments.
>
> Thank you.

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

EmptyPackage.working.st (428 bytes) Download Attachment