Okay,

You there are two things going on here..  Your maven is actually functioning
fine, and I expect the beta-10 version was functioning fine.  However rc1
has many improvements, and rc2 will as well!

So, after reading your email I nailed down the issue..  Originally
fulcrum-workflow was the name of the project.  However, since the original
version wasn't a generic workflow interface with pluggable workflow engines
from multiple sources, but rather a single implementation of the OSWorkflow
engine, Henning pointed out, and I agreed that the name should change, from
fulcrum-workflow to fulcrum-OSworkflow..  So, you are being caught by the
updated dependencies but not having them properly uploaded.   Mostly because
I think whoever else, including me, used the reactor to build all the
components which installed everything on our local box, thereby not seeing
this issue.

I am going to upload the fulcrum-osworkflow version to the turbine repo now.
Thanks for catching this!

Eric

> -----Original Message-----
> From: Lo�c QUERAN [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 20, 2003 4:18 PM
> To: Turbine Users List
> Subject: Re: NetBeans and TDK 2.2 & Osworkflow
>
>
> Hi Eric,
>
> My project.properties was already defining maven.repo.remote
> as stated in your
> message. In fact, two things are strange to me :
>
> 1 ) In my .maven repository some requested jars had been
> already present in a
> opensymphony/jars directory since September 13. Why hasn't
> Maven detected
> them ?
>
> 2 ) Although my (your) project.properties mentions the
> jakarta-turbine maven
> repo as a remote repository, Maven 1.0-beta-10 complains it
> can't find some
> jars that are located in this repository.
>
>
> Following your indications, I upgraded my Maven version from
> 1.0-beta-10 to
> 1.0-RC1 (the most recent present in the binaries download
> directory). A new
> error occurs. The trace follows. It  comes from the fact that in the
> repository, the jar name is fulcrum-workflow-1.0-alpha-1.jar,
> while maven
> expects (from project.xml ? I am not a maven expert ...)
> fulcrum-osworkflow-1.0-alpha-1.jar. I have tried to change
> the project id
> from fulcrum-osworkflow to fulcrum-workflow, but it fails
> with a new build
> error ("<j:set> This tag does not understand the 'name'
> attribute), that
> remains if I revert to fulcrum-osworkflow.
>
> Am I supposed to install Maven-1.0-RC2 to fix this ? Maven is
> supposed to
> facilitate the builds. I find some features very interesting,
> the concept is
> certainly a good idea, but let's hope a stable version will
> be released soon.
> This is not criticism to the persons who spend time and work on this
> open-source project.
>
> Lo�c
>
>
> File......
> file:/home/loic/.maven/plugins/maven-multiproject-plugin-1.1/
> Element... maven:reactor
> Line...... 174
> Column.... 9
> The build cannot continue because of the following
> unsatisfied dependency:
>
> fulcrum-osworkflow-1.0-alpha-1.jar (try downloading from
> http://jakarta.apache.org/turbine/fulcrum/osworkflow)
>
> Total time: 8 minutes 8 seconds
> Finished at: Mon Oct 20 15:51:14 CEST 2003
>
> [EMAIL PROTECTED] osworkflow]$ maven
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
>
>
> BUILD FAILED
> file:/home/loic/.maven/plugins/maven-multiproject-plugin-1.0-S
> NAPSHOT/:133:62:
> <j:set> This tag does not understand the 'name' attribute
> Total time: 16 seconds
> Finished at: Mon Oct 20 16:06:35 CEST 2003
>
> On Monday 20 October 2003 09:25 am, Eric Pugh wrote:
> > Interesting..  Not sure why you are having build problems..
>  If you check
> > this dir:
> http://jakarta.apache.org/turbine/repo/opensymphony/jars/ you
> > will see all the dependencies.
> >
> > Additionally, your project.properties should have this line
> at the top:
> >
> maven.repo.remote=http://www.ibiblio.org/maven/,http://jakarta
> .apache.org/t
> >u rbine/repo
> >
> > that tells maven where to look...  It seems to be
> downloading some jars
> > from the turbine/repo directory..
> >
> > As a work around you can just put them in the correct
> places...  I am using
> > Maven RC2 snapshot, you may want to try that..  RC2 is
> officially released
> > I believe in the next week or so...
> >
> >
> > Eric Pugh
> >
> > > -----Original Message-----
> > > From: Lo�c QUERAN [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, October 20, 2003 12:16 PM
> > > To: Turbine Users List
> > > Subject: Re: NetBeans and TDK 2.2 & Osworkflow
> > >
> > >
> > > Yes, sorry for my unclear message. I work in the osworkflow
> > > directory in
> > > fulcrum cvs distribution. I invoke maven with no other argument.
> > >
> > > Lo�c
> > >
> > > On Monday 20 October 2003 07:52 am, Eric Pugh wrote:
> > > > Is this happening when trying to build the OSworkflow
> > >
> > > example app?  Let me
> > >
> > > > know, and I will go recheck the jar repo..
> > > >
> > > > Eric
> > > >
> > > > > -----Original Message-----
> > > > > From: Lo�c QUERAN [mailto:[EMAIL PROTECTED]
> > > > > Sent: Monday, October 20, 2003 11:05 AM
> > > > > To: Turbine Users List
> > > > > Subject: Re: NetBeans and TDK 2.2
> > > > >
> > > > >
> > > > > Hi,
> > > > >
> > > > > I checked out this application and tried to build it with
> > > > > maven 1.0-beta-10.
> > > > > Jars can't be found by Maven at the given locations. Since I
> > > > > have already
> > > > > built turbine using this version of Maven, I doubt that
> > > > > problem stems from my
> > > > > configuration.
> > > > >
> > > > > When pointing my browser at
> > > > > http://www.ibiblio.org/maven//opensymphony/jars/,
> > > > > I can just see oscache and sitemesh.
> > > > >
> > > > > Any help would be greatly appreciated.
> > > > >
> > > > > Lo�c
> > > > >
> > > > > |  \/  |__ _Apache__ ___
> > > > > |
> > > > > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > > > > |
> > > > > |_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-10
> > > > >
> > > > > Attempting to download osworkflow-2.6.0-dev.jar.
> > > > > Error retrieving artifact from
> > > > > [http://www.ibiblio.org/maven//opensymphony/jars/osworkflow-2.
> > > > > 6.0-dev.jar]:
> > > > > java.lang.Exception: Can't get osworkflow-2.6.0-dev.jar to
> > > > > /home/loic/.maven/repository/opensymphony/jars/osworkflow-2.6.
> > > > > 0-dev.jar
> > > > > ..............................................................
> > > > > ..............................................................
> > > > > ..............................................................
> > > > > ................................................
> > > > > Attempting to download oscore-2.2.1.jar.
> > > > > Error retrieving artifact from
> > >
> > >
> [http://www.ibiblio.org/maven//opensymphony/jars/oscore-2.2.1.jar]:
> > > > > java.lang.Exception: Can't get oscore-2.2.1.jar to
> > > > >
> /home/loic/.maven/repository/opensymphony/jars/oscore-2.2.1.jar
> > > > > ..............................................................
> > > > > ...............................................
> > > > > Attempting to download propertyset-1.1.1.jar.
> > > > > Error retrieving artifact from
> > > > > [http://www.ibiblio.org/maven//opensymphony/jars/propertyset-1
> > > > > .1.1.jar]:
> > > > > java.lang.Exception: Can't get propertyset-1.1.1.jar to
> > >
> > >
> /home/loic/.maven/repository/opensymphony/jars/propertyset-1.1.1.jar
> > >
> > > > > ..............................................................
> > > > > ..............................................................
> > > > > ......................
> > > > > Attempting to download osuser-unknown.jar.
> > > > > Error retrieving artifact from
> > >
> > >
> [http://www.ibiblio.org/maven//opensymphony/jars/osuser-unknown.jar]:
> > > > > java.lang.Exception: Can't get osuser-unknown.jar to
> > > > >
> /home/loic/.maven/repository/opensymphony/jars/osuser-unknown.jar
> > > > > ..............................................................
> > > > > ..............................................................
> > > > > ...........................
> > > > > Attempting to download bsh-1.2b7.jar.
> > > > > ..............................................................
> > > > > ..............................................................
> > > > > ..............................................................
> > > > > ..................................................
> > > > > .
> > > > > Error retrieving artifact from
> > > > >
> [http://jakarta.apache.org/turbine/repo/bsh/jars/bsh-1.2b7.jar]:
> > > > > java.lang.Exception: Can't get bsh-1.2b7.jar to
> > > > > /home/loic/.maven/repository/bsh/jars/bsh-1.2b7.jar
> > > > > Attempting to download bsf-2.3.0.jar.
> > > > > ..............................................................
> > > > > ..............................................................
> > > > > ..............................................................
> > > > > ............................
> > > > > Error retrieving artifact from
> > > > >
> [http://jakarta.apache.org/turbine/repo/bsf/jars/bsf-2.3.0.jar]:
> > > > > java.lang.Exception: Can't get bsf-2.3.0.jar to
> > > > > /home/loic/.maven/repository/bsf/jars/bsf-2.3.0.jar
> > > > > Attempting to download fulcrum-testcontainer-1.0-alpha-1.jar.
> > > > > Error retrieving artifact from
> > > > > [http://www.ibiblio.org/maven//fulcrum/jars/fulcrum-testcontai
> > > > > ner-1.0-alpha-1.jar]:
> > > > > java.lang.Exception: Can't get
> > > > > fulcrum-testcontainer-1.0-alpha-1.jar to
> > > > > /home/loic/.maven/repository/fulcrum/jars/fulcrum-testcontaine
> > > > > r-1.0-alpha-1.jar
> > > > > ......
> > > > > Attempting to download commons-lang-2.0.jar.
> > > > > ..............................................................
> > > > > ..............................................................
> > > > > ..............................................................
> > > > > ...........
> > > > > .
> > > > > Error retrieving artifact from
> > > > > [http://jakarta.apache.org/turbine/repo/commons-lang/jars/comm
> > > > > ons-lang-2.0.jar]:
> > > > > java.lang.Exception: Can't get commons-lang-2.0.jar to
> > >
> > >
> /home/loic/.maven/repository/commons-lang/jars/commons-lang-2.0.jar
> > >
> > > > > Attempting to download commons-logging-1.0.2.jar.
> > > > > .............................
> > > > > .
> > > > > Error retrieving artifact from
> > > > > [http://jakarta.apache.org/turbine/repo/commons-logging/jars/c
> > > > > ommons-logging-1.0.2.jar]:
> > > > > java.lang.Exception: Can't get commons-logging-1.0.2.jar to
> > > > > /home/loic/.maven/repository/commons-logging/jars/commons-logg
> > > > > ing-1.0.2.jar
> > > > > Attempting to download
> > > > > commons-jelly-tags-velocity-20030211.144921.jar.
> > > > > ..........
> > > > > Error retrieving artifact from
> > > > > [http://jakarta.apache.org/turbine/repo/commons-jelly/jars/com
> > > > > mons-jelly-tags-velocity-20030211.144921.jar]:
> > > > > java.lang.Exception: Can't get
> > > > > commons-jelly-tags-velocity-20030211.144921.jar to
> > > > > /home/loic/.maven/repository/commons-jelly/jars/commons-jelly-
> > > > > tags-velocity-20030211.144921.jar
> > > > >
> > > > > BUILD FAILED
> > > > > file:/home/loic/.maven/plugins/maven-multiproject-plugin-1.0-S
> > > > > NAPSHOT/:133:62:
> > > > > <j:set> This tag does not understand the 'name' attribute
> > > > > Total time: 5 minutes 57 seconds
> > > > >
> > > > > On Thursday 16 October 2003 11:36 am, Eric Pugh wrote:
> > > > > > If I can just make a suggestion, check out this application:
> > > > >
> > > > > http://jakarta.apache.org/turbine/fulcrum/fulcrum-osworkflow-e
> > > > > xample/index.
> > > > >
> > > > > >h tml
> > > > > >
> > > > > > This is an example of a Turbine application plugged into
> > > > >
> > > > > OSWorkflow, and
> > > > >
> > > > > > gives you a good example of the various aspects of
> a T2.3 based
> > > > > > application. At this point, with the TDK having a fair
> > > > >
> > > > > number of issues, I
> > > > >
> > > > > > think you might be happier with this.
> > > > > >
> > > > > > Most of what makes the TDK hard is the various compiling of
> > > > >
> > > > > torque objects,
> > > > >
> > > > > > and the customization of the core classes to have your
> > > > >
> > > > > specific domain
> > > > >
> > > > > > name/package names etc..
> > > > > >
> > > > > > I find taking a good example and copying/pasting it works
> > > > >
> > > > > much better...
> > > > >
> > > > > > Eric
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Scott Eade [mailto:[EMAIL PROTECTED]
> > > > > > > Sent: Thursday, October 16, 2003 1:27 PM
> > > > > > > To: Turbine Users List
> > > > > > > Subject: Re: NetBeans and TDK 2.2
> > > > > > >
> > > > > > > David_Solbach/MR/de/[EMAIL PROTECTED] wrote:
> > > > > > > >I wonder how to use NetBeans to work with the TDK, I
> > > > >
> > > > > read a howto on
> > > > >
> > > > > > > >remote debugging, and that works fine (at least it
> > >
> > > stop's at my
> > >
> > > > > > > >breakpoints and so on).
> > > > > > > >But I have another Problem, when I mount the
> filesystem in
> > > > > > >
> > > > > > > Netbeans, (I
> > > > > > >
> > > > > > > >mount the directory $tdkroot/webapps/myapp) it obviously
> > > > > > >
> > > > > > > recognizes it as
> > > > > > >
> > > > > > > >a web application, builds completion-db's and so on.
> > > > > > > >
> > > > > > > >Unfortunately I get a load of "Invalid package
> declaration"
> > > > > > >
> > > > > > > errors...
> > > > > > >
> > > > > > > >every source file, that uses a code like:
> > > > > > > >
> > > > > > > >import org.myapp.modules.screen;
> > > > > > > >
> > > > > > > >or similar, creates this kind of error, also "class
> > > > >
> > > > > MyClass extends
> > > > >
> > > > > > > >SecureScreen" creates an error message, because
> > > > >
> > > > > SecureScreen isn't
> > > > >
> > > > > > > >recognized (because of the invalid package declaration).
> > > > > > > >I tried google a lot to find a solution, but
> couldn't find a
> > > > > > >
> > > > > > > howto on
> > > > > > >
> > > > > > > >using NetBeans with TDK, what IDE's do you prefer?
> > > > > > > >what should I do?
> > > > > > >
> > > > > > > I myself use Eclipse, but I would imagine that
> NetBeans can
> > > > > > > be made to work.
> > > > > > >
> > > > > > > Your emails from Notes are coming through just
> fine.  Plain
> > > > > > > text is the
> > > > > > > preferred
> > > > > > > format anyway.
> > > > > > >
> > > > > > > The tdk version you indicate in your most recent
> torque-user
> > > > > > > message is
> > > > > > > I think the
> > > > > > > only real choice at present.  Be sure to search the
> > > > >
> > > > > turbine-user and
> > > > >
> > > > > > > turbine-dev
> > > > > > > mail archives for messages concerning problems with this
> > > > > > > build - I know
> > > > > > > there have
> > > > > > > been a few reported.  I myself don't use the TD.
> > > > > > >
> > > > > > > HTH,
> > > > > > >
> > > > > > > Scott
> > > > > > >
> > > > > > > --
> > > > > > > Scott Eade
> > > > > > > Backstage Technologies Pty. Ltd.
> > > > > > > http://www.backstagetech.com.au
> > >
> > >
> ---------------------------------------------------------------------
> > >
> > > > > > > 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]
> > >
> > > --
> > > Lo�c QUERAN
> > > GICM
> > > 32 Rue Mirabeau 29 480 LE RELECQ KERHUON
> > > T�l�phone : 02.98.00.23.39
> > > Mobile : 06.74.40.59.37
> > >
> > >
> ---------------------------------------------------------------------
> > > 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