Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-2117 Find a way to use WTP 2.0.2
  3. JBIDE-2122

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

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Critical Critical
    • 2.1.0.CR1
    • 2.1.0.beta1
    • seam2
    • None

      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>

            alexeykazakov Alexey Kazakov
            manderse@redhat.com Max Andersen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: