Complete with certification logo:
http://img88.imageshack.us/img88/8713/worksonmymachinebiglh2.png
d.
--- Paul Benedict <[EMAIL PROTECTED]> wrote:
> What's that famous developer line? "Well it works for me" :D
>
>
> On Dec 12, 2007 9:11 AM, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
>
Good news: I was in fact missing some updates, and sure enough it's
working now. Thanks guys, I can get to work now :)
Frank
Antonio Petrelli wrote:
2007/12/12, Frank W. Zammetti <[EMAIL PROTECTED]>:
It's possible I didn't get that one... I'll try tonight when I get home
and let you know.
2007/12/12, Frank W. Zammetti <[EMAIL PROTECTED]>:
> It's possible I didn't get that one... I'll try tonight when I get home
> and let you know.
I tested compiling using j2sdk 1.4.2_16 (Kubuntu 7.10) and it worked.
Ciao
Antonio
What's that famous developer line? "Well it works for me" :D
On Dec 12, 2007 9:11 AM, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
> It's possible I didn't get that one... I'll try tonight when I get home
> and let you know.
>
> --
> Frank W. Zammetti
> Founder and Chief Software Architect
>
It's possible I didn't get that one... I'll try tonight when I get home
and let you know.
--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM/Yahoo: fzammetti
MSN: [EMAIL PROTECTED]
Author of "Practical Ajax Projects With Java Technology"
(20
2007/12/11, Frank W. Zammetti <[EMAIL PROTECTED]>:
>
> Hi Antonio... I see the ticket hasn't been updated, and at least as of
> last night, with latest updates, the failure is still present. do you
> have any idea when you might get to this? Just so I know whether I should
>
> hack the code someh
Remember the POM controls the JDK target. So it won't hurt you.
On Dec 11, 2007 3:12 PM, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
> On Tue, December 11, 2007 4:05 pm, Paul Benedict wrote:
> > Frank, why not install JDK 5 to do the install? You don't need JDK 5 to
> > run
> > Struts, just to b
On Tue, December 11, 2007 4:05 pm, Paul Benedict wrote:
> Frank, why not install JDK 5 to do the install? You don't need JDK 5 to
> run
> Struts, just to build it.
I can do that (I have a batch file that flips me to JDK6, so easy enough),
but then I have to exercise some care to ensure I don't use
Frank, why not install JDK 5 to do the install? You don't need JDK 5 to run
Struts, just to build it.
On Dec 11, 2007 2:50 PM, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
> On Fri, December 7, 2007 2:54 am, Antonio Petrelli wrote:
> > 2007/12/7, Frank W. Zammetti <[EMAIL PROTECTED]>:
> >>
> >> P
On Fri, December 7, 2007 2:54 am, Antonio Petrelli wrote:
> 2007/12/7, Frank W. Zammetti <[EMAIL PROTECTED]>:
>>
>> Paul Benedict wrote:
>> > Please try again.
>> [INFO] Building Struts - Tiles 2 integration
>> ...
>>
>> [ERRO
2007/12/7, Frank W. Zammetti <[EMAIL PROTECTED]>:
>
> Paul Benedict wrote:
> > Please try again.
> [INFO] Building Struts - Tiles 2 integration
> ...
>
> [ERROR] BUILD FAILURE
> [INFO]
> ---
Paul Benedict wrote:
> Please try again.
Still looks to be something pointing to 1.5... see the end of this
dump... (I just *know* the answer is going to be in the POM... I don't
know Maven, but I know the POM is the answer to everything! LOL)
K:\projects\struts>mvn
[INFO] Scanning for proje
Please try again.
=
\Projects\workspace\struts-trunk\core>mvn -v clean compile
Maven version: 2.0.7
Java version: 1.4.2_08
OS name: "windows xp" version: "5.1" arch: "x86"
>mvn clean compile
[INFO] Scanning for projects...
[INFO]
---
Hi Paul... I just tried again and still had a build failure... any
thoughts? ...
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
K:\projects\struts>mvn
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] Struts
[INFO] Struts Core
[INFO] Strut
Thanks Paul! I'll update and try a build when I get home from work tonight.
--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM/Yahoo: fzammetti
MSN: [EMAIL PROTECTED]
Author of "Practical Ajax Projects With Java Technology"
(2006, Apress, I
STR-3118 has been opened to track this issue:
https://issues.apache.org/struts/browse/STR-3118
You should have no problems now, but you never know. :)
Paul
On Dec 5, 2007 10:25 AM, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
> Thanks Paul. No rush, I have a DataVision build to roll today anyw
Thanks Paul. No rush, I have a DataVision build to roll today anyway,
not to mention a really hairy prod LDAP issue at work, so it's not like
I have nothing else to do :o
Frank
Paul Benedict wrote:
Well this is a definite oversight and so mea culpa. I am surprised neither
my Maven build pick
Well this is a definite oversight and so mea culpa. I am surprised neither
my Maven build picked this up nor Continuum which is running the
Struts 1.4build at Apache. When I get home, Frank, I will fix this for
you.
Paul
On Dec 5, 2007 7:55 AM, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
> I *d
I *definitely* say no... I know in my shop, we're going to be stuck with
JDK 1.4 for nearly another year because of Websphere, so it would keep
me from moving up the Struts 1.x ladder (although, we're still on 1.2.8
I believe, so we're back a ways regardless).
My feeling is that S1 should pret
I didn't unilaterally decide to use JDK 1.5 features. No worries. This is
just an oversight, but what bugs me is that the Maven compiler (at least on
my side) didn't set the right compiler version and catch the error. Bummer.
Anyway, AFAIK, 1.4 is still a JDK 1.4 project. But since Frank tried thi
Niall Pemberton wrote:
Looks like core uses JDK 1.5 features - for example the
IllegalStateException constructors which take a "Throwable" cause were
only added in JDK 1.5:
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/IllegalStateException.html
I don't remember agreeing to move to JDK
Either way, there should be a release plan if we are moving forward with 1.4.0
* http://wiki.apache.org/struts/StrutsReleasePlans
-T.
On Dec 5, 2007 4:41 AM, Niall Pemberton <[EMAIL PROTECTED]> wrote:
> I don't remember agreeing to move to JDK 1.5 (from JDK 1.4) for the
> next Struts (1.4) vers
On Dec 5, 2007 4:11 AM, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
> Ok, you offered help, now you're in for it :)
>
> I tried to build from the top-level directory I checked out to after a
> fresh checkout and it didn't work. I'm at a loss any time I see a Maven
> problem (which, in my experien
Ok, you offered help, now you're in for it :)
I tried to build from the top-level directory I checked out to after a
fresh checkout and it didn't work. I'm at a loss any time I see a Maven
problem (which, in my experience, is any time I've tried to use it for
any project, but I digress), so I
Thanks, will do. Once I have things fleshed out a little I'll bring it
up for discussion here. I want to make sure *I* think the ideas are
good first, and have some actual code to show for it.
Frank
Paul Benedict wrote:
If I can help with anything, let me know!
On Dec 4, 2007 7:50 PM, Mart
Yep, that's it, thanks Martin! And yeah, I just took another look and
missed the obvious Source Code link... Typically I keep the text in my
browser bigger than usual, which makes the menu on the left of the site
a littler overlapping, so I just missed it. Thanks though, all set now.
Frank
If I can help with anything, let me know!
On Dec 4, 2007 7:50 PM, Martin Cooper <[EMAIL PROTECTED]> wrote:
> On Dec 4, 2007 5:24 PM, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
>
> > At The Ajax Experience back in October, Ted and I tossed around a few
> > ideas for new S1 features (Ajax only be
On Dec 4, 2007 5:24 PM, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
> At The Ajax Experience back in October, Ted and I tossed around a few
> ideas for new S1 features (Ajax only being one, contrary to the location
> of the discussions!), and since I've just completed writing on my most
> recent
At The Ajax Experience back in October, Ted and I tossed around a few
ideas for new S1 features (Ajax only being one, contrary to the location
of the discussions!), and since I've just completed writing on my most
recent book I had some time and was hoping to test some things out.
But, I'm emb
29 matches
Mail list logo