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

Robert Stryker (JIRA) jira-events at lists.jboss.org
Fri Feb 16 15:25:29 EST 2007


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
            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