2008-04-06から1日間の記事一覧

Repository 'central' will be blacklisted

が出た場合は、 http://bagineer.blog59.fc2.com/blog-entry-91.html http://bagineer.blog59.fc2.com/blog-category-6.html http://www.srcw.net/blog/2007/07/mvn_archetypecreate.html Nortonのファイアウオールがブロックしちゃうのね。

mvn -U archetype:generate

maven-archetype-pluginは2.0-alpha-2からarchetype:createじゃなくて archetype:generateで対話的にプロジェクトを作るようになったみたい。

複数ファイルのアップロードメモ

input JSP <html:form action="/upload" enctype="multipart/form-data"> File1:<html:file property="files[0]" /><br/> File2:<html:file property="files[1]" /><br/> File3:<html:file property="files[2]" /><br/> <html:submit property="submit" value="upload"/> </html:form> output JSP File1: