well, that didnt work :D

[EMAIL PROTECTED] wrote:
  Modified:    buildsystem/gump-integration/project
                        avalon-fortress-container.xml

hopefully fix the problem with instrument management
-
- <depend runtime="true" project="jakarta-bcel"></depend>
-
+ + <depend runtime="true" project="avalon-fortress"></depend>
+ + <depend runtime="true" project="bcel"></depend>

> - <depend runtime="true" project="avalon-framework"></depend> > - > + <depend runtime="true" project="framework"></depend> > + > - <depend runtime="true" project="avalon-logkit"></depend> > - > + > + <depend runtime="true" project="logkit"></depend> > + <depend runtime="true" project="xalan"></depend>

This causes problems (since there's no project named "bcel", nor one named "framework", nor one named "avalon-logkit", nor one named xalan).
I'm guessing you regenerated the file using the maven targets, which overwrote the manual changes I made. This isn't working very well at all!


+ <work nested="/target/classes"></work>
+ <work nested="/target/api-classes"></work>
+ <work nested="/target/impl-classes"></work>
+ <work nested="/target/test-classes"></work>
- <work nested="fortress/container/target/classes"></work>
- <work nested="fortress/container/target/api-classes"></work>
- <work nested="fortress/container/target/impl-classes"></work>
- <work nested="fortress/container/target/test-classes"></work>

> - <home nested="fortress/container"></home> > + <home></home>

> - <javadoc nested="fortress/container/target/docs/apidocs"></javadoc>
> + <javadoc nested="/target/docs/apidocs"></javadoc>


and this is bad as well. I think the problem might be that one needs to provide '-Dcomponent.dir=fortress/container'. There should be a check for its existence I guess.

What should we do? Find time to invest in fixing the gump plugin so autogeneration becomes more dependable, and not move forward, or just move forward with moving things over (which I can do tomorrow) and deal with this trial-and-error-style?

- Leo



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



Reply via email to