[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-2122) Create mini-validator to ensure application.xml does not contain wrong entries

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Wed Apr 23 11:26:44 EDT 2008


Create mini-validator to ensure application.xml does not contain wrong entries
------------------------------------------------------------------------------

                 Key: JBIDE-2122
                 URL: http://jira.jboss.com/jira/browse/JBIDE-2122
             Project: Tools (JBoss Tools)
          Issue Type: Sub-task
          Components: Seam
    Affects Versions: 2.1.0.beta1
            Reporter: Max Rydahl Andersen
         Assigned To: Alexey Kazakov
             Fix For: 2.1


The thing we need to check for is application.xml should not contain <module><java> entries for for the following jars - should proably just check the initial name and ignore the version part.

<!-- Seam and EL -->
   <module>
       <java>jboss-seam.jar</java>
   </module>   
   <module>
      <java>el-ri.jar</java>
   </module>
   
   <!-- jBPM -->
   <module>
      <java>jbpm-3.1.4.jar</java>
   </module>

   <!-- Drools and dependencies -->
   <module>
      <java>drools-core-3.0.5.jar</java>
   </module>
   <module>
      <java>drools-compiler-3.0.5.jar</java>
   </module>
   <module>
      <java>janino-2.4.3.jar</java>
   </module>
   <module>
      <java>antlr-2.7.6.jar</java>
   </module>
   <module>
      <java>antlr-3.0ea8.jar</java>
   </module>
   <module>
      <java>commons-jci-core-1.0-406301.jar</java>
   </module>
   <module>
      <java>commons-jci-janino-2.4.3.jar</java>
   </module>
   <module>
      <java>stringtemplate-2.3b6.jar</java>
   </module>

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