You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Justin Edelson <ju...@justinedelson.com> on 2013/07/08 17:21:07 UTC

Re: svn commit: r1500794 - in /sling/trunk/maven/archetypes/servlet/src: main/resources/archetype-resources/pom.xml test/resources/projects/normal/reference/pom.xml

Robert
Could you create a JIRA for this and then change the log message to match?

I know this is a trivial change, but it should still go in JIRA.

Thanks,
Justin
On Jul 8, 2013 11:16 AM, <ro...@apache.org> wrote:

> Author: rombert
> Date: Mon Jul  8 15:16:11 2013
> New Revision: 1500794
>
> URL: http://svn.apache.org/r1500794
> Log:
> servlet archetype: set source encoding to prevent build warnings
>
> Modified:
>
> sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml
>
> sling/trunk/maven/archetypes/servlet/src/test/resources/projects/normal/reference/pom.xml
>
> Modified:
> sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml
> URL:
> http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml?rev=1500794&r1=1500793&r2=1500794&view=diff
>
> ==============================================================================
> ---
> sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml
> (original)
> +++
> sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml
> Mon Jul  8 15:16:11 2013
> @@ -104,6 +104,10 @@
>              <scope>test</scope>
>          </dependency>
>      </dependencies>
> +    <properties>
> +        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
> +
>  <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
> +    </properties>
>      <profiles>
>          <profile>
>              <id>autoInstallBundle</id>
>
> Modified:
> sling/trunk/maven/archetypes/servlet/src/test/resources/projects/normal/reference/pom.xml
> URL:
> http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/servlet/src/test/resources/projects/normal/reference/pom.xml?rev=1500794&r1=1500793&r2=1500794&view=diff
>
> ==============================================================================
> ---
> sling/trunk/maven/archetypes/servlet/src/test/resources/projects/normal/reference/pom.xml
> (original)
> +++
> sling/trunk/maven/archetypes/servlet/src/test/resources/projects/normal/reference/pom.xml
> Mon Jul  8 15:16:11 2013
> @@ -104,6 +104,10 @@
>              <scope>test</scope>
>          </dependency>
>      </dependencies>
> +    <properties>
> +        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
> +
>  <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
> +    </properties>
>      <profiles>
>          <profile>
>              <id>autoInstallBundle</id>
>
>
>

Re: svn commit: r1500794 - in /sling/trunk/maven/archetypes/servlet/src: main/resources/archetype-resources/pom.xml test/resources/projects/normal/reference/pom.xml

Posted by Robert Munteanu <ro...@lmn.ro>.
On Mon, Jul 8, 2013 at 6:32 PM, Robert Munteanu <ro...@lmn.ro> wrote:

> However, it seems like the revision is no longer in SVN -
> http://svn.apache.org/r1500794 bombs out.
>
> Any idea why?

Nevermind, it was probably a SVN mirroring delay.

Now fixed.

Re: svn commit: r1500794 - in /sling/trunk/maven/archetypes/servlet/src: main/resources/archetype-resources/pom.xml test/resources/projects/normal/reference/pom.xml

Posted by Robert Munteanu <ro...@lmn.ro>.
On Mon, Jul 8, 2013 at 6:21 PM, Justin Edelson <ju...@justinedelson.com> wrote:
> Robert
> Could you create a JIRA for this and then change the log message to match?
>
> I know this is a trivial change, but it should still go in JIRA.

Hi  Justin,

Sure, I just created

SLING-2948: Servlet archetype - set encoding for generated project
https://issues.apache.org/jira/browse/SLING-2948

However, it seems like the revision is no longer in SVN -
http://svn.apache.org/r1500794 bombs out.

Any idea why?

Robert


>
> Thanks,
> Justin
> On Jul 8, 2013 11:16 AM, <ro...@apache.org> wrote:
>
>> Author: rombert
>> Date: Mon Jul  8 15:16:11 2013
>> New Revision: 1500794
>>
>> URL: http://svn.apache.org/r1500794
>> Log:
>> servlet archetype: set source encoding to prevent build warnings
>>
>> Modified:
>>
>> sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml
>>
>> sling/trunk/maven/archetypes/servlet/src/test/resources/projects/normal/reference/pom.xml
>>
>> Modified:
>> sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml?rev=1500794&r1=1500793&r2=1500794&view=diff
>>
>> ==============================================================================
>> ---
>> sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml
>> (original)
>> +++
>> sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml
>> Mon Jul  8 15:16:11 2013
>> @@ -104,6 +104,10 @@
>>              <scope>test</scope>
>>          </dependency>
>>      </dependencies>
>> +    <properties>
>> +        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
>> +
>>  <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
>> +    </properties>
>>      <profiles>
>>          <profile>
>>              <id>autoInstallBundle</id>
>>
>> Modified:
>> sling/trunk/maven/archetypes/servlet/src/test/resources/projects/normal/reference/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/servlet/src/test/resources/projects/normal/reference/pom.xml?rev=1500794&r1=1500793&r2=1500794&view=diff
>>
>> ==============================================================================
>> ---
>> sling/trunk/maven/archetypes/servlet/src/test/resources/projects/normal/reference/pom.xml
>> (original)
>> +++
>> sling/trunk/maven/archetypes/servlet/src/test/resources/projects/normal/reference/pom.xml
>> Mon Jul  8 15:16:11 2013
>> @@ -104,6 +104,10 @@
>>              <scope>test</scope>
>>          </dependency>
>>      </dependencies>
>> +    <properties>
>> +        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
>> +
>>  <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
>> +    </properties>
>>      <profiles>
>>          <profile>
>>              <id>autoInstallBundle</id>
>>
>>
>>



--
Sent from my (old) computer