Hi Devin,
the RC1 looks good to me.
Two minor remarks:
1) if you use Maven 3, there is warning that in the pom.xml of the
Simple API the maven-assemply-plugin in line 390 is duplicated.
I removed the following
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>single</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
and made a "mvn clean install" and the created artifacts are the same,
but the warning was gone.
2) And minor typo result to a JavaDoc warning in
trunk/generator/schema2template/src/main/javadoc/overview.html
where the '@' of '@odf.attribute' have to be masked.
Line 245 will be changed from
* see {@odf.attribute ${attribute}}
to
* see {@odf.attribute ${attribute}}
Looking forward to the RC1,
Svante
Am 22.11.2011 03:27, schrieb Devin Han:
> Hi all,
>
> After learning Apache release policy[1], I prepared a candidate release on
> people.apache.org.
> First time do this work, so maybe exist omission or misunderstand, please
> examine it and give your comments.
> If this candidate is passed, is the technical work for the first release
> ready?
>
> The candidate for the ODF Toolkit 0.5-incubating-rc1 release is available
> at:
>
> http://people.apache.org/~devinhan/odftoolkit-release/odftoolkit-0.5-incubating/rc1
>
> SVN Tag:
> https://svn.apache.org/repos/asf/incubator/odf/tags/0.5-incubating-rc1/
>
> Change Notes:
>
> https://svn.apache.org/repos/asf/incubator/odf/tags/0.5-incubating-rc1/CHANGES.txt
>
> ---------------------------------
> [1]http://incubator.apache.org/guides/releasemanagement.html
>
>
>