Hello,
I tried to compile the project and it sounds like there is an encoding issue:
]clement:org.apache.felix.webconsole-2.0.6 clement$ mvn clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Felix Web Management Console
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory
/Users/clement/Downloads/org.apache.felix.webconsole-2.0.6/target
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 43 resources
[INFO] Copying 9 resources to META-INF
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 43 source files to
/Users/clement/Downloads/org.apache.felix.webconsole-2.0.6/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/Users/clement/Downloads/org.apache.felix.webconsole-2.0.6/src/main/java/org/apache/felix/webconsole/internal/obr/BundleRepositoryRender.java:[293,43]
unclosed character literal
/Users/clement/Downloads/org.apache.felix.webconsole-2.0.6/src/main/java/org/apache/felix/webconsole/internal/obr/BundleRepositoryRender.java:[293,45]
';' expected
/Users/clement/Downloads/org.apache.felix.webconsole-2.0.6/src/main/java/org/apache/felix/webconsole/internal/obr/BundleRepositoryRender.java:[293,46]
unclosed character literal
/Users/clement/Downloads/org.apache.felix.webconsole-2.0.6/src/main/java/org/apache/felix/webconsole/internal/obr/BundleRepositoryRender.java:[293,48]
';' expected
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Mon Jan 18 20:24:34 CET 2010
[INFO] Final Memory: 21M/79M
[INFO] ------------------------------------------------------------------------
Does the pom file can fix that ?
Regards,
Clement
On 18.01.2010, at 09:37, Felix Meschberger wrote:
> Hi,
>
> I have prepared a release candidate for the Apache Felix Web Console
> 2.0.6. This release is intended to be the last release before the next
> major release, which will contain a migration to using jQuery UI for a
> consolidated look and feel.
>
> The most important extension in this release is, that we now have two
> variants of the Web Console bundle: a mostly self contained one and a
> veriant (with classifier bare) not embedding the three third party
> libraries JSON, Commons IO, and Commons FileUpload.
>
> We solved 5 (of which 2 improvements and 1 new feature) issues in this
> release:
> https://issues.apache.org/jira/browse/FELIX/fixforversion/12314462
>
> There are 15 outstanding issues:
> https://issues.apache.org/jira/browse/FELIX/component/12312330
>
> Staging
> https://repository.apache.org/content/repositories/orgapachefelix-049/
>
> You can use this UNIX script to download the release and verify the
> signatures:
> http://svn.apache.org/repos/asf/felix/trunk/check_staged_release.sh
>
> Usage:
> sh check_staged_release.sh 049 /tmp/felix-staging
>
> Please vote to approve this release:
>
> [ ] +1 Approve the release
> [ ] -1 Veto the release (please provide specific comments)
>
> This vote will be open for 72 hours.
>
> Thanks and Regards
> Felix
>
>