Uploaded image for project: 'Nuxeo IDE'
  1. Nuxeo IDE
  2. NXIDE-29

The archetype webengine (java) is not taking account of the annotations (@WebObject for example)

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 1.0

      Description

      Need to add
      <!-- APT plugin for annotation preprocessing -->
      <build>
      <plugins>
      <plugin>
      <groupId>org.apache.myfaces.tobago</groupId>
      <artifactId>maven-apt-plugin</artifactId>
      <executions>
      <execution>
      <id>generate-bindings</id>
      <goals>
      <goal>execute</goal>
      </goals>
      </execution>
      </executions>
      </plugin>
      </plugins>
      </build>
      <!-- end APT plugin -->

        Attachments

          Activity

            People

            • Assignee:
              stan Sun Tan
              Reporter:
              stan Sun Tan
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: