OK, I think it's done.
If you don't have Maven yet, you can download it here:
http://maven.apache.org/download.html
Here's an intro to the standard M2 directory structure:
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
The pom.xml file describes the project and drives the build, this page
documents the format: http://maven.apache.org/maven-model/maven.html
The standard build phases are described here:
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
The build uses the M2 JavaCC plugin to process the CSS grammars, see here
for more info: http://mojo.codehaus.org/javacc-maven-plugin/
Things you might want to try: "mvn install", "mvn test", "mvn clean", "mvn
eclipse:eclipse" (to generate an eclipse project that you can import).
Let me know what you think!
Regards,
Daniel
On Wed, Mar 19, 2008 at 8:20 PM, D&J Gredler <djg...@gm...> wrote:
> Hi guys,
>
> Nobody seemed to care much if I migrated to Maven, so I'm going to go
> ahead and give it a shot. I'll tag the repo first, so that we can roll back
> later if we don't like it. It shouldn't take very long, since the codebase
> is pretty small. I'll send an update / progress report later.
>
> Regards,
>
> Daniel
>
> --
> Daniel Gredler
> http://daniel.gredler.net/
>
--
Daniel Gredler
http://daniel.gredler.net/
|