Uploaded image for project: 'Dolteng'
  1. Dolteng
  2. DOLTENG-40

Teedaプロジェクトでview以下がtarget/test-classesに出力される不具合を修正しました

XMLWordPrintable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • None
    • Affects Version/s: 0.32.0
    • None

      Dolteng 0.32.0で不具合を見つけました.
      http://d.hatena.ne.jp/j5ik2o/20080917/1221629569
      の通りです.

      plugin.xmlの
      <handler type="classpath" resourceLoader="maven">
      <entry output="${testOutPath}" path="${webAppRoot}/view" />
      のoutput属性が間違っていたようです.

      <handler type="classpath" resourceLoader="maven">
      <entry path="${webAppRoot}/view" />
      に修正します.outputを指定しない場合は出力先はsrc/main/webapp/WEB-INF/classesになります.

            Assignee:
            j5ik2o j5ik2o
            Reporter:
            j5ik2o j5ik2o
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: