[weld-dev] seam modules questions: missing artifacts: webbeans-core-test & jboss-test-harness + is readme.txt correct?...missing parent?

Steven Boscarine steven.boscarine at childrens.harvard.edu
Mon Nov 23 11:25:11 EST 2009


OK.  I've got the sample Gavin provided in the forums working.  Let me 
know when you want them committed.  I assume it'd be better for me to 
wait till persistence is building. 

Speaking of tests...for testing the module, do you have tests you'd like 
for me to model the tests after? 
If not, I'll just write put some standard TestNG + HSQLDB tests up to 
get started. 

Thanks,
Steven

Pete Muir wrote:
> Hi Steven,
>
> Looks like the build is very out of date, and we need to get it fixed up.
>
> I've at least got the persistence module building.
>
> On 22 Nov 2009, at 16:36, Steven Boscarine wrote:
>
>   
>> I am trying to build https://svn.jboss.org/repos/seam/modules/trunk
>>
>> Is parent missing?:
>> I followed the instructions in readme.txt and built version-matrix.  I couldn't follow the steps about building parent.  https://svn.jboss.org/repos/seam/modules/trunk/readme.txt  Parent appears to be deleted on 5/29 ( http://fisheye.jboss.org/browse/Seam/modules/trunk/parent).    Am I missing something?
>>
>>
>> When I checkout modules, I'm greeted with a build error (pasted below) because it cannot find org.jboss.webbeans:webbeans-core-test:jar:1.0.0-SNAPSHOT and org.jboss.test-harness:jboss-test-harness:jar:1.0.0-SNAPSHOT. 
>> Is it possible to have a CI build push webbeans-core-test & jboss-test-harness to the jboss repos?  When we did that for our project, it was real helpful in reducing reported errors from people forgetting to build our manual dependencies. 
>>
>>
>>
>> Missing:
>> ----------
>> 1) org.jboss.test-harness:jboss-test-harness:jar:1.0.0-SNAPSHOT
>>
>> Try downloading the file manually from the project website.
>>
>> Then, install it using the command:
>>     mvn install:install-file -DgroupId=org.jboss.test-harness -DartifactId=jboss-test-harness -Dversion=1.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>>
>> Alternatively, if you host your own repository you can deploy the file there:
>>     mvn deploy:deploy-file -DgroupId=org.jboss.test-harness -DartifactId=jboss-test-harness -Dversion=1.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>
>> Path to dependency:
>>     1) org.jboss.seam:seam-parent:pom:3.0.0-SNAPSHOT
>>     2) org.jboss.test-harness:jboss-test-harness:jar:1.0.0-SNAPSHOT
>>
>> 2) org.jboss.webbeans:webbeans-core-test:jar:1.0.0-SNAPSHOT
>>
>> Try downloading the file manually from the project website.
>>
>> Then, install it using the command:
>>     mvn install:install-file -DgroupId=org.jboss.webbeans -DartifactId=webbeans-core-test -Dversion=1.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>>
>> Alternatively, if you host your own repository you can deploy the file there:
>>     mvn deploy:deploy-file -DgroupId=org.jboss.webbeans -DartifactId=webbeans-core-test -Dversion=1.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>
>> Path to dependency:
>>     1) org.jboss.seam:seam-parent:pom:3.0.0-SNAPSHOT
>>     2) org.jboss.webbeans:webbeans-core-test:jar:1.0.0-SNAPSHOT
>>
>> ----------
>> 2 required artifacts are missing.
>>
>> for artifact:
>> org.jboss.seam:seam-parent:pom:3.0.0-SNAPSHOT
>>
>> from the specified remote repositories:
>> central (http://repo1.maven.org/maven2),
>> repository.jboss.org (http://repository.jboss.org/maven2),
>> snapshots.jboss.org (http://snapshots.jboss.org/maven2)
>>
>>
>>     
>
>   



More information about the weld-dev mailing list