You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Patrick Lightbody <fo...@opensymphony.com> on 2006/02/27 17:07:29 UTC

Tiles and Java 5

Can someone comment on this?

http://forums.opensymphony.com/thread.jspa?threadID=20203
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=20229&messageID=39324#39324


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Tiles and Java 5

Posted by Wendy Smoak <ws...@gmail.com>.
On 2/27/06, Konstantin Priblouda <kp...@yahoo.com> wrote:
> --- Wendy Smoak <ws...@gmail.com> wrote:

> > Where is the jar that's causing the problem?
>
> Judging from ivy.xml of affected project version is
> ( tiles-core ):
> 0.2-20060215

For the record, (most of the thread is on webwork-dev), the jar is here:
   http://ivyrep.opensymphony.com/org.apache.tiles/tiles-core/

The snapshots I was worried about on cvs.apache.org look fine, with
1.4 in the manifest.  I'm not sure where the one in the Ivy repo came
from.

I still need to fix the m2 build for Standalone Tiles so that the
compiler plugin is configured to target 1.4 no matter what it's built
with.

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Tiles and Java 5

Posted by Konstantin Priblouda <kp...@yahoo.com>.

--- Wendy Smoak <ws...@gmail.com> wrote:

> On 2/27/06, Greg Reddin <gr...@apache.org> wrote:
> > Java 5 is not required to compile Standalone
> Tiles.  It looks like
> > whoever built the JAR that is currently posted
> built it using Java
> > 5.  I'm not really sure how that process works
> right now.
> 
> Where is the jar that's causing the problem?

Judging from ivy.xml of affected project version is
( tiles-core ):
0.2-20060215

regards,


----[ Konstantin Pribluda http://www.pribluda.de ]----------------
Still using XDoclet 1.x?  XDoclet 2 is released and of production quality.
check it out: http://xdoclet.codehaus.org

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Tiles and Java 5

Posted by Wendy Smoak <ws...@gmail.com>.
On 2/27/06, Greg Reddin <gr...@apache.org> wrote:
> Java 5 is not required to compile Standalone Tiles.  It looks like
> whoever built the JAR that is currently posted built it using Java
> 5.  I'm not really sure how that process works right now.

Where is the jar that's causing the problem?

On the 20th, I changed back to JDK 1.4 before I built and published
the snapshots:
  http://cvs.apache.org/repository/tiles/jars/    
http://cvs.apache.org/maven-snapshot-repository/org/apache/tiles/tiles-core/0.2-SNAPSHOT/

Thanks,
--
Wendy



  You could
> download the project and build it yourself in the meantime.  I use
> the maven build all the time, but have not used the Ant build in a
> while.
>
> Greg
>
> On Feb 27, 2006, at 10:07 AM, Patrick Lightbody wrote:
>
> > Can someone comment on this?
> >
> > http://forums.opensymphony.com/thread.jspa?threadID=20203
> > ---------------------------------------------------------------------
> > Posted via Jive Forums
> > http://forums.opensymphony.com/thread.jspa?
> > threadID=20229&messageID=39324#39324
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> > For additional commands, e-mail: dev-help@struts.apache.org
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Tiles and Java 5

Posted by Greg Reddin <gr...@apache.org>.
Java 5 is not required to compile Standalone Tiles.  It looks like  
whoever built the JAR that is currently posted built it using Java  
5.  I'm not really sure how that process works right now.  You could  
download the project and build it yourself in the meantime.  I use  
the maven build all the time, but have not used the Ant build in a  
while.

Greg

On Feb 27, 2006, at 10:07 AM, Patrick Lightbody wrote:

> Can someone comment on this?
>
> http://forums.opensymphony.com/thread.jspa?threadID=20203
> ---------------------------------------------------------------------
> Posted via Jive Forums
> http://forums.opensymphony.com/thread.jspa? 
> threadID=20229&messageID=39324#39324
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Tiles and Java 5

Posted by Wendy Smoak <ws...@gmail.com>.
On 2/27/06, Patrick Lightbody <fo...@opensymphony.com> wrote:

> Can someone comment on this?
>
> http://forums.opensymphony.com/thread.jspa?threadID=20203

Sorry, this is probably my fault for building it with JDK 1.5 without
setting the target to 1.4.

I'll fix the build and the snapshots tonight.  Meanwhile, this should work:

svn co http://svn.apache.org/repos/asf/struts/sandbox/trunk/tiles
cd tiles
mvn install

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org