[Seasar-user:19827] Re: dbflute pluginについて

Masanobu Shimura [E-MAIL ADDRESS DELETED]
2010年 5月 30日 (日) 18:19:38 JST


久保さん

了解です。
Googleから入ってしまいました。

志村

2010年5月30日10:30 kubo <[E-MAIL ADDRESS DELETED]>:

> 久保(jflute)です。
>
> 志村さん、こんにちは
>
> 古いページは今月まで残すって感じだったのですが、
> (ブックマークとかしてる人のために、サイドメニュー無しで)
> Google検索とかでヒットしちゃうのは良くないですね。
> 時間の問題ではありますが。(もうそろそろ消しますね)
>
> Maven DBFlute Pluginは独立したページが
> ありますので、ぜひそちらをご覧下さい。
> http://dbflute.sandbox.seasar.org/maven/plugin/ja/index.html
>
> 2010/5/30 Masanobu Shimura <[E-MAIL ADDRESS DELETED]>:
> > なお参考まで、
> > http://dbflute.sandbox.seasar.org/contents/maven/basic.html
> > には、pluginRepositoriesの設定が載っていましたが、
> > http://dbflute.sandbox.seasar.org/contents/maven/usage.html
> > には載っていませんでした。これではまってしまいました。
> > 志村
> >
> > 2010年5月30日9:23 Masanobu Shimura <[E-MAIL ADDRESS DELETED]>:
> >>
> >> 菅谷様
> >> 早速のアドバイス ありがとうございました。
> >> pluginRepositoriesを見落としていました。
> >> 追加設定しましたら、無事 Downloadされました。
> >> 的確なご指摘ありがとうございました。
> >> 志村
> >>
> >> 2010年5月30日9:15 Shinsuke Sugaya <[E-MAIL ADDRESS DELETED]>:
> >>>
> >>> 菅谷です。
> >>>
> >>> > なお repositoryに seasar.orgも追加しました。
> >>>
> >>> Maven プラグインなので、repository でなく
> >>> pluginRepositories の方になるのですが、そちらには
> >>> 加えてあるでしょうか?
> >>>
> >>> よろしくお願いいたします。
> >>>
> >>> shinsuke
> >>>
> >>>
> >>> 2010年5月30日9:03 Masanobu Shimura <[E-MAIL ADDRESS DELETED]>:
> >>> > 久保さん
> >>> > Maven弱者なので教えてください。
> >>> > dbfluteのDocument通り POMを設定(Versionは最初 0.1.0でエラーになったので、0.3.0に
> >>> > 変更しましたが、状況は全く同じです)
> >>> > maven-dbflute-plugin-0.3.0.pom のDownloadは成功しています。
> >>> > なお repositoryに seasar.orgも追加しました。
> >>> > 出来ればアドバイスお願いします。
> >>> > 志村
> >>> > [INFO] Unable to find resource
> >>> > 'org.seasar.dbflute:maven-dbflute-plugin:pom:0.3.
> >>> > 0' in repository central (http://repo1.maven.org/maven2)
> >>> > Downloading:
> >>> > http://maven.seasar.org/maven2/org/seasar/dbflute/maven-dbflute-plu
> >>> > gin/0.3.0/maven-dbflute-plugin-0.3.0.pom
> >>> > 5K downloaded  (maven-dbflute-plugin-0.3.0.pom)
> >>> > Downloading:
> >>> > http://repo1.maven.org/maven2/org/seasar/dbflute/maven-dbflute-plug
> >>> > in/0.3.0/maven-dbflute-plugin-0.3.0.jar
> >>> > [INFO] Unable to find resource
> >>> > 'org.seasar.dbflute:maven-dbflute-plugin:maven-pl
> >>> > ugin:0.3.0' in repository central (http://repo1.maven.org/maven2)
> >>> > [INFO] Cannot find mojo descriptor for: 'dbflute:download' - Treating
> >>> > as
> >>> > non-agg
> >>> > regator.
> >>> > [INFO]
> >>> >
> >>> >
> ------------------------------------------------------------------------
> >>> > [INFO] Building Unnamed - net.mike_s.job:archdoc:war:1.0-SNAPSHOT
> >>> > [INFO]    task-segment: [dbflute:download]
> >>> > [INFO]
> >>> >
> >>> >
> ------------------------------------------------------------------------
> >>> > Downloading:
> >>> > http://repo1.maven.org/maven2/org/seasar/dbflute/maven-dbflute-plug
> >>> > in/0.3.0/maven-dbflute-plugin-0.3.0.jar
> >>> > [INFO] Unable to find resource
> >>> > 'org.seasar.dbflute:maven-dbflute-plugin:maven-pl
> >>> > ugin:0.3.0' in repository central (http://repo1.maven.org/maven2)
> >>> > [INFO]
> >>> >
> >>> >
> ------------------------------------------------------------------------
> >>> > [ERROR] BUILD FAILURE
> >>> > Plugin追加
> >>> >      <plugin>
> >>> >         <groupId>org.seasar.dbflute</groupId>
> >>> >         <artifactId>maven-dbflute-plugin</artifactId>
> >>> >         <version>0.3.0</version>
> >>> >         <configuration>
> >>> >           <dbfluteVersion>0.9.6.8</dbfluteVersion>
> >>> >           <dbPackage>net.mike_s.archdoc</dbPackage>
> >>> >           <schemaName></schemaName>
> >>> >           <database>postgres</database>
> >>> >           <databaseDriver>org.postgresql.Driver</databaseDriver>
> >>> >
> >>> >  <databaseUrl>jdbc:postgresql://localhost:5432/archdoc</databaseUrl>
> >>> >           <databaseUser>postgres</databaseUser>
> >>> >           <databasePassword>postgres</databasePassword>
> >>> >         </configuration>
> >>> >       </plugin>
> >>> > Repository追加
> >>> >      <repository>
> >>> >       <id>maven.seasar.org</id>
> >>> >       <name>The Seasar Foundation Maven2 Repository</name>
> >>> >       <url>http://maven.seasar.org/maven2</url>
> >>> >     </repository>
> >>> >     <repository>
> >>> >       <id>maven-snapshot.seasar.org</id>
> >>> >       <name>The Seasar Foundation Maven2 Snapshot Repository</name>
> >>> >       <url>http://maven.seasar.org/maven2-snapshot</url>
> >>> >     </repository>
> >>> >       </repositories>
> >>> > _______________________________________________
> >>> > Seasar-user mailing list
> >>> > [E-MAIL ADDRESS DELETED]
> >>> > https://ml.seasar.org/mailman/listinfo/seasar-user
> >>> >
> >>> >
> >>> _______________________________________________
> >>> Seasar-user mailing list
> >>> [E-MAIL ADDRESS DELETED]
> >>> https://ml.seasar.org/mailman/listinfo/seasar-user
> >>
> >
> >
> > _______________________________________________
> > Seasar-user mailing list
> > [E-MAIL ADDRESS DELETED]
> > https://ml.seasar.org/mailman/listinfo/seasar-user
> >
> >
> _______________________________________________
> Seasar-user mailing list
> [E-MAIL ADDRESS DELETED]
> https://ml.seasar.org/mailman/listinfo/seasar-user
>
-------------- next part --------------
HTMLの添付ファイルを保管しました...
URL: <http://ml.seasar.org/archives/seasar-user/attachments/20100530/355b01f8/attachment.html>


Seasar-user メーリングリストの案内