Also, I think there must be a problem in the nightly hibernate extensions,
because the avalon wrapper is definly at 0.2:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/hibernate/HibernateExt/avalon
/project.xml?rev=1.7&content-type=text/vnd.viewcvs-markup

I will look into it..

Eric

> -----Original Message-----
> From: Jürgen Hoffmann [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 15, 2003 9:56 AM
> To: 'Turbine Developers List'; [EMAIL PROTECTED]
> Subject: AW: LocalizationTool Patch
>
>
> Hi Eric,
>
> Thanx for the link. I have now all the jars except for
> hibernate-avalon-0.2.jar I have downloaded the hibernate extensions
> nightly snapshots and compiled the avalon wrapper, but only got
> hibernate-avalon-0.1-SNAPSHOT.jar do you have any ideas?
>
> Kind regards
>
> Jürgen Hoffmann
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: Eric Pugh [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 12. September 2003 17:41
> An: 'Turbine Developers List'
> Betreff: RE: LocalizationTool Patch
>
>
> Okay,  here's the scoop..  the jars are all available from:
> http://jakarta.apache.org/turbine/repo/fulcrum/jars/.
>
> I just added to fulcrum the change to make all components part of the
> group
> 'fulcrum', and I updated their project.xml files to reflect that.
>
> Sorry about this bump in the road, I know how frustrating this can be!
>
> Eric
>
> > -----Original Message-----
> > From: Jürgen Hoffmann [mailto:[EMAIL PROTECTED]
> > Sent: Friday, September 12, 2003 4:51 PM
> > To: 'Turbine Developers List'
> > Subject: AW: LocalizationTool Patch
> >
> >
> > Hi Quinton,
> >
> > Knowing taht I went and copied the built jar manually to my
> > repository.
> > Ran maven again since then it hangs doing the tests. With
> this output:
> >
> > M:\eclipse\workspace\jakarta-turbine-fulcrum>maven
> >  __  __
> > |  \/  |__ _Apache__ ___
> > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> >
> > Starting the reactor...
> > Our processing order:
> > Fulcrum Test Container
> > Fulcrum Cache Component
> > Fulcrum Crypto Component
> > Fulcrum DVSL Component
> > Fulcrum Factory Component
> > Fulcrum Localization Component
> > Fulcrum Mimetype Component
> > Fulcrum Pool Component
> > Pull Service
> > Fulcrum Scheduler Component
> > Fulcrum Security Component
> > Fulcrum XMLRPC Component
> > +----------------------------------------
> > | Executing multiproject:artifact-callback Fulcrum Test Container
> > | Memory: 9M/12M
> > +----------------------------------------
> > multiproject:artifact:
> > multiproject:goal:
> > multiproject:artifact-callback:
> >     [echo] Running jar:jar for Fulcrum Test Container
> > java:prepare-filesystem:
> >
> > java:compile:
> >     [echo] Compiling to
> > M:\eclipse\workspace\jakarta-turbine-fulcrum\testcontainer/tar
> > get/classe
> > s
> >
> > java:jar-resources:
> >
> > test:prepare-filesystem:
> >
> > test:test-resources:
> >
> > test:compile:
> >
> > test:test:
> >     [junit] Running org.apache.fulcrum.testcontainer.ContainerTest
> >     [junit] Tests run: 4, Failures: 0, Errors: 0, Time
> elapsed: 0,961
> > sec
> > +----------------------------------------
> > | Executing multiproject:artifact-callback Fulcrum Cache Component
> > | Memory: 12M/19M
> > +----------------------------------------
> >
> > jar:jar:
> >
> >
> > multiproject:artifact-callback:
> >     [echo] Running jar:jar for Fulcrum Cache Component
> > java:prepare-filesystem:
> >     [mkdir] Created dir:
> > M:\eclipse\workspace\jakarta-turbine-fulcrum\cache\target\classes
> >
> > java:compile:
> >     [echo] Compiling to
> > M:\eclipse\workspace\jakarta-turbine-fulcrum\cache/target/classes
> >     [javac] Compiling 6 source files to
> > M:\eclipse\workspace\jakarta-turbine-fulcrum\cache\target\classes
> >
> > java:jar-resources:
> >
> > test:prepare-filesystem:
> >     [mkdir] Created dir:
> >
> M:\eclipse\workspace\jakarta-turbine-fulcrum\cache\target\test-classes
> >     [mkdir] Created dir:
> >
> M:\eclipse\workspace\jakarta-turbine-fulcrum\cache\target\test-reports
> >
> > test:test-resources:
> >
> > test:compile:
> >     [javac] Compiling 1 source file to
> >
> M:\eclipse\workspace\jakarta-turbine-fulcrum\cache\target\test-classes
> >
> > test:test:
> >     [junit] Running
> > org.apache.fulcrum.cache.CacheTest$RefreshableObject
> >     [junit] Tests run: 1, Failures: 1, Errors: 0, Time
> elapsed: 0,431
> > sec
> >     [junit] [ERROR] TEST
> > org.apache.fulcrum.cache.CacheTest$RefreshableObject FAILED
> >     [junit] Running org.apache.fulcrum.cache.CacheTest
> >     [junit] Tests run: 7, Failures: 0, Errors: 0, Time
> > elapsed: 159,768
> > sec
> >     [junit] Running org.apache.fulcrum.cache.CacheTest
> >
> >
> > Kind regards
> >
> > Jürgen Hoffmann
> > ByteACTION GmbH
> >
> > cert. Perl Programmer
> > cert. Linux System Administrator
> > cert. Java Programmer
> >
> >
> >
> > -----Ursprüngliche Nachricht-----
> > Von: McCombs, Quinton [mailto:[EMAIL PROTECTED]
> > Gesendet: Freitag, 12. September 2003 16:42
> > An: 'Turbine Developers List'
> > Betreff: RE: LocalizationTool Patch
> >
> >
> > You have bigger problems.  Maven had just built the jar that is
> > attempting to download.
> >
> > -----Original Message-----
> > From: Jürgen Hoffmann [mailto:[EMAIL PROTECTED]
> > Sent: Friday, September 12, 2003 9:31 AM
> > To: 'Turbine Developers List'; [EMAIL PROTECTED]
> > Subject: AW: LocalizationTool Patch
> >
> > Hi Eric,
> >
> > Switchted to the rc1 of maven but it seems there is a jar missing on
> > ibiblio. Do you have it and can send it to me off-list?
> >
> > M:\eclipse\workspace\jakarta-turbine-fulcrum>maven
> >  __  __
> > |  \/  |__ _Apache__ ___
> > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> >
> > Starting the reactor...
> > Our processing order:
> > Fulcrum Test Container
> > Fulcrum Cache Component
> > Fulcrum Crypto Component
> > Fulcrum DVSL Component
> > Fulcrum Factory Component
> > Fulcrum Localization Component
> > Fulcrum Mimetype Component
> > Fulcrum Pool Component
> > Pull Service
> > Fulcrum Scheduler Component
> > Fulcrum Security Component
> > Fulcrum XMLRPC Component
> > +----------------------------------------
> > | Executing multiproject:artifact-callback Fulcrum Test Container
> > | Memory: 8M/12M
> > +----------------------------------------
> > multiproject:artifact:
> > multiproject:goal:
> > multiproject:artifact-callback:
> >     [echo] Running jar:jar for Fulcrum Test Container
> > java:prepare-filesystem:
> >     [mkdir] Created dir:
> > M:\eclipse\workspace\jakarta-turbine-fulcrum\testcontainer\tar
> > get\classe
> > s
> >
> > java:compile:
> >     [echo] Compiling to
> > M:\eclipse\workspace\jakarta-turbine-fulcrum\testcontainer/tar
> > get/classe
> > s
> >     [javac] Compiling 2 source files to
> > M:\eclipse\workspace\jakarta-turbine-fulcrum\testcontainer\tar
> > get\classe
> > s
> >
> > java:jar-resources:
> >
> > test:prepare-filesystem:
> >     [mkdir] Created dir:
> > M:\eclipse\workspace\jakarta-turbine-fulcrum\testcontainer\tar
> > get\test-c
> > lasses
> >     [mkdir] Created dir:
> > M:\eclipse\workspace\jakarta-turbine-fulcrum\testcontainer\tar
> > get\test-r
> > eports
> >
> > test:test-resources:
> > Copying 4 files to
> > M:\eclipse\workspace\jakarta-turbine-fulcrum\testcontainer\tar
> > get\test-c
> > lasses
> >
> > test:compile:
> >     [javac] Compiling 4 source files to
> > M:\eclipse\workspace\jakarta-turbine-fulcrum\testcontainer\tar
> > get\test-c
> > lasses
> >
> > test:test:
> >     [junit] Running org.apache.fulcrum.testcontainer.ContainerTest
> >     [junit] Tests run: 4, Failures: 0, Errors: 0, Time
> > elapsed: 0,38 sec
> >
> > jar:jar:
> >     [jar] Building jar:
> > M:\eclipse\workspace\jakarta-turbine-fulcrum\testcontainer\tar
> > get\fulcru
> > m-testcontainer-1.0-alpha-1.jar
> > +----------------------------------------
> > | Executing multiproject:artifact-callback Fulcrum Cache Component
> > | Memory: 18M/19M
> > +----------------------------------------
> > Attempting to download fulcrum-testcontainer-1.0-alpha-1.jar.
> > Error retrieving artifact from
> > [http://www.ibiblio.org/maven/fulcrum-testcontainer/jars/fulcr
> > um-testcon
> > tainer-1.0-alpha-1.jar]: java.lang.Exception: Can't get
> > fulcrum-testcontainer-1.0-alpha-1.jar to D:\Dokumente und
> > Einstellungen\buddy.BUDDYXP\.maven\repository\fulcrum-testcont
> > ainer\jars
> > \fulcrum-testcontainer-1.0-alpha-1.jar
> > WARNING: Failed to download fulcrum-testcontainer-1.0-alpha-1.jar.
> >
> > BUILD FAILED
> > File...... file:/D:/Dokumente und
> > Einstellungen/buddy.BUDDYXP/.maven/plugins/maven-multiproject-
> > plugin-1.0
> > -SNAPSHOT/
> > Element... maven:reactor
> > Line...... 381
> > Column.... 9
> > The build cannot continue because of the following unsatisfied
> > dependency:
> >
> > fulcrum-testcontainer-1.0-alpha-1.jar (no download url specified)
> >
> > Total time:  38 seconds
> > Finished at: Fri Sep 12 16:27:01 CEST 2003
> >
> > M:\eclipse\workspace\jakarta-turbine-fulcrum>
> >
> > Kind regards
> >
> > Jürgen Hoffmann
> >
> >
> >
> > -----Ursprüngliche Nachricht-----
> > Von: Eric Pugh [mailto:[EMAIL PROTECTED]
> > Gesendet: Freitag, 12. September 2003 15:48
> > An: 'Turbine Developers List'
> > Betreff: RE: LocalizationTool Patch
> >
> >
> > Can you send me the entire stack trace?  And run it with
> > -X...  I can't
> > wait for Maven beta 11/rc1 to come out :-)
> >
> > Did you rename the /src to /src-off so that multiproject
> > wouldn't try to
> > compile the old stuff?
> >
> > Also, what version of Maven are you using?  I am using:
> >  __  __
> > |  \/  |__ _Apache__ ___
> > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> >
> > 1.0-rc1-snapshot from about three days ago...
> >
> > Eric
> >
> > > -----Original Message-----
> > > From: Jürgen Hoffmann [mailto:[EMAIL PROTECTED]
> > > Sent: Friday, September 12, 2003 3:42 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: AW: LocalizationTool Patch
> > >
> > >
> > > Hi,
> > >
> > > When I try to compile the fulcrum code using maven Iam getting the
> > > follwoing error:
> > >
> > > file:/D:/Dokumente und
> > > Einstellungen/buddy.BUDDYXP/.maven/plugins/maven-multiproject-
> > > plugin-1.0
> > > -SNAPSHOT/:133:62: <j:set> This tag does not understand the 'name'
> > > attribute
> > >
> > > Any ideas?
> > >
> > > Kind regards
> > >
> > > Jürgen Hoffmann
> > > ByteACTION GmbH
> > >
> > > cert. Perl Programmer
> > > cert. Linux System Administrator
> > > cert. Java Programmer
> > >
> > >
> > >
> > > -----Ursprüngliche Nachricht-----
> > > Von: Eric Pugh [mailto:[EMAIL PROTECTED]
> > > Gesendet: Donnerstag, 11. September 2003 18:47
> > > An: 'Jürgen Hoffmann'; 'Turbine Developers List'
> > > Betreff: RE: LocalizationTool Patch
> > >
> > >
> > > Yup!  And actually, if you don't want everything, then just grab
> > > jakarta-turbine-fulcrum/localization to just get the sub
> > project out!
> > > Although it does have a couple dependencies, so you may
> > want to start
> > > with it all..
> > >
> > > Follow the build directions and you should be fine..
> > >
> > > Eric
> > >
> > > > -----Original Message-----
> > > > From: Jürgen Hoffmann [mailto:[EMAIL PROTECTED]
> > > > Sent: Thursday, September 11, 2003 6:30 PM
> > > > To: 'Turbine Developers List'; [EMAIL PROTECTED]
> > > > Subject: AW: LocalizationTool Patch
> > > >
> > > >
> > > > Hi Eric,
> > > >
> > > > I will do this tomorrow. I have never worked with fulcrum is
> > > > jakarta-turbine-fulcrum the right Version to checkout?
> > > >
> > > > Kind regards
> > > >
> > > > Jürgen Hoffmann
> > > > ByteACTION GmbH
> > > >
> > > > cert. Perl Programmer
> > > > cert. Linux System Administrator
> > > > cert. Java Programmer
> > > >
> > > >
> > > >
> > > > -----Ursprüngliche Nachricht-----
> > > > Von: Eric Pugh [mailto:[EMAIL PROTECTED]
> > > > Gesendet: Donnerstag, 11. September 2003 17:11
> > > > An: 'Turbine Developers List'
> > > > Betreff: RE: LocalizationTool Patch
> > > >
> > > >
> > > > Jurgen,
> > > >
> > > > It looks pretty cool.  Have you thought about coding it
> > against the
> > > > fulcrum localization component version?  And, could you
> > > provide a unit
> > >
> > > > test?  To get you started, here are some links:
> > > >
> > > > Localization Unit Test:
> > > > http://jakarta.apache.org/turbine/fulcrum/multiproject/fulcrum
> > > > -localizat
> > > > ion/
> > xref-test/org/apache/fulcrum/localization/LocalizationTest.html
> > > >
> > > > LocalizationTool:
> > > > http://cvs.apache.org/viewcvs/jakarta-turbine-2/src/java/org/a
> > > > pache/turb
> > > > ine/
> > > > services/localization/LocalizationTool.java
> > > >
> > > > LocalizationTool Unit Test:
> > > > http://cvs.apache.org/viewcvs/jakarta-turbine-2/src/test/org/a
> > > > pache/turb
> > > > ine/
> > > > services/localization/LocalizationToolTest.java
> > > >
> > > >
> > > > Although, since we haven't really nailed down where the
> > > localization
> > > > tool is going to live, if you don't want to change it, would you
> > > > resubmit it later?
> > > >
> > > > Seems like a good idea..
> > > >
> > > > Eric
> > > >
> > > > > -----Original Message-----
> > > > > From: Jürgen Hoffmann [mailto:[EMAIL PROTECTED]
> > > > > Sent: Thursday, September 11, 2003 11:42 AM
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: LocalizationTool Patch
> > > > >
> > > > >
> > > > > Hi all,
> > > > >
> > > > > I have read an article about dynamic Localization
> Messages and I
> > > > > thought it is a must have for Turbine.
> > > > >
> > > > > So if someone puts a String like this into his  english bundle
> > > > >
> > > > > testOutput=Hello {0}, your last Name is {1}
> > > > >
> > > > > And this into his german Bundle
> > > > >
> > > > > testOutput=Hallo {0}, dein Nachname ist {1}
> > > > >
> > > > > And then uses the following call
> > > > >
> > > > > $l10n.get("testOutput", ["Buddy", "Hoffmann"])
> > > > >
> > > > > Inside his velocity screens, Velocity would transform it,
> > > > depending on
> > > >
> > > > > the users locale to:
> > > > >
> > > > > Hello Buddy, your last Name is Hoffmann
> > > > > Or
> > > > > Hallo Buddy, dein Nachname ist Hoffmann
> > > > >
> > > > > What do you guys think? It allows for automatic,
> > dynamic Date and
> > > > > Number Formats also. There is an article on
> > java.sun.com on that.
> > > > >
> > > > > See
> > > > >
> > http://java.sun.com/j2se/1.4.1/docs/api/java/text/MessageFormat.html
> > > > And
> > > >
> >
> http://developer.java.sun.com/developer/JDCTechTips/2003/tt0819.html#1
> > >
> > > Kind regards
> > >
> > > Jürgen Hoffmann
> > >
> > >
> >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> > *****
> > "The information transmitted is intended only for the
> person or entity
> > to which it is addressed and may contain confidential, proprietary,
> > and/or privileged material.  Any review, retransmission,
> dissemination
> > or other use of, or taking of any action in reliance upon, this
> > information by persons or entities other than the intended
> > recipient is
> > prohibited.  If you received this in error, please contact
> the sender
> > and delete the material from all computers."
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to