-
2. Re: How to begin with JBoss-AOP source code?
liuyg Nov 28, 2005 10:53 PM (in response to liuyg)another simple question:
How to run the JBoss-AOP with the soruce code, I means that I want to debug the source code.
I turned to Building from CVS but SourceForge gave this error: This Project Has Turned Off CVS.
Can you help me?
thanks. -
4. Re: How to begin with JBoss-AOP source code?
liuyg Nov 30, 2005 8:42 AM (in response to liuyg)I checked out the source code module, then how to run it and debug it, can you give me some hints.
sorry for asking so naive question.
:) -
5. Re: How to begin with JBoss-AOP source code?
liuyg Dec 1, 2005 1:20 AM (in response to liuyg)I built it with ant, In the build.xml,
<!ENTITY libraries SYSTEM "../thirdparty/libraries.ent">.
So libraries.ent must be in that directory, but there is no libraries.ent in ../thirdparty/
How to solve this problem? -
6. Re: How to begin with JBoss-AOP source code?
kabirkhan Dec 1, 2005 5:17 AM (in response to liuyg)First of all
$cvs co jboss-head
$cd jboss-head/build
$build
(This will populate the thirdpartyparty folder, and build all of jboss)
$cd ../aop
You can now modify stuff in aop and build it separately. -
7. Re: How to begin with JBoss-AOP source code?
ruel.loehr Dec 1, 2005 9:59 AM (in response to liuyg)You need to build the entire jboss project (not just aop).
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossBuild -
8. Re: How to begin with JBoss-AOP source code?
liuyg Dec 4, 2005 1:06 AM (in response to liuyg)I did what you said and when I buit the jboss project with this command: ./build.sh
I got the following err:
Unknown argument: -cp
ant [options] [target [target2 [target3] ...]]
Options:
-help, -h print this message
.......
Do you know why?
Also I try this command: ant
I got the following err:
BUILD FAILD
java.io.FileNotFoundException: /usr/local/test/jboss-head/tools/etc/buildmagic/buildmagic.ent (No such file or directory)
Can you give me more prompt? -
9. Re: How to begin with JBoss-AOP source code?
liuyg Dec 7, 2005 5:44 AM (in response to liuyg)Can anybody help me?
-
10. Re: How to begin with JBoss-AOP source code?
kabirkhan Dec 7, 2005 6:46 AM (in response to liuyg)It should work. Sometimes the build fails, but not for the reasons you mention.
Try a clean checkout and try again