[Design the new POJO MicroContainer] - microcontainer vfs build is broken?
by deanhiller
I just checked out 2.0.0.GA of vfs and built it with maven and it seems a jar link is missing...(I am way out of my league here, can someone help...anyone have this jar?)
| [INFO] [resources:testResources]
| [INFO] Using default encoding to copy filtered resources.
| Downloading: http://repo1.maven.org/maven2/org/jboss/test/jboss-test/1.1.0.GA/jb
| oss-test-1.1.0.GA.jar
| [INFO] ------------------------------------------------------------------------
| [ERROR] BUILD ERROR
| [INFO] ------------------------------------------------------------------------
| [INFO] Failed to resolve artifact.
|
| Missing:
| ----------
| 1) org.jboss.test:jboss-test:jar:1.1.0.GA
|
| Try downloading the file manually from the project website.
|
| Then, install it using the command:
| mvn install:install-file -DgroupId=org.jboss.test -DartifactId=jboss-test
| -Dversion=1.1.0.GA -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 -DartifactId=jboss-test -D
| version=1.1.0.GA -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId
| =[id]
|
| Path to dependency:
| 1) org.jboss:jboss-vfs:jar:2.0.0.GA
| 2) org.jboss.test:jboss-test:jar:1.1.0.GA
|
| ----------
| 1 required artifact is missing.
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198827#4198827
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198827
16 years
[Design of JBoss Profiler] - installing/configuring on Mac OSX
by lexsoto@gmail.com
Hello,
I'm trying to get the JBoss Profiler working on Mac OSX.
I'm running JBoss 4.2.2.GA with Java 5.
First, I downloaded the latest release "jboss-profiler-2.0.Beta3.SP1" but could not find the native library anywhere.
I found the native library in the downloaded "jboss-profiler-1.0.CR4.zip" file.
Is this the one I should be using?
There is no pre-compiled library for Mac OSX so I'm trying to compile it from the sources. After removing windows '\r' characters from the provided compile.sh file I get these errors when compiling the sources:
i686-apple-darwin8-g++-4.0.1: unrecognized option '-shared'
| ../native-src/jbossAgent.cpp:1: warning: -fpic is not supported; -fPIC assumed
| i686-apple-darwin8-g++-4.0.1: unrecognized option '-shared'
| ../native-src/jbossAgentJNI.cpp:1: warning: -fpic is not supported; -fPIC assumed
| i686-apple-darwin8-g++-4.0.1: unrecognized option '-shared'
| ../native-src/jbossAgentUtilities.cpp:1: warning: -fpic is not supported; -fPIC assumed
| /usr/bin/ld: /usr/lib/gcc/i686-apple-darwin8/4.0.1/libstdc++.dylib load command 8 unknown cmd field
| /usr/bin/ld: /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libSystem.dylib unknown flags (type) of section 6 (__TEXT,__literal16) in load command 0
| /usr/bin/ld: /usr/lib/libSystem.B.dylib unknown flags (type) of section 6 (__TEXT,__literal16) in load command 0
| collect2: ld returned 1 exit status
|
Has anybody done what I'm attempting?
Any help will be greatly appreciated.
Thanks,
Alex Soto
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198792#4198792
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198792
16 years