You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "Angelo C." <an...@gmail.com> on 2011/06/19 11:02:55 UTC

Trying out 5.3.0

Hi,

I updated a working 5.2.4 project's pom with following changes:
 <repositories>
        <repository>
            <id>apache-snapshots</id>
		
<url>https://repository.apache.org/content/repositories/orgapachetapestry-023/org/apache/tapestry/</url>
        </repository>
    </repositories>

    <properties>
        <tapestry-release-version>5.3.0</tapestry-release-version>
    </properties>
but it does not pull down 5.3.0 jars, instead, it gives this:

Downloading:
https://repository.apache.org/content/repositories/orgapachetapestry-023/org/apache/tapestry/org/apache/tapestry/tapestry-core/5.3.0/tapestry-core-5.3.0.pom
[WARNING] The POM for org.apache.tapestry:tapestry-core:jar:5.3.0 is
missing, no dependency information available

hints?

--
View this message in context: http://tapestry.1045711.n5.nabble.com/Trying-out-5-3-0-tp4503041p4503041.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: RE : Trying out 5.3.0

Posted by Christian Riedel <cr...@googlemail.com>.
There's no archetype for 5.3.0, yet! You have to wait for the next alpha release, I think. Use the 5.2.5 archetype and change the version in the pom. 

Am 19.06.2011 um 12:33 schrieb Chris Poulsen:

> Hi,
> 
> I guess the archetype is kind of in between versions.
> 
> I guess the deprecated @IncludeStyleSheet has been removed in 5.3 and should
> he replaced with @Import(stylesheet="context:layout/layout.css")
> 
> HTH.
> 
> -- 
> Chris
> 
> On Sun, Jun 19, 2011 at 12:04 PM, Angelo C. <an...@gmail.com> wrote:
> 
>> Thanks, works this time, see those 5.3.0 jar's being downloaded, but got
>> this:
>> 
>> [ERROR]
>> 
>> /Users/wcc/test_t5_3/newapp/src/main/java/com/example/newapp/components/Layout.java:[11,1]
>> cannot find symbol
>> [ERROR] symbol: class IncludeStylesheet
>> [ERROR] @IncludeStylesheet("context:layout/layout.css")
>> [ERROR] -> [Help 1]
>> 
>> I do have another question, how to create a project in 5.3.0, following is
>> not working:
>> 
>> mvn -DarchetypeVersion=5.3.0 -Darchetype.interactive=false
>> -DgroupId=com.example -DarchetypeArtifactId=quickstart
>> -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.apache.tapestry
>> -Dpackage=com.example.newapp -DartifactId=newapp --batch-mode
>> -DarchetypeRepository=
>> https://repository.apache.org/content/repositories/orgapachetapestry-023/
>> archetype:generate
>> 
>> 
>> --
>> View this message in context:
>> http://tapestry.1045711.n5.nabble.com/Trying-out-5-3-0-tp4503041p4503126.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>> 
>> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: RE : Trying out 5.3.0

Posted by "Angelo C." <an...@gmail.com>.
this works. think have to replace all in the projects in order for upgrading.

--
View this message in context: http://tapestry.1045711.n5.nabble.com/Trying-out-5-3-0-tp4503041p4503355.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: RE : Trying out 5.3.0

Posted by Chris Poulsen <ma...@nesluop.dk>.
Hi,

I guess the archetype is kind of in between versions.

I guess the deprecated @IncludeStyleSheet has been removed in 5.3 and should
he replaced with @Import(stylesheet="context:layout/layout.css")

HTH.

-- 
Chris

On Sun, Jun 19, 2011 at 12:04 PM, Angelo C. <an...@gmail.com> wrote:

> Thanks, works this time, see those 5.3.0 jar's being downloaded, but got
> this:
>
> [ERROR]
>
> /Users/wcc/test_t5_3/newapp/src/main/java/com/example/newapp/components/Layout.java:[11,1]
> cannot find symbol
> [ERROR] symbol: class IncludeStylesheet
> [ERROR] @IncludeStylesheet("context:layout/layout.css")
> [ERROR] -> [Help 1]
>
> I do have another question, how to create a project in 5.3.0, following is
> not working:
>
> mvn -DarchetypeVersion=5.3.0 -Darchetype.interactive=false
> -DgroupId=com.example -DarchetypeArtifactId=quickstart
> -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.apache.tapestry
> -Dpackage=com.example.newapp -DartifactId=newapp --batch-mode
> -DarchetypeRepository=
> https://repository.apache.org/content/repositories/orgapachetapestry-023/
> archetype:generate
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Trying-out-5-3-0-tp4503041p4503126.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: RE : Trying out 5.3.0

Posted by "Angelo C." <an...@gmail.com>.
Thanks, works this time, see those 5.3.0 jar's being downloaded, but got
this:

[ERROR]
/Users/wcc/test_t5_3/newapp/src/main/java/com/example/newapp/components/Layout.java:[11,1]
cannot find symbol
[ERROR] symbol: class IncludeStylesheet
[ERROR] @IncludeStylesheet("context:layout/layout.css")
[ERROR] -> [Help 1]

I do have another question, how to create a project in 5.3.0, following is
not working:

mvn -DarchetypeVersion=5.3.0 -Darchetype.interactive=false
-DgroupId=com.example -DarchetypeArtifactId=quickstart
-Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.apache.tapestry
-Dpackage=com.example.newapp -DartifactId=newapp --batch-mode
-DarchetypeRepository=https://repository.apache.org/content/repositories/orgapachetapestry-023/
archetype:generate


--
View this message in context: http://tapestry.1045711.n5.nabble.com/Trying-out-5-3-0-tp4503041p4503126.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: RE : Trying out 5.3.0

Posted by "Angelo C." <an...@gmail.com>.
Thanks, works this time, see those 5.3.0 jar's being downloaded, but got
this:

[ERROR]
/Users/wcc/test_t5_3/newapp/src/main/java/com/example/newapp/components/Layout.java:[11,1]
cannot find symbol
[ERROR] symbol: class IncludeStylesheet
[ERROR] @IncludeStylesheet("context:layout/layout.css")
[ERROR] -> [Help 1]

I do have another question, how to create a project in 5.3.0, following is
not working:

mvn -DarchetypeVersion=5.3.0 -Darchetype.interactive=false
-DgroupId=com.example -DarchetypeArtifactId=quickstart
-Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.apache.tapestry
-Dpackage=com.example.newapp -DartifactId=newapp --batch-mode
-DarchetypeRepository=https://repository.apache.org/content/repositories/orgapachetapestry-023/
archetype:generate


--
View this message in context: http://tapestry.1045711.n5.nabble.com/Trying-out-5-3-0-tp4503041p4503127.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


RE : Trying out 5.3.0

Posted by Guerin Laurent <lg...@sopragroup.com>.
Without the typo...

	<repositories>		
		<repository>
			<id>apache-snapshots</id>
			<url>https://repository.apache.org/content/repositories/orgapachetapestry-023/</url>
		</repository>
	</repositories>

________________________________________
De : Guerin Laurent [lguerin@sopragroup.com]
Date d'envoi : dimanche 19 juin 2011 11:32
À : Tapestry users
Objet : RE : Trying out 5.3.0

Hi,

try with this configuration (repository url param) :

         <repository>
                <repository>
                        <id>apache-snapshots</id>
                        <url>https://repository.apache.org/content/repositories/orgapachetapestry-023/</url>
                </repository>
        </repositories>

        <properties>
                <tapestry-release-version>5.3.0</tapestry-release-version>
        </properties>

Laurent.

________________________________________
De : Angelo C. [angelochen960@gmail.com]
Date d'envoi : dimanche 19 juin 2011 11:02
À : users@tapestry.apache.org
Objet : Trying out 5.3.0

Hi,

I updated a working 5.2.4 project's pom with following changes:
 <repositories>
        <repository>
            <id>apache-snapshots</id>

<url>https://repository.apache.org/content/repositories/orgapachetapestry-023/org/apache/tapestry/</url>
        </repository>
    </repositories>

    <properties>
        <tapestry-release-version>5.3.0</tapestry-release-version>
    </properties>
but it does not pull down 5.3.0 jars, instead, it gives this:

Downloading:
https://repository.apache.org/content/repositories/orgapachetapestry-023/org/apache/tapestry/org/apache/tapestry/tapestry-core/5.3.0/tapestry-core-5.3.0.pom
[WARNING] The POM for org.apache.tapestry:tapestry-core:jar:5.3.0 is
missing, no dependency information available

hints?

--
View this message in context: http://tapestry.1045711.n5.nabble.com/Trying-out-5-3-0-tp4503041p4503041.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


RE : Trying out 5.3.0

Posted by Guerin Laurent <lg...@sopragroup.com>.
Hi,

try with this configuration (repository url param) :

         <repository>
		<repository>
			<id>apache-snapshots</id>
			<url>https://repository.apache.org/content/repositories/orgapachetapestry-023/</url>
		</repository>
	</repositories>

	<properties>
		<tapestry-release-version>5.3.0</tapestry-release-version>
        </properties>

Laurent.

________________________________________
De : Angelo C. [angelochen960@gmail.com]
Date d'envoi : dimanche 19 juin 2011 11:02
À : users@tapestry.apache.org
Objet : Trying out 5.3.0

Hi,

I updated a working 5.2.4 project's pom with following changes:
 <repositories>
        <repository>
            <id>apache-snapshots</id>

<url>https://repository.apache.org/content/repositories/orgapachetapestry-023/org/apache/tapestry/</url>
        </repository>
    </repositories>

    <properties>
        <tapestry-release-version>5.3.0</tapestry-release-version>
    </properties>
but it does not pull down 5.3.0 jars, instead, it gives this:

Downloading:
https://repository.apache.org/content/repositories/orgapachetapestry-023/org/apache/tapestry/org/apache/tapestry/tapestry-core/5.3.0/tapestry-core-5.3.0.pom
[WARNING] The POM for org.apache.tapestry:tapestry-core:jar:5.3.0 is
missing, no dependency information available

hints?

--
View this message in context: http://tapestry.1045711.n5.nabble.com/Trying-out-5-3-0-tp4503041p4503041.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org