You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Jared Jurkiewicz (JIRA)" <ji...@apache.org> on 2006/03/02 18:51:43 UTC

[jira] Commented: (TUSCANY-59) Invalid bundle dependencies in HellowWorld sub-projects

    [ http://issues.apache.org/jira/browse/TUSCANY-59?page=comments#action_12368556 ] 

Jared Jurkiewicz commented on TUSCANY-59:
-----------------------------------------

And apparently, I can't spell or use proper grammar today.  

The poms in question were:
java/samples/helloworld/helloworld/pom.xml
java/samples/helloworld/helloworldmc/pom.xml

Removing them caused no noticable problems in building.






> Invalid bundle dependencies in HellowWorld sub-projects
> -------------------------------------------------------
>
>          Key: TUSCANY-59
>          URL: http://issues.apache.org/jira/browse/TUSCANY-59
>      Project: Tuscany
>         Type: Bug
>   Components: Java Samples HelloWorld
>     Reporter: Jared Jurkiewicz
>     Priority: Minor

>
> I was building a recent extract of Tuscany (revision: 381665 from  02/28/2006) and noticed that two modules in the HellowWorld samples had dependencies declared for the JavaScript container, but had no usage of the JavaScript container (As usage moved to a specific helloworldjs module).  So the dependencies look invalid.  The poms in question where:
> java/samples/helloworld/helloworld/pom.xml
> java/samples/helloworld/helloworldmc/pom.xml
> Both had:
>         <dependency>
>             <groupId>org.apache.tuscany</groupId>
>             <artifactId>tuscany-container-js</artifactId>
>             <version>${pom.version}</version>
>             <scope>compile</scope>
>         </dependency>
> In them.  Removing them caused no noticable rpoblems in building.  So, these dependencies should probably be removed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira