On 3/25/07, Frank Bille <[EMAIL PROTECTED]> wrote:
   - Why do we have NOTICE, DISCLAIMER, README and LICENSE on so many
      levels? (root of distribution, in src folder and then in all the projects)

The files are all in the svn project dirs. We could remove them there,
but that would be a problem, at least for the NOTICE files. Or we
could create our own remote resource bundle, that includes the general
wicket one. Problem .

      - Shouldn't NOTICE in /dist-root and /src be a concatination of
      all the NOTICE files? RIght now it's just a copy of wicket-core and 
doesn't
      contain the things in f.ex. wicket-examples.

I haven't found a way to make the damned maven assembly do the correct
concat of the NOTICE file. We would have the Apache line multiple
times in the file.

      - "sessions" and "target" folders. Wouldn't it be nice if these
      were not included?

Like I said, the target folder can't be excluded because we have a
target source directory.

      - "mvn -U install" in src gives me an error when downloading
      this dependency: "
      org.apache.maven.plugins:maven-assembly-plugin:pom:2.2-SNAPSHOT"?!
      (this also means that I haven't checked any further ATM)

The assembly build is based on the 2.2-snapshot because we use the
'module-set' for including the releasable projects (threadtest is not
a released artifact, and quickstart will have its own release
(otherwise it would be pointless).

You can get it easily by:

svn co http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-assembly-plugin
cd maven-assembly-plugin
mvn install

- Where does the NOTICE in META-INF come from? For wicket-core
  it's completely different than the one in the source folder (
  NOTICE.txt). It could be something I have overlooked in these
  discussions.

It comes apparently from the Apache remote resource bundle, which also
provides the license.txt file.

Martijn

--
Learn Wicket at ApacheCon Europe: http://apachecon.com
Join the wicket community at irc.freenode.net: ##wicket
Wicket 1.2.5 will keep your server alive. Download Wicket now!
http://wicketframework.org

Reply via email to