[jbosside-issues] [JBoss JIRA] Assigned: (JBIDE-450) Model incorrectly transmitted to .packages file

Marshall Culpepper (JIRA) jira-events at lists.jboss.org
Fri Mar 2 17:53:11 EST 2007


     [ http://jira.jboss.com/jira/browse/JBIDE-450?page=all ]

Marshall Culpepper reassigned JBIDE-450:
----------------------------------------

    Assignee: Marshall Culpepper

> Model incorrectly transmitted to .packages file
> -----------------------------------------------
>
>                 Key: JBIDE-450
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-450
>             Project: JBoss IDE
>          Issue Type: Bug
>          Components: Packaging
>    Affects Versions: 2.0.0.Beta3
>         Environment: All
>            Reporter: Robert Stryker
>         Assigned To: Marshall Culpepper
>            Priority: Critical
>
> Creating three packages nested as follows:
> Toplevel.jar
>   |- Middle.jar
>        |- Deep.jar
> The .packages file is shown as:
> <?xml version="1.0" encoding="UTF-8"?>
> <packages>
>    <package name="TopLevel.jar" type="jar" exploded="false" inWorkspace="true">
>       <package name="MiddleTier.jar" type="jar" exploded="false" inWorkspace="true">
>          <properties></properties>
>       </package>
>       <properties></properties>
>    </package>
>    <package name="MiddleTier.jar" type="jar" exploded="false" inWorkspace="true">
>       <properties></properties>
>    </package>
>    <package name="Deep.jar" type="jar" exploded="false" inWorkspace="true">
>       <properties></properties>
>    </package>
>    <properties></properties>
> </packages>
> In the xml, there is only one level of "nested", and that node is also replicated below. Severe model failure.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list